User contributions for Maarten
Jump to navigation
Jump to search
7 June 2015
- 23:1023:10, 7 June 2015 diff hist +130 Django No edit summary
- 22:2522:25, 7 June 2015 diff hist +13 Django →example apache config
- 22:2422:24, 7 June 2015 diff hist −45 Django →example apache config
- 22:2322:23, 7 June 2015 diff hist +1,397 Django →example apache config
- 22:2022:20, 7 June 2015 diff hist −4 Django →example apache config
- 22:1722:17, 7 June 2015 diff hist +17 Django →example apache config
- 22:1522:15, 7 June 2015 diff hist +768 N Django Created page with "==example apache config== Below apache config works with the debian django repository (specifically, the static alias is on a separate location). Outside of that the django i..."
- 22:1322:13, 7 June 2015 diff hist −3 MediaWiki:Sidebar No edit summary
- 22:1322:13, 7 June 2015 diff hist +44 MediaWiki:Sidebar No edit summary
- 22:1022:10, 7 June 2015 diff hist +159 N Awk examples Created page with "==ignore first columns and print rest== [maarten.tikal] ➤ echo 'column1 column2 column3 column4' | awk '{print substr($0, index($0,$3))}' column3 column4"
- 21:5821:58, 7 June 2015 diff hist +1 Mysql examples No edit summary
- 21:5821:58, 7 June 2015 diff hist +89 Mysql examples No edit summary
- 17:3017:30, 7 June 2015 diff hist +29 Mysql examples →output to csv
- 17:2917:29, 7 June 2015 diff hist +190 Mysql examples No edit summary
- 17:2617:26, 7 June 2015 diff hist +192 Mysql examples No edit summary
- 15:1915:19, 7 June 2015 diff hist +1 Mysql examples →insert some values
- 14:5114:51, 7 June 2015 diff hist +95 Mysql examples No edit summary
- 02:5702:57, 7 June 2015 diff hist +116 Sed examples No edit summary current
- 02:5502:55, 7 June 2015 diff hist +333 N Sed examples Created page with "==count the number of a specific character in each line== sed 's/[^a]//g' file | awk '{ print length }' This removes all characters in each line outside of 'a' (a used as a..."
- 02:5102:51, 7 June 2015 diff hist +70 MediaWiki:Sidebar No edit summary
3 June 2015
- 16:0216:02, 3 June 2015 diff hist +90 Mysql examples No edit summary
- 02:2302:23, 3 June 2015 diff hist +71 N Mysql examples Created page with "==add a column to a table== ALTER TABLE exports ADD level VARCHAR(20);"
- 02:2102:21, 3 June 2015 diff hist +15 MediaWiki:Sidebar No edit summary
- 02:2102:21, 3 June 2015 diff hist +18 MediaWiki:Sidebar No edit summary
13 March 2015
- 22:1922:19, 13 March 2015 diff hist +206 N Samba4 installation Created page with "quick line with the command that I use to get an installation working: samba-tool domain provision --use-rfc2307 --option="interfaces=lo eth1" --option="bind interfaces only..."
13 February 2015
- 17:0417:04, 13 February 2015 diff hist +159 Vim tweaks No edit summary
- 16:3716:37, 13 February 2015 diff hist +197 Vim tweaks No edit summary
27 April 2014
- 22:4522:45, 27 April 2014 diff hist +19 MediaWiki:Sidebar No edit summary
2 November 2013
- 19:0619:06, 2 November 2013 diff hist +10 Vim tweaks No edit summary
- 19:0519:05, 2 November 2013 diff hist +374 Vim tweaks No edit summary
- 19:0219:02, 2 November 2013 diff hist +12 Vim tweaks No edit summary
- 19:0219:02, 2 November 2013 diff hist +1 Vim tweaks No edit summary
- 19:0119:01, 2 November 2013 diff hist −1 Vim tweaks No edit summary
- 19:0119:01, 2 November 2013 diff hist +1,140 N Vim tweaks Created page with "I often split my vi session so I can compare textfiles when coding some basic php stuff. To split a page with vim, run :sp <filename> or :vsp <filename>. :sp will split the ..."
- 18:5518:55, 2 November 2013 diff hist +25 MediaWiki:Sidebar No edit summary
30 August 2013
- 20:3120:31, 30 August 2013 diff hist +979 N Find examples Created page with "==Excluding directories from a find query== For my work I regularly have to investigate how deep directory structures go. Some storage vendors like NetApp have default snapsh..."
- 20:2720:27, 30 August 2013 diff hist +31 MediaWiki:Sidebar No edit summary
29 August 2013
- 01:5601:56, 29 August 2013 diff hist +330 N Wget resume Created page with "==resume partial download== Normally any additional runs of wget will create a separate file, or overwrite the original. Wget lets you resume a partial download with the -c op..." current
- 01:4601:46, 29 August 2013 diff hist −4 MediaWiki:Sidebar No edit summary
26 August 2013
- 15:5115:51, 26 August 2013 diff hist +31 MediaWiki:Sidebar No edit summary
17 August 2013
- 14:5614:56, 17 August 2013 diff hist +61 Wmic No edit summary
- 14:5514:55, 17 August 2013 diff hist −7 Wmic No edit summary
- 14:5514:55, 17 August 2013 diff hist +169 Wmic No edit summary
- 14:5214:52, 17 August 2013 diff hist +44 Wmic No edit summary
- 14:5214:52, 17 August 2013 diff hist +118 Wmic No edit summary
- 14:4914:49, 17 August 2013 diff hist 0 Wmic No edit summary
- 14:4914:49, 17 August 2013 diff hist +26 Wmic No edit summary
- 14:4914:49, 17 August 2013 diff hist +501 N Wmic Created page with "wmic diskdrive list brief will list the physical drives. C:\Users\maarten.LIPPMANN.000>wmic diskdrive list brief Caption DeviceID Model ..."
- 14:4614:46, 17 August 2013 diff hist +17 MediaWiki:Sidebar No edit summary
- 14:4514:45, 17 August 2013 diff hist +56 MediaWiki:Sidebar No edit summary