Jin Wicked painted a portrait of Richard Stallman: To make it more interesting, she released it with the terms: “In the spirit of the subject of this painting and the GNU Free Documentation License (which is a bit over my head) , I am granting permission for anyone to copy, redistribute, alter or publish this […]
RMS Painting Released GNU Style
Free Windows Server 2003 Evaluation Kit Available
If you would like to try out Windows Server 2003, Microsoft will send you a free evaluation kit. Here is the link. They even pay for shipping. Oh, and for the first time I remember, Mozilla works when ordering. You don’t have to use IE.
Put Your Old Computer Cases to Good Use
Check out this article on coprolite that shows how to make a pumpkin head out of a computer case: The left over parts become Lobstora: Read the article here on coprolite.com.
The Network Administrator (.com)
Check out TheNetworkAdministrator for some good reads. We have some strange stuff on NetAdminTools, but a full tab just called Conspiracy Theory. Very enjoyable. Visit the site and realize that you aren’t the only Monkey Life-Partner out there.
Transform dot com Schwag Into Something Useful
I have a cap from hardware.com. [I actually turned down a job offer from these folks in the fall of ’99. They only lasted a year or so after that. They intended to be a place where people could order tools, wheelbarrows, etc. on the Internet.] I also like to read at night. I happen […]
Virtualization Between the Platform and the Application With Java
What if Java is it. Java has virtualized the world between the platform and the application to the point, really, that all of the knowledge you are building to run the OS of your server is becoming somewhat trivial. True, you can install a new version of glibc, and know how to solve dependencies with […]
Click-Free Web App And Mouse Movement Fingerprinting
Check out DONTCLICK.IT for a very cool concept site that shows an example of navigation without mouse clicks. One interesting implication is the biometric fingerprinting possibilities. One area of the site allows you to see the movements of previous visitors to the site. It seems possible to us that tracking the movements of a mouse, […]
HP and the Business Domain
I was thinking about HP and their decision to get out of the PC market and purchase Autonomy. It makes sense to me. HP can do well in the business information domain. Domain… information… There are three main domains for information: personal, business, and public. The Internet was primarily used as public after the burst […]
Using DJGPP and other UNIX-like tools to manage NT servers
What is it? DJGPP is a collection of UNIX-like tools for DOS/Windows that has been ported from the GNU project. For a better understanding of what we mean by UNIX-like, see gnu.org. We’ve found DJGPP indespensible for tweaking files for automated installs from the command prompt. With this version you can run the utilities from […]
Compiling Opensource programs on NT/95/98
Windows users are at a disadvantage in the open source environment becase they are not used to compiling programs. The idea of recompiling the NT kernel just simply doesn’t cross the mind of a typical MCSE. Programs are usually shipped precompiled. In the *nix world it is routine to download the source code for a […]
Creating an NT Server Test Lab Using VMware
One thing we do quite often here at netadmintools.com is install and reinstall NT Server and friends over and over again. This article describes how to setup, configure, backup to tape, and restore an NT Server installation on Vmware. We installed Vmware using the simple directions that came with the distribution, and then ran a […]
Using XP to Administer Linux with Cygwin
We loaded up a copy of Windows XP Professional today, and the first thing we needed to do was administer our Linux boxes. There are a lot of stand alone tools out there. For SSH, PuTTY works well. What is even better, though, is to use Cygwin. The Cygwin collection of utilities is very complete. […]
Xterm on Windows
We have written about Cygwin in past articles. This article will focus on getting Xterm to run on Windows. Xterm emulation works. Resize during a session? No problem. Unix style cut and pastes? Sure. The catch is you have to run X on your Windows box… heh, heh. First, install Cygwin, then copy the binaries […]
Authenticating Windows 2000/XP Clients With LDAP using pGina
One extremely cool programming project that you should check out is pGina. pGina replaces the authentication module on Windows 2000 and XP clients so that they can authenticate via SSL with an LDAP server. Further, pGina uses authentication plugins, so over time other methods can be used as interest determines them. The author was published […]
Running a GNU/Linux Distribution on Mac OS X using Bochs – Part 1
There are 3 parts to this article: Part1 – Part2 – Part3 We sometimes need a real GNU/Linux system to fiddle with, even when we are on our Mac. It is useful to test out configurations, etc. Bochs works well as an emulator. Slow, but it is free. What to install for the GNU/Linux system, […]
Running a GNU/Linux Distribution on Mac OS X using Bochs – Part 2
There are 3 parts to this article: Part1 – Part2 – Part3 DSL comes with Lilo, and that suits us fine. We need to remove grub and copy linux24 to /boot on the new partition. We didn’t need minirt24.gz, but weren’t sure. You may want to copy it over just in case: We want to […]
Running a GNU/Linux Distribution on Mac OS X using Bochs – Part 3
There are 3 parts to this article: Part1 – Part2 – Part3 Here is what the hardware is looking like on our boot from our hard disk image: This /etc/fstab file worked for us: The next boot went well: Here are the /etc/init.d srcripts that we removed to make booting tolerable: Now, these automagic scripts […]
Creating a Disk Image for Bochs
Bochs is an open source PC (x86) emulator that runs on a variety of platforms, including GNU/Linux and Mac OS X. One of the first things that you need to do to get started is to create a disk image. There is a utility that comes with Bochs, that does much of the work for […]
Migrating From VMware to Bochs
There is a utility that will allow you to mount your VMware vmdk images here: www.vmware.com/download/ws/ We used VMware-mount-5.0.0-13124.exe: C:\Program Files\VMware\VMware DiskMount Utility>vmware-mount w: s:\usr-2\d.vmdk C:\Program Files\VMware\VMware DiskMount Utility>dir w: Volume in drive W has no label. Volume Serial Number is 3344-0E04 Directory of W:\ 08/24/1996 11:11a 93,812 COMMAND.COM 04/07/2004 06:48a 0 CONFIG.SYS 04/05/2004 07:28a […]
Emulators for Mac OS X
We have always used Bochs in the past as our free emulator of choice. Bochs for OS X is very, very slow. Unreasonably so. There is another emulator project, though, QEMU that works much better. The speed seems five times faster on our particular O/S we boot in the emulator. It is actually usable without […]