User contributions
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)
- 02:34, 6 April 2014 (diff | hist) . . (+219) . . N awk parsing log fields (Created page with "lets say you need the field after something denoted by a precurser. precurser = rule: example... # echo "1 2 3 4 5 6 rule: 7 8 9 10" | awk '{for (i=1; i<=NF; i++) if ($i==...") (current)
- 21:36, 30 March 2014 (diff | hist) . . (+228) . . linux software raid 5 quick guide
- 21:27, 30 March 2014 (diff | hist) . . (+708) . . linux software raid 5 quick guide (→Creating an array)
- 19:40, 30 March 2014 (diff | hist) . . (+153) . . linux software raid 5 quick guide
- 19:36, 30 March 2014 (diff | hist) . . (0) . . linux software raid 5 quick guide (→prepare disks)
- 19:35, 30 March 2014 (diff | hist) . . (+1) . . linux software raid 5 quick guide (→prepare disks)
- 19:35, 30 March 2014 (diff | hist) . . (+173) . . linux software raid 5 quick guide (→prepare disks)
- 19:32, 30 March 2014 (diff | hist) . . (+752) . . linux software raid 5 quick guide (→prepare disks)
- 19:28, 30 March 2014 (diff | hist) . . (+384) . . linux software raid 5 quick guide
- 19:22, 30 March 2014 (diff | hist) . . (+1,703) . . linux software raid 5 quick guide
- 17:25, 30 March 2014 (diff | hist) . . (+73) . . linux kernel configuration for software raid (current)
- 17:23, 30 March 2014 (diff | hist) . . (+234) . . linux kernel configuration for software raid (→Check for support)
- 17:18, 30 March 2014 (diff | hist) . . (-7) . . linux kernel configuration for software raid (→at least of of the following required)
- 17:18, 30 March 2014 (diff | hist) . . (+131) . . linux kernel configuration for software raid
- 17:16, 30 March 2014 (diff | hist) . . (+155) . . linux kernel configuration for software raid (→menuconfig / kconfig info)
- 17:14, 30 March 2014 (diff | hist) . . (+607) . . linux kernel configuration for software raid
- 17:03, 30 March 2014 (diff | hist) . . (+1,490) . . linux kernel configuration for software raid
- 16:53, 30 March 2014 (diff | hist) . . (+872) . . N linux kernel configuration for software raid (Created page with " == Check for support == If your system has RAID support, you should have a file called /proc/mdstat. If you do not have that file, maybe your kernel does not have RAID sup...")
- 15:07, 30 March 2014 (diff | hist) . . (0) . . m linux software raid 5 quick guide (moved linux raid 5 quick guide to linux software raid 5 quick guide)
- 15:06, 30 March 2014 (diff | hist) . . (+308) . . N linux software raid 5 quick guide (Created page with "Here will create a raid 5 setup with three drives for redundant storage. This example does not include putting your O.S. root partion on the raid device. It is only for a vo...")
- 15:43, 28 March 2014 (diff | hist) . . (+1) . . iptables xtables lock error (current)
- 15:43, 28 March 2014 (diff | hist) . . (+351) . . N iptables xtables lock error (Created page with "Error: Another app is currently holding the xtables lock. Perhaps you want to use the -w option? version: itpables 1.4.20 introduced internal lock Fix: [https://bugs.gentoo.o...")
- 15:39, 28 March 2014 (diff | hist) . . (-9) . . rsync (current)
- 14:07, 28 March 2014 (diff | hist) . . (+322) . . rsync
- 18:50, 21 March 2014 (diff | hist) . . (+88) . . N windows 7 physical machine to virtualbox (Created page with " http://xrubio.com/2013/12/converting-a-physical-machine-to-vm/ category:virtualbox") (current)
- 16:24, 17 March 2014 (diff | hist) . . (-1) . . Bash if elif else fi
- 16:23, 17 March 2014 (diff | hist) . . (+2) . . Bash if elif else fi
- 16:23, 17 March 2014 (diff | hist) . . (+18) . . Bash if elif else fi (→example)
- 16:23, 17 March 2014 (diff | hist) . . (+101) . . Bash if elif else fi (→example)
- 14:36, 14 March 2014 (diff | hist) . . (+92) . . N ffmpeg - Extracting mp3 sound track from a video (Created page with "ffmpeg -i source_video.avi -vn -ar 44100 -ac 2 -ab 192 -f mp3 sound.mp3 category:ffmpeg") (current)
- 12:25, 11 March 2014 (diff | hist) . . (+93) . . N gratiutous ARP with arping (Created page with "http://serverfault.com/questions/175803/how-to-broadcast-arp-update-to-all-neighbors-in-linux")
- 22:07, 10 March 2014 (diff | hist) . . (+157) . . N change mediawiki user password via command line (Created page with "the changePassword.php is in the maintenance directory off the mediawiki root # php changePassword.php --user=john --password=abc123 category:mediawiki")
- 16:24, 10 March 2014 (diff | hist) . . (+304) . . N gentoo perl update (Created page with "After and emerge update of perl on gentoo, it may be necessary to run # perl-cleaner -all A world update failed for me where a number of packages failed to emerge. The abov...")
- 17:57, 9 March 2014 (diff | hist) . . (+517) . . Grub2 (current)
- 17:52, 9 March 2014 (diff | hist) . . (+70) . . creating additional VPNs with OpenVPN (current)
- 03:54, 9 March 2014 (diff | hist) . . (+98) . . fast scp with no encryption (current)
- 03:53, 9 March 2014 (diff | hist) . . (+446) . . N fast scp with no encryption (Created page with "openssh client/server version: 6.4_p1-r1 == client == # scp -o NoneSwitch=yes -o NoneEnabled=yes [[user@]host1:]file1 ... [[user@]host2:]file2 I tried putting the setting...")
- 03:02, 9 March 2014 (diff | hist) . . (+637) . . N â in error messages, terminal, etc...? (Created page with "â was popping up on my shell all over the place. The problem was that the locale was set incorrectly. # printenv |grep LANG LANG=en_US.UTF-8 LANG needs to be set to en_...") (current)
- 19:29, 5 March 2014 (diff | hist) . . (+269) . . jetway ac power loss
- 15:03, 5 March 2014 (diff | hist) . . (+413) . . N how to mount an lvm partition (Created page with "LVM2 utilizes device mapper. So, poking around a drive with ls /dev/sd*, fdisk -l /dev/xxx, etc... will not give you the information required to manually mount a partition fo...") (current)
- 20:58, 2 March 2014 (diff | hist) . . (+93) . . net-snmp scratchpad (current)
- 20:58, 2 March 2014 (diff | hist) . . (+2) . . net-snmp scratchpad (→snmpgets)
- 20:38, 2 March 2014 (diff | hist) . . (+287) . . N net-snmp scratchpad (Created page with "on check point splat smartcenter # snmpwalk -v 2c -c public localhost == snmpgets == uptime [Expert@ckkpmgr]# '''snmpget -v 2c -c public localhost HOST-RESOURCES-MIB...")
- 03:09, 2 March 2014 (diff | hist) . . (+63) . . Manually mounting a drive in linux (→NTFS) (current)
- 21:20, 20 February 2014 (diff | hist) . . (-5) . . Iptables quick guide (→allow muliple ports example)
- 21:19, 20 February 2014 (diff | hist) . . (+269) . . Iptables quick guide (→allow muliple ports example)
- 21:22, 18 February 2014 (diff | hist) . . (+2) . . create fat filesystem with linux (current)
- 21:21, 18 February 2014 (diff | hist) . . (+65) . . create fat filesystem with linux
- 21:20, 18 February 2014 (diff | hist) . . (+1,969) . . N create fat filesystem with linux (Created page with "1. for gentoo users, emerge the package dosfstools 2. figure out the device name for you disk If it a usb drive, I run "ls /dev/sd*" before and after I pug it in and see wha...")
- 14:42, 16 February 2014 (diff | hist) . . (-2) . . Sendmail from script (current)
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)