Linux-to-Windows Program Replacements

For the past couple of weeks, I’ve been using the Windows 7 beta. A shocker, I know, but I’ve been able to find replacements for most of the software I use everyday in Linux. The biggest hangups I’ve found so far are 1) lack of package manager (PLEASE, Microsoft, implement something to this [...]

Using a 1D array like a 2D (or 3D) array

So I’ve been working on a 3D graphics project for school, and I’ve come across an inconvenience: while g++, the linux compiler, will happily let you declare a new multi-dimensional array with a variable as the size, Visual Studio (the MicroSoft compiler) complains that such a daunting task is too difficult — “I expect a [...]

Torrent Management System with rTorrent and Bash

I do a fair amount of torrenting, mostly for TV shows. A college student’s schedule doesn’t always allow for sitting in front of the TV on a certain night during a certain timeslot . Nor does it allow for micromanaging my torrents — making sure I have enough, but not too [...]

Auto-Update Sun Map Wallpaper in KDE4

Yesterday, LifeHacker posted an article on setting up an auto-rotate wallpaper in Gnome. Now, KDE4 comes with this functionality out of the box – just point the desktop configuration to an image folder, and it will rotate the images in user-specified intervals (with a minimum of one hour). However, one comment by joelena [...]

Hosting a Website: The Server

A server, in the basic sense, is a computer which runs a program (also called a server or server application) that provides a service to other computers. This could include an HTTP (or web) server, a DNS name server, a mail server, a VNC server, an SSH server, an FTP server — and many, [...]