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 […]
Managing Disk Quotas on Windows 2000 / XP
Xfce Tips
If you lose your borders around your windows in Xfce4 and your mouse pointer over the desktop is wonky try: xfwm4 –replace rm -rf ~/.cache/sessions
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 […]
Funky MP3 Car Players, and the Scripts That Load Them
Oh my. I had no idea about what was running my music. Now I know quite a bit more, and I thought I would share. My collection is very convoluted, but I didn’t know it. No, I had no idea. How did I get to the messy state I’m at today? I started converting my […]
Tricking out your desktop with Blackbox
After Ximian locking up my console hard, and general disgust with complicated window managers, I decided to trick out a minimalistic window manager. For those of you that are interested, check out Blackbox. The source is 235k. I kid you not. Funny thing is that I wanted to use a more configurable xterm, so I […]
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 […]
Mozilla 0.9.4 Released
The lack of a web browser that works well with Linux is one of my (and many other peoples) big complaints. For those network administrators out there contemplating a migration to GNU/Linux on the desktop, the traditionally buggy performance and lack of features of web browsers for Linux is a huge stumbling block. I have […]
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 […]
GNUCash 1.6.2 Compile/Installation
[[LFS Notes: This article worked.. kinda… for my existing Red Hat 7.1 system, and was actually the inspiration for exploring LFS. See the GNUCash 1.6.3/LFS article.]] A few days ago I wrote about improvements in Mozilla. The release of the new Mozilla has made my desktop experience with GNU/Linux oodles better. I decided to push […]
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 […]
Gnome 1.4 from Source
[[LFS Note: This article was based on my Red Hat 7.1 install. See GNUCash 1.6.3/LFS and the hint on LFS for more info on installing Gnome for LFS or you want to dig really deep into the libraries.]] In the article on GNUCash 1.6.2 Compile/Installation I mentioned that Gnome was more stable after I had […]
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 […]
XFree86 4.1.0 from Source
[[LFS Note: The below procedure works fine with LFS 3.0]] In my continuing search for compatibility, stability and performance, I decided to compile XFree86 4.1.0 from source and install it. I removed the RPMs for my version earlier version of X, as well as Freetype. I also removed my old fonts. I didn’t have any […]
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, […]
XFig from Source vs. Xaw3d
I discussed compiling XFree86 from source in my article XFree86 4.1.0 from Source. One problem if you nuke all associated RPMs, is that the Athena Widget Set is included in the XFree86 distribution. This is in xc/lib/Xaw of the XFree86 source tree. What is a Widget Set? Well, this is the style of buttons and […]
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 […]
KDE 2.2.1 from Source
[[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 […]
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 […]