Change Windows 7 Current display language HowtoMay 28th, 2009 Windows 7 in its core has been optimized with a rich graphics and awesome user-friendly UI settings. Still, there are some pretty casual things which can prove to very problematic and silly.
How To Recover Openfire admin Password October 22nd, 2007 Openfire is a cross-platform java based free Instant Messaging server which implements the XAMPP (Jabber) protocol with extensions. It is very well suited as corporate instant messaging solution.
How to Change MySQL Password for Other UsersJanuary 17th, 2009 Do you get this error message when you try to change the root password?
mysqladmin: connect to server at 'localhost' failed
error: 'Access denied for user 'root'@'localhost' (using password: YES)'
Or may be you need to change the MySQL password for other users. So what do you do then?
To change a normal user password you need to type:
$ mysqladmin -u user-name -p oldpassword newpass
US Department of Homeland Security Wants You To Update WindowsAugust 10th, 2006 I have never seen them so concerned about computer vulnerability from Microsoft Windows software. Everyone knows Windows OS is vulnerable by default.
Windows Vista can be made fasterFebruary 7th, 2009 WASHINGTON - Windows 7 with its commendable performance improvements may be on the horizon. But for now, most of us have to live with Windows Vista, which can make even the fastest computer seem slow.
Windows 7 Tweaks: 130 Life-made-easy Tricks from Ultimate Windows TweakerFebruary 12th, 2009 You can never be happy with a first draft of Windows. It will invariably contain bugs, unnecessary things piled up at one corner, necessary parts missing and all such possibilities which scare an user.
Change Number of Recent Items in Windows 7 Taskbar Jump ListMay 22nd, 2009 Microsoft has put in all its efforts to make life easier with Windows 7. Among the handy things in Windows 7, I found a new one, the Jump list.
Change Windows XP Home to Windows XP Professional for Free!December 19th, 2008 Windows XP has been the single best thing that Windows has come out with in last 15 years. There have been millions of users who have admired and relied on Windows XP.
How to Update or Change Password for a Single User in MySQL and Reload PrivilegesJanuary 17th, 2009 MySQL stores usernames and passwords in the user table inside the MySQL database. You can directly update a password using the following method to update or change passwords:
1) Login to the MySQL server, type the following command at the shell prompt:
$ mysql -u root -p
2) Use the mysql database (type commands at the mysql> prompt):
mysql> use mysql;
3) Change password for a user:
mysql> update user set password=PASSWORD("newpass") where User='YOUR-USER-NAME';
4) Reload privileges:
mysql> flush privileges;
mysql> quit
[P.S.
65 Useful CMD Commands to Understand Your Windows Networks and Systems in a Better WayJanuary 7th, 2009 Cmd or command prompt in Windows have been one of the very places in Windows where you can get things done by your way. Now the main problem is we don't get to know about all the commands we should to help ourselves.
Full Disclosure: NIS Security Hole / Full Access by NIS Client RootMay 15th, 2007 Several years ago I noticed a big issue with NIS security at Sun, which I promptly reported hoping for a patch. Today I found out it is still there.
How To Setup Dual Monitors on Linux / Fedora CoreJune 3rd, 2007 Linux comes with automatic setup for dual-monitors like windows. However I found the gnome applet rather buggy and unusable.
Angsuman's Translator Plugin Pro / Gold: Application Program InterfaceJune 13th, 2007 Overview
Angsuman's Translator Plugin Pro comes with extensive array of options accessible from the plugin management console. We also provide additional customizability and access to the inner data structures through simple php based API (Application Program Interface).
Windows 7 Hack To Customizes Logon Button SetJune 16th, 2009 We have been focusing on Windows 7 RC since its release in May. To make your Windows 7 experience easy and more interesting we provided the top 12 Windows 7 Hacks.
Switch to different windows in Windows 7 even without a Mouse ClickMay 20th, 2009 As Windows 7 is getting hotter, the users are looking for cool hacks to make their working more comfortable. I got one of them.
May 28th, 2009 at 4:39 pm
If it is of any help I also compiled a list of tips for Windows 7 at http://vladgh.com/2009/05/windows-7-tips-part-1-aeroshake/