- Updating packages
sudo apt-get updatesudo apt-get upgradesudo apt-get cleansudo apt-get autoremove
- Installing Vim
sudo apt-get vim
- Apply a .vimrc
- Change default editor
sudo update-alternatives --config editor
- Scheduleding backups
- make a
backup.shfile
cd /home/ tar czf pi_home.tar.gz pi- schedule it using cron
crontab -e
- make a
- Setting up GitHub
sudo apt-get git- guide
- Get private IP
hostname -I
- Change password default
passwd
- Review
.bashrcand.bash_profile
Created
November 22, 2016 19:11
-
-
Save johnc219/26e0b432b0959fcba952459b86ef3b74 to your computer and use it in GitHub Desktop.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment