How to install chrome
How to install chrome in centos 7 1. Create and edit repo vim /etc/yum.repos.d/google_chrome.repo 2. Add this in repo file
How to install chrome Read More »
How to install chrome in centos 7 1. Create and edit repo vim /etc/yum.repos.d/google_chrome.repo 2. Add this in repo file
How to install chrome Read More »
UPDATE WORDPRESS MANUALLY Update Old wordpress version to the Latest WordPress version Follow the below steps to update wordpress to the latest version. 1. Download the zip file from – https://wordpress.org/news/ wget https://wordpress.org/news/
How to update the wordpress manually Read More »
How to mount ISO file in linux ~mount -o loop path/to/iso/file/YOUR_ISO_FILE.ISO /media/iso How to mount USB Drives on your linux system using terminal commands. First List up all the drives connected to your system. lsblk After listing choose the drive you are planning to mount. Example mount /dev/sdb1 /home/techouse/your_folder_name If you are planning to mount
How do I start coding with Python Python in Linux Check version python -V How to use the python 3.5 version as default rm /usr/bin/python cd /usr/bin ln -s python3.2 python
How do I start coding with python Read More »