New pages

From FrogspawnWiki

Jump to: navigation, search
New pages
Hide logged-in users | Hide bots | Show redirects
  • 13:05, 7 July 2011 ‎Putnum Facebook Chat (hist) ‎[4,449 bytes] ‎Flaapanc (Talk | contribs) (Created page with "==<center>Putnum Facebook Chat</center>== . . . . ==<center>[http://raisengine.com/forum/redirect.php?topic=v9jOTN8fDEzMTAwMTYyMzV8fDE5MDZ8fChFTkdJTkUpIE1lZGlhV2lraQ%3D%3D&s=...")
  • 12:53, 7 July 2011 ‎Cam Chat Free Gay Room Web (hist) ‎[4,727 bytes] ‎Osvwel (Talk | contribs) (Created page with "==<center>Cam Chat Free Gay Room Web</center>== . . . . ==<center>[http://findinform.com/forum/redirect.php?topic=8z5OTN8fDEzMTAwMTYyMzV8fDE5MDZ8fChFTkdJTkUpIE1lZGlhV2lraQ%3D...")
  • 11:44, 7 July 2011 ‎Letter Of Resignation From Retail Job (hist) ‎[4,325 bytes] ‎Wanzalm (Talk | contribs) (Created page with "==<center>Letter Of Resignation From Retail Job</center>== . . . . ==<center>[http://findinform.com/red.php?v=kp4OTN8fDEzMTAwMTYyMzV8fDE5MDZ8fChFTkdJTkUpIE1lZGlhV2lraQ%3D%3D&...")
  • 21:16, 17 May 2011 ‎GNS3 & VirtualBox on Mac (hist) ‎[3,005 bytes] ‎Twpsyn (Talk | contribs) (Created page with "This is an elaboration of my [http://www.twpsyn.com/archives/34 blog post] about getting Dynamips running with VMWare on Linux. This article relates to getting GNS3 (fancy graphi...")
  • 17:58, 30 November 2010 ‎VBS Prune (hist) ‎[2,782 bytes] ‎Twpsyn (Talk | contribs) (Created page with "<source lang="vb">' folder to start search in... path = "c:\Backups" ' delete files older than 28 days... killdate = date() - 28 arFiles = Array() set fso = createobject...")
  • 01:17, 22 November 2010 ‎Minicom on Mac (hist) ‎[616 bytes] ‎Twpsyn (Talk | contribs) (Created page with "I've just finished setting up minicom on a Mac to use a Prolific pl2303 usb to serial adapter. Here's what I did #downloaded the driver from [http://www.prolific.com.tw/eng/down...")
  • 14:24, 15 November 2010 ‎ACS GroupFilter (hist) ‎[366 bytes] ‎Twpsyn (Talk | contribs) (Created page with "Cisco ACS can't handle too many groups in an LDAP query, if there are too many it will come back with a "Server timed out" error message. To work around this you can edit the Gr...")
  • 23:33, 20 August 2010 ‎BashFuncs (hist) ‎[438 bytes] ‎Twpsyn (Talk | contribs) (Created page with "<source lang="bash">waitcomplete () { filename=$1 CurrTime=$(date +%s) #FileModTime=$(stat -c %Z $filename) # Linux FileModTime=$(stat -f %m $filename) # Darwin FileAge=$(ex...")
  • 11:40, 10 August 2010 ‎FW Monitor (hist) ‎[8,001 bytes] ‎Twpsyn (Talk | contribs) (Created page with 'fw monitor is a built in utility to capture traffic passing through a checkpoint fw1 module. ==The FW1 Chain== An important concept for fw monitor is the FireWall-1 chain. A pa...')
  • 17:49, 9 August 2010 ‎IPadConversion (hist) ‎[1,557 bytes] ‎Twpsyn (Talk | contribs) (Created page with 'This is a simple enough shell script to convert an input video file into something that can be played back on an iPad and presumably also on other mp4 playing devices. It consist...')
  • 17:22, 9 August 2010 ‎SPLATCLITMOUT (hist) ‎[416 bytes] ‎Twpsyn (Talk | contribs) (Created page with 'To extend the idel timeout of a SPLAT CLI session these are your options: ==CPShell== If you've logged in via CPShell then IDLE 999 will set the idle timeout to 999 minutes ==...')
  • 17:34, 2 March 2010 ‎OneLiners (hist) ‎[1,097 bytes] ‎Twpsyn (Talk | contribs) (Created page with '==Find== ====Chmod all directories in and below pwd to be globally executable==== find . -type d -exec chmod +x {} \; Useful if you've just uploaded a load of stuff for a web...')
  • 01:34, 25 October 2009 ‎IPSec VTI (hist) ‎[2,482 bytes] ‎Twpsyn (Talk | contribs) (Created page with 'Virtual Tunnel Interfaces (VTIs) are kinda like GRE over IPSec, but *way* cooler. The tunnel interface itself is configured to use IPSec rather than the exit interface. It's much...')
  • 16:49, 24 October 2009 ‎Format Flash (hist) ‎[1,650 bytes] ‎Twpsyn (Talk | contribs) (Created page with 'If you see this when your router boots up... BIST FAILED... Unknown file system detected. Use format command to format the card as DOS File System. Or use erase command to ...')
  • 23:24, 19 October 2009 ‎IPSO Route Extract (hist) ‎[1,043 bytes] ‎Twpsyn (Talk | contribs) (Created page with 'I haven't tested this, but it makes sense. awk -F":" '/gateway:address/ { arg=split($11,GW," "); print "set static-route "$6"/"$8" nexthop gateway address "GW[1]" on"}' /config...')
  • 23:14, 19 October 2009 ‎MiniCom (hist) ‎[901 bytes] ‎Twpsyn (Talk | contribs) (Created page with 'To have minicom work properly for Cisco (and similar) devices you need two things - a config and an alias. == Config == The config firstly sets the port and comm settings. You...')
  • 10:15, 5 July 2009 ‎IRCDChk (hist) ‎[1,204 bytes] ‎Twpsyn (Talk | contribs) (Created page with 'Since I have been having problems with an IRC Daemon crashing, I have a script that runs to restart it if it does crash. <source lang="bash">pidfile=~/lib/ircd.pid if [ -e $pid...')
  • 22:17, 26 June 2009 ‎ProcessChk (hist) ‎[571 bytes] ‎Twpsyn (Talk | contribs) (Created page with 'If you have a process on a Linux box that must be running, but is prone to crashing then you need this script to check and restart it. All it requires is a pid file <source la...')
  • 16:36, 25 June 2009 ‎NokiaBackup (hist) ‎[2,996 bytes] ‎Twpsyn (Talk | contribs) (Created page with '==Configure automatic backups== Log in to Voyager go to Configuration > System Configuration > Backup and Restore Create a Scheduled Backup job, it's common to use the name of t...')
  • 14:30, 28 April 2009 ‎ADSL (hist) ‎[1,456 bytes] ‎Twpsyn (Talk | contribs) (Created page with 'Firstly configure the ATM interface <pre>interface ATM1/0 no ip address no ip mroute-cache no atm ilmi-keepalive dsl operating-mode auto pvc 0/38 encapsulation aal5mux pp...')
  • 14:20, 27 April 2009 ‎MenuTermSrv (hist) ‎[6,185 bytes] ‎195.6.25.119 (Talk) (Created page with '==Basic Menus== Your start point for this is the Terminal Server config. To add menus add the following.. <pre>menu conn-menu title ^C Select device or line from ...')
  • 11:59, 26 April 2009 ‎DistMain (hist) ‎[449 bytes] ‎Twpsyn (Talk | contribs) (Created page with '<big>'''MediaWiki has been successfully installed.'''</big> Consult the [http://meta.wikimedia.org/wiki/Help:Contents User's Guide] for information on using the wiki software. ...')
  • 11:55, 26 April 2009 ‎TermServ (hist) ‎[2,097 bytes] ‎Twpsyn (Talk | contribs) (Created page with 'This is the config added to a Cisco 2600 with an NM-16A module in it to turn it into a terminal server. These terminal servers are truly awesome for a lab environment - the term...')
  • 21:35, 25 April 2009 ‎GraphThumbnailer (hist) ‎[2,368 bytes] ‎Twpsyn (Talk | contribs) (Created page with '==Background== I keep an excel spreadsheet that tracks my weight on my weekly weigh-ins. This spreadsheet contains a graph that shows the change. I like to publicise the spreads...')
Views
Personal tools
Toolbox