Posts for: #Unix

Kinks Worked Out

It would seem I have the kinks worked out in my rsync setup. I guess I herped before derping when setting permissions, not realizing that the only way to get the binary to execute with a new login group added was to restart the process. It’s okay, I have a helmet to protect me from myself. It’s padded and has hexagons like a turtle shell. Hurrrrr.

Aside from that, though, things are going. I’m working still. Always good to have net gain in funds week by week. My feet, arms, and come to think of it- everything hurts. Sometimes it hurts in a gratifying way. Body parts such as my feet, however, not so gratifying. More of a stinging, burning sensation. Cramping also sucks. Back cramps, foot cramps, overall horrible cramping. I’ll survive. I’m not here to bitch, dammit. I’ll cease this at once.

[]

FreeBSD 9.0

Image not found!

I’ve been running FreeBSD 9.0 since it was released. Before that, I had been running FreeBSD 8.2. Before that, 8.0 and 7.2 prior. I really enjoy this OS. I think it comes from the enjoyment I got running Gentoo, however I learned most of what I did about POSIX environments thanks to Gentoo breaking all the time. It was definitely not an environment I could maintain. FreeBSD brings the Ports software distribution system to a stable BSD kernel. It’s my favorite operating system, even if I happen to suck somewhat at securing it. I’m still learning, and I’ll continue to learn as I go. The best part, to me, is that pretty much every problem you may encounter is almost readily solved with Google and log watching.

[]

Learning Awk

One of the most useful little tools for information parsing that I’ve used has to be awk. Specifically, awk will allow you to pipe text through it and use the printf() function to format text as you require it to be formatted. It also has a basic scripting language that lends further functionality, making it an ubiquitous tool in the POSIX arsenal. Need to format a list of US States for a Maruku table? Not a problem. Copy / Paste it into a text file and pipe it through this:

[]