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 year 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 15 years ago)
- Default Branch: main
- Last Pushed: 2023-09-15T19:30:07.000Z (almost 3 years ago)
- Last Synced: 2025-03-29T15:11:59.262Z (about 1 year ago)
- Topics: help, install, sysadmin, unix
- Language: Shell
- Homepage: http://sixarm.com
- Size: 107 KB
- Stars: 4
- Watchers: 2
- 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 systems
Read 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 {}