Skip to content

Instantly share code, notes, and snippets.

View edmargomes's full-sized avatar

Edmar Gomes edmargomes

  • Appnovation
  • Brasil
View GitHub Profile
@edmargomes
edmargomes / unplash.sh
Created June 21, 2020 21:17
Update your wallpaper automatically
#/bin/bash
# Add this in your crontab to update your wallpaper each three hours
# Example
# 0 */3 * * * sh /home/$USER/Pictures/wallpaper/unplash.sh
wget -O /home/$USER/Pictures/wallpaper/wallpaper.jpg https://unsplash.it/2560/1440/?random
gsettings set org.gnome.desktop.background picture-uri file:///home/$USER/Pictures/wallpaper/wallpaper.jpg
Docker + Traefik + Let's Encrypt + Github Repository
Using:
- Ubuntu 19.04
- Docker Engine 19.03
- Docker Compose 1.25.0-rc2
- Traefik v1.7.18 with dnsChallenge
- Traefik v2.0.1 with httpChallenge
--
- Github Registry
<?php