Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/SixArm/sixarm_unix_etc_files
SixArm.com » Unix » /etc » /etc system configuration files, like /etc/profile
https://github.com/SixArm/sixarm_unix_etc_files
dotfiles etc unix
Last synced: 5 days ago
JSON representation
SixArm.com » Unix » /etc » /etc system configuration files, like /etc/profile
- Host: GitHub
- URL: https://github.com/SixArm/sixarm_unix_etc_files
- Owner: SixArm
- Created: 2010-05-21T03:25:21.000Z (over 14 years ago)
- Default Branch: main
- Last Pushed: 2023-09-15T19:30:06.000Z (about 1 year ago)
- Last Synced: 2024-08-01T13:38:24.780Z (3 months ago)
- Topics: dotfiles, etc, unix
- Language: Shell
- Homepage: http://sixarm.com
- Size: 76.2 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
# Unix »
/etc files for system configuration* `/etc/aliases` for email delivery (this is SixArm-specific).
* `/etc/apt` and `/etc/apt-secure` for Aptitude package manager.
* `/etc/dpkg-for-server` for Debian package manager.
* `/etc/environment` to set the path, languages, etc. on Debian, Ubuntue, etc.
* `/etc/init.d` for initialization files to run during startup.
* `/etc/launchd.conf` to set shell profile for sh, bash, ksh, etc. on Mac OSX.
* `/etc/profile` to set shell profile for sh, bash, ksh, etc.
* `/etc/rc.local` for our local startup (sets Thinkpad mouse to fast).
* `/etc/sudoers` and `/etc/sudoers.d` for the sudo command to run as another user.See our related repos:
* `sixarm_bash_etc_files` for bash shell e.g. `/etc/bashrc`.
* `sixarm_zsh_etc_files` for zsh shell e.g. `/etc/zshrc`.
* `sixarm_unix_etc_apt` for apt package manager e.g. `/etc/apt/sources`.
* `sixarm_git_gitconfig` for git version conntrol e.g. `/etc/git/config`.