87 reputation
5
bio website
location
age
visits member for 3 years, 7 months
seen May 5 at 0:12
stats profile views 39

May
5
revised How to stop bare bash cd (change directory command) from changing the working directory to $HOME?
added 4 characters in body
May
4
revised How to stop bare bash cd (change directory command) from changing the working directory to $HOME?
added 2 characters in body
May
4
comment How to stop bare bash cd (change directory command) from changing the working directory to $HOME?
Plenty of options - thanks! I've taken the suggestion to use alias and added a specific example as another answer.
May
4
answered How to stop bare bash cd (change directory command) from changing the working directory to $HOME?
May
4
asked How to stop bare bash cd (change directory command) from changing the working directory to $HOME?
Jan
3
asked What is the simplest way to monitor log files for (a) string/regex matches AND (b) lack of output?
Sep
2
accepted How to avoid repeating Allow/Deny access control statements across multiple Directory directives in Apache2 VirtualHosts?
Aug
23
comment How to avoid repeating Allow/Deny access control statements across multiple Directory directives in Apache2 VirtualHosts?
But what if the <Directory> directives have no common parent folder?
Aug
23
asked How to avoid repeating Allow/Deny access control statements across multiple Directory directives in Apache2 VirtualHosts?
Jan
3
accepted Does a forward web proxy exist that checks and obeys robots.txt on remote domains?
Jan
3
comment Does a forward web proxy exist that checks and obeys robots.txt on remote domains?
I agree when you look at it like that, but arguably it's an issue of terminology. So, as different model, define "crawler" to be a system of components - a forward web proxy and numerous agents behind it. The whole thing can be dubbed "a crawler" because that is what it looks like to the outside world. But now we can have multiple, probably heterogeneous requesting agents at the back and a single point at the front responsible for obeying remote policy (i.e. robots.txt). It's interesting!
Jan
3
revised Does a forward web proxy exist that checks and obeys robots.txt on remote domains?
added 8 characters in body
Jan
3
comment Does a forward web proxy exist that checks and obeys robots.txt on remote domains?
A program to continually update a Squid config could be a good solution if nothing already does this - thanks.
Jan
3
comment Does a forward web proxy exist that checks and obeys robots.txt on remote domains?
Thanks for answering! My thought is that the proxy can act as a central, single point of obedience to any robots.txt rules encountered - it means that multiple crawlers can start from one network, go through a proxy, and all, in aggregate obey any robots.txt rules encountered.
Jan
3
awarded  Editor
Jan
3
revised Does a forward web proxy exist that checks and obeys robots.txt on remote domains?
added 146 characters in body
Jan
3
asked Does a forward web proxy exist that checks and obeys robots.txt on remote domains?
Feb
9
comment How can I sort du -h output by size
The relevant section of the manual: gnu.org/software/coreutils/manual/…
Jan
31
accepted On Linux, how can I see how far through a file a process is?
Jan
31
comment On Linux, how can I see how far through a file a process is?
Summarising, they are: 1. Use pv (before you start) 2. Use lsof -o (if offsets are supported) 3. look at value of wchar on /proc/<PID>/io , for the known PID of the cat process