Barack Obama - Change Can Happen!
 
Obama '08
Black Friday: deals cause total carnage
headline »
Sun, 30/11/08 – 23:09 | Comments

When I was younger I worked retail, and I remember dreading the holiday season; we’d be completely busy, and customers were never ruder.  I’ve seen ads poking fun at rabid crowds trying to break down doors before stores open to get the latest deals around the holidays, and it’s always some comment about how the [...]

Read the full story »
art

geek

howto

music

politics

Home » Archive by Tags

Articles tagged with: bsd

shutdown -h now
Saturday, 27 Oct, 2007 – 23:14 | Comments
shutdown -h now

Just shut down the old server, chavez, that was running FreeBSD 6.1 - an awesome server. I’ve switched to Debian, and I’m really loving it, having used it in the past I really never dug into it as a server until recently. Administration is just easier, and it’s in line with me trying to cut [...]

Defcon15
Thursday, 5 Jul, 2007 – 14:49 | Comments
Defcon15

Oh yeah, I’m going to Defcon again this year, just found out this Friday for sure. It’s August 3rd - 5th, in Las Vegas, and this year it’s all paid for by my new consulting group; what a great thing. I argued that I would learn so much more there than any class, [...]

Apache server lockdown challenge
Friday, 15 Jun, 2007 – 12:20 | Comments
Apache server lockdown challenge

One of my favorite things about being a Linux admin is the ability to specify how things are going to be executed on the servers. I’ve been running the Apache web server for over 10 years now (1997), so setting up a new environment is no big deal, but I wanted to take it farther [...]

HOWTO: populate your term’s title automatically
Wednesday, 13 Jun, 2007 – 10:58 | Comments
HOWTO: populate your term’s title automatically

When you’re running a ton of termial windows or tabs, it helps to have the title of the box name, along with some environment values, easily available to keep you orientated. Here’s a quick script I created to do this automatically when called via your .profile file in your home directory.
#!/bin/bash
HOST_NAME=`hostname -f`
if [ `id -u` [...]

HOWTO: ssh tunneling for fun and profit
Monday, 16 Apr, 2007 – 12:34 | Comments
HOWTO: ssh tunneling for fun and profit

Recently I had an issue at work; while trying to transfer files between Unix hosts we were unable to hit the known scp port, but we could still hit the ssh port. All of this was occurring from home, late at night on a Saturday where I was the main technical point man to move/install [...]

FreeNAS: network backup system
Wednesday, 24 Jan, 2007 – 9:59 | Comments
FreeNAS: network backup system

Yesterday NewsForge had an excellent article called, “A look at the FreeNAS server“. Basically FreeNAS is a small operating system based on FreeBSD 6 that provides NAS, or network-attached storage, (Wikipedia page) services like NFS (Network File System), CIFS (Microsoft’s Common Internet File System aka Samba) as well as tried and true Unix utilities like [...]

HOWTO: have vim create backup and tmp directories
Tuesday, 16 Jan, 2007 – 11:54 | Comments
HOWTO: have vim create backup and tmp directories

This may only apply to those of us geeks that use vim to admin servers daily, but today I needed a way to backup, and automate the creation of backup and tmp directories to house those ever annoying ~ and .swp files from showing up in my working directory ($PWD). I didn’t want to [...]

Back in black
Saturday, 25 Nov, 2006 – 10:38 | Comments
Back in black

Well, to make a long story short, we’re back. Installed a fresh version of FreeBSD 6.1 on my old(er) server that I built a few years back, and it’s humming along nicely. Going to try and make things simpler here, add a little more focus and less razzle dazzle - which seems to [...]

HOWTO: Passwordless ssh logins
Thursday, 10 Aug, 2006 – 15:07 | Comments
HOWTO: Passwordless ssh logins

Having the ability to do passwordless ssh logins helps in so many ways when automating tasks via scripts in Unix/Linux/BSD. Thankfully the great OpenSSH can take care of that for you, allowing you to do ssh, scp, sftp from and to multiple hosts. I always have to look up how to do [...]

Hello (again) world
Tuesday, 20 Jun, 2006 – 12:37 | Comments
Hello (again) world

Are you like me, do you like to roll with the changes? Well I have, as you can see, with a move to Wordpress from the cool, but unstable Typo. My Typo experience was a blast, but honestly I just don’t have the time to babysit a webapp running on my server (which [...]

Speed up Ruby-on-Rails with memcached
Thursday, 11 May, 2006 – 18:46 | Comments
Speed up Ruby-on-Rails with memcached

Today I learned about memcached, which I’d heard of before, but never really investigated. From the project’s site, ”memcached is a high-performance, distributed memory object caching system, generic in nature, but intended for use in speeding up dynamic web applications by alleviating database load.” So, even though I don’t have a huge amount of traffic, [...]

HOWTO: usable xterm configuration
Thursday, 23 Feb, 2006 – 15:09 | Comments
HOWTO: usable xterm configuration

UPDATE: if you’re using xterm in place of gnome-terminal due to speed, you aren’t any longer. The 2.14 version of Gnome sports a much faster gnome-terminal; it beats xterm for display by allot, and log startup is 20x faster than before! Wow, they did some work on tuning there!
Ok, this is a cheap [...]

HOWTO: Install Roundcube Webmail from SVN (was CVS) on FreeBSD
Tuesday, 15 Nov, 2005 – 18:59 | Comments
HOWTO: Install Roundcube Webmail from SVN (was CVS) on FreeBSD

UPDATE3: The FreeBSD port is keeping up with this project very well, the current one is only 5 days old! I highly recommend going this route unless you’re a developer or someone who likes to get the bugs before anyone else! Thanks to Bernard for bringing this up.
UPDATE2: Roundcube now uses SVN (Subversion) for [...]

Hula progress on FreeBSD
Wednesday, 19 Oct, 2005 – 15:11 | Comments
Hula progress on FreeBSD

I’ve been pretty quiet about Hula since I’ve been unable to successfully build *and* run it since r370 (currently Hula is at r609). While I’ve solved and committed all the autogen build issues on FreeBSD, it still won’t run; the controlling hulamanager process just hangs, with no errors or output to help out. On the [...]