
How to use VIM Editor
This post will show you how to use VIM! Vim is a text editor that edits all kinds of text files. For instance, the text file may be a shell …
How to use VIM Editor Read MoreLinux, Code, Cloud Computing, DevOps

This post will show you how to use VIM! Vim is a text editor that edits all kinds of text files. For instance, the text file may be a shell …
How to use VIM Editor Read More
cURL is used to send data or fetch data to/from a server. This data is transferred using the following protocols: FTP, HTTP, HTTPS, IMAP, POP3, SCP, SFTP, SMTP, TELNET, TFTP, …
How to use cURL Read More
A Cron job is a job that runs automatically after a fixed interval of time. A Cron job can either be a command or a shell script that you want …
How to use Cron jobs Read More
PHPUnit automatically executable tests that verify your application’s behavior. Thus – you can ensure that your changes don’t break existing functionality. This post will show you how to test your …
How to test PHP code using PHPUnit Read More
Nmap (or Nmapper) is a free and open-source network scanner used for analysis, security audits, and network exploration. You use it to discover hosts and services on a computer network …
How to use NMAP Read More
Let’s face it! The default WordPress login page is quite bland. If you have some impressive stuff on your site, showing the WordPress form is a bad first impression. The …
How To Customize Your WordPress Login Page Read More