<< < 1 2 3 4 5 6 7 8 9 10 > >>   ∑:297  Sort:Date

"zip" and "unzip" - Create and Extract ZIP Files
This section provides a tutorial example on how to use 'zip' command to compress multiple file and sub-directories into a ZIP file and use 'unzip' command to extract files out of a ZIP file.
2022-10-01, ∼276🔥, 0💬

"traceroute" - Trace Routes to Remote Host
This section provides a tutorial example on how to use 'traceroute' command to trace routes (or gateways) between the local host and a given remote host.
2022-10-01, ∼276🔥, 0💬

Network Connection on CentOS
This chapter provides introductions and tutorial on network configuration and firewall on CentOS systems. Topics include introduction of Ethernet connection with auto DHCP configuration; 'ifconfig' to view current network configuration; 'firewalld' daemon and 'firewall-cmd' CLI as firewall frontend ...
2022-10-01, ∼275🔥, 0💬

"ps -o rss,drs,trs,vsz,sz" - Process Status Options
This section provides a tutorial on how to 'ps -o rss,drs,trs,vsz,sz' command to report memory usage of each running process.
2024-08-17, ∼272🔥, 0💬

Tools and Utilities
This chapter provides introductions and tutorial on Linux tools and utilities. Topics include installing Tesseract OCR engine.
2022-10-01, ∼271🔥, 0💬

Configure OpenLDAP Server on CentOS
This section provides a tutorial example on how to configure OpenLDAP server on a CentOS 6 computer to build a simple local directory service.
2022-10-01, ∼269🔥, 0💬

"tar -c" and "tar -x" - Create and Extract Archive Files
This section provides a tutorial example on how to use 'tar -c' command to compress multiple file and sub-directories into an archive file and use 'tar -x' command to extract files out of an archive file.
2022-10-01, ∼268🔥, 0💬

Graphics Environments on Linux
This chapter provides introductions and tutorial examples about graphics environments. Topics include introduction to GNOME desktop; creating GNOME applications in Python; introduction to XQuartz X11 server; running Tk Python, Matplotlib Python scripts and Java GUI apps on GNOME desktop and X11 serv...
2022-10-01, ∼264🔥, 0💬

Running Python Scripts on Linux Systems
This chapter provides introductions and tutorial examples about running Python scripts on Linux systems. Topics include installing PHP engine on CentOS Linux systems; installing missing Python packages/modules with 'pip3' command.
2022-10-01, ∼263🔥, 0💬

Installing CentOS
This chapter provides tutorial examples on installing CentOS Linux system. Topics include downloading CentOS ISO image file; copying image file with 'dd' command to create bootable USB drive; installing CentOS from bootable USB drive.
2022-10-01, ∼262🔥, 0💬

"dd" - Copy Data from/to Storage Devices
This section provides a tutorial example on how to copy continuous blocks of data bytes from or to storage devices using the 'dd' command. File system structures can be bypassed.
2022-10-01, ∼259🔥, 0💬

"tmux" - Terminal Multiplexer
This section provides a tutorial example on how to use 'tmux' tool to manage multiple shells as windows and panes in a single terminal. 'tmux' automatically keeps all shells running when the terminal is disconnected.
2022-10-01, ∼257🔥, 0💬

"route" - Upate Routing Table
This section provides a tutorial example on how to use 'route' command to update the routing table currently used in the system.
2022-10-01, ∼256🔥, 0💬

NFS (Network File System)
This section provides a tutorial example on how to setup NFS server and client to share sub-directories as 'nfs' file systems.
2022-10-01, ∼256🔥, 0💬

Install MySQL Database Server on CentOS
This section provides a tutorial example on how to install MySQL 8.0 server on CentOS 8 systems using 'dnf/yum' as the package manager.
2022-10-01, ∼256🔥, 0💬

"make" - Manage Program Build Process
This section provides a tutorial example on how to use the 'make' tool to manage the build process of large programs that have multiple components.
2022-10-01, ∼253🔥, 0💬

What Is OpenLDAP
Describes what is OpenLDAP - an open source implementation of the LDAP (LightweightDirectory Access Protocol).
2022-10-01, ∼252🔥, 0💬

Introduction to Linux Systems
This chapter provides introductions and tutorial on Linux operating systems. Topics include 'uname' to display operating system information.
2022-10-01, ∼250🔥, 0💬

Conda - Environment and Package Manager
This chapter provides introductions and tutorial examples about Conda environments. Topics include installing Conda from the Miniconda package; starting/ending Conda 'base' environment; installing Conda packages.
2022-10-01, ∼249🔥, 0💬

What Is LDAP
Describes what is LDAP (Lightweight Directory Access Protocol) - a communication protocol for accessing and maintaining distributed directory information services over an Internet Protocol (IP) network.
2022-10-01, ∼248🔥, 0💬

Update All Installed Packages
This section provides a tutorial example on how to update all installed packages on Linux systems using the 'dnf update' command.
2022-10-01, ∼247🔥, 0💬

Running Apache HTTP Server (httpd) on Linux Systems
This chapter provides introductions and tutorial on Apache HTTP Server (httpd) for Linux systems. Topics include installing Apache HTTP Server (httpd); opening firewall for http service on port 80; publishing Home Page; understanding Apache HTTP Server environment; installing Web server certificate;...
2022-10-01, ∼246🔥, 0💬

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

vsftpd - Very Secure FTP Daemon
This chapter provides introductions and tutorial examples about 'vsftpd' - Very Secure FTP Daemon. Topics include installing vsftpd; configuring vsftpd for local user access; testing FTP access locally and remotely; enabling FTP over SSL/TLS to secure connections.
2022-10-01, ∼243🔥, 0💬

<< < 1 2 3 4 5 6 7 8 9 10 > >>   ∑:297  Sort:Date