Archive for October, 2007
Nvidia-Glx-New Gutsy DV2000 Buggy
Oct 29th
Enabling the NVIDIA drivers on my HP DV2000 with an Ubuntu Gutsy OS causes system instability. With the driver disabled the system appears to operate stably therefore I have high opinion of Ubuntu Gutsy Gibbion; some new additions on the part of Canocial are rather refreshing. While the effects associated with use of the NVIDIA driver, Beryl in particular, are enjoyable, a reliable system trumps all. I have had the best experience using Debian Etch; the NVIDIA driver compiled perfectly with the software package they provide on their website. It also operated completely stable for many months.
XBOX 360 Magnet Glue Recommendation
Oct 29th
The first repair of my faulty Hitachi Disk Drive appears to have failed. The glue has not securely held the magnets in their intended home. It seems that the high operating temperature of the XBOX 360 requires a more durable adhesive, and according I now recommend apoxy for any repairs as such. To recap the magnet issue is associated with their dislodgement from their mounted position in the center of the black Disk Spindel within the Hitachi drive. A strong adhesive, preferably apoxy, is recommended to ensure a secure bond between the magnets and its plastic seat. The obvious deranged noise from the Hitachi Drive is a symptom of the magnets dislodgement and results in the Video Game Disk not being elevated above the tray; the magnets attract to a plate in the roof of the Hitachi drive, which elevates the entire disk spindle mechanism.
At Least 2 Backups
Oct 28th
I recommend at least 2 backups of your server files. Blogs that utilize mysql database backends are extremely simple to backup. Your entire database can be saved as an sql file, therefore for a complete system backup you just need to scp your server files to another machine. For instance my setup involves two machines, a web server, a mail server, and my laptop. With the scp command I backup my files from my web server to my mail server, and then from my mail server to my laptop. There is one interesting thing I have observed about scp: it utilizes the -P option; a capital. Whereas ssh utilized -p; in lowercase.
Gutsy Gibbon and the Future
Oct 28th
Its clear that Linux has come a long way, and the Ubuntu distribution is a prime example of the incredible progress. While the system is for all practical purposes completely functional, and bugs are quite negligible, it does not have the consistent opeartion achieved with a clean Windows installation. I currently use Ubuntu, and very rarely Windows, and overall I look forward to the future of Linux as it is inevitable that software will be updated, and all Linux distributions will mature greatly.
Secure Ubuntu Gutsy Gibbon Web Server WordPress
Oct 26th
I have had success avoiding hackers, and other threats with use of a completely up to data Ubuntu system, a hardware based firewall, and an up to date WordPress installation. I feel that the most important security aspect of a server is keeping the software up to date, and once this criteria is met the addition of a hardware firewall will close all unnecessary ports further reducing threats. With all unused ports closed, and the only ones open are being monitors by the corresponding server applications;/ therefore the systems security is based on the hard work of the programmers to keep their server software up to date. I have no doubt in their incredible capabilities, as Apache, Mysql, and PHP are relatively powerful while secure applications. By the way, most routers have a built in firewall. Any router that requires port forwarding has a firewall that is active. Port forwarding punches a hole through the firewall, while directing a particular external port to a specific local IP address.