Linux: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
(4 intermediate revisions by the same user not shown) | |||
Line 28: | Line 28: | ||
* [[Linux Virtualization Concepts|Virtualization]] | * [[Linux Virtualization Concepts|Virtualization]] | ||
* [[Linux Logging Concepts|Logging]] | * [[Linux Logging Concepts|Logging]] | ||
* [[systemd Concepts|systemd]], [[System V | * [[systemd Concepts|systemd]], [[System V|System V]] | ||
* [[Linux proc|The /proc Filesystem]] | * [[Linux proc|The /proc Filesystem]] | ||
* [[Linux Entropy]] | * [[Linux Entropy]] | ||
Line 49: | Line 49: | ||
* [[direnv]] | * [[direnv]] | ||
* [[Mount USB Drive on Linux]] | * [[Mount USB Drive on Linux]] | ||
* [[bash]] | |||
=Installation= | =Installation= | ||
Line 60: | Line 61: | ||
* [[Linux 7 Network Configuration]] | * [[Linux 7 Network Configuration]] | ||
* < | * <code>[[/etc/fstab]]</code> | ||
* < | * <code>[[/etc/exports]]</code> | ||
* < | * <code>[[/etc/resolv.conf]]</code> | ||
* < | * <code>[[/etc/nsswitch.conf]]</code> | ||
* < | * <code>[[Linux_Hostname#.2Fetc.2Fhostname|/etc/hostname]]</code> | ||
* < | * <code>[[/etc/machine-id]]</code> | ||
* < | * <code>[[Ulimit#.2Fetc.2Fsecurity.2Flimits.conf|/etc/security/limits]]</code> | ||
* < | * <code>[[Sysctl#.2Fetc.2Fsysctl.conf|/etc/sysctl.conf]]</code> | ||
* < | * <code>[[/etc/services]]</code> | ||
* < | * <code>[[/etc/hosts]]</code> | ||
* [[Linux Rescuing System with Lost Root Password|Rescuing System with Lost Root Password]] | * [[Linux Rescuing System with Lost Root Password|Rescuing System with Lost Root Password]] | ||
* [[Linux Upgrading the Kernel|Upgrading the Kernel]] | * [[Linux Upgrading the Kernel|Upgrading the Kernel]] | ||
Line 115: | Line 116: | ||
| [[host]] || [[id]] || [[cp]] || [[rm]] || [[alternatives]] || [[umount]] || [[iconv]] || [[du]] | | [[host]] || [[id]] || [[cp]] || [[rm]] || [[alternatives]] || [[umount]] || [[iconv]] || [[du]] | ||
|- | |- | ||
| [[sleep]] || [[tput]] || [[strace]] || [[echo]] || [[mv]] | | [[sleep]] || [[tput]] || [[strace]] || [[echo]] || [[mv]] || [[Bash Directory Manipulation Built-in Commands|dirs/pushd/popd]] | ||
|- | |- | ||
|} | |} |
Latest revision as of 20:00, 19 August 2023
Getting Runtime Information
- Memory Info
- CPU Info
- Network Info
- Linux Ports
- Process Info
- File and File Descriptor Info
- Kernel Info
- Load Average
- Storage Info
- Time Info
- Virtualization Info
- Temperature Info
- User Info
Concepts
- General
- Kernel
- Network
- Storage
- Logical Volume Management
- Power Management
- Memory Management
- Process Management
- Security
- NFS
- Virtualization
- Logging
- systemd, System V
- The /proc Filesystem
- Linux Entropy
- Linux Resource Management
- Linux Shared Libraries
Subjects
- RHEL
- systemd
- Linux Convenience Aliases
- NFS
- Linux Virtualization
- Linux Logging
- Debian
- Ubuntu
- Linux Boot
- LUKS
- Java on Linux
- direnv
- Mount USB Drive on Linux
- bash
Installation
- RHEL 7/Centos 7 Installation
- Dell Server Setup Procedure
- RHEL 7 Virtualization Host Installation
- Reconfigure Linux VM Guest Image
Configuration
- Linux 7 Network Configuration
/etc/fstab
/etc/exports
/etc/resolv.conf
/etc/nsswitch.conf
/etc/hostname
/etc/machine-id
/etc/security/limits
/etc/sysctl.conf
/etc/services
/etc/hosts
- Rescuing System with Lost Root Password
- Upgrading the Kernel
- Linux Disable Swap
- Kernel Runtime Configuration
- Create Filesystems
- Mount a Filesystem at Boot
- NTP Client