Skip to content

Instantly share code, notes, and snippets.

@rossov
Last active February 16, 2017 15:39
Show Gist options
  • Save rossov/0d92c6e2a17f5d758f959047c2b0c045 to your computer and use it in GitHub Desktop.
Save rossov/0d92c6e2a17f5d758f959047c2b0c045 to your computer and use it in GitHub Desktop.

Change sudo timeout

https://www.maketecheasier.com/change-the-sudo-password-timeout-in-ubuntu/

Add colors to ls and grep

alias ls='ls --color=auto'
alias grep='grep --color=auto'

Mount Windows partitions

https://help.ubuntu.com/community/MountingWindowsPartitions

Installing VNC

https://www.digitalocean.com/community/tutorials/how-to-install-and-configure-vnc-on-ubuntu-16-04

Fixing Tab completion with XFCE

http://how-to.cc/fix-bash-command-line-completion

Install OpenSSH server

https://help.ubuntu.com/lts/serverguide/openssh-server.html

Installing Git

https://www.digitalocean.com/community/tutorials/how-to-install-git-on-ubuntu-14-04 https://www.digitalocean.com/community/tutorials/how-to-use-git-effectively https://www.digitalocean.com/community/tutorials/how-to-use-git-branches

Installing Python

https://www.digitalocean.com/community/tutorials/how-to-install-python-3-and-set-up-a-local-programming-environment-on-ubuntu-16-04 https://www.fullstackpython.com/blog/python-3-django-gunicorn-ubuntu-1604-xenial-xerus.html

Disable pip format message

cat ~/.config/pip/pip.conf
[list]
format=columns

Installing Ruby

https://gorails.com/setup/ubuntu/16.04 https://www.digitalocean.com/community/tutorials/how-to-install-ruby-on-rails-with-rbenv-on-ubuntu-16-04

Sending emails via SSMTP

https://help.ubuntu.com/community/EmailAlerts http://www.havetheknowhow.com/Configure-the-server/Install-ssmtp.html

How to monitor CPU and HDD temperature

http://www.havetheknowhow.com/Configure-the-server/Monitor-server-temperatures.html https://poundcomment.wordpress.com/2009/08/28/ubuntu-cpu-temperature-terminal-prompt/ https://help.ubuntu.com/community/SensorInstallHowto

How to monitor network traffic

https://www.howtoforge.com/tutorial/vnstat-network-monitoring-ubuntu/

Installing nginx

https://www.digitalocean.com/community/tutorials/how-to-install-nginx-on-ubuntu-16-04

Installing AirSonos (AirPlay on Sonos)

http://blog.nonsen.se/?p=238

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment