|
Apr 8 |
answered | How do I install Adobe Flash on Debian Wheezy? |
|
Apr 8 |
comment |
How to display TCP handshake in LinuxWireshark is exactly the tool for this; what exactly restricts you from using it or tcpdump? |
|
Apr 5 |
comment |
tcpdump host filter doesn't work Which interface are you listening on? Is it the correct interface for that IP address? |
|
Apr 5 |
reviewed | Close ubuntu: sudo find / -type d -exec chmod -Rf a-wr {} \; the user can't login |
|
Apr 5 |
reviewed | Leave Open About ncurses header file |
|
Apr 5 |
comment |
ubuntu: sudo find / -type d -exec chmod -Rf a-wr {} \; the user can't login Won't help - still needs to restore permissions and finding out which files should have been readable by all and which shouldn't will be a copper-plated bitch. He'd almost be better off backing up user data, reinstalling from scratch, and replacing the data with assumed-safe permissions. |
|
Apr 5 |
comment |
A service is failing to start on permissions denied--which files is it failing on? If you created the service, why not install a debug version that does some more explicit error catching and tells you which files it tries to open at every step? The -vvv flag was invented for a reason. :) |
|
Apr 5 |
answered | Environment variable does not seem to work in sudo |
|
Apr 5 |
revised |
Environment variable does not seem to work in sudo Explained why the env_keep needs to be added. |
|
Apr 5 |
comment |
Environment variable does not seem to work in sudo Because sudo clears any and all environment variables not explicitly whitelisted. Basic security. |
|
Apr 4 |
comment |
Howto find duplicate files on disk @ChrisDown Yes, size matching would be one of the shortcuts I had in mind. |
|
Apr 4 |
comment |
Howto find duplicate files on disk Note that any possible method of doing this will invariably have to compare every single file on your system to every single other file. So this is going to take a long time, even when taking shortcuts. |
|
Mar 30 |
reviewed | No Action Needed Update from Grub 1.98 to Grub 2 |
|
Mar 30 |
reviewed | Close Command substitution in alias resolved in bash profile? |
|
Mar 28 |
comment |
is upstart and supervisord used for the same thing? I'd note that the proper solution to a service that doesn't properly daemonizes would be to fix the bug with said service that cause it to not daemonize properly. I'll grant that something like supervisord would be useful for #2, though. |
|
Mar 28 |
comment |
Can I install some debs from Ubuntu on Debian Squeeze to get nice font rendering? Not just approaching EOL, more than a year past. |
|
Mar 28 |
answered | Can I install some debs from Ubuntu on Debian Squeeze to get nice font rendering? |
|
Mar 28 |
comment |
Can I install some debs from Ubuntu on Debian Squeeze to get nice font rendering? Also, isn't Lenny approaching end-of-life? Squeeze has been out for ages and Debian is currently in freeze mode to work on the next major release... |
|
Mar 27 |
comment |
doing an rsync across multiple machines "With the additional copy between the machines, this is..." This is what? I think I know what you're trying to ask, but please finish your question... |
|
Mar 21 |
reviewed | Leave Open tcpdump host filter doesn't work |