···
 Data Stream 
···

Going where the mind takes you, the norm is irrelevant!
 

  
···
 Linux Kernel Status 
···

The latest stable version of the Linux kernel is=2.6.27.6
The latest prepatch for the stable Linux kernel tree is=2.6.28-rc5
The latest snapshot for the stable Linux kernel tree is=2.6.28-rc5-git4
The latest 2.4 version of the Linux kernel is=2.4.36.9
The latest prepatch for the 2.4 Linux kernel tree is=2.4.37-rc2
The latest 2.2 version of the Linux kernel is=2.2.26
The latest prepatch for the 2.2 Linux kernel tree is=2.2.27-rc2
The latest -mm patch to the stable Linux kernels is=2.6.28-rc2-mm1

  
···
 Code 
···
 Generate HEX Keys 
···

October 17th, 2008 ··· andarius

It was asked recently how to generate a random HEX key for something like WEP. A bash one liner can do this for you using the following:

string=0123456789ABCDEF && for i in $(seq 1 32); do pos=$(($RANDOM%15)) && key=${key}${string:$pos:1}; done && echo $key
Read the rest of this entry »

Code ··· No Comments »


  
···
 Linux 
···
 Slackware and Samba 
···

October 15th, 2008 ··· andarius

I find my self in a small predicament. I have a network share on my server via NFS. This is where I store all my media such as anime and music so I can get to it from any of my computers. The slight catch is the kid uses Windows XP (games, go figure) so SFU (Services For Unix) are required to access NFS. This turns out to be a bit slow and clunky and can hang from time to time. The solution will be using Samba to share the same directory via CIFS.

I wanted to give all those out there with less of a $clue a quick and dirty. I am not going to get into the details of the config, just touch on getting Samba up and running fast and open the window for easy config.
Read the rest of this entry »

Linux ··· No Comments »


  
···
 News 
···
 Files, we haz them! 
···

October 12th, 2008 ··· andarius

Well I got a bit motivated and finally wrote the code to run the files section of the site. As usual it is nothing massive or complex and uses a simple concept. Not much up there now but I hope to get more on there soon.

As usual enjoy! ;)

News ··· No Comments »


  
···
 News 
···
 ITLPD it be laddies!! 
···

September 19th, 2008 ··· andarius

My pirate name is:
Dirty James Kidd

You’re the pirate everyone else wants to throw in the ocean — not to get rid of you, you understand; just to get rid of the smell. Even though you’re not always the traditional swaggering gallant, your steadiness and planning make you a fine, reliable pirate. Arr!

Get your own pirate name from piratequiz.com.
part of the fidius.org network

News ··· No Comments »


  
···
 Hardware 
···
 Loading the IBM xSeries 330 
···

September 18th, 2008 ··· andarius

I passed along that I had gotten a new 1u rack mount server to replace what I was using for my home server. It is an IBM xSeries 330 model which is a bit older but I got it very cheap so it suites me fine. The order of the day when I got it was to install Slackware 12.1 on it and set up services. That was not as easy as I thought it would be.

Read the rest of this entry »

Hardware ··· No Comments »



bottom img