937 reputation
39
bio website
location
age
visits member for 1 year, 10 months
seen 5 hours ago
stats profile views 27

Mar
16
answered Debian PXE Preseeding: Can I clone my existing Debian system instead of using the Internet?
Mar
1
answered Solaris default install (user tools)
Feb
21
answered Which distribution is usually chosen in an enterprise environment - Debian or RHEL (CentOS)?
Jan
22
comment How can I setup Apache on Linux to stream WMV-HD to Xbox 360?
One DLNA alternative is PS3 media server ps3mediaserver.org (It says PS#, but it works with Xbox)
Dec
14
answered Coloring output of forked processes
Nov
26
comment eth0 not getting disabled after setting up br0 interface
You try to comment all lines for eth0 (except the bridge_ports one of course) and restart networking.
Nov
25
awarded  Commentator
Nov
25
comment Awesome Apache Monitoring
You might want to check out Logstash: logstash.net/docs/1.1.5/tutorials/metrics-from-logs
Nov
22
answered How do I check active crons?
Nov
21
comment How to use GoToMeeting in Linux
Google Hangouts lets you do audio/video chat, and screen-share in Linux.
Oct
18
answered How do I set up a small personal network with Linux?
Oct
4
answered tmux status-bar corrupted after catting a binary file, how to reset?
Aug
27
answered (Mac Terminal) sed to parse JSON … what am I doing wrong?
Aug
21
comment open of .rpm failed: Permission denied
Can you show the output of sudo -l
Aug
17
answered Which extension to use for text files? (Unix/Linux)
Aug
15
answered Can servers be synchronised to share the same configurations?
Jul
29
awarded  Yearling
Jul
3
answered What are the recommended ways of defending a remote *nix install from a hamfisted admin?
Jul
3
comment What is the concept of Refresh in Linux, if there is so
There are inaccuracies in this answer. FAM has beed deprecated for many years now. Almost all "modern" distros use inotify in some form: en.wikipedia.org/wiki/Inotify .
May
31
comment Is there ever a reason to use scp instead of rsync?
You can try it out yourself, or take someone elses word for it: digitalsanctuary.com/tech-blog/debian/… . Try scp vs rsync of your /usr/bin/ dir for example.