[[LFS Note: the following was from a Redhat 7.1 perspective. It may or may not work well on an LFS system. For LFS, use the LFS hint to install zlib-1.1.3, jpegsrc.v6b, libpng-1.0.12, lcms-1.07, libmng-1.0.3, tiff-v3.5.5, qt 2.3.1 (change -system-mng to -system-libmng), Openssh (LFS HINT) , lesstif-0.93.9. I added: pcre-3.4, audiofile-0.2.2, libxml-1.8.16, libxml2-2.4.5. After you get […]
KDE 2.2.1 from Source
Getting Rid of Plain Bash Prompts
Are you tired of looking at an ugly bash prompt like this?: -bash-2.05b$ Well, if you add this line to your .bash_profile: export PS1=’\[\033[01;31m\]\h \[\033[01;34m\]\W \$ \[\033[00m\]’ You will get a red hostname (up to the first .) and a blue current working directory: servername directory $ For more info, see the prompting section of […]
Nuking Cookies w/ Netscape or Mozilla on *nix desktops
Storing cookies on workstations has both privacy and security issues associated with it. Generally, we like to nuke our cookie files. There is way too much information stored in them and created during web surfing. I (Agatha) visited a site I’d never seen before and was prompted by name to donate money to the site […]
Free Program That Prints Clipboard Text
We ran into an interesting problem with PuTTY. PuTTY doesn’t have a print-screen function. We looked around for an application that would simply print the clipboard. True, you could do something like ctrl-v, ctrl-p in notepad, but then you have to change focus, which is distruptive. With PuTTY, you simply highlight text with the left […]
GNUCash 1.6.3/LFS
I posted some earlier stories in the NetAdminTools Desktop area about struggling with GNUCash. I did eventually build up an LFS system, which I’m writing and posting this article from. There is some good information on the LFS site about getting various combinations of software running on LFS in the hints area. In particular, the […]
Using Dynamic Backgrounds With KDE
In this article I showed how to update the background of an X desktop with various text status dumps. I have been using IceWM because it has always been the most stable window manager. It was also useful when bringing up an OS from source, as IceWM can be compiled quickly. KDE has a lot […]
Using the MMC to disable Windows Messenger
We have not found a way to easily disable the Windows Messenger service on XP via the application. You can use the MMC (Microsoft Management Console) to do this, though. Select start–>run, enter mmc, and click OK. Select Add/Remove Snap-in, Add, Group Policy, Add, Local Computer, Finish. Here is a graphic of the appropriate part […]
Firefox Passes 25 Million Mark
Firefox has enjoyed 25 million downloads in 99 days. We have been using Firefox here at NetAdminTools for the last couple of months, and are very impressed. For more info, see this article. We have to celebrate with a nice image from factorycity.net: The popup blocker works well, and the rendering is beautiful, at least […]
XP Pro ACPI, XP task scheduler issues, and a C twist
There are a variety of issues surrounding ACPI on XP workstations. XP is tied very tightly in to ACPI. The immediate result is, by default, Microsoft’s support for ACPI saves the world a lot of electricity. That is, the information economy kills a lot less wildlife and puts less toxins in the air that we […]
Setting the Gnome Desktop Background With a Script
You can use these two commands to set the Gnome desktop background: gconftool-2 -t str –set /desktop/gnome/background/picture_filename /path/pic.png gconftool-2 -t str –set /desktop/gnome/background/picture_options “centered” This will put the picture in the center. If you want to fill the background with the picture use stretched.
Dynamically updating desktop background with text
Ever wish you could dynamically update the background image of your desktop? Here is a perl script that takes an existing background, finds out the current stock/index prices, and adds the prices to the image. Just put it in your crontab. You could just as easily put ping response times for various servers on your […]
Using Ldconfig To Set Library Locations
Gozer needs libgiblib to work right. I like to install strange libraries like this into /usr/local/lib. I put all of the source into /usr/local/src that isn’t part of the main RPM system. Even when I compiled and installed giblib, though, it wouldn’t work right: [usr-1@srv-1 ~]$ gozer gozer: error while loading shared libraries: libgiblib.so.1: cannot […]
Running Native Sim City on Ubuntu
Yes, yes… no time for games, usually, but sometimes a little Sunday gaming can be fun. For grins, we did a bit of googling, and found that Micropolis is available on Ubuntu. We happen to be running 12.10: apt-get install micropolis Reading package lists… Done Building dependency tree Reading state information… Done The following extra […]
Fixing WMI Corruption on Windows 7
We had a workstation that wasn’t getting updates properly. Here are some items in the logs we noticed: Event ID 43: Windows Management Instrumentation ADAP failed to connect to namespace \\.\root\cimv2 with the following error 0x80041002 And: Event ID 1090: Windows failed to record Resultant Set of Policy (RSoP) information, which describes the scope of […]