User contributions
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)
- 20:16, 7 August 2017 (diff | hist) . . (+122) . . N Python quick reference (Created page with "==Introduction== ==Lexical analysis== ==Data model== ==Execution model== ==Expressions== ==Simple statements== ===print===")
- 18:44, 7 August 2017 (diff | hist) . . (+66) . . mediawiki manual password reset (current)
- 18:18, 7 August 2017 (diff | hist) . . (+66) . . N mediawiki manual password reset (Created page with " sudo php changePassword.php --user=example --password=newpassword")
- 02:17, 13 June 2017 (diff | hist) . . (+125) . . Git reference
- 02:03, 26 May 2017 (diff | hist) . . (+25) . . change mediawiki user password via command line (current)
- 19:11, 18 May 2017 (diff | hist) . . (+153) . . N check bind zone file (Created page with " example: # '''named-checkzone -i full example.com /etc/bind/pri/db.example.com''' zone example.com/IN: loaded serial 2010112801 OK category:bind") (current)
- 02:06, 17 May 2017 (diff | hist) . . (+277) . . N sed match pattern spanning multiple lines (Created page with "file contents abc def ghi match across 2 lines # cat .abc.txt | sed -n '/abc/N;/def/p' abc def match across 3 lines # cat .abc.txt | sed -n '/abc/N;/def/N;/ghi/p' ...") (current)
- 02:53, 15 May 2017 (diff | hist) . . (-2) . . regex guide (→Word Boundaries) (current)
- 02:53, 15 May 2017 (diff | hist) . . (-2) . . regex guide (→Anchors)
- 02:52, 15 May 2017 (diff | hist) . . (+694) . . regex guide (→Alternation with Pipe)
- 02:43, 15 May 2017 (diff | hist) . . (+450) . . regex guide (→Word Boundaries)
- 02:03, 15 May 2017 (diff | hist) . . (+263) . . regex guide (→Word Boundaries)
- 01:57, 15 May 2017 (diff | hist) . . (+378) . . regex guide (→Anchors)
- 01:28, 15 May 2017 (diff | hist) . . (+295) . . regex guide (→The Dot Matches (Almost) Any Character)
- 04:46, 14 May 2017 (diff | hist) . . (+255) . . regex guide (→The Dot Matches (Almost) Any Character)
- 04:34, 14 May 2017 (diff | hist) . . (+301) . . regex guide (→Shorthand Character Classes)
- 03:18, 14 May 2017 (diff | hist) . . (+545) . . regex guide (→Repeating Character Classes)
- 03:00, 14 May 2017 (diff | hist) . . (+253) . . regex guide (→Metacharacters Inside Character Classes)
- 02:48, 14 May 2017 (diff | hist) . . (-3) . . regex guide (→Regex Syntax versus String Syntax)
- 02:48, 14 May 2017 (diff | hist) . . (-13) . . regex guide (→Metacharacters Inside Character Classes)
- 02:47, 14 May 2017 (diff | hist) . . (-3) . . regex guide (→Metacharacters Inside Character Classes)
- 02:47, 14 May 2017 (diff | hist) . . (+2) . . regex guide (→Metacharacters Inside Character Classes)
- 02:46, 14 May 2017 (diff | hist) . . (+947) . . regex guide (→Negated Character Classes)
- 02:37, 14 May 2017 (diff | hist) . . (-518) . . regex guide (→Metacharacters Inside Character Classes)
- 02:35, 14 May 2017 (diff | hist) . . (+39) . . regex guide (→special chacters)
- 02:32, 14 May 2017 (diff | hist) . . (+38) . . regex guide (→special chacters)
- 02:29, 14 May 2017 (diff | hist) . . (+924) . . regex guide (→Regex Syntax versus String Syntax)
- 00:52, 14 May 2017 (diff | hist) . . (+10) . . regex guide (→Non-Printable Characters)
- 00:51, 14 May 2017 (diff | hist) . . (+4) . . regex guide (→Printable Characters)
- 00:51, 14 May 2017 (diff | hist) . . (+821) . . regex guide (→Programming Languages)
- 23:31, 13 May 2017 (diff | hist) . . (+22) . . regex guide
- 23:30, 13 May 2017 (diff | hist) . . (+59) . . regex guide
- 23:26, 13 May 2017 (diff | hist) . . (+436) . . regex guide (→special chacters)
- 23:07, 13 May 2017 (diff | hist) . . (+187) . . regex guide (→special chacters)
- 23:03, 13 May 2017 (diff | hist) . . (+130) . . regex guide (→special chacters)
- 23:00, 13 May 2017 (diff | hist) . . (+49) . . N regex guide (Created page with " == special chacters == \ ^ $ . | ? * + ( ) [ {")
- 01:44, 10 May 2017 (diff | hist) . . (+402) . . N bash variable inside awk (Created page with "taken from [http://stackoverflow.com/questions/19075671/how-to-use-shell-variables-in-an-awk-script How to use shell variables in an awk script] This is the best way to do it...") (current)
- 14:51, 9 May 2017 (diff | hist) . . (+190) . . N sqlite3 notes (Created page with " ==How to combine rows based on duplicate data in Sqlite== [http://stackoverflow.com/questions/32369323/android-how-to-combine-rows-based-on-duplicate-data-in-sqlite combin...")
- 15:10, 5 May 2017 (diff | hist) . . (+18) . . N sed reverse lines of output or file (Created page with " sed 'x;1!H;$!d;x'") (current)
- 22:49, 29 April 2017 (diff | hist) . . (+255) . . N disable ipv6 on redhat (Created page with "add the following line to /etc/modprobe.conf install ipv6 /bin/true add the following linds to /etc/sysconfig/network NETWORKING_IPV6=no IPV6INIT=no reboot or run # ...") (current)
- 13:52, 29 April 2017 (diff | hist) . . (+49) . . redhat centos static network ifcfg example (current)
- 13:51, 29 April 2017 (diff | hist) . . (+13) . . redhat centos static network ifcfg example
- 13:51, 29 April 2017 (diff | hist) . . (+254) . . N redhat centos static network ifcfg example (Created page with "DEVICE=eth0 HWADDR=E6:97:60:37:9F:9F TYPE=Ethernet UUID=7e955f19-fe9c-418e-9824-ad7eed980eff ONBOOT=yes NM_CONTROLLED=yes BOOTPROTO=none NETWORK=10.10.150.0 NETMASK=255.255.25...")
- 02:08, 29 April 2017 (diff | hist) . . (+1,442) . . N rsync version mismatch (Created page with "==problem== rsync transfers are failing due to a version mismatch sender: 2.5.7 <br>receiver: 3.1.2 command run $ '''rsync -avh -e ssh --progress --rsync-path=/usr/local/b...")
- 22:28, 16 April 2017 (diff | hist) . . (+32) . . syntax highlight example (current)
- 22:26, 16 April 2017 (diff | hist) . . (+5) . . syntax highlight example
- 22:26, 16 April 2017 (diff | hist) . . (+526) . . syntax highlight example
- 22:17, 16 April 2017 (diff | hist) . . (+244) . . syntax highlight example
- 22:14, 16 April 2017 (diff | hist) . . (+333) . . N syntax highlight example (Created page with " <syntaxhighlight lang="bash" inline> sqlite3 $FWDIR/conf/hit_count_rules_table.sqlite 'select datetime(start_date, "unixepoch") as time, datetime(end_date, "unixepoch") as ti...")
- 21:28, 16 April 2017 (diff | hist) . . (-58) . . Main Page
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)