Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/escorciav/linux-utils
general purpose scripts, commands, profiles, etc. used many times.
https://github.com/escorciav/linux-utils
bash dotfiles linux modules screen unix vim
Last synced: 3 days ago
JSON representation
general purpose scripts, commands, profiles, etc. used many times.
- Host: GitHub
- URL: https://github.com/escorciav/linux-utils
- Owner: escorciav
- License: mit
- Created: 2014-06-30T23:43:43.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2024-06-17T10:04:27.000Z (5 months ago)
- Last Synced: 2024-06-17T11:31:42.228Z (5 months ago)
- Topics: bash, dotfiles, linux, modules, screen, unix, vim
- Language: Python
- Size: 104 KB
- Stars: 4
- Watchers: 4
- Forks: 1
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
General purpose scripts, commands, profiles and recipes used many times/machines.
---
# Organizing your workspace
1. Password less interactions
Do it for interacting with github or similar services or accessing other computers.
- Follow this [help](https://help.github.com/articles/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent/).
- If security is a concern, read [this](https://developer.github.com/guides/using-ssh-agent-forwarding/) instead of using/launching ssh-agent.
2. Setup dotfiles.
Company, office, desktop? the computer and the shell is another workspace.
- Follow steps [here](https://github.com/escorciav/linux-utils/tree/master/dotfiles).
3. SSH
If dealing with other computers often. Take five minutes for this.
- Copy and paste [this](#.ssh/config) into `.ssh/config` in $HOME.
# Recipes
Notes about programs and configurations.
- [Fedora](recipes/fedora.md)
- [Docker](recipes/docker.md)
- [vscode](recipes/vscode.md)
- [tmux](recipes/tmux.md)
- [unix/terminal](recipes/unix.md)