ubuntu

Manage Linux ACL using Setfacl and Getfacl

How to use getfacl and setfacl to get and set access control lists (ACLs) on directories in Linux

What is ACL? Access control list (ACL), It is a more flexible permission mechanism for file systems. It allows you to give permissions for any users and groups. It is used to defined permission on a particular file or folder for an individual user or group other than the user owner or the group owner.

How to use getfacl and setfacl to get and set access control lists (ACLs) on directories in Linux Read More »

What is FTP and How to install ? 2

What is FTP and How to install ?

Install FTP in 2 minutes. Warning:- if you don’t have Linux experience. Please don’t mess with live servers. What is FTP? How to setup FTP(configure FTP) on your server? How to use FTP? What is FTP? FTP stands for File Transfer Protocol. It is used to transfer files between two computers over the internet. The Default port

What is FTP and How to install ? Read More »

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 »

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 »