I used to think that this day would never happen...
Today is a day to be remembered! I purchased 2 (two !) Neo Geo Games in a store here in Luxembourg.
As the title of this posts suggests, I never thought of finding such classic Neo Geo Titles several years after their initial release, here in a small store in Luxembourg :

Mutation Nation

Sengoku 2
I've been hunting them in eBay, Priceminister,etc but was never able to get them at a reasonable price (most of the time, they were overpriced, ranging above 150 € each :( )
What an incredible luck that I've been searching theses games for years now, for my always-growing-collection.
Last Updated ( Thursday, 19 August 2010 11:02 )
Game Collection StatisticsIt's been a long time since I've been using GCstar, (the OpenSource Best Collection Manager Software there is), and the Guy behind it has recently released major updates. Besides an Android Application to view Collections on the Road (might be usefull when shopping), there is a new feature "statistics" in GCstar. Thought I should share statistics of my Video Games Collection with the rest of the World , here you go :
Last Updated ( Tuesday, 10 August 2010 15:24 ) Active Directory Mass importMass Import Users with individual passwords in Active DirectoryI looked for a nice way to bulk import hundreds of users in one of our Active Directory's, without hassling with ldifs, csvde's and base64 encoded passwords.What you need :Domain Admin Account on AD serverCSV-like file (delimiter ";"), first column username, second column password (here the file is named logins.dat) The Name of the OU which will be containing your new users (in our example the OU is called Name-of-OU) What you'll getA simple way to import hundreds or thousands of users, without knowledge of ldifde and preparing the proper password fileHow ?On the AD server, open a DOS Prompt with admin rights ("right click-> run as Administrator", then issue this command :FOR /F "tokens=1,2* delims=; " %i in (logins.dat) do dsadd user "CN=%i,OU=NAME-of-OU,DC=DOMAIN,DC=LOCAL" -samid %i -pwd %j where %i = username (1st column in our CSV-like file called logins.dat) and %j = password (2nd column in our CSV-like file called logins.dat) Be sure that the specified Passwords meet the minimum required complexity, or temporarily disable that annoying Group Policy After the operation completes, your OU will be populated with the imported users. Last Updated ( Tuesday, 10 August 2010 15:24 ) Today's Sysadmin DayEvery last Friday in July is Sysadmin's day, so be nice to all the people who work in the background to keep your systems from failing. As seen on XKCD.com:
Last Updated ( Tuesday, 10 August 2010 15:24 ) Android App of the DayI stumbled on a great Adnroid app recently : Appbrain (http://www.appbrain.com), it allows me to manage my Android Apps through a Web Site. They also offer some widgets, like this one (apps on my android phone)
Last Updated ( Tuesday, 10 August 2010 15:24 ) |
<< Start < Prev 1 2 3 4 5 6 7 8 9 10 Next > End >>
Page 1 of 13



Subscribe to RSS Feed