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…

A new project

Whoohaaa a new project from the university. David and I were assigned to the Computer Museum on the university campus. There we (and six other students) will be responsible to install, customize and deploy a tool called CollectiveAccess (Homepage). CA is a open source tool to register items, tag and mark them and then display them on a front end. There were two teams of the terms before us, who already made some analysis, set up server and even made some sleek videos of some of the items.

Kick Ass - Comic vs. Movie

Whoohoo I loved Kick Ass The movie, but now that I’ve read the underlaying comic, I think a little bit different about the movie. At least in the story there are major changes The movie is, for it self, very entertaining. The cast of the movie was well done and consistent. I think the actors matched the characters and especialy that Hit Girl was a good cast. The soundtrackis entertaining and the track “stand up” from “the prodigy” is at least for me inseparably associated with this movie.

New term, new pain

A new term started today and so far nothing interesting happened. System management and analysis would be generally an interesting course, but till now it’s only a recapitulation of known facts, so everyone has the same level of knowledge. The problem is: There are so many students here which seem to know everything, or at least think that they know everything. (Of course, only David knows everything). It’s interesting when they answer a mere rethorical question wrong and the lecturer tries to avoid to say: “That’s wrong”.

Egg cartons. A lot of them (47 to be precisely)

Ever wanted to know how egg cartons would look like, if you stack up enough to contain 352 eggs? Me neither. Nonetheless, here are the egg cartons we gathered for our band room: We gathered so many of them to quieten our band room. But now (after we accumulated so many cartons) we canceled the room, because of a raise of the rent.

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.

The Desert Spear - Peter v. Brett

Dang! that was enthralling. I just read Peter V. Brett’s second novel “Desert spear” from the demon cycle. I’m still a little bit agitated. I’ve read the first book a while ago and found it very good. In my opinion the second book is even better than the first one. I couldn’t refrain from reading it for about 7 hours today… I realy like how the author Peter V. Brett wove the plots with the different characters.

Improve energy consumption with Ubuntu and Lenovo IdeaPad Z370 (sandy bridge-chipset)

Update 2015-03-15: As Antiplex mentioned in the comments, the resources are slighlty out of date. An update is pending I use my laptop (Lenovo Z370, with Ubuntu 11.10) a lot in the college. Unfortunatly there aren’t enough plugs in the wall for all students and I’m not willing to bring a plug board with me every time. So my approach to the problem was to improve the energy consumption of my laptop.

Visualizing data with Gnuplot

On my pursuade for a tool to visualize simple list values I found gnuplot: from Wikipedia: gnuplot is a command-line program that can generate two- and three-dimensional plots of functions, data, and data fits. I will focus on the capabilities of gnuplot on two-dimensional plots and in special howto visualize data without a corresponding second data value. But first here is the idea why I needed such a tool:

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.