New pages
From Computing, Technology, HowTo Wiki
- 20:19, 9 January 2012 Why will you never run traceroute again? (hist) [364 bytes] Wikiadmin (Talk | contribs) (Created page with "Because you will use mtr instead: <pre> mtr google.co.uk </pre>")
- 11:17, 7 September 2011 Stuff (hist) [280 bytes] Wikiadmin (Talk | contribs) (Created page with "Switch Ruby Version to 1.9.2 using rvm: <pre> rvm --default use 1.9.2 </pre>")
- 14:52, 25 June 2011 GOTW Archives (hist) [25 bytes] Wikiadmin (Talk | contribs) (Created page with "File:Seagul thief.gif")
- 13:42, 15 May 2011 Cool tools (hist) [123 bytes] Wikiadmin (Talk | contribs) (Created page with "=Driftnet= ==Displays images floating across the network!== ===Link=== [http://www.ex-parrot.com/~chris/driftnet/ Driftnet]")
- 23:21, 6 May 2011 Mounting a CD on a Debian based OS (hist) [60 bytes] Wikiadmin (Talk | contribs) (Created page with "<pre> mount -t iso9660 /dev/[YOUR CDROM DRIVE] /cdrom </pre>")
- 10:13, 19 March 2011 Awesome computing and technology links (hist) [191 bytes] Wikiadmin (Talk | contribs) (Created page with "[http://hacknmod.com/ Hack N Mod] - Cool electronics, Retro-ness, Hacking and Modding Electronics")
- 22:00, 16 March 2011 Arduino (hist) [346 bytes] Wikiadmin (Talk | contribs) (Created page with "Arduino is an open-source electronics prototyping platform. A great place to start programming electronics and/or interface electronics with a computer. [http://www.arduino.cc/ ...")
- 19:29, 13 March 2011 Dionysus (hist) [468 bytes] Wikiadmin (Talk | contribs) (Created page with "God of wine, parties and festivals, madness, civilization, drunkenness and pleasure. He was depicted in art as either an older bearded god or a pretty effeminate, long-haired you...")
- 16:57, 13 March 2011 Dealing with archives on Linux shell (hist) [192 bytes] Wikiadmin (Talk | contribs) (Created page with "=Extract file.tar.gz= <pre> tar xzvf ./file.tar.gz </pre> =Create a tar.gz file with folder= <pre> tar -pczf output.tar.gz ./folder </pre> =Untar file.tar= <pre> tar xvf ./file...")
- 16:53, 13 March 2011 Perl tips, part 1 (hist) [452 bytes] Wikiadmin (Talk | contribs) (Created page with "=To find unique elements in an array= <pre> my @array_items = (1,1,2,2,3,3,4,4,5,5,5); %seen = (); @unique_array = grep { ! $seen{$_} ++ } @array_items; print @unique_array."\n";...")
- 16:48, 13 March 2011 How to set up SSH authentication without a password (hist) [648 bytes] Wikiadmin (Talk | contribs) (Created page with "=On the local host (Linux), type:= ==ssh-keygen== <pre> Generating public/private rsa key pair. Enter file in which to save the key (/home/user/.ssh/id_rsa):[Enter key] Enter pas...")
- 16:26, 13 March 2011 How to find large files/folders on Linux shell (hist) [435 bytes] Wikiadmin (Talk | contribs) (Created page with "=Files= Use the following command to find large files on a linux filesystem: <pre> find / -type f -size +20000k -exec ls -lh {} \; | awk '{ print $9 ": " $5 }' </pre> =Folders...")
- 08:56, 13 March 2011 Main Page (hist) [788 bytes] Wikiadmin (Talk | contribs) (Created page with "Welcome to warez.co.uk")