Skip to main content

Home/ Groups/ tech-geeks
Bruce Brewer

IPcop content filter logs - 16 views

II recenctly started using the ident / proxy tracking on IPCop, which meets our filter monitoring needes quite well and quite free! I do have a coulpe of questions about he content filter settings ...

ipcop

started by Bruce Brewer on 27 Mar 08 no follow-up yet
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

rsync MAN Page - 1 views

  •  
    To include all directories, use --include '*/' before the --exclude '*'.
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

PHP and AJAX Suggest - 0 views

  •  
    Free HTML XHTML CSS JavaScript DHTML XML DOM XSL XSLT RSS AJAX ASP ADO PHP SQL tutorials, references, examples for web building.
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.
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

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

  •  
    Joomla Demo Host
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

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

BgInfo system information on Desktop - 0 views

  •  
    display system information on Desktop
Chris Wherley

Regular Expressions PHP Tutorial - 0 views

  •  
    Workarounds for CSS browser issues.
Chris Wherley

Create an LDAP Address Book with PHP - 0 views

  •  
    Create an LDAP Address Book with PHP
Chris Wherley

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

  •  
    Extensions
Chris Wherley

CSS Colors: Take Control Using PHP - 0 views

  •  
    Use PHP to generate a palette of colors and automatically adjust your foreground colors to make them readable.
1 - 20 Next › Last »
Showing 20 items per page