User contributions
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)
- 14:29, 15 October 2017 (diff | hist) . . (+189) . . pam radius for ssh guide (→links)
- 14:28, 15 October 2017 (diff | hist) . . (+113) . . pam radius for ssh guide (→configure the radius client)
- 14:23, 15 October 2017 (diff | hist) . . (+4) . . pam radius for ssh guide (→configure the radius client)
- 14:22, 15 October 2017 (diff | hist) . . (+320) . . pam radius for ssh guide (→configure the radius client)
- 14:13, 15 October 2017 (diff | hist) . . (+1,173) . . pam radius for ssh guide
- 13:56, 15 October 2017 (diff | hist) . . (+1,621) . . N pam radius for ssh guide (Created page with "==version info for this guide== gentoo package names and versions: <br>sys-libs/pam version 1.2.1 <br>sys-auth/pam_radius version 1.3.17-r1 <br>net-dialup/freeradius 3.0.14 ...")
- 18:26, 8 October 2017 (diff | hist) . . (+361) . . gentoo perl upgrade slot conflict (current)
- 18:24, 8 October 2017 (diff | hist) . . (+719) . . N gentoo perl upgrade slot conflict (Created page with " # emerge -uavND --quiet world <br> !!! Multiple package instances within a single package slot have been pulled !!! into the dependency graph, resulting in a slot conflict...")
- 13:58, 3 October 2017 (diff | hist) . . (+109) . . N sqlite3 quick reference (Created page with "==counting== '''count unique column entries''' sqlite3 dbfile "SELECT COUNT(DISTINCT ipaddress) FROM table;"") (current)
- 15:56, 18 September 2017 (diff | hist) . . (+22) . . date command (current)
- 15:55, 18 September 2017 (diff | hist) . . (+183) . . date command
- 03:51, 23 August 2017 (diff | hist) . . (+69) . . alternative for pipe operator (heredoc)
- 03:50, 23 August 2017 (diff | hist) . . (+263) . . N alternative for pipe operator (heredoc) (Created page with " The equivalent of command1 | command2 is command2 < <(command1) This can be extended to three (or more) commands too. command3 < <(command2 < <(command1)) taken from [...")
- 16:26, 20 August 2017 (diff | hist) . . (+307) . . Python quick reference (→Common string operations)
- 20:25, 14 August 2017 (diff | hist) . . (+216) . . N python sqlite notes (Created page with " [https://codereview.stackexchange.com/questions/115863/run-query-and-insert-the-result-to-another-table Run query and insert the result to another table] category:pyth...")
- 16:05, 14 August 2017 (diff | hist) . . (-17) . . Python quick reference (→assigning a variable to another variable)
- 16:04, 14 August 2017 (diff | hist) . . (+171) . . Python quick reference (→assigning a variable to another variable)
- 16:00, 14 August 2017 (diff | hist) . . (+136) . . Python quick reference (→integar variable)
- 15:58, 14 August 2017 (diff | hist) . . (+187) . . Python quick reference (→simple string assignment)
- 15:44, 14 August 2017 (diff | hist) . . (+1) . . Python quick reference (→simple string assignment)
- 15:44, 14 August 2017 (diff | hist) . . (+1) . . Python quick reference (→simple string assignment)
- 15:43, 14 August 2017 (diff | hist) . . (+31) . . Python quick reference (→simple string assignment)
- 15:43, 14 August 2017 (diff | hist) . . (+33) . . Python quick reference (→variable operations)
- 15:40, 14 August 2017 (diff | hist) . . (-32) . . Python quick reference (→variable operations)
- 15:40, 14 August 2017 (diff | hist) . . (+3) . . Python quick reference (→variable operations)
- 15:40, 14 August 2017 (diff | hist) . . (-2) . . Python quick reference (→variable operations)
- 15:40, 14 August 2017 (diff | hist) . . (+33) . . Python quick reference (→Common string operations)
- 15:39, 14 August 2017 (diff | hist) . . (+68) . . Python quick reference (→Simple statements)
- 15:38, 14 August 2017 (diff | hist) . . (+305) . . Python quick reference (→variable operations)
- 15:30, 14 August 2017 (diff | hist) . . (+13) . . Main Page (→source code) (current)
- 15:30, 14 August 2017 (diff | hist) . . (+52) . . Main Page (→source code)
- 15:28, 14 August 2017 (diff | hist) . . (-11) . . Main Page (→source code)
- 15:28, 14 August 2017 (diff | hist) . . (+157) . . Main Page
- 15:21, 14 August 2017 (diff | hist) . . (+130) . . Python quick reference (→Simple statements)
- 18:47, 8 August 2017 (diff | hist) . . (+241) . . N sqlite3 insert or update (Created page with " Create Index on Multiple Columns index on multiple columns CREATE INDEX index_name ON tab_name (column1, column2) add an index on the columns "firstname" and "lastname"...") (current)
- 21:53, 7 August 2017 (diff | hist) . . (+75) . . Python quick reference
- 20:44, 7 August 2017 (diff | hist) . . (+122) . . Python quick reference (→print)
- 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)
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)