Stop WordPress asking for FTP details
WordPress is a free and open-source content management system (CMS) based on PHP and MySQL.WordPress is the most popular blogging system in use on the Web.
Putty auto login with password
Probably all of us who works on daily basis with Linux servers faces this "problem": login with putty on remote server with user and password for one hundred time a day. A solution would be to save the username and the password, so one step to do the job. Of course this is not a secure way to do it, but is suitable for test servers and also from personal computers.
How to get CPU cores in Java
A system may contain multiple physical CPUs (central processing unit), and can contain one or more cores (processors). Also, each core can have multiple threads, usually 2. (Hyper-threading Technology from Intel CPUs).