centos

ffmpeg nasm

How to install FFMPEG in linux | 15 modules (NASM, YASM, x265)

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? How to install Libvpx? How to install x265? How to install x264? How to install libvorbis? How to install Libopus? How

How to install FFMPEG in linux | 15 modules (NASM, YASM, x265) Read More »

recover unallocated space on usb drive

How to Repair and Restore Unallocated Space on a USB/SD Card

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 Reason: The most common reasons are deletion and virus attack. Suppose, you may accidentally delete the partition on the USB or

How to Repair and Restore Unallocated Space on a USB/SD Card Read More »

note editor linux

How to create swap in Linux ?

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 600 /swapfile ls -lh /swapfile Now that our file is more secure, we can tell our system to set up the

How to create swap in Linux ? Read More »

How To Set Up a Firewall Using FirewallD on CentOS 7

Mount in Centos 7

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

Mount in Centos 7 Read More »