Files
notes/ressources/linux-server/linux-server-standard-pkgs.md
2025-02-08 21:56:24 +01:00

15 lines
385 B
Markdown

- bash-completion
- htop
- apt-transport-https
- network-manager (ninja needs it)
- vim
- curl
- xclip
- net-tools
- rsync
- smartmontools
- parted (ninja dependency)
## Proxmox
- remove subscription message: `sed -Ezi.bak "s/(function\(orig_cmd\) \{)/\1\n\torig_cmd\(\);\n\treturn;/g" /usr/share/javascript/proxmox-widget-toolkit/proxmoxlib.js && systemctl restart pveproxy.service`