< 1 2 3 4 5 6 7 > >>   ∑:379  Sort:Date

Reformat NTFS Partition into EXT4 Partition
This section provides a tutorial example on how to reformat a NTFS partition into a EXT4 partition on Linux system using the 'fsmk -t ext4' command.
2022-10-01, ∼1047🔥, 0💬

Mount Windows NTFS File System
This section provides a tutorial example on how to mount Windows NTFS (New Technology File System) file systems on Linux systems. 'ntfs-3g' device driver is needed.
2022-10-01, ∼995🔥, 0💬

"compress/uncompress" - Compressed *.Z Files
This section provides a tutorial example on how to use 'compress' and 'uncompress' commands to compress large files and restore them later. Compressed files will have the *.Z file name extension.
2022-10-01, ∼977🔥, 0💬

SELinux Security Context on /var/www/html
This section provides a tutorial example on how to change the SELinux security context type on sub directories inside /var/www/html to allow new files to be created by PHP scripts running on the Apache HTTP Server on CentOS systems.
2022-10-01, ∼939🔥, 0💬

Use "dd" Command to Test I/O Speed
This section provides a tutorial example on how to test I/O speed of hard disk and USB drives using the 'dd' command with different block sizes.
2022-10-01, ∼937🔥, 0💬

Add/Remove PV on VG on the Fly
Describes what is a VG (Volume Group) - a virtual storage device made up by one or more PVs (Physical Volumes). Tutorial examples are given on how to create a new VG, add PV to a VG and remove a PV from a VG.
2022-10-01, ∼915🔥, 0💬

Linux Apps Tutorials - Herong's Tutorial Examples
This book is a collection of notes and sample codes written by the author while he was learning Linux applications. Topics include using managing users and groups; managing files and directories; managing Apache HTTP Server and Apache Tomcat; managing MySQL server and SquirrelMail server; running Py...
2022-05-20, ∼900🔥, 0💬

"Web console" Login Welcome Message
This section provides a tutorial example on how to remove the 'Web console' Cockpit message displayed after logging in to a CentOS 8 system.
2022-10-01, ∼898🔥, 0💬

What Is pkgs.org
This section provides a tutorial example on how to use pkgs.org Website to search, find and install software packages on Linux systems.
2022-10-01, ∼891🔥, 0💬

Use OpenLDAP Client Tools
This section provides a tutorial example on how to install OpenLDAP client tools and use them to access and manage LDAP server remotely.
2022-10-01, ∼877🔥, 0💬

LVM (Logical Volume Manager)
This chapter provides introductions and tutorial on LVM (Logical Volume Manager). Topics include introduction to LVM components: PV (Physical Volume), VG (Volume Group), LV (Logical Volume); creating and managing PV, VG, LV; extending file systems on LVs on the fly.
2022-10-01, ∼866🔥, 0💬

Manage Multiple Firewall Zones
This section provides a tutorial example on how to manage multiple firewall zones on CentOS 8 systems.
2022-10-01, ∼851🔥, 0💬

Install Tesseract as the OCR Engine
This section provides a tutorial example on how to install Tesseract as the OCR Engine.
2022-10-01, ∼850🔥, 0💬

Turn on SSL/TLS Support on Tomcat
This section provides a tutorial example on how to configure Tomcat to support SSL/TLS for the HTTPS service.
2024-04-12, ∼810🔥, 0💬

Install GCC C/C++ Compilers
This section provides a tutorial example on how to install GCC C/C++ compiler on CentOS systems.
2022-10-01, ∼791🔥, 0💬

Block Devices and Partitions
This chapter provides tutorial examples on block devices and partitions. Topics include understanding block devices, partition tables and partitions; using 'hdparm -i' command to display device information; differences between MBR and GPT partition table (disklabel) types; using 'parted' commands to...
2022-10-01, ∼738🔥, 0💬

"firewalld" and "firewall-cmd" on CentOS
This section provides a tutorial example on how to use 'firewalld' daemon and 'firewall-cmd' CLI to manage network firewall on CentOS 8 systems.
2022-10-01, ∼714🔥, 0💬

Install "git-core" for GitHub Packages on CentOS
This section provides a tutorial example on how to install 'git-core' on CentOS 8 systems for managing GitHub packages.
2022-10-01, ∼706🔥, 0💬

"split" and "cat" - Split and Join Files
This section provides a tutorial example on how to use 'split' command to split it into chunks and use 'cat' command to join chunks back into a single file.
2022-10-01, ∼653🔥, 0💬

"ldd" - Dynamic Library Dependency Checker
This section provides a tutorial example on how to use the 'ldd' tool to list dynamic library dependencies of any executable files, including dynamic library files on Linux systems.
2022-10-01, ∼603🔥, 0💬

Install and Manage Java Packages on CentOS
This section provides a tutorial example on how to install OpenJDK 11 JRE (Java Runtime Environment) on CentOS 8 systems using 'dnf/yum' as the package manager.
2022-10-01, ∼571🔥, 0💬

/etc/mtab and /etc/fstab Files
This section provides a quick introduction on /etc/mtab and /etc/fstab. One holds currently mounted file systems. The other holds file systems to be mounted at boot time.
2022-10-01, ∼559🔥, 0💬

Hierarchical Structure of LDAP Entries
Describes the hierarchical structure of LDAP entries. components from X.509 certificates and domain names are used to form higher level and lower level LDAP entries.
2022-10-01, ∼558🔥, 0💬

Install OpenLDAP Server on CentOS
This section provides a tutorial example on how to install OpenLDAP server on a CentOS 6 computer.
2022-10-01, ∼553🔥, 0💬

< 1 2 3 4 5 6 7 > >>   ∑:379  Sort:Date