For quite a while I've been having an issue where Nagstamon opens twice on my Fedora laptop ( edit: also just had this problem on my Gentoo desktop ) when I login. I've finally gotten around to investigating it properly and found the cause and a solution.
First of all - the problem: I have Nagstamon set to run on login …
Read More- After my previous entry about my PowerEdge 1750 , I’ve been trying to get Wake-On-LAN working. On every other machine I own, it simply involves at most activating WOL in the BIOS, then running ‘ethtool -s eth0 wol g’ on boot, but the PowerEdge 1750 with the “Broadcom Corporation NetXtreme BCM5704 Gigabit Ethernet” …
Read More I recently received a free Dell Poweredge 1750 from work ( they were having a clearout of old hardware and I grabbed it first ), and naturally the first thing I installed was Funtoo ( essentially it’s an experimental version of Gentoo ) .
Installation worked fine, but the only problem I have is the server is quite …
Read More- While attempting to upgrade one of my Gentoo Linux machines to the latest version of PulseAudio ( media-sound/pulseaudio-2.0 ) today I encountered the following error:
Read More - There are many ways to create a new AMI for use with Amazon EC2, the best solution is to simulate EC2 with a local Xen install, however this sometimes isn’t possible, so the next best thing is to create a VirtualBox based VM, then generate an EC2 AMI from it .
Read More - I’ve been looking at cloning ( or somehow maintaining synced ) file-systems between multiple servers, and after looking at other solutions ( regular rsyncs, inotify etc ), a clustered file-system seems to be the best solution. GlusterFS looks to be a popular Open Source based solution, however there doesn’t seem to be …
Read More - I’ve recently been testing out a VPN service, and normally while running the VPN, all internet traffic goes over the VPN interface. This isn’t really ideal, as I only want traffic from specific applications to use the VPN. IPTables doesn’t seem to have the option to filter specific processes, but it can filter based on …
Read More - I have logrotate running on my virtual servers ( both local and Amazon EC2 based ) and configured to send myself all log files by email daily. They are all running virtually the same configuration, and this makes it difficult to work out which log file is tied to which machine. The simplest way to fix this, is to …
Read More