Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/b-palaniappan/linux-commands
Linux commands for setup debian based work station
https://github.com/b-palaniappan/linux-commands
debian-linux
Last synced: about 1 month ago
JSON representation
Linux commands for setup debian based work station
- Host: GitHub
- URL: https://github.com/b-palaniappan/linux-commands
- Owner: b-palaniappan
- Created: 2021-05-01T02:57:36.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-12-30T18:31:59.000Z (11 months ago)
- Last Synced: 2024-10-01T15:17:11.949Z (about 2 months ago)
- Topics: debian-linux
- Homepage:
- Size: 25.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# linux-commands
Linux commands for setup work station## cleanup vim-tiny and install full vim
```bash
sudo apt-get remove -y --auto-remove vim-tiny
sudo apt update && sudo apt install -y vim
```## To Secure Linux server
- [Documentation](https://github.com/imthenachoman/How-To-Secure-A-Linux-Server)