Installing certbot on Oracle Linux 8

To install the certbot on Oracle Linux 8 sudo yum install https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpmsudo yum updatesudo yum install snapdsudo systemctl enable snapdsudo systemctl start snapdsudo snap install core; sudo snap refresh core # To enable classic confinementsudo ln -s /var/lib/snapd/snap /snap snap install –classic certbotsudo ln -s /snap/bin/certbot /usr/bin/certbot # To check the installationcertbot –version

Project development server setup on the Google Cloud Platform (GCP)

Let’s create a Virtual Machine (VM) instance by following functionalities and features. A Debian-10 is perfect for me. I’m comfortable with DDClient, which updates the external IP of the instance so, I don’t need any static IP yet. An N1 Micro instance with 10GB Balanced Persistent Disk (PD) is quite ok. I don’t prefer a…

|

Mounting an NTFS Drive on Linux Debian Server

Here I have described that, how to mount an NTFS drive on linux debian server. First Login to your account Install ntfs-3g app sudo apt install ntfs-3g See the list of all drives sudo fdisk -l Suppose you want to mount /dev/sda8 Create a sub-directory for that drive inside the media directory sudo mkdir /media/mydrive Open and edit the fstab file for…

Desh Account কি এবং কিভাবে বিনামূল্যে ব্যবহার করবেন | What is Desh Account and how to use it freely

কিভাবে বিনামূল্যে Desh Account ব্যবহার করবেন – শুরু করার আগে এই বিষয়টি সম্পর্কে একটু সংক্ষেপে জানিয়ে রাখি। Website আমাদের প্রায় সবারই এখন Bank Account রয়েছে। সেই Account -এ আমরা কখনো টাকা জমা দেই আবার কখনো উত্তোলন করি। এই জমা-উত্তোলন অথবা লেন-দেন সঠিকভাবে হয়েছে কিনা এবং লেন-দেন করার পর Account -এ অবশিষ্ট কত Balance রইল সেটি জানার প্রয়োজনে আমরা…