WP Programming Get userdata object & user meta through single function call SwashataFebruary 24, 2017 Ever found the need for getting userdata and usermeta values through single function call? Userdata are the information...
System Admin Fully Automated SSL with Let’s Encrypt, Apache & WordPress SwashataFebruary 18, 2017 Quoting directly from the source Let's Encrypt is a free, automated and open Certificate authority. It is very useful...
Java Concept Analysis 10 Java Concepts you must know before appearing for technical interviews arnabAugust 23, 20148 There are a lot of questions that crawl into our minds a few days before the interviews. You can bet this post will not...
Terminal Commands Install FTP Server (ProFTPD) on Ubuntu VPS SwashataApril 14, 2014 At this point, we have installed our apache, php and secured using suPHP. So, the next in the list is installing an FTP...
Terminal Commands Installing MySQL and PHPMyAdmin on Ubuntu VPS SwashataApril 14, 2014 At this stage, we are ready with a working apache server which supports PHP. Complex web applications like WordPress...
Terminal Commands Install Apache with Virtual Host Concept on Ubuntu VPS SwashataApril 14, 2014 Last time, we have talked about securing our Ubuntu VPS and create different users for different websites. Now, we are...
System Admin Installing PHP and suPHP on Ubuntu VPS SwashataApril 14, 2014 So, uptil now, we have successfully secured our Ubuntu VPS, installed Apache and hosted three sites (two using domains...
Java Concept Analysis How to write programs using Java Swing in a few easy steps arnabAugust 15, 20133 If you are bored of command line programs it's high time to ride the Java Swing with this tutorial. Though as of now I...
Java Programs Program to swap the contents of two files in Java arnabAugust 10, 20132 This program was asked to me during an interview. I was given a computer with an IDE and was even allowed to use the...
C & C++ Concept Analysis How to write programs using command line arguments in a few easy steps arnabJune 30, 20134 If you are having trouble understanding command line arguments then we two are both similar and different. How? First...