Linux Base Utilities: Difference between revisions
Jump to navigation
Jump to search
m Fixed a couple of typos |
m Corrected package name oh-my-zsh-git |
||
Line 58: | Line 58: | ||
| Xorg Video || <code>xf86-video-{amdgpu,ati,intel,nouveau,openchrome,vesa}</code> || <code>xf86-video-{amdgpu,ati,intel,modesettings,nouveau,openchrome,vesa}</code> | | Xorg Video || <code>xf86-video-{amdgpu,ati,intel,nouveau,openchrome,vesa}</code> || <code>xf86-video-{amdgpu,ati,intel,modesettings,nouveau,openchrome,vesa}</code> | ||
|- | |- | ||
| ZSH || {{ic|bullet-train-oh-my-zsh-theme-git}}<sup><small>AUR</small></sup> {{ic|oh-my-zsh}}<sup><small>chaotic</small></sup> {{ic|powerline powerline-fonts zsh zsh-completions zsh-syntax-highlighting}} || {{ic|zsh <nowiki>$(apk search zsh-completion | sed 's/-[0-9.]*-r[0-9]*//g' | tr '\n' ' ')</nowiki> zsh-syntax-highlighting}} | | ZSH || {{ic|bullet-train-oh-my-zsh-theme-git}}<sup><small>AUR</small></sup> {{ic|oh-my-zsh-git}}<sup><small>chaotic</small></sup> {{ic|powerline powerline-fonts zsh zsh-completions zsh-syntax-highlighting}} || {{ic|zsh <nowiki>$(apk search zsh-completion | sed 's/-[0-9.]*-r[0-9]*//g' | tr '\n' ' ')</nowiki> zsh-syntax-highlighting}} | ||
|- | |- | ||
|} | |} |
Revision as of 09:59, 17 May 2021
Note: ⩔ is a "logical or" character.
Description | Arch Linux | Alpine Linux | Debian | Void |
---|---|---|---|---|
Boot Loaders | grub ⩔ refind ⩔ syslinux ⩔ systemd-boot Note: systemd provides systemd-boot |
grub2 ⩔ refind ⩔ syslinux
| ||
Boot Tools | ( memtest86+ ⩔ memtest86-efi AUR ) mkinitcpio |
|||
Compression | cpio lha lrzip lzip lzop p7zip {un,}arj unrar {un,}zip zstd |
lzo p7zip unrar unzip unarj zip zstd
| ||
Diagnosis | atop glances htop iftop iotop lsof strace stress |
atop glances htop iftop iotop lsof strace
| ||
Editing | nano nano-syntax-highlighting vim |
nano vim
| ||
EFI | edk2-shell efitools efibootmgr sbsigntools |
efibootmgr sbsigntool
| ||
Extra | arch-install-scripts jq (tmux ⩔ screen ) |
arch-install-scripts jq ( tmux ⩔ screen )
| ||
Disk Management | gpart gptfdisk parted |
gpart gptfdisk parted
| ||
File Management | git ncdu perl-rename ranger rsync tree |
git ncdu ranger rsync tree
| ||
Filesystems | btrfs-progs dosfstools exfat-utils ext3grep f2fs-tools jfsutils mdadm mtools nfs-utils nilfs-utils ntfs-3g reiserfsprogs smbclient udftools xfsprogs |
btrfs-progs dosfstools f2fs-tools jfsutils mdadm mtools nfs-utils ntfs-3g samba-client xfsprogs udftools
| ||
GStreamer | gstreamer{-vaapi,} gst-{libav,plugin-pipewire} gst-plugins-{bad,base,good,ugly} |
|||
GVFS | gvfs-{afc,goa,gphoto2,google,mtp,nfs,smb} |
|||
Hardware Support/Reporting | acpid cpupower dmidecode dmraid hddtemp hdparm hwdetect lshw smartmontools sysbench usbutils |
acpi dmidecode dmraid hdparm lsblk lshw smartmontools usbutils
| ||
Hardware Video Acceleration | libva-{mesa,vdpau}-driver libva-utils libvdpau-va-gl mesa-vdpau vdpauinfo |
|||
Hardware Video Acceleration (AMD/ATI) | radeontop |
|||
Hardware Video Acceleration (Intel) | ( intel-media-driver ⩔ ( libva-intel-driver libva-intel-driver-g45-h264 AUR ) ) intel-gpu-tools |
|||
Hardware Video Acceleration (Nouveau) | nouveau-fw AUR |
|||
Hardware Video Acceleration (NVIDIA) | nvidia-utils |
|||
Network Manager | connman ⩔ dhcpcd ⩔ netctl ⩔ networkmanager ⩔ systemd-networkd Note: systemd provides systemd-networkd |
connman ⩔ dhcpcd ⩔ networkmanager
| ||
Network Diagnostics | iptraf-ng nload nmap nmon traceroute |
iptraf-ng nload nmap
| ||
Network Tools | bind ethtool fail2ban inetutils iwd net-tools wget whois wol |
bind ethtool fail2ban iptraf-ng iwd net-tools nload nmap wget whois
| ||
Package System Helpers | lostfiles pacman-contrib pacutils pkgfile reflector
| |||
Script Debugging | checkbashisms shellcheck |
checkbashisms
| ||
Shell Support | dialog lsb-release neofetch |
dialog neofetch kbd
| ||
System | cronie haveged plocate ntp openssh polkit sudo |
haveged haveged-openrc plocate openntpd openssh polkit-elogind sudo
| ||
Xorg | xdg-{utils,user-dirs} xorg-{server,xauth,xdpyinfo,xrandr,xwininfo} |
elogind eudev xorg-{server,xdpyinfo,xrandr} xf86-input-libinput
| ||
Xorg Video | xf86-video-{amdgpu,ati,intel,nouveau,openchrome,vesa} |
xf86-video-{amdgpu,ati,intel,modesettings,nouveau,openchrome,vesa}
| ||
ZSH | bullet-train-oh-my-zsh-theme-git AUR oh-my-zsh-git chaotic powerline powerline-fonts zsh zsh-completions zsh-syntax-highlighting |
zsh $(apk search zsh-completion | sed 's/-[0-9.]*-r[0-9]*//g' | tr '\n' ' ') zsh-syntax-highlighting
|