Skip To Main Content
Navjot Singh on Muck Rack

Navjot Singh

Gurgaon
Covers:  Technology, Internet, WordPress, Google, Blogging, Softwares, Android, Windows, Linux, Ubuntu
Doesn't Cover: Fashion, Travel
Clueless.

Navjot Singh’s Journalist Portfolio

View as a grid

Setup a Local WordPress Development Environment with Vagrant

Setup a Local WordPress Development Environment with Vagrant

howtoforge.com — If you develop with WordPress, it is preferable to set up a local environment where you have installed a server, a database tool, and a few Wordpress sites along with other tools that you need. This is fine if you only work on a few projects. But when they multiply, problems occur.

Allow RDP permission on Windows server 2016

Allow RDP permission on Windows server 2016

www.snel.com — In this tutorial you will learn how to create a user and allow RDP permission on Windows server 2016. Read more.

How to Install and Configure OpenLiteSpeed Server on Ubuntu 18.04 along with MariaDB

How to Install and Configure OpenLiteSpeed Server on Ubuntu 18.04 along with MariaDB

howtoforge.com — OpenLiteSpeed is a lightweight and open source version of the popular LiteSpeed Server. It comes with its WebGUI based Administration panel which makes it different from other web servers as you can configure pretty much everything from the panel itself.

Install Nginx, PHP 7.2, MariaDB on Windows

Install Nginx, PHP 7.2, MariaDB on Windows

nspeaks.com — There is an abundance of tutorials in case you want to install nginx, PHP and MariaDB on Linux but when it comes to installing these tools on Windows, tutorials are either outdated or scattered. Anyway, let's see how we can setup Nginx, PHP and MariaDB on Windows. This is fairly easy.

Install WordPress Using WP-CLI on Ubuntu 14.04

Install WordPress Using WP-CLI on Ubuntu 14.04

linode.com — Everyone is probably familiar with WordPress and its renowned 5-minute install routine. It's simple and works without fuss. But when you have multiple sites to manage, repeating the same routine can waste plenty of time which you could have used elsewhere. Learn how to install WordPress using a much simpler command line utility.

Tips and Plugins to Make a Multi-Author Blog More Manageable

Tips and Plugins to Make a Multi-Author Blog More Manageable

code.tutsplus.com — Running a multi-author blog is no mean feat. Managing content, ensuring timely publishing, maintaining schedules, ensuring proper communication with your authors, ensuring that the posts stick to some predefined guidelines and tracking changes to a post are just some of the tasks that you have to take care of while running a blog. Learn some tips and tricks on how to manage multi author blogs.

Quick Tip: Upgrade Your WordPress Site via SSH

Quick Tip: Upgrade Your WordPress Site via SSH

code.tutsplus.com — I have already written about how to install WordPress via the shell. I am taking it further today by showing how you can upgrade it as well using shell access. Though you can always upgrade from within WordPress using the 1-click method, the shell method is more secure as it encrypts all the data transfer.

Quick Tip: Paginate Your WordPress Gallery

Quick Tip: Paginate Your WordPress Gallery

code.tutsplus.com — You can create beautiful image galleries in WordPress using the Gallery shortcode. You can even create your own templates for implementing galleries and do a lot of things. But what if you want to split an image gallery into multiple pages? WordPress provides Pagination functions for everything but nothing for the gallery. Learn how to paginate your Gallery following some easy steps.

Download and Install WordPress via the Shell Over SSH

Download and Install WordPress via the Shell Over SSH

code.tutsplus.com — Normally you install WordPress by downloading the ZIP file, uncompressing it on your PC, going into the wordpress subfolder, uploading and running the script and not to mention going to your host's control panel to get the database setup and everything. Others do it by using Fantastico or SimpleInstall utilities available via their host's control panel. But there is a much simpler method if you have SSH access. Learn how.