Command Line Fu is the place to record those command-line gems that you return to again and again.
What has happened to games these days?
I have been playing games for a rather long time, from the days of Atari to the current time squandering titles like Call of Duty. I have been present for the birth of game genres, loved and hated titles, discovered my personal strengths and weaknesses, and I must say I’m not happy with the direction I have seen games go in the last few years.
Game development, I feel, had a sense of pride in the past. Games almost depended on piracy and open development back then, and built a reputation with it. I think the peak of great gaming development was when Valve released Half-Life. The modding community went crazy! Not a lot of people even know that some more recent releases started as free releases from groups that saw the potential in Valve’s engine. Team Fortress Classic and Counter-Strike to name the most successful were what brought the days of LAN parties to fruition.
I think the downward spiral started around the release of World of Warcraft, when Blizzard realized that large numbers of people could be bilked out of a small fee per month instead of a one time cost. (Yes, I realize that EverQuest existed first but because it did not appeal to the vast number of players that World of Warcraft did they did not bow to corporate greed to the same degree.) You can see just from World of Warcraft alone how corporate greed affected things. Just look at the patch distribution system, Blizzard relied on a custom written torrent client so they could drastically reduce the cost of patch delivery. While I’m proud of Blizzard for doing such a thing as legitimizing torrents, I feel a little violated when a company uses the bandwidth I pay for to perpetuate its greed. When EA purchased Blizzard things only got worse. Server transfers, faction transfers, and purchasable items, where does it end?
About the time EA saw their player base rise to 6-8 million we were introduced to MMO features in First Person Games. This broke the entire concept of balance by giving players who have more time to play access to more features than other players. This tactic was not misunderstood by cooperations, it was calculated to keep players playing longer and therefore purchasing more, until the next clone could be spit out. So much for reputation, and building a solid game.
You would think that would have been the end, but now corporations have taken to bilk players of the second hand market. By including keys that only work once, and locking you out of content unless you pay.
What has me so irritated is how money focused the industry as become. I understand the need to make money off a product to continue a companies progression and cover overhead, but attacking players pocketbooks multiple times for one game is a little bit ridiculous. Where has the innovation gone?
Let me end this article by defining the type of gamer I am. I, like a lot of other people, enjoy a good story. If I forget exactly where I am during a movie for the majority of time I consider it a success. (The only exception to this rule being a comedy.) I find that I like to also apply this, somewhat more lightly, to a game. I have been so enthralled by a game’s story line that I got upset when I had to deal with life’s everyday tasks. Game play in my book takes a second seat to story. It has been far too long sense I have felt that and I fear with the continuing trend I wont feel it again.
Honestly, I’m amazed that Blizzard has not offered a cash for gold transfer system yet, to capitalize on the gold farming market they created.
Law may prevent employers from demanding social networking credentials.
A bill written by Illinois Rep. La Shawn K. Ford that prohibits Illinois employers from demanding social network user credential for potential employees is in the early stages of becoming law. With this law in place applicants would be able to file suit against any potential employer if they required applicants to submit credentials. If you would like to follow the law as it progresses (or dies) it is Bill HB3782
Unassociate file types in Windows Vista/7
I ran across an interesting problem the other day, a client for some reason had mistakenly associated a particular file extension with a program, which is rather easy to do in Windows 7, causing them all kinds of problems. My client needed desperately to unassociate the file type for the project they were working on. My experience had reminded me that there was no method in Windows Vista or Windows 7 to unassociate a file type, only link it to another program, without digging into registry. Odd enough as that was, I did not want my client digging in the registry to solve their issue.
After a quick google session I found a small and very simple GUI tool written just for this issue. The Unassociate File Type Utility (VirusTotal Report) written by Ramesh Srinivasan is perfect solution. Allowing the user to select the file extension from a list and remove the association for that user, or if proper privileges are granted, the machine altogether.
PuTTY, Nano, and the Number Pad.
First off let me say that I know I’m going to get criticized for using nano/pico, its just going to happen. I accept that a lot of people use vi and I’m not taking a stand on which is better, quite simply that is not the scope of this article.
If you are a user of nano and remote shells you frequently run into the problem, or I did any way, where the number pad is not properly mapped and will not respond correctly. The answer lies in /etc/nanorc (or ~/.nanorc for the local user).
From the manpage:
set/unset rebindkeypad Interpret the numeric keypad keys so that they all work properly.
If you use this please be aware that you can not use this in conjunction with ‘set/unset mouse’.
Fun with Regular Expressions
Regex has always been a little difficult for me. Mostly because I’m one of those see and learn kinda people. Well a long time ago I stumbled upon a nice little website. RegExr it seems was build just for me. It allows me to play with regular expressions in a way that suits my ability to learn.
Yea, I know, its a short drab post about a web link.
Dropbox on Scientific Linux 6.2
I have been a happy user of Dropbox for a while now, but I, like a lot of other people, ran into an issue when the server I was running it on restarted. After the restart dropbox would no longer start with out re-installing it. The exact error I received looks like this:
# Traceback (most recent call last): File "", line 5, in zipimport.ZipImportError: not a Zip file: '/usr/libexec/dropbox/library.zip'
The only workaround I found was to `yum reinstall dropbox`. Needless to say this was not my ideal solution to fix the issue. After a little bit of google-fu I discovered that the dropbox files would get either re-structured/moved by prelink. A little more reading and I discovered the solution was to simply tell prelink to leave dropbox’s files alone.
To fix the error add the following line to /etc/prelink.conf
# Dropbox fix -b /usr/libexec/dropbox
You may have to re-install dropbox one more time if the files are still/already altered, but after your next reboot you should find dropbox has started with-out error.
Ahhh, Change.
Change is a good thing. I have moved some stuff around so that I would be able to share a tid-bit here and there. Mostly my experience with RHEL.
I started out learning *nix with FreeBSD, then moved over to CentOS for access to more up-to-date packages. I stayed with CentOS from the release of CentOS 4 to CentOS 6.1. After a grueling wait for CentOS to release 6 I started looking for a new distro. The straw that broke the camel’s back was a machine I depended on died when attempting to upgrade from 6.1 to 6.2 because of poor quality control. So I switched to Scientific Linux.
I guarantee that I don’t know it all, and I can say with a large degree of accuracy that I’m not doing all this correctly or to spec. What I do know is what I have run into and what I have learned along the way. (And hey, if a comment leads me to learn more I’ll say this was a success!)
So welcome to my little spot of fun, my only hope is that I might actually put something here that helps some one out.
Note: Yes, I realize I choose the worst portal there is. Its quick and dirty and I don’t have time for much more at the moment.
Where did the Minecraft server page go?
Have no fear I have no intention of shutting down our Minecraft server. The Minecraft server page is alive and well, it was just moved. It can be found at the more appropriate address: http://minecraft.smoothnet.org.