Skip to main content

Home/ Groups/ tech-geeks
Chris Wherley

rsync MAN Page - 1 views

  •  
    To include all directories, use --include '*/' before the --exclude '*'.
Chris Wherley

Computer Science Teachers Association - Exploring Computer Science - 1 views

  •  
    Computer Science Curriculum
Chris Wherley

Creating a RSync Backup Server on SME - 1 views

  • Setup the *nix Machines:   (We will use rsync with the SSH option to backup these systems.) Enable SSH access to the servers, in server-managerWe need to be able to SSH into these machines without being prompted for a password.  Here is an excerpt from an email that explains this: <EXCERPT> Here's the technique in a nutshell (just tried it out on 3 esmith servers): Let's say that you're working on server 10.0.0.20 and you want to ssh to server 10.0.0.30 without having to use a password. On 10.0.0.20, issue the following command as root:      # ssh-keygen -t dsa  This will prompt you for a location to store the key (use the default) and for a passphrase (leave blank). Next, use scp (secure copy) to move the key to 10.0.0.30      # scp .ssh/id_dsa.pub 10.0.0.30:/root/.ssh/authorized_keys2  This will prompt you for the root password on 10.0.0.30 and will then transfer the key from 10.0.0.20 to 10.0.0.30. It should do the trick. Try it out by running an ssh session from the command line:     # ssh 10.0.0.30  It should let you in without a password. You can scp the ".ssh/id_dsa.pub" file to other servers without having to create a public key for each.  -MD </EXCERPT>
Chris Wherley

Chromebook Classroom Management Console webinar - YouTube - 0 views

  •  
    Live Demo of Google Apps management of Chrome OS starts around 22:30 into the presentation
Chris Wherley

MakeItLink - Detecting URLs In Text And Making Them Links | Joseph Scott - 0 views

  •  
    class MakeItLink {     protected function _link_www( $matches ) {         $url = $matches[2];         $url = MakeItLink::cleanURL( $url );         if( empty( $url ) ) {             return $matches[0];         }           return "{$matches[1]}{$url}";     }       public function cleanURL( $url ) {         if( $url == '' ) {             return $url;         }           $url = preg_replace( "|[^a-z0-9-~+_.?#=!&;,/:%@$*'()x80-xff]|i", '', $url );         $url = str_replace( array( "%0d", "%0a" ), '', $url );         $url = str_replace( ";//", "://", $url );           /* If the URL doesn't appear to contain a scheme, we          * presume it needs http:// appended (unless a relative          * link starting with / or a php file).          */         if(             strpos( $url, ":" ) === false             && substr( $url, 0, 1 ) != "/"             && !preg_match( "|^[a-z0-9-]+?.php|i", $url )         ) {             $url = "http://{$url}";         }           // Replace ampersans and single quotes         $url = preg_replace( "|&([^#])(?![a-z]{2,8};)|", "&$1", $url );         $url = str_replace( "'", "'", $url );           return $url;     }       public function transform( $text ) {         $text = " {$text}";           $text = preg_replace_callback(             '#(?])(\()?([\w]+?://(?:[\w\\x80-\\xff\#$%&~/\-=?@\[\](+]|[.,;:](?![\s<])|(?(1)\)(?![\s<])|\)))*)#is',             array( 'MakeItLink', '_link_www' ),             $text         );           $text = preg_replace( '#(]+?>|>))]+?>([^>]+?)#i', "$1$3", $text )
Chris Wherley

PortfolioUP | Brightcookie.com Educational Technologies | Education Hosting and Impleme... - 0 views

  •  
    mahara 1.4 upload from iphone
Chris Wherley

Joomla! templates, Joomla! themes, and custom Joomla! templates - 0 views

  •  
    Joomla Demo Host
Chris Wherley

IFTTT / Channels - 0 views

  •  
    Connecting Cloud Applications
Chris Wherley

BgInfo system information on Desktop - 0 views

  •  
    display system information on Desktop
Chris Wherley

YouTube- Moodlerooms's Channel - 0 views

  •  
    Share your videos with friends, family, and the world
Chris Wherley

Google Chart Tools / Image Charts (aka Chart API) - Google Code - 0 views

  •  
    Make charts by send data in URL or in HTML form format.
Chris Wherley

CB Delimiter Field Magic :: Joomla! Community Magazine™ - 0 views

  •  
    "Hi [cb:userdata field="firstname" user="#me" /] , welcome to my profile. I am [cb:userdata field="firstname" /] and I am [cb:userfield field="cb_age" /] old and I live in [cb:userfield field="cb_country" /]."
Chris Wherley

JoomlaWorks | Developers of popular Joomla! extensions like K2, AllVideos, Simple Image... - 0 views

  •  
    Extensions
Chris Wherley

diigo help - 0 views

  •  
    "Diigo aims to dramatically improve your online productivity."
Chris Wherley

All-New NOOK - The Simple Touch Reader - Barnes & Noble - 0 views

  •  
    All New Nook Reader 6" touch screen with 2 month battery life.
Chris Wherley

Using Moodle: Google Apps eDir SSO and Moodle Integration - 0 views

Chris Wherley

Dynamic Drive DHTML Scripts- Translucent scroller - 0 views

  •  
    A pausing scroller that pauses between each message, and applies a translucent effect to each slide each message change.
1 - 20 Next › Last »
Showing 20 items per page