Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sixarm/sixarm_unix_installation_help
SixArm.com » Unix » Installation help for servers and desktops, esp. Debian and Ubuntu
https://github.com/sixarm/sixarm_unix_installation_help
help install sysadmin unix
Last synced: about 1 month ago
JSON representation
SixArm.com » Unix » Installation help for servers and desktops, esp. Debian and Ubuntu
- Host: GitHub
- URL: https://github.com/sixarm/sixarm_unix_installation_help
- Owner: SixArm
- Created: 2010-10-18T20:01:45.000Z (over 14 years ago)
- Default Branch: main
- Last Pushed: 2023-09-15T19:30:07.000Z (over 1 year ago)
- Last Synced: 2024-11-04T22:37:18.097Z (3 months ago)
- Topics: help, install, sysadmin, unix
- Language: Shell
- Homepage: http://sixarm.com
- Size: 107 KB
- Stars: 4
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: CODEOWNERS
- Security: security.txt
Awesome Lists containing this project
README
# Unix »
Installation help notes for our internal systemsRead me first:
* security.txt
To create a new system:* virtualbox.md for VirtualBox
* aws.md for Amazon Web Services
* aws-ec2-ssh-fingerprint-verification.md to verify AWS fingerprints
* centos-rosehosting-notes.txt for older CentOS using Rose Hosting
* aptitude-update-upgrade-autoclean.txt to upgrade Debian/Ubuntu to current
* yum-install-packages-we-like.md for RedHat
Setups:* fresh.md to set up a fresh system with our SixArm git clones etc. (caution: needs updating)
* debian-repositories.txt (TODO: refactor these to their own files)
* disable-dnsmasq-to-help-etc-hosts.md
Configurations:* dpkg-reconfigure-debconf-readline.sh if we get errors about readline
* color_notes.txt on XTerm, TERM, etc.Languages:
* ruby-build.sh
ruby-build --definitions
ruby-build 2.0.0-p247 /opt/rubies/2.0.0-p247
Applications:* emacs.md (better to use emacs starter kit if available)
* gcc-install-from-scratch.md for GCC in extreme atypcal cases
* gem-sources.txt for Ruby gem sources
* git_branch_parser.sh (better to use oh-my-zsh if available)
* sublime.md for Sublime Text editor
* DataMash for command-line statistics
Clones:* git_projects.txt we use
Clones loop:
cd /opt
cat sixarm_unix_installation_help | xargs -I{} git clone --depth 1 {}