Posts Tagged ‘linux’

30
Aug

Software raid with linux.

   Posted by: Jesse Cole   in Other

Recently, i noticed my once massive 500 GB hard drive had been reduced to nothing more than 3-4 gigs of free space. I decided i wanted more. I also decided, i didn’t like the idea of one hard drive dying and taking every byte of data i’ve collected with it. This meant redundancy. Now, there are a lot of solutions out there for making storage redundant. But, I decided I had a price range of only $200-$300 total. There was now only one solution. Linux software raid. Read the rest of this entry »

5
May

A kitten prank.

   Posted by: Jesse Cole   in Interesting Tech Crap

Earlier today, i was sitting down, watching tv with my brother. We were both on laptops doing other things at the same time. He started watching an episode of loaded featuring 50 cent. I do not like 50 cent. After several minutes of the god-awful, talentless, garbage, i got sick of it. Did I go the pansy route and ask him to change it? No! I took the high road and made a few changed to my dns server causing all sites he tried to go to, to instead, go to kittenwar.com. I’ll show you how i did it.

Read the rest of this entry »

2
Apr

Google apps, jabber.

   Posted by: Jesse Cole   in Interesting Tech Crap, Site Stuff

As very few of you know, (maybe i should actually put something in the about me section) i started this little website as a project to learn linux better and to learn to manage a webserver. Since then, this little project has turned into something i actually care about and take a measure of pride in. This is due in no small part to the miracle that is google apps for your domain.

I like managing a webserver. I like manually managing bind and apache from the command line. I like the sense of control i feel when i am able to make any changes i want any time i want. What i don’t like though, is email. Email is evil. Go ahead, take a look at the configuration files for sendmail sometime. Try postfix, not much better. I don’t want to do email but i want to get email. So what did i do? I went with google apps for your domain.

Read the rest of this entry »

31
Mar

99.13% uptime

   Posted by: Jesse Cole   in Interesting Tech Crap, Site Stuff

I’ve been using host-tracker for a while now to monitor my uptime. Today they sent me my quarterly report and i’m pleased to report, to you, that my uptime is better than many for pay shared hosting providers. My little server that i put together myself, running directly on the grid with no UPS, running off a little tiny slow home dsl connection, and connected to that connection via an old wireless bridge is better than some datacenters. That is just awesome. Below i have included the report they sent me, whitespace and all.

Quarterly report 2008-01

http://www.jessecole.org

Total uptime:99.13% Downtime:6 hour(s) 13 min(s)
Quarterly uptime:99.13% Downtime:6 hour(s) 13 min(s)
Month 2008-03 Uptime:99.13% Downtime:6 hour(s) 13 min(s)

*Update*So, wordpress helpfully stripped the white space. Yay!

20
Aug

ssh key-based authentication.

   Posted by: Jesse Cole   in Interesting Tech Crap

This is a guide for setting up key-based authentication on the mac.

Key-based authentication is an alternative way of authenticating over ssh. Instead of a user name and password, you use a public/private key pair and authenticate this way. A user can optionally be specified as well.

To begin you’ll need to open Terminal.app in your Applications/Utilities folder.

Issue the following command into terminal:

mkdir ~/.ssh

Read the rest of this entry »