diff --git a/pages/linux/apt-get.md b/pages/linux/apt-get.md index d63bbd0540..23252c7c07 100644 --- a/pages/linux/apt-get.md +++ b/pages/linux/apt-get.md @@ -3,16 +3,15 @@ > Debian and Ubuntu package management utility - Synchronize list of packages and versions available. This should be run first, before running subsequent apt-get commands. - + `apt-get update` - install a new package `apt-get install {{package}}` - - remove a package - + `apt-get remove {{package}}` - Upgrade installed packages to newest available versions diff --git a/pages/linux/aptitude.md b/pages/linux/aptitude.md index 7a5daeaa70..7ba71ebee2 100644 --- a/pages/linux/aptitude.md +++ b/pages/linux/aptitude.md @@ -3,7 +3,7 @@ > Debian and Ubuntu package management utility - Synchronize list of packages and versions available. This should be run first, before running subsequent aptitude commands. - + `aptitude update` - install a new package @@ -15,13 +15,13 @@ `aptitude search {{package}}` - remove a package - + `aptitude remove {{package}}` - Upgrade installed packages to newest available versions `aptitude upgrade` -- Upgrade installed packages (like `aptitude upgrade`) including removing obsolete packages and installing additional packages to meet new package dependencies. +- Upgrade installed packages (like `aptitude upgrade`) including removing obsolete packages and installing additional packages to meet new package dependencies. `aptitude full-upgrade` diff --git a/pages/linux/dpkg.md b/pages/linux/dpkg.md index 5f74ad2635..16e732b2ae 100644 --- a/pages/linux/dpkg.md +++ b/pages/linux/dpkg.md @@ -1,4 +1,4 @@ -#dpkg +# dpkg > debian package manager diff --git a/pages/linux/du.md b/pages/linux/du.md index d956e744fe..09540cdd1d 100644 --- a/pages/linux/du.md +++ b/pages/linux/du.md @@ -14,6 +14,6 @@ `du -ah {{directory}}` -- list the KB sizes of directories for N levels below the specified directory +- list the KB sizes of directories for N levels below the specified directory `du --max-depth=1` diff --git a/pages/linux/ip.md b/pages/linux/ip.md index 292da24282..8a8a6613a5 100644 --- a/pages/linux/ip.md +++ b/pages/linux/ip.md @@ -10,7 +10,7 @@ `ip r` -- Make an interface up/down +- Make an interface up/down `ip link set {{interface}} up/down` diff --git a/pages/linux/mdadm.md b/pages/linux/mdadm.md index c089b248a3..41c1b671a4 100644 --- a/pages/linux/mdadm.md +++ b/pages/linux/mdadm.md @@ -1,4 +1,4 @@ -#mdadm +# mdadm > RAID management utility diff --git a/pages/linux/pacman.md b/pages/linux/pacman.md index f8038dae09..c130d9b304 100644 --- a/pages/linux/pacman.md +++ b/pages/linux/pacman.md @@ -3,7 +3,7 @@ > Arch Linux package manager utility - synchronize and update all packages - + `pacman -Syyu` - install a new package @@ -11,7 +11,7 @@ `pacman -S package-name` - remove a package and its dependencies - + `pacman -Rs package-name` - search the package database for a keyword diff --git a/pages/linux/strace.md b/pages/linux/strace.md index 7b315ad4ec..c50915d40f 100644 --- a/pages/linux/strace.md +++ b/pages/linux/strace.md @@ -1,8 +1,8 @@ -# strace +# strace > Troubleshooting tool for tracing system calls -- Start tracing a specific process by its PID +- Start tracing a specific process by its PID `strace -p {{pid}}` @@ -13,4 +13,3 @@ - Count time, calls, and errors for each system call and report a summary on program exit. `strace -p {{pid}} -c` - diff --git a/pages/linux/wpa_cli.md b/pages/linux/wpa_cli.md index 186a829a99..71faf57296 100644 --- a/pages/linux/wpa_cli.md +++ b/pages/linux/wpa_cli.md @@ -16,7 +16,7 @@ `wpa_cli set_network {{number}} ssid {{SSID}}` `wpa_cli set_network {{number}} psk {{passkey}}` -- enable network +- enable network `wpa_cli enable_network {{number}}`