| bio | website | perceptionistruth.com |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 1 year, 11 months |
| seen | 37 mins ago | |
| stats | profile views | 81 |
Slightly geeky, overly cynical and delusional about my own self importance.
|
Aug 22 |
answered | Missed get command of FTP |
|
Aug 22 |
comment |
Missed get command of FTP AIX's default ftp client definitely supports mget. |
|
Aug 17 |
comment |
How to download specific files from some url path with wget Although it's true in this case - this does assume that the web server returns a page at the URL that lists all the files. If it returns an index page without any of the mentioned files, wget can magically get them. |
|
Aug 16 |
comment |
Localhost .htaccess not working on Ubuntu He means what are the permissions on the .htaccess file, i.e. can the web server even read it. When you go to nibble.local, what response do you get and does it show up in the access log? |
|
Aug 16 |
comment |
Localhost .htaccess not working on Ubuntu is the access log for your virtualhost seeing any traffic? |
|
Aug 16 |
comment |
Localhost .htaccess not working on Ubuntu have you enabled the apache rewrite log and seen what it's generating as output? httpd.apache.org/docs/current/mod/mod_rewrite.html#rewritelog |
|
Aug 11 |
comment |
How to turn off the help menu in Lynx +1 for being 18 seconds quicker than me and including the config file option! |
|
Aug 11 |
answered | How to turn off the help menu in Lynx |
|
Aug 11 |
comment |
Best way to use a shell with Cygwin in Windows 7 Yeh I was just adding the - to the answer. |
|
Aug 11 |
revised |
Best way to use a shell with Cygwin in Windows 7 added 104 characters in body |
|
Aug 11 |
awarded | Nice Answer |
|
Aug 10 |
revised |
Need small and light stand-alone one-file ftpd server added 266 characters in body |
|
Aug 9 |
comment |
Need small and light stand-alone one-file ftpd server Not sure why it's less reliable than FTP, anyway, you might want to update your question to include the size of the files, frequency, etc. |
|
Aug 9 |
answered | Need small and light stand-alone one-file ftpd server |
|
Aug 9 |
answered | How to make it go back to the CLI after running cnetworkmanager? |
|
Aug 9 |
comment |
Need small and light stand-alone one-file ftpd server Does it have to be FTP, or are you just trying to accept files from anywhere? Asking because it might affect the answer - also how much support do you need for different users. |
|
Aug 9 |
revised |
Best way to use a shell with Cygwin in Windows 7 added 98 characters in body |
|
Aug 9 |
answered | Best way to use a shell with Cygwin in Windows 7 |
|
Aug 7 |
revised |
How to read Word .doc files? deleted 6 characters in body |
|
Aug 7 |
comment |
SCP fails without error Try with -v to get some debugging info during the copy. |