User contributions
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)
- 11:32, 26 January 2015 (diff | hist) . . (+60) . . SSH (current)
- 11:31, 26 January 2015 (diff | hist) . . (+92) . . SSH
- 03:20, 16 January 2015 (diff | hist) . . (+154) . . N Git (Created page with "== Undo last commit and KEEP changes == <pre> git reset --soft HEAD~1 </pre> == Undo last commit and LOSE changes == <pre> git reset --hard HEAD~1 </pre>")
- 03:01, 16 January 2015 (diff | hist) . . (+1,696) . . N Linux/Agnostic (Created page with "== Finding out file creation time == Only available on <strong>ext4</strong>.<br /> Use the <code>stat</code> command - the file creation time will be denoted as the <code>Bir...") (current)
- 02:35, 11 January 2015 (diff | hist) . . (+24) . . m MySQL (Fixed headings) (current)
- 07:59, 7 January 2015 (diff | hist) . . (+541) . . N Debian//etc/network/interfaces (Created page with "= DHCP setup = <pre> auto eth0 iface eth0 inet dhcp </pre> = Static IP setup = <pre> auto eth0 iface eth0 inet static address 192.168.100.2 netmask 255.255.255.248 gateway...") (current)
- 16:40, 8 December 2014 (diff | hist) . . (+266) . . N Windows/TabletPCSettings (Created page with "= Opening Table PC Settings via Command Prompt = For an unknown reason, Tablet PC Settings can disappear from Control Panel. To open it using Command Prompt, run the following...") (current)
- 05:28, 5 November 2014 (diff | hist) . . (+362) . . N Ffmpeg (Created page with "== Common arguments == <code>-ss</code> position, in seconds or hh:mm:ss[.xxx]<br /> <code>-t</code> duration from start position<br /> <code>-acodec</code> audio codec<br />...") (current)
- 14:27, 17 October 2014 (diff | hist) . . (+668) . . N Core dump (Created page with "= Enabling core dumps = The core file size is 0 by default, which results in no core being generated: <pre> sh# ulimit -a core file size (blocks, -c) 0 ... ... ... </...") (current)
- 11:52, 21 September 2014 (diff | hist) . . (+364) . . N Setfacl (Created page with "= Common arguments = <code>-b</code> remove all ACL entries = What is that weird plus sign in ls -l output? = It means the file has ACLs associated with it. <pre> -rw------...") (current)
- 16:48, 14 September 2014 (diff | hist) . . (+177) . . Rsync (current)
- 14:50, 20 August 2014 (diff | hist) . . (+51) . . Mount (current)
- 14:49, 20 August 2014 (diff | hist) . . (-22) . . Mount
- 14:47, 20 August 2014 (diff | hist) . . (+207) . . Mount
- 13:36, 18 August 2014 (diff | hist) . . (+74) . . Cryptsetup
- 13:35, 18 August 2014 (diff | hist) . . (+694) . . N Cryptsetup (Created page with "== Common arguments == <pre> --verify-passphrase, -y When interactively asking for a passphrase, ask for it twice and complain if both inputs do...")
- 04:30, 17 August 2014 (diff | hist) . . (+99) . . N Gai.conf (Created page with "= Prefer IPv4 over IPv6 = Uncomment the following line: <pre> #precedence ::ffff:0:0/96 100 </pre>") (current)
- 16:18, 27 July 2014 (diff | hist) . . (+108) . . N Mount (Created page with "== Mount disk image == <source lang="bash"> mount -oloop,offset=1048576 image.img /mnt/destination </source>")
- 09:50, 23 July 2014 (diff | hist) . . (+248) . . N Virt-install (Created page with "== Define and start libvirt virtual machine == <source lang="bash">virt-install --name softeng306 --ram 512 --disk /path/to/image.img,format=qcow2 --cdrom /path/to/ubuntu-14.0...") (current)
- 02:16, 17 July 2014 (diff | hist) . . (+127) . . N Cryptography/EncryptionComparison (Created page with "= DES vs 3DES vs AES = http://stackoverflow.com/questions/5554526/comparison-of-des-triple-des-aes-blowfish-encryption-for-data") (current)
- 23:33, 9 July 2014 (diff | hist) . . (+2) . . Wget (current)
- 23:33, 9 July 2014 (diff | hist) . . (+166) . . N Wget (Created page with "== Common arguments == <code>-O</code> output file = Download a file to a specific location = <source lang="bash"> wget http://www.google.com/ -O /dev/null </source>")
- 23:21, 9 July 2014 (diff | hist) . . (+315) . . N Netstat (Created page with "= Common arguments = <code>-t</code> include tcp<br /> <code>-u</code> include udp<br /> <code>-l</code> show only listening sockets<br /> <code>-p</code> show PID and program...") (current)
- 23:15, 9 July 2014 (diff | hist) . . (+254) . . MySQL
- 11:15, 9 July 2014 (diff | hist) . . (+1) . . m Find (→Several matches)
- 11:20, 8 July 2014 (diff | hist) . . (+127) . . Curl (current)
- 11:12, 8 July 2014 (diff | hist) . . (+90) . . N Curl (Created page with "== Check response headers == <source lang="bash"> curl -I http://www.google.com/ </source>")
- 02:43, 5 July 2014 (diff | hist) . . (+123) . . N Socat (Created page with "== Forward TCP packets == <source lang="bash"> socat TCP-LISTEN:[local_port],fork TCP:[remote_host]:[remote_port] </source>") (current)
- 03:30, 4 July 2014 (diff | hist) . . (+236) . . MySQL
- 03:09, 4 July 2014 (diff | hist) . . (+106) . . N Sed (Created page with "== Get lines between two line numbers == <source lang="bash"> sed -n '156559,157787p' Master.csv </source>") (current)
- 01:41, 4 July 2014 (diff | hist) . . (+13) . . SSH
- 01:41, 4 July 2014 (diff | hist) . . (+52) . . SSH
- 01:40, 4 July 2014 (diff | hist) . . (+31) . . SSH (→Upload SSH public key to remote host)
- 01:40, 4 July 2014 (diff | hist) . . (+299) . . N Scp (Created page with "== Common arguments == <code>-r</code> recursive<br /> <code>-P</code> port number (default 22) == Push a file == <source lang="bash"> scp ./path/to/source user@host:/path/to...") (current)
- 01:39, 4 July 2014 (diff | hist) . . (-173) . . SSH
- 12:02, 30 June 2014 (diff | hist) . . (+97) . . SSH
- 12:01, 30 June 2014 (diff | hist) . . (+439) . . N Rsync (Created page with "== Common arguments == <code>-a</code> same as <code>--archive</code><br /> <code>-v</code> same as <code>--verbose</code><br /> <code>-x</code> same as <code>--one-file-syste...")
- 11:50, 30 June 2014 (diff | hist) . . (0) . . SSH
- 11:49, 30 June 2014 (diff | hist) . . (+202) . . N SSH (Created page with "== Push a file == <source lang="bash"> ssh ./path/to/source user@host:/path/to/destination </source> == Pull a file == <source lang="bash"> ssh user@host:/path/to/source ./pa...")
- 11:24, 30 June 2014 (diff | hist) . . (+375) . . Find
- 11:03, 30 June 2014 (diff | hist) . . (+123) . . N Find (Created page with "== Between dates == <syntaxhighlight lang="bash"> find / -newermt "27 Dec 2013" ! -newermt "1 Jan 2014" </syntaxhighlight>")
- 10:53, 30 June 2014 (diff | hist) . . (+36) . . Main Page (current)
- 12:30, 26 June 2014 (diff | hist) . . (+387) . . MySQL
- 12:22, 26 June 2014 (diff | hist) . . (+90) . . N MediaWiki:Common.css (Created page with "→CSS placed here will be applied to all skins: #ca-talk { display: none !important; }") (current)
- 03:02, 26 June 2014 (diff | hist) . . (+18) . . MySQL (→After update)
- 03:01, 26 June 2014 (diff | hist) . . (+58) . . MediaWiki:Vector.css (current)
- 02:57, 26 June 2014 (diff | hist) . . (-2) . . MediaWiki:Vector.css
- 02:56, 26 June 2014 (diff | hist) . . (+233) . . MySQL
- 05:26, 25 June 2014 (diff | hist) . . (0) . . MediaWiki:Vector.css
- 05:26, 25 June 2014 (diff | hist) . . (+89) . . N MediaWiki:Vector.css (Created page with "→CSS placed here will affect users of the Vector skin: #toc { margin: 0 0 1em 1em; }")
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)