culprits

All tags

Setting up Wifi on Ubuntu 12.04 Server via command line (yeah, finally some technical stuff )

Problem: Setting up a wireless adapter on Ubuntu server 12.04 LTS via CLI isn’t THAT easy. Plug’n’Play doesn’t simply work. Good thing there is Google. And a lot of helpful sites. Target: Insert the stick (or boot with it) and connect automaticly to the preferred network This is not a tutorial. And it’s realy not for the uninitiated. It’s more like a short reminder for me, or people who have a basic idea what’s happening here…

Oh noez, Hackerz!!!!

Today I detected that one of my sites was hacked. Some punks got access to one of my webservers, added some files and altered some other files. Lucky me, on this webserver is php forbidden and they couldn’t do any harm. But from the start: I host the website for one of the local sport clubs. The website is static, showing only some pics, contact and legal stuff. Once a year there I make a short report how the website is doing and what I’ve done.

KSH the second

Woe unto me! Earlier this day I debugged a korn shell script and were not able to find the culprit. With debugging mode set -x I was able to identify, that one of my variables were actualy not recognized as such. After a little bit of tearing my hair out I finaly found the little scallywag: I had inserted an unnecessary space between the variable name and the equal-sign. Therefore the interpreter didn’t understand what I wanted him to do.