1,291 reputation
415
bio website
location
age
visits member for 2 years, 4 months
seen May 2 at 18:30
stats profile views 127

Feb
6
answered install mysql on freebsd
Feb
6
comment Monitor log files in realtime, like “top” monitors processes [OS X]
Try tail -F. Consult with man tail for more details about these options.
Feb
6
comment Monitor log files in realtime, like “top” monitors processes [OS X]
It does, at least on FreeBSD and linuxes. Should work on Mac OS X too.
Feb
6
answered Monitor log files in realtime, like “top” monitors processes [OS X]
Feb
6
comment Host Ruby on Rails Tracks on Apache2
No, PassengerRoot must point to actual passenger gem directory. And user under which apache is running must have read access to that directory.
Feb
6
answered shell pipe behavior with MySQLDump
Feb
6
answered Host Ruby on Rails Tracks on Apache2
Feb
6
answered Configure Apache with Ruby on Rails
Feb
2
answered Why is only one wget command working in my crontab?
Jan
31
awarded  Enlightened
Jan
31
awarded  Nice Answer
Jan
31
comment Is there an “official” name to the 0.0.0.0 IP address?
Yeah, I've edited answer and added some links
Jan
31
revised Is there an “official” name to the 0.0.0.0 IP address?
Provide more detailed description and links to RFC
Jan
29
answered Is there an “official” name to the 0.0.0.0 IP address?
Jan
29
answered change linux process priority
Jan
29
comment 'Slow down' A DHCP server on purpose
isc-dhcpd supports 2 instances running as failover/load-balance servers. They communicate via TCP connection and exchanges information about clients.
Jan
29
comment 'Slow down' A DHCP server on purpose
If those hosts located on different vlans, how DHCP server can recieve requests from BOOTP clients?
Jan
28
comment 'Slow down' A DHCP server on purpose
You could simply configure first DHCP server to handle requests from bootp clients and say them to download images from second and leave there only tftp server. Another options: a) configure both servers as failover/load-balance b) drop requests from bootp clients with firewall
Jan
28
comment How to go from iptables to pf?
Import current iptables rules (fwbuilder can import only iptables and cisco ACL rules), change firewall type to PF, press "Compile" button.
Jan
28
comment How can i acess a shell of a jail on FreeBSD?
Even more, jail is essentially just resource isolation, not virtualization. There is another project more close to virtualization: 7he.at/freebsd/vps