TCP Wrappers in Linux/CentOS/Redhat/Fedora yum info tcp_wrappers yum install tcp_wrappers-devel.x86_64 506 reboot 507 ifdown ens33 508 ifup ens33 509 yum install tcp_wrappers-devel.x86_64 510 yum -y install tcp_wrappers-devel.x86_64 511 ls /var/ftp/pub/Packages/ 512 ls /etc/yum.repos.d/local.repo 513 vim /etc/yum.repos.d/local.repo 514 systemctl status vsftpd 515 systemctl start vsftpd 516 systemctl enable vsftpd 517 yum -y install tcp_wrappers-devel.x86_64 518 cat …
Category: Root
Dec 24
SSH/SSHD/OpenSSH in CentOS/Redhat Linux
Experiment with SSH/SSHD/OpenSSH in CentOS/Redhat Linux Yes, from my history (Probably a review for the technical people, who already knew these sometimes in the past) 461 echo “dec 24th, 2017” 462 vim /etc/ssh/sshd_config 463 echo “SSH Related Commands” 464 scp -> secure copy 465 tscp -> secure copy for windows 466 sftp -> secure ftp …
Dec 12
Linux: LVM : Logical Volume Manager : Multiple Hard Disk and Partition and Volume Management
On RedHat/Centos Linux – LVM experiments Concepts to understand: Physical Volume: Physical Hard Drive or Partitions in Physical Hard Drive Physical Extent: One unit of space usually 4 MB. Volume Group: One or multiple Physical Volumes can be assigned to a Volume Group Logical Volume: Logical volumes are created from the volume groups. This is …
Dec 07
Centos/Redhat লিনাক্স এ yum ইন্সটলার সার্ভার কিভাবে কনফিগার করবেন
Centos/Redhat লিনাক্স এ yum ইন্সটলার সার্ভার কিভাবে কনফিগার করবেন Mount Installer ISO mkdir /mnt/dvd1 mount /dev/sr0 /mnt/dvd1 Check if FTP server is installed systemctl status vsftpd systemctl start vsftpd Install ftp Server. Using rpm as yum is not available yet [default yum needs the internet, kindof] cd /mnt/dvd1/Packages/ rpm -ivh vsftpd-3.0.2-22.el7.x86_64.rpm systemctl start vsftpd systemctl …
Dec 06
In Bengali: Some Educational Android Apps on Software/Web Development
Some are in Bengali Project Management https://play.google.com/store/apps/details?id=com.sitestree.pmp On CSS https://play.google.com/store/apps/details?id=com.sitestree.css On JavaScript https://play.google.com/store/apps/details?id=com.sitestree.javascript On PHP https://play.google.com/store/apps/details?id=com.sitestree.php On SEO course https://play.google.com/store/apps/details?id=com.sitestree.seo SQL Course https://play.google.com/store/apps/details?id=com.sitestree.sql Oral Communications https://play.google.com/store/apps/details?id=com.justetc.oral_communications.workplace AngularJS https://play.google.com/store/apps/details?id=com.salearningschool.bangla.angularjs1 HTML https://play.google.com/store/apps/details?id=com.salearningschool.bangla.html
Dec 03
Cloud Computing Explained | Bangla | TecHubs TV
You may have heard of the term Cloud Computing. But if you don’t know what exactly is it, then you’re in right place. In this video, I will explain all about cloud …
