Welcome

You have reached the blog of Keith Elder. Thank you for visiting! Feel free to click the twitter icon to the right and follow me on twitter.

XFree 4.0 and the Great Battle

Posted by Keith Elder | Posted in Linux, PC Software | Posted on 28-10-2000

0

For the past few weeks I have been trying to get my VooDoo 3 working again in Linux. I hate having anything (especially hardware) that doesn’t work. 3DFX has released an XFree 4.0 server along with new modules and Glide. After converting the RPM’s listed on their site over to deb packages I was able to get X4.0 up and running and even start Quake III. QIII is running really slow, which means that something to do with the libraries isn’t loaded correctly. Why won’t it just all work!

MySQL (what did you say?)

Posted by Keith Elder | Posted in Open Source, PC Software | Posted on 24-10-2000

0

Nuge sent this little tid bit of information in for all of you PHP/MySQL users out there. He is trying to set the world straight and he decided to use ZorKa.Com to do it, so read, listen, and learn.

Just thought you should know. This is right off the MySQL website:

 

Thanks for clearing that up Nuge, our next question is who is going to win the election and the world series?

The official way to pronounce MySQL is “My Ess Que Ell” (not MY-SEQUEL). But we try to avoid correcting people who say MY-SEQUEL.

 

Voice Chat with Linux

Posted by Keith Elder | Posted in Linux, PC Software | Posted on 16-10-2000

3

The Scoop

Tired of all the windows users having all the fun? Well, Speak Freely is your answer.

Let’s Get Going

Speak Freely is very simple to install if you are using Debian Linux. apt-get install speak-freely If you are using one of the other distributions then head over to their site and download the rpm and install it. Be sure to grab the latest version since it comes with the TK front end.

Getting through the firewall

If you happen to have a Linux firewall, then you will need to issue the following command. The following command only works if you are using ipchains:
ipmasqadm autofw -A -r udp 2074 2075 -c udp 2075
The Benefits

During using SpeakFreely I have found it to be clearer than any other program I have used (yes any). Another great benefit of it is the encryption over the wire it offers, as well as the different levels of compression it supports. If you have any troubles then post a comment, I am sure someone or myself will get back to you with an answer.

Speak Freely

Posted by Keith Elder | Posted in Internet, PC Software | Posted on 16-10-2000

0

For awhile now, I have been wanting to find a really nice chat program that does voice. A lot of people now have static high speed connections to the Internet so it wouldn’t be that hard really for us to save a little on our phone bills. The problem is that there are some nice chat programs but mostly for Windows. I bumped into this program today and found that it runs on both Windows and Linux platforms, Speak Freely. There is a TCL front end for the program so be sure to download that as well. One of the cool features of Speak Freely is the capability to encrypt your messages using PGP or other known methods. Now that is what I call an open source twist to chatting.

Making MP3’s with Linux Using Grip

Posted by Keith Elder | Posted in Linux, PC Software | Posted on 09-10-2000

1

If you are like me, you have started your MP3 collection and have converted just about every CD you own into your very own MP3 file. If not, then you are reading this for one of two reasons. 1. you want to know how the other side lives since you are coming from a Windows environment. 2. You asked someone and they sent you here. 3. You just installed Linux and are ready to build your own MP3’s. Whatever the reason, we are not going to get into debates about Napster just very simply turning your audio CD’s into an MP3 the easiest way.

The Program
Grip is a gtk-based cd-player and cd-ripper. It has the ripping capabilities of cdparanoia builtin, but can also use external rippers (such as cdda2wav). It also provides an automated frontend for MP3 encoders, letting you take a disc and transform it easily straight into MP3s. The CDDB protocol is supported for retrieving track information from disc database servers. Grip works with DigitalDJ to provide a unified “computerized” version of your music collection. GCD is the cd-player only version of Grip (for those who aren’t interested in track ripping/encoding). (taken from Grip’s homepage).

Explain…
Basically all music is put onto an audio CD. The music on the audio CD is not compressed in any way shape or fashion, it is simply a whole bunch of 0’s and 1’s stored into a file. These “files” as us computer geeks refer to them are called “tracks”. So basically the “track” is the actual song. The problem is we have to get that track/file off the CD where it is stored and onto our hard drive. Once there, we can then comress the file and the final result is a MP3 file. So, in a nutshell, we are going to take this “track” and convert that to a .wav file (something computers call sound files) and then run the .wav file through a program called an “encoder” which then encodes our huge .wav file into a much smaller, more portable file called a .MP3 file. I know, I’m a genius.

Ok, how do we do it?

First of course we have to install Grip. The Linux Tricks on ZorKa.Com are not meant to be a complete howto but a quick “give me the facts” so the install process will not be covered. However, with that said, if you don’t already have it installed simply go to the link provided above and download the rpm or if you have debian linux “apt-get install grip” will do the trick. After installed you will simply need to run “grip -d ” where ???? is your cdrom device (hdb, scd1, scd0, hdc, hdd, etc). Grip has to be told where the actual cdrom device is located. After you start your version of grip you will want to then select the “Config” button and setup how and which “encoders and decoders” you selected to install. Notice that Grip can use a lot or practically all of the encoders/decoders that are written currently for Linux. The two main ones were are going to focus on is “Rip” and “MP3”. The “rip” is used to describe the process of getting the “track” off of the CD and into a “file” onto the hard drive. The “MP3” is the process of encoding the “file” or .wav file as it is called, into a MP3 file. Two things to note: 1. Be sure that you include the full path to your CD ripper and your MP3 encoder. 2. Make sure the one you choose is installed on your system.

Let’s Rip and Encode!
From here on out the process is very simple. Insert an Audio CD into your CDROM of choice and start Grip. An opening screen shot will look like this:

Notice that magically Grip knew the name of our Audio CD and also named all of the files/tracks listed on the CD. How did it do that? Well, if you were connected to the Internet when you launched Grip, Grip actually went out to the CDDB web site and looked it up for you! This allows Grip to automatically name the files for you when it goes to rip and encode the files! You will also notice at the very bottom of the picture there are some checks beside the tracks at the end. These files are the ones selected to be turned into MP3s. By pressing the “RIP” button on this screen we can automatically select all files on the CD. Next, we simply want to takes these files and turn them into MP3s. We do this by very simply clicking on “RIP” in the top tab section and pressing “Rip+Encode”. Grip will then start to rip the tracks from the audio CD and put them into a directory on the hard drive (this is setup in the config section when you select your ripper).

The above screen shot shows the process of Grip actually ripping and encoding an Audio CD. Notice that we are actually ripping and encoding at the same time and are not really doing anything special to make this happen. This is the real beauty of Grip. Easy, powerful, and smart enough for the average bear.

Conclusion
Ease of use, flexibilty, and built on Linux, what more could anyone ask for?