Category: Featured
USING FILE AS SWAP SPACES IN LINUX
in this video we are going to learn how to use a file as swap spacs in LINUX
CHANGING DEFAULT PORT IN SSH AND PORT FORWARDING
Step1: edit /etc/ssh/sshd_config file Step2: Allow custom port in selinux semanage port -a -t ssh_port_t -p tcp #PORTNUMBER Step3: Allow custom port in firewall firewall-cmd –add-port=2222/tcp –permanent firewall-cmd –reload Step4: restart or reload sshd services systemctl reload sshd PORT FORWARDING USING FIREWALLD firewall-cmd –add-forward-port=port=22:proto=tcp:toport=2222 […]
Upgrading rhel/centos from one minor version to other
Hello everyone, Today we are going to learn how to upgrade from one rhel/centos minor version to other. 1. In this scenario, I’m taking a machine which is already installed with rhel 8.2 version and we will update it with rhel8.3. (make sure you have […]
Changing the Ethernet adapters name from ens or enp0s to eth
Hey there As discussed I would like to add the first post of this year as many of my students were also asking about it. Since RHEL7/CENTOS7 there has been a little confusion with the names of ethernet adapter. So here we go to learn […]
Protecting Important Files and Directories Against Deletion or Modification using chattr command
How To Protect Important Files And Directories From Modification And Deletion With chattr Command Hey Guys, it’s been a while I’ve done my last post. But, as it says “It’s better to be late than never”. So, here I’m with my new post. […]
Installing CentOS/Rhel 6 through vnc
Installing CentOS/Rhel 6 through vnc To install rhel/centos through vnc viewer, we need to pass few parameters at the booting menu by pressing Tab key or Esc. If there is no dhcp configured, provide a static IP and gateway also give vnc to activate vnc while […]
Interview Questions for Linux
INTERVIEW QUESTIONS FOR LINUX WITH ANSWERS Linux FAQS Explain the booting process in linux •The system BIOS checks the system and launches the first stage boot loader on the MBR of the primary hard disk. •The Frist stage boot loader loads itself into memory and […]