User contributions for Scott
Jump to navigation
Jump to search
4 February 2011
- 22:0922:09, 4 February 2011 diff hist +2,025 Gimp No edit summary current
- 21:5621:56, 4 February 2011 diff hist +674 How to find a MAC address →=Linux current
- 21:5121:51, 4 February 2011 diff hist +800 N Mac Orientation Created page with '== Key symbols == * swirly clover/apple = command key * up arrow = shift key * slide symbol = option key * hat = ctrl key == Keyboard shortcuts== (can find these under System P…' current
- 21:4721:47, 4 February 2011 diff hist +3,486 Mediawiki →Backing up the wiki
- 19:4719:47, 4 February 2011 diff hist +1,172 Get mac No edit summary current
- 19:4419:44, 4 February 2011 diff hist +545 Bash →bash script examples
- 19:3919:39, 4 February 2011 diff hist +99 N Dd Created page with '{{lowercase title}} To byte-swap a file: <pre> dd if=<input file> of=<output file> conv=swab </pre>'
- 18:4118:41, 4 February 2011 diff hist +4,400 Subversion →Setting up a svnserve Server current
- 18:3318:33, 4 February 2011 diff hist +20 N Genomes moved Genomes to Genome current
- 18:3318:33, 4 February 2011 diff hist +589 m Genome moved Genomes to Genome current
- 18:3218:32, 4 February 2011 diff hist +19 N Brains moved Brains to Brain current
- 18:3218:32, 4 February 2011 diff hist +1,489 m Brain moved Brains to Brain current
- 18:3118:31, 4 February 2011 diff hist +159 Zip No edit summary current
- 18:3118:31, 4 February 2011 diff hist +408 Yum No edit summary current
- 18:3118:31, 4 February 2011 diff hist +773 Xargs No edit summary current
- 18:3118:31, 4 February 2011 diff hist +744 Vi No edit summary current
- 18:3118:31, 4 February 2011 diff hist +503 Update-rc.d No edit summary current
- 18:3118:31, 4 February 2011 diff hist +1,168 Tar No edit summary
- 18:3018:30, 4 February 2011 diff hist +2,569 Ssh No edit summary
- 18:3018:30, 4 February 2011 diff hist +706 Sort No edit summary
- 18:3018:30, 4 February 2011 diff hist +616 Sed No edit summary current
- 18:3018:30, 4 February 2011 diff hist +631 Rsync No edit summary
- 18:3018:30, 4 February 2011 diff hist +128 Ps No edit summary current
- 18:2918:29, 4 February 2011 diff hist +652 Mail No edit summary
- 18:2918:29, 4 February 2011 diff hist +227 Locate No edit summary current
- 18:2918:29, 4 February 2011 diff hist +1,327 Iptables No edit summary current
- 18:2918:29, 4 February 2011 diff hist +274 Iozone No edit summary current
- 18:2918:29, 4 February 2011 diff hist +680 Gpg No edit summary current
- 18:2818:28, 4 February 2011 diff hist +1,056 Find No edit summary current
- 18:2818:28, 4 February 2011 diff hist +776 Emacs No edit summary current
- 18:2818:28, 4 February 2011 diff hist +4,176 Dirvish No edit summary
- 18:2818:28, 4 February 2011 diff hist +216 Diff No edit summary current
- 18:2818:28, 4 February 2011 diff hist +495 Date No edit summary
- 18:2718:27, 4 February 2011 diff hist +418 Crontab No edit summary current
- 18:2718:27, 4 February 2011 diff hist +929 Chkconfig No edit summary current
- 18:2718:27, 4 February 2011 diff hist +490 Ccrypt No edit summary
- 18:2718:27, 4 February 2011 diff hist +1,322 Awstats No edit summary current
- 18:2718:27, 4 February 2011 diff hist +203 Awk No edit summary
- 00:2200:22, 4 February 2011 diff hist +791 Scipy No edit summary current
- 00:2100:21, 4 February 2011 diff hist +3,494 Log4j No edit summary current
- 00:2100:21, 4 February 2011 diff hist +10,663 IPhone No edit summary
- 00:1900:19, 4 February 2011 diff hist +1,765 Apache No edit summary current
- 00:1900:19, 4 February 2011 diff hist +133 N Template:Lowercase title Created page with '<span>{{DISPLAYTITLE:{{#if:{{NAMESPACE}}|{{NAMESPACE}}:|}}{{lcfirst:{{PAGENAME}}}}}}</span><noinclude> {{documentation}} </noinclude>' current
2 February 2011
- 23:3223:32, 2 February 2011 diff hist +1,480 How to use a tape drive →Moving data directly from a tape drive to a remote host current
- 23:1623:16, 2 February 2011 diff hist +1,147 N How to optimize a solid state drive Created page with ' == Important background == The SSD Anthology: http://www.anandtech.com/show/2738 == Wiping the drive == https://ata.wiki.kernel.org/index.php/ATA_Secure_Erase http://www.anand…'
- 23:0523:05, 2 February 2011 diff hist +133 N How to re-create /dev/null Created page with 'If you screw up /dev/null as root, here is how to recreate it: <pre> rm -f /dev/null mknod /dev/null c 1 3 chmod a+w /dev/null </pre>' current
- 23:0323:03, 2 February 2011 diff hist +636 N How to back up and restore a partition Created page with ' == FSArchiver == http://www.fsarchiver.org/Main_Page Boot from SystemRescueCD. To back up a partition (when <code>/mnt/backup</code> is already mounted): <pre> fsarchiver -j3 …' current
- 23:0023:00, 2 February 2011 diff hist +145 N How to mount an ISO Created page with '* Create the mount point: <pre> mkdir /mnt/disk </pre> * Use the loop option of the mount command: <pre> mount -o loop disk.iso /mnt/disk </pre>' current
- 22:5922:59, 2 February 2011 diff hist +166 N How to mount an LVM partition Created page with 'Boot into Knoppix 5+ and run the following commands: <pre> vgscan --mknodes vgchange -ay lvscan mkdir /mnt/my_part mount /dev/VolGroup00/LogVol00 /mnt/my_part </pre>' current
- 22:5722:57, 2 February 2011 diff hist +670 N How to monitor performance Created page with ' == disk == <pre> $ hdparm -Tt /dev/hda /dev/hda: Timing cached reads: 1468 MB in 2.00 seconds = 733.01 MB/sec Timing buffered disk reads: 120 MB in 3.04 seconds = 39.41 MB…' current