Steps to Install NodeJs LTS on Ubuntu OS
Learn how we can install and run Node.js application in the Ubuntu server using simple steps.
Continue ReadingLearn how we can install and run Node.js application in the Ubuntu server using simple steps.
Continue ReadingLearn how we can fix DNS_PROBE_FINISHED_NXDOMAIN error in our system while browsing a website using simple techniques.
Continue ReadingLearn how we can redirect non-www website to www or www to non-www in Apache server using .htaccess
Continue ReadingLearn how we can create and extract tar.gz file in Linux using the command line.
Continue ReadingLast updated on July 2nd, 2018 at 01:39 pmWhen we create a backup of the files we always create a zip file to download all file in the single download. If your site has cpanel then it was very easy to create zip but if you’re at VPS then most of the work is done on the […]
Continue ReadingSet timezone on your cloud server in linux using command. Command to set timezone on cloud server
Continue ReadingWhen I try to update my application packages using composer in terminal it shows me Killed error and terminate the process. It is mainly due to server Memory Issue. You can fix using bellow command. I test this command on my live server and it works well for me. /bin/dd if=/dev/zero of=/var/swap.1 bs=1M count=1024 /sbin/mkswap /var/swap.1 sudo […]
Continue ReadingA simple way to run your shell/bash script on the server even if server terminal is close.
Continue ReadingIn this tips i will explain you how to remove software in linux using CMD (Command line). Follow simple steps. Step 1. Open terminal from menu or press ctrl+alt+t. Step 2. Enter command to get list of installed software. dpkg –list Step 3. Now run command to remove software sudo apt-get –purge remove your_application_name when you […]
Continue ReadingLast updated on October 10th, 2016 at 11:49 amIn this tip i will explain you how to setup FTP server on your. Follow simple steps to configure FTP on server. Step 1. First install vsftpd on your server sudo apt-get install vsftpd Step 2. Now open and edit vsftpd.conf and change some setting in it anonymous_enable=NO […]
Continue ReadingLast updated on January 9th, 2020 at 12:45 pmIf you are using Ubuntu first time and want to install Google Chrome in it then here is simple step you can follow because we need to run few command to allow Chrome to install and run. Step 1. Download Google Chrome from google official site. Step […]
Continue ReadingThis is very simple and easy way to UnZip rar file in Ubuntu. Please follow these steps to unrar your rar file Step 1. Install unrar in Ubuntu type sudo apt-get install unrar Step 2. If you want to unzip file in same directory type this command unrar e -r /your_path/myfile.rar or in other directory or […]
Continue ReadingIf you are window user and currently switch to Ubuntu and want to install XAMPP server on your system then this post can help you to install and run Xampp. Follow below steps to learn how to setup XAMPP. Step 1. Download latest release of Xampp server from there official website or click here and download Xampp […]
Continue Reading