Monthly Archives: April 2009

How to Monitor Multi-Core CPU Usage on Linux

Here’s how to monitor multiple cores on Linux: # mpstat -P ALL Example: Monitor all CPU’s in 1 second intervals forever # mpstat -P ALL 1

Posted in Bash, Linux, Monitoring | Tagged | Leave a comment

How to Renew Your DHCP IP Address on Linux

If Synergy fails for you with this error: “Server refused client with name XXX”, then your IP might conflict with another machine on the same network. Here’s how to renew your IP on Linux: ### Release your current IP $ … Continue reading

Posted in Linux, Synergy | Leave a comment

Ubuntu/Fedora: How to Connect Vista and Samba

Go through the usual setup at Samba.org or use YUM (yum install -y samba) By default, the smb.conf allows sharing of home directories. Add a Samba user (smbpasswd -a myusername) On Fedora, run SELinux Administration On the left menu, click … Continue reading

Posted in Linux, Samba, Troubleshooting, Ubuntu, Windows | Leave a comment