MIMohd Izharinmdizharblog.hashnode.dev路Oct 10, 2022 路 2 min readUsing File Storage Service in Oracle CloudHello everyone! In this article, I will guide you how to use File Storage Services in Oracle Cloud. Login to Oracle Cloud, navigate to OCI hamburger Menu, select Storage, and then click on File System Click on File System Create Button, a default...00
MIMohd Izharinmdizharblog.hashnode.dev路Oct 6, 2022 路 3 min readMounting OCI Bucket as FilesystemHello Techies! In this blog, I'll guide you how to create an OCI Bucket and Mount it as a Filesystem in Linux. Creating an OCI Bucket Login to OCI console and navigate to Storage, then click on Buckets you will land on to OCI Bucket page. Click on ...00
MIMohd Izharinmdizharblog.hashnode.dev路Apr 2, 2022 路 3 min readManaging and Troubleshooting Linux PerformanceHi everyone! In this article, I will help you in troubleshooting the Linux virtual machine performance. Troubleshooting and Managing CPU Load and Memory Issues proc and sys directory manage hardware resourcesls / cd /proc cat cpuinfo less cpuinfo |...00
MIMohd Izharinmdizharblog.hashnode.dev路Oct 24, 2021 路 9 min readUnderstanding Booting Process and Runlevels in LinuxHello everyone! In this article, I will give you an in-depth understanding of the Linux booting process. Booting Process Power is supplied, CPU started and then BIOS code is loaded. This performs basic low-level tests on the system, basic diagnosti...00
MIMohd Izharinmdizharblog.hashnode.dev路Oct 22, 2021 路 3 min readUser Management in LinuxHi everyone! In this post, I will tell some useful commands to manage users and groups in Linux, managing users is very important in order to protect the system and data. Also, it makes it easy to monitor specific user activity. 1. su Command su is a...00