User contributions
From ben.goodacre.name/tech
(Latest | Earliest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)
- 13:51, 31 January 2012 (diff | hist) X Windows & Desktop Tricks (Linux) (top)
- 11:53, 26 January 2012 (diff | hist) Bad owner name (check-names) Error (BIND) (top)
- 11:52, 26 January 2012 (diff | hist) Main Page (top)
- 11:51, 26 January 2012 (diff | hist) N Bad owner name (check-names) Error (BIND) (Created page with "===Problem=== When attempting to load a xone file this error can occur: <pre> pop.company.net.zone:313: blah.pop.company.net: bad owner name (check-names) zone pop.company.net/IN...")
- 10:01, 26 January 2012 (diff | hist) Main Page
- 10:00, 26 January 2012 (diff | hist) Main Page
- 09:59, 26 January 2012 (diff | hist) X Windows & Desktop Tricks (Linux)
- 09:57, 26 January 2012 (diff | hist) N X Windows & Desktop Tricks (Linux) (Created page with "===Restart X without restarting machine=== To get a console press Ctrl + Alt + F1, depending on your desktop environment: *LightDM - Ubuntu 11.10+ <tt>sudo /etc/init.d/lightdm re...")
- 17:22, 25 January 2012 (diff | hist) Main Page
- 17:20, 25 January 2012 (diff | hist) N Background Writer (bgwriter) (PostgreSQL) (Created page with "Bgwriter (background writer) pushes buffers to disk. Backend processes handling queries never have to wait for a write to occur as bgwriter will do it first. ===Settings=== bgwri...") (top)
- 17:18, 25 January 2012 (diff | hist) N Checkpoint (PostgreSQL) (Created page with "Checkpoint flushes all buffers to disk and deletes xlogs ===Settings=== checkpoint_timeout: Maximum allowed time since the last checkpoint. checkpoint_completion_target: Target l...") (top)
- 17:16, 23 January 2012 (diff | hist) Squid Stuff (top)
- 15:51, 17 January 2012 (diff | hist) Linux Tricks (→Archiving) (top)
- 17:16, 6 January 2012 (diff | hist) Main Page
- 17:16, 6 January 2012 (diff | hist) N SOA record (moved SOA record to SOA record (DNS)) (top)
- 17:16, 6 January 2012 (diff | hist) m SOA record (DNS) (moved SOA record to SOA record (DNS)) (top)
- 17:15, 6 January 2012 (diff | hist) N DNS TTLs (moved DNS TTLs to SOA record) (top)
- 17:15, 6 January 2012 (diff | hist) m SOA record (DNS) (moved DNS TTLs to SOA record)
- 17:15, 6 January 2012 (diff | hist) SOA record (DNS)
- 17:12, 6 January 2012 (diff | hist) Main Page
- 17:10, 6 January 2012 (diff | hist) TCP Connection Termination (Networking) (top)
- 17:08, 6 January 2012 (diff | hist) N TCP Connection Termination (Networking) (Created page with "===Normal Connection Termination=== Each side closes the connection independantly by sending a FIN packet and waiting for an ACK, 4 packets are exchanged. <pre> -------------- F...")
- 10:04, 4 January 2012 (diff | hist) Main Page
- 10:03, 4 January 2012 (diff | hist) Main Page
- 09:55, 4 January 2012 (diff | hist) MySQL vs PostgreSQL (top)
- 09:54, 4 January 2012 (diff | hist) MySQL vs PostgreSQL
- 09:54, 4 January 2012 (diff | hist) SQL Examples (top)
- 09:49, 4 January 2012 (diff | hist) N SQL Examples (Created page with "To join the table films with the table distributors: SELECT f.title, f.did, d.name, f.date_prod, f.kind FROM distributors d, films f WHERE f.did = d.did title ...")
- 15:06, 23 December 2011 (diff | hist) N Count Network connections by state (Linux) (Created page with "To display a count of all network connections by their state: <pre> $ sudo netstat -ant | awk '{print $6}' | sort | uniq -c | sort -n 1 established) 1 Foreign 2...") (top)
- 15:04, 23 December 2011 (diff | hist) Main Page
- 13:57, 22 December 2011 (diff | hist) Getting started with SVN (→Setup new repo) (top)
- 13:55, 22 December 2011 (diff | hist) Getting started with SVN (→Setup new repo)
- 13:50, 22 December 2011 (diff | hist) Extract IP address from string using grep (top)
- 13:49, 22 December 2011 (diff | hist) Extract IP address from string using grep
- 10:56, 19 December 2011 (diff | hist) Vim (→Using external commands) (top)
- 10:02, 19 December 2011 (diff | hist) m Vim (→Recall previous external command)
- 10:01, 19 December 2011 (diff | hist) Vim (→Sort text)
- 10:01, 19 December 2011 (diff | hist) Vim
- 09:06, 19 December 2011 (diff | hist) Getting started with SVN
- 15:10, 12 December 2011 (diff | hist) Main Page
- 15:09, 12 December 2011 (diff | hist) N Create file with exact / specific size (Linux) (Created page with "Create a 250MB (MegaByte) file with random characters: <pre>dd if=/dev/random of=250MB-file bs=1024 count=$((250*1024))</pre> Category:Linux") (top)
- 11:32, 7 December 2011 (diff | hist) Main Page
- 11:31, 7 December 2011 (diff | hist) Main Page
- 11:30, 7 December 2011 (diff | hist) N SVN (moved SVN to Getting started with SVN) (top)
- 11:30, 7 December 2011 (diff | hist) m Getting started with SVN (moved SVN to Getting started with SVN)
- 11:30, 7 December 2011 (diff | hist) Getting started with SVN
- 11:28, 7 December 2011 (diff | hist) Main Page
- 11:26, 7 December 2011 (diff | hist) N Svn: Can't open file '/mnt/svn/dns/db/txn-current-lock': Permission denied Error (SVN) (Created page with "===Symptom=== When attempting to commit to a SVN repo with svnserve the following error can occur: <pre> svn: Can't open file 'db/txn-current-lock': Permission denied </pre> ...") (top)
- 10:55, 7 December 2011 (diff | hist) Getting started with SVN
- 16:21, 25 November 2011 (diff | hist) Bash Scripting (→String Operators) (top)
(Latest | Earliest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)