Linux: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
No edit summary
No edit summary
 
(52 intermediate revisions by the same user not shown)
Line 5: Line 5:
* [[Linux Ports]]
* [[Linux Ports]]
* [[Linux Process Information|Process Info]]
* [[Linux Process Information|Process Info]]
* [[Linux File Descriptor Information|File Descriptor Info]]
* [[Linux File and File Descriptor Information|File and File Descriptor Info]]
* [[Linux Kernel Info|Kernel Info]]
* [[Linux Kernel Info|Kernel Info]]
* [[Linux Load Average|Load Average]]
* [[Linux Load Average|Load Average]]
Line 12: Line 12:
* [[Linux Virtualization Info|Virtualization Info]]
* [[Linux Virtualization Info|Virtualization Info]]
* [[Linux Temperature Info|Temperature Info]]
* [[Linux Temperature Info|Temperature Info]]
* [[Linux User Info|User Info]]


=Concepts=
=Concepts=
Line 23: Line 24:
* [[Linux Memory Management|Memory Management]]
* [[Linux Memory Management|Memory Management]]
* [[Linux Process Management Concepts|Process Management]]
* [[Linux Process Management Concepts|Process Management]]
* [[Linux 7 Security|Security]]
* [[Linux Security|Security]]
* [[Linux NFS Concepts|NFS]]
* [[Linux NFS Concepts|NFS]]
* [[Linux Virtualization Concepts|Virtualization]]
* [[Linux Virtualization Concepts|Virtualization]]
* [[Linux Logging Concepts|Logging]]
* [[Linux Logging Concepts|Logging]]
* [[systemd Concepts|systemd]], [[System V init Concepts|System V init]]
* [[systemd Concepts|systemd]], [[System V|System V]]
* [[Linux proc|The /proc Filesystem]]
* [[Linux proc|The /proc Filesystem]]
* [[Linux Entropy]]
* [[Linux Entropy]]
* [[Linux Resource Management]]
* [[Linux Resource Management]]
* [[Linux Shared Libraries]]


=Subjects=
=Subjects=
Line 44: Line 46:
* [[Linux Boot]]
* [[Linux Boot]]
* [[LUKS]]
* [[LUKS]]
* [[Java on Linux]]
* [[direnv]]
* [[Mount USB Drive on Linux]]
* [[bash]]


=Installation=
=Installation=
Line 55: Line 61:


* [[Linux 7 Network Configuration]]
* [[Linux 7 Network Configuration]]
* <tt>[[/etc/fstab]]</tt>
* <code>[[/etc/fstab]]</code>
* <tt>[[/etc/exports]]</tt>
* <code>[[/etc/exports]]</code>
* <tt>[[/etc/resolv.conf]]</tt>
* <code>[[/etc/resolv.conf]]</code>
* <tt>[[/etc/nsswitch.conf]]</tt>
* <code>[[/etc/nsswitch.conf]]</code>
* <tt>[[Linux_Hostname#.2Fetc.2Fhostname|/etc/hostname]]</tt>
* <code>[[Linux_Hostname#.2Fetc.2Fhostname|/etc/hostname]]</code>
* <tt>[[/etc/machine-id]]</tt>
* <code>[[/etc/machine-id]]</code>
* <tt>[[Ulimit#.2Fetc.2Fsecurity.2Flimits.conf|/etc/security/limits]]</tt>
* <code>[[Ulimit#.2Fetc.2Fsecurity.2Flimits.conf|/etc/security/limits]]</code>
* <tt>[[Sysctl#.2Fetc.2Fsysctl.conf|/etc/sysctl.conf]]</tt>
* <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 100: Line 108:
| [[useradd]] || [[groupadd]] || [[usermod]] || [[tput]] || [[postfix]] || [[route|route]] || [[Linux TTY#TTY_Operations|tty]]  || [[Linux TTY#TTY_Operations|stty]]  
| [[useradd]] || [[groupadd]] || [[usermod]] || [[tput]] || [[postfix]] || [[route|route]] || [[Linux TTY#TTY_Operations|tty]]  || [[Linux TTY#TTY_Operations|stty]]  
|-
|-
| [[envsubst]] || [[parted]]
| [[envsubst]] || [[parted]] || [[Cryptsetup Operations|cryptsetup]] || [[hexdump]] || [[xargs]] || [[ping]] || [[getopts]] || [[nc]]
|-
| [[mktemp]] || [[pwd]] || [[wait]] || [[tr]] || [[apt]] || [[bash set|set]] || [[tee]] || [[install]]
|-
| [[kmod]] || [[kmod|lsmod]] || [[kmod|modprobe]] || [[Linux command tree|tree]] || [[wc]] || [[bash seq|seq]] || [[bash head|head]] || [[bash tail|tail]]
|-
| [[host]] || [[id]] || [[cp]] || [[rm]] || [[alternatives]] || [[umount]] || [[iconv]] || [[du]]
|-
| [[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

Concepts

Subjects

Installation

Configuration

Operations

Commands

ip ethtool yum date zip, unzip mailx grep sed
top vmstat hostname hostnamectl cron chkconfig rpc.statd mount
find read curl wget dmesg sudo ifconfig dig
modinfo lshw lvs pvs vgs fdisk sfdisk wipefs
ls ln ulimit test ps getconf hdparm, sdparm umask
exportfs rpcinfo showmount iftop nohup ssh gdrive rsync
uuidgen chroot awk expr sysctl lsof lspci df
pvcreate lvcreate netstat rpm timedatectl kill netfs nslookup
vi chmod blockdev env sort logrotate stat lsblk
dd exec readlink uuencode/uudecode traceroute tar diff brctl
useradd groupadd usermod tput postfix route tty stty
envsubst parted cryptsetup hexdump xargs ping getopts nc
mktemp pwd wait tr apt set tee install
kmod lsmod modprobe tree wc seq head tail
host id cp rm alternatives umount iconv du
sleep tput strace echo mv dirs/pushd/popd

Virtualization Commands

Linux Virtualization Commands