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
# set to yes if you want Conky to be forked in the background | |
background yes | |
use_xft yes | |
xftfont HandelGotD:size=7 | |
xftalpha 0.5 | |
update_interval 1.0 | |
total_run_times 0 | |
own_window yes | |
own_window_type normal | |
own_window_transparent yes |
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/env bash | |
## Uninstall old versions | |
sudo apt-get remove docker docker-engine docker.io containerd runc | |
## Install Docker CE | |
sudo apt-get update | |
# install packages to allow apt to use a repository over HTTPS: |