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 […]
Nuking Cookies w/ Netscape or Mozilla on *nix desktops
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 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 […]
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 […]
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 […]
What to do when your user’s hard drive dies
One of the most likely parts to fail on a typical workstation is the hard drive. The user powers on in the morning, and the BIOS screams “Unable to Boot!”. Now, much work can often be done via the web, or at least, the user won’t freak as much if they can at least access […]
Windows XP Service Pack 1
Windows XP Service Pack 1 is out and available here. We had better luck with the network install. The network install is a lot larger; however, the update wizard that was supposed to download just what our workstation needed timed out when contacting the server. A retry started the whole download again. A straight download […]
Managing Disk Quotas on Windows 2000 / XP
One challenge for systems administrators is convincing users to store their files on a network share rather than on their local hard drive. Disk quotas on Windows 2000 and XP can be used to force users to do just that. To enable disk quotas for the users, log on as an administrator, right click on […]
Getting Eterm Compiled
Eterm is awful cool. One problem, though, is getting the Imlib2 and Freetype dependencies worked out. I’m assuming that Freetype2 is installed and running, as well as dependencies for KDE. This should be the case for most distributions and if you follow the BLFS instructions for KDE. Also, check out an article from 2001 on […]
Starting NVIDIA Drivers Automatically
If you have a Linux box and an NVIDIA card, the best drivers are available directly from NVIDIA here. If, after installing the drivers, they don’t start up automatically, you may need to add the correct alias to your /etc/modules.conf file. I’m going to assume that you are running a 2.4 kernel with loadable modules […]
Change Default Printer on Windows Using Defprint
If you wish to change the default printer on a users Windows box via a script, defprint is what you need. Stuart Anderson wrote this fine piece of freeware; however, the site referenced in the file is not available. We put a copy up on NetAdminTools here. Use defprint /P to list your printers: C:>defprint […]
Gentoo 1.4_rc2
We decided to give Gentoo GNU/Linux a try. We had tested a previous incarnation, but weren’t entirely happy. This time, though, we were impressed enough that Agatha is using it as her main workstation now. For those of you unfamiar with Gentoo GNU/Linux, it is a source-based distribution. Sorcerer, and LFS are other examples. LFS […]
Fix Pesky Backspace Problems With Terminals
One thing I like about Eterm is that the users of Eterm, and the author, are serious terminal geeks. I’ve often wondered how, exacty, the backspace works (or doesn’t work). As I flit around different systems and programs, the behaviour is often different. Anyway, I ran across a nice tidbit here that explains what is […]
Fix Pesky Newlines When Copying/Pasting In Vim
In this article, I fixed my backspace, and it has worked since on every system I’ve logged on to. I had one lingering problem though. When I select text in Vim by highlighting with the first mouse button clicked, when I paste the selection into another terminal, I get extra newlines. This is really nasty, […]
LindowsOS 3.0 Review
*The* significant point about LindowsOS is that you can buy preconfigured systems at Wal-Mart. Further, the systems are *cheap*. $199 for a PC with an OS installed. For GNU/Linux to be widely embraced as a desktop that is accessible by everyone, this is what needs to happen. We wondered just how easily Lindows was to […]
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 […]
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 […]
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 […]
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 […]
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.