Linux: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
No edit summary
 
(7 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 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]]
Line 48: Line 48:
* [[Java on Linux]]
* [[Java on Linux]]
* [[direnv]]
* [[direnv]]
* [[Mount USB Drive on Linux]]
* [[bash]]


=Installation=
=Installation=
Line 59: 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>
* <tt>[[/etc/services]]</tt>
* <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 113: Line 116:
| [[host]] || [[id]] || [[cp]] || [[rm]] || [[alternatives]] || [[umount]] || [[iconv]] || [[du]]
| [[host]] || [[id]] || [[cp]] || [[rm]] || [[alternatives]] || [[umount]] || [[iconv]] || [[du]]
|-
|-
| [[sleep]] || [[tput]] || [[strace]] || [[echo]]
| [[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