Mastering the Linux Command Line: A Guide for System Administrators, Developers, and Power UsersLinux command line is an essential device for system directors, developers, and electricity customers. Whether you are coping with cloud servers, automating procedures, or debugging cloud-native packages, understanding the Linux command line is vital...Sep 8, 2023·3 min read
Linux commandsSome Linux commands that might help you ..!! ctrl + d - controls character signals the end of the input file dmseg - command shows kernel log msg stty - command is used to set terminal IO characteristic script - command is used to record a user login...Aug 1, 2023·6 min read
Raid 0What is RAID 0 (disk striping)? RAID 0 (disk striping) is the process of dividing a body of data into blocks and spreading the data blocks across multiple storage devices, such as hard disks or solid-state drives (SSDs), in a redundant array of indep...Jul 30, 2023·3 min read
How To Setup NFS Server on CentOS 7 / RHEL 7NFS stands for Network File System, which helps you to share files and folders between Linux / Unix systems. NFS enables you to mount a remote share locally. Benefits of NFS File / Folder sharing between *nix systems Allows to mount remote filesyst...Jul 21, 2023·4 min read
Creating pools using TrueNAS & using it on local machine.TrueNAS uses ZFS data storage pools to efficiently store and protect data. To create a pool start with the process below. Boot TrueNAS Select 1. Boot TrueNAS & this screen will appear check for the IP address so that you can open WebUI for TrueNAS ...Jul 11, 2023·4 min read
TrueNAS InstallationTrueNAS is the branding for a range of free and open-source network-attached storage operating systems produced by iXsystems and based on FreeBSD and Linux, using the OpenZFS file system. Download TrueNAS ISO here And start setup. Select 1. Boot True...Jul 9, 2023·1 min read
Linux Logical Volume Manager (LVM) tutorialWe use LVM to create partitions, physical volumes, a virtual group, logical volumes, and filesystems on a hard disk. We’ll also show how to mount, extend, and remove our newly created logical volumes. By the end of this tutorial, you’ll have a full u...Jul 9, 2023·4 min read