Archive for the 'Linux' Category
Tuesday, December 20th, 2005
One of the things about running KDE in linux is it can be a big resource grabber and be slow starting. By contrast “light” window managers can be up and running in a relative flash (xfce). OSnews has a story on SUSE/Novell KDe developers that have managed to get down to 4-5 second start time […]
Posted in Computers, Linux, Tech Support | No Comments »
Tuesday, December 20th, 2005
Ok – Nvidia driver was an easy one, download the latest from nvidia.com stop the X server, run sh NIVIDIAlongfilename.run, hit enter a few times, wait and eventually…. restart the X server log in and glx hardware accelerated goodness awaits…. Really and truly that was simple (a lot simpler than what I had tried with […]
Posted in Computers, Linux, Tech Support | No Comments »
Monday, December 19th, 2005
OK – there may be those that read the last entry and had some obvious “oh, you ought to look in the ***** directory for menu information.” On the issue I ran into with missing menu items after the upgrade. (And even after moving my .kde folder to .kdeold and logging back in.) OK – […]
Posted in Computers, Linux, Tech Support | No Comments »
Sunday, December 18th, 2005
Well, where are things? The gui installer did a good job, got the system up and running. The biggest initial problem is that it didn’t change the default boot entry in lilo, which meant the system tried to boot under the old kernel and things died (likely c++ incompatibilities?) So, on a REBOOT, I chose […]
Posted in Computers, Linux, Tech Support | 1 Comment »
Sunday, December 18th, 2005
There are acouple situations where my systems memory needs have exceeded the supply. The most likely cases are running virtual machines and building cd/dvd images. Those things realistically take LOT’s of memory. I have a swap partition – I don’t recall the size right off. I have about 512 MB on the desktop and probably […]
Posted in Computers, Linux, Tech Support | No Comments »
Friday, December 16th, 2005
Sendmail is not my favorite MTA. I really prefer Postfix, but… I have to use sendmail in a few situations. I’ve run a little script on the web server for a good while to monitor the mail queue. I was running into a problem where I had LOTS of messages backed up. I suspected I […]
Posted in Computers, Linux, Linux, Software, Tech Support, Web Hosting | No Comments »
Monday, December 12th, 2005
Linuxgangster.org (??) has a good article up on the powerful grep command. GREP is one of the most useful command line tools in linux (really, there are so many it’s hard to choose, but this is one I use more frequently than most others…) grep can stand on it’s own to look for a term […]
Posted in Computers, Linux, Tech Support | 1 Comment »
Monday, December 12th, 2005
Enterprise Linux has a good article on some handy aliases under linux that can make CLI usage much more handy. The only warning I would have is to be careful that an alias you want to create doesn’t conflict with another useful program. (One of the comments noted that ld is the executable of the […]
Posted in Computers, Linux, Tech Support | No Comments »
Tuesday, December 6th, 2005
This article from enterprise.linux.com is the second on those essential linux command line utilities for system administrators. Covered this time around are netcat, tcpdump, ethereal, nmap, MultiTail, find Xargs, awk and sed, bash and cvs. I’ve never used MultiTail, but it sounds like it’s worth looking at. Nmap is virtually essential in network auditing. Sed […]
Posted in Computers, Linux, Tech Support | No Comments »
Sunday, December 4th, 2005
Database replication is one of those useful things that can really make your life simpler. It’s not really a way of backing up the data in a MySQL database, because if you inadvertently issue a command to delete the entire database, it won’t save you from yourself…. it will faithfully replicate the change to the […]
Posted in Computers, Linux, Linux, Software, Tech Support | 1 Comment »