irqbalance service centos and RedHat
irqbalance service centos and RedHat How to instruct any process to run with a particular core of CPU ? How to instruct irq to run on particular CPU Core ? How to check which...
irqbalance service centos and RedHat How to instruct any process to run with a particular core of CPU ? How to instruct irq to run on particular CPU Core ? How to check which...
FFMPEG Installation in linux How to convert your videos using FFmpeg? How to make ffmpeg run as ffmpeg command? How to check ffmpeg is installed or not ? The final step to install ffmpeg?...
Recover unallocated space on USB drive. Case1: How to recover your pen drive in windows. USB/SD Card Stops Working or stop Showing the actual size of pen drive or any external storage device. Unallocated...
How to create swap in Linux CREATE SWAP PARTITION LINUX We can create a 8 Gigabyte Swap Partition —————————————– sudo fallocate -l 8G /swapfile ls -lh /swapfile Enabling the Swap File ————————- sudo chmod...
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 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....
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