This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Update all the things | |
apt-get update | |
apt-get -y upgrade | |
apt-get -y dist-upgrade | |
# ssh new keys | |
rm /etc/ssh/ssh_host_* && dpkg-reconfigure openssh-server | |
# modules, gems & such | |
apt-get install python.xlwt |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## essentials ## | |
yum -y install vim | |
yum -y install git | |
yum -y install rxvt-unicode | |
yum -y install i3 | |
yum -y install i3status | |
yum -y install w3m | |
yum -y install mc | |
yum -y install htop |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#### | |
# much insipiration (and down right copy-paste) from https://github.com/g0tmi1k/os-scripts/blob/master/kali.sh) | |
#### | |
# Update all the things | |
apt-get update | |
apt-get -y upgrade | |
apt-get -y dist-upgrade | |
# ssh new keys |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo rpm -ivh http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-stable.noarch.rpm | |
sudo dnf config-manager --add-repo=http://negativo17.org/repos/fedora-spotify.repo | |
sudo dnf -y update | |
sudo dnf -y install vim | |
sudo dnf -y install gnome-tweak-tool | |
sudo dnf -y install vlc | |
sudo dnf -y install unzip | |
sudo dnf -y install gimp | |
sudo dnf -y install VirtualBox |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
!/usr/bin/bash | |
sudo -i | |
passwd | |
passwd ec2-user | |
### upgrade all things | |
apt-get update | |
apt-get -y upgrade |
OlderNewer