For Windows Users Who Want to Try Linux
Using computers is not intuitive. We may feel it is intuitive because we have used computers for a long time, or have become familiar with them. However, computers are not intuitive—especially their interfaces. Someone who is used to Windows may find the MacOS GUI frustrating.
Most people are familiar with Windows. The Windows GUI environment has become so familiar to us, that some of us may find it difficult to operate in another environment. Even down to the direction mouse pointer (arrow) is pointing—seeing a right-pointing arrow may make one a little uneasy about having to adjust their “aim” for the pointer to the right side of the pointer instead of the left side.
Topics: Computer | 1 Comment »
WordPress: the World of GPL Violations
It seems that the world WordPress themes is chock full of questionable use of GPL code. I really wonder if there is someone I can report this to. Let me give an example. There is a site that sells a “membership” to download their themes. Great, always happy to see someone getting paid for their hard work. But then I read about the license on this individual’s work. So just like so many other WordPress themes, it is questionable whether or not you can create a theme at all that isn’t under a GPL compatible license. What was even more shocking was this bad English: See the rest of this entry…
Topics: Computer, WordPress | 1 Comment »
Fix for Freshy2 (2.0.6) on WordPress 2.7
I have been having a problem with the Freshy2 theme for WordPress 2.7. So with a little bit of hacking, I tracked it down to two problems. You just have to edit two lines of code in the functions.php file in your freshy2/ directory:
Topics: WordPress | No Comments »
I’m Not a Blogger, Really - The Secret About Blogs
I’m not a blogger really–if you didn’t already guess by my posting infrequency. But I do own and use a lot of what people call blogs. I just don’t like to see them that way.
You see, I’ve been making web pages since 1995, and had a personal home page (remember those?) since 1996. My first page was rather minimalist, and in a sense, a rebellion against what I’m doing here–writing a dialog with you in typical “blog post” fashion. Back then I felt that no one really went online to know more about a complete stranger. I still think I was right about that at the time (although things have changed). At least I sure never cared about what most people put on their home pages at that time. My page was utilitarian: find resources related to gaming, programming, music, or whatever else I happened to be interested in. More accurately, it was useful to me, a place I could store and show off a few things, including a rather cool photo album for the times.
Topics: Computer, Personal, Society | 3 Comments »
CD/DVD Filesystem Snapshot
This will work with other filesystems, not just ext2, so you may want to choose a filesystem that is similar to what you currently run (if you care). The idea is that instead of creating an ISO image that is very flexible (can be read by Windows), you create a filesystem image and burn it to disc. The advantage of this is that you can preserve filesystem properties such as permissions, ownership, etc. The disadvantage is that the straightforward approach (everything on one disk) only gives you about 4.5 G of space to work with (depending on the media size).
Topics: Computer | 1 Comment »
Making a Bootable Linux CD
This is an example of customizing Mandriva 2008.0
First copy the contents of the CD to a directory
auto-boot/ |-- VERSION `-- isolinux |-- alt0 | |-- all.rdz | `-- vmlinuz |-- boot.cat |-- custom.msg |-- isolinux.bin |-- isolinux.cfg |-- memtest `-- target.msg
To change default auto configuration file, edit:
isolinux/isolinux.cfg
Topics: Computer | No Comments »
Windows Hosts File
Did you know that Windows also has equivalent to /etc/hosts where you can set IP addresses for domain names? It’s a plain text file in the same format, and it’s typically found in one of these two places:
- C:\winnt\system32\drivers\etc\hosts
- C:\windows\system32\drivers\etc\hosts
Topics: Computer | No Comments »
Install OpenOffice.org for a Single User (without Root)
OpenOffice.org distributes their binaries as rpms. That’s great for a majority of the people who can install them, but in a couple of situations I’ve found myself wanting to use the most updated version but didn’t have root access to do the install of the package properly.
Here is how I installed it for my own user. You will need the cpio utilities installed including ‘cpio’ and ‘rpm2cpio’ which are installed on many rpm based systems. See the rest of this entry…
Topics: Computer | No Comments »

