| bio | website | |
|---|---|---|
| location | Europe | |
| age | ||
| visits | member for | 1 year, 3 months |
| seen | May 15 at 20:35 | |
| stats | profile views | 40 |
|
Feb 22 |
awarded | Informed |
|
Feb 11 |
awarded | Yearling |
|
Jul 29 |
revised |
How to log all domains accessed? typo |
|
Jul 15 |
comment |
How can I set up a remote port forward on port 80 to my localhost with the help of setcap? Shouldn't it be /usr/bin/ssh instead of /usr/sbin/sshd in your setcap command? |
|
Jun 24 |
awarded | Suffrage |
|
Apr 8 |
answered | What's the best way to format a HDD in Linux in order to leave no trace? |
|
Mar 23 |
answered | Correctly determining memory usage in Linux |
|
Mar 16 |
awarded | Enthusiast |
|
Mar 2 |
comment |
fstab not mounting a disk on boot Use dmesg to look for warning/error when the system tries to mount your partitions. |
|
Feb 29 |
answered | How to log all domains accessed? |
|
Feb 29 |
awarded | Revival |
|
Feb 28 |
revised |
Redirecting Google search to HTTPS with Privoxy better spelling |
|
Feb 28 |
answered | Redirecting Google search to HTTPS with Privoxy |
|
Feb 27 |
comment |
The receiving of returns by Nagios from script through NRPE Enable logging on server-side of nrpe and show the entries of the script execution. Have you run the manual test as root or as the user as which your nrpe-server runs? |
|
Feb 27 |
comment |
Choppy audio CD playback with mplayer I personally use VLC and it has also a cli command cvlc cdda://, but this is just me ;). There are many other players with GUI or without, just pick one ... |
|
Feb 27 |
awarded | Revival |
|
Feb 26 |
awarded | Editor |
|
Feb 26 |
revised |
Finding a number of occurrences of a certain character in tcsh Wrong value for parameter -maxdepth |
|
Feb 26 |
answered | Choppy audio CD playback with mplayer |
|
Feb 25 |
comment |
How to show the percentage progress of script execution in Unix? You can use the time command to get the execution time of the script, like time ./script.sh. |