Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)