1,340 reputation
820
bio website foobacca.co.uk
location United Kingdom
age
visits member for 3 years, 10 months
seen Apr 25 at 13:51
stats profile views 70

Unless I explicitly state otherwise in a post, all my original contributions to StackOverflow and ServerFault are placed into the public domain. If this is not legally possible, then anyone receiving a copy of them by any means is granted a non-exclusive perpetual license to use, distribute and modify them, and to distribute modifications, under any license or none, with or without attribution to me. Please note that this license applies only to my original contributions.


Aug
18
answered MySQL query builder? (like Access has in Design View)
Aug
18
answered How to open Firefox's “organize bookmarks” from Vimperator?
Aug
11
awarded  Popular Question
Aug
1
answered Cannot boot Live USB, Linux
Aug
1
comment Cannot boot Live USB, Linux
What OS are you using to create the USB stick? Windows? Linux?
Jul
20
answered Vi-Vim like control keybindings for Windows
Jul
20
comment Grep multiline pattern
@Daenyth grep -E mostly just means you can use ?, +, {, |, (, and ) as their usual regex meaning without having to have a \ in front, as you do if you use standard grep. So grep 'hello\s\+world' file is equivalent to grep -E 'hello\s+world' file. It doesn't do PCRE. There is grep -P for perl regular expressions, but it is experimental (according to the man page) and I think it is a little different from pcregrep ...
Jul
20
revised Grep multiline pattern
added 1 characters in body
Jul
20
answered Will lsusb and lspci list devices for which the system has no drivers?
Jul
20
answered Grep multiline pattern
Jul
20
answered Installing Ubuntu To run in Virtual Box
Jul
17
answered Seeding thousands of torrents
Jul
17
answered Google Search w/ Chrome Incognito w/ Gnome Do
Jul
16
comment Run a script in Linux for a specified amount of time before stopping and restarting
@warren, you can use $!, as in slartibartfast's answer
Jul
16
awarded  Yearling
Jul
15
answered Run a script in Linux for a specified amount of time before stopping and restarting
Jul
15
comment Switch buffers in vim without saving to a currently modified file
@jamessan - yes I know, but the page it redirects to has single quotes in the URL and I couldn't get it to appear properly using markdown, so I used the redirect address instead.
Jul
14
answered Switch buffers in vim without saving to a currently modified file
Jul
12
answered How can I check whether a user has login permissions on Ubuntu?
Jul
12
answered Linux- using multiple consoles + vim