See how a minor change to your commit message style can make you a better programmer.
Format: <type>(<scope>): <subject>
<scope> is optional
| --- | |
| created: <% tp.file.creation_date() %> | |
| --- | |
| tags:: [[+Daily Notes]] | |
| # <% moment(tp.file.title,'YYYY-MM-DD').format("dddd, MMMM DD, YYYY") %> | |
| << [[<% fileDate = moment(tp.file.title, 'YYYY-MM-DD-dddd').subtract(1, 'd').format('YYYY-MM-DD-dddd') %>|Yesterday]] | [[<% fileDate = moment(tp.file.title, 'YYYY-MM-DD-dddd').add(1, 'd').format('YYYY-MM-DD-dddd') %>|Tomorrow]] >> | |
| --- |
| sudo dnf system-upgrade reboot |
| sudo dnf system-upgrade download --refresh --releasever=26 --exclude "synergy vagrant" |
| sudo dnf install dnf-plugin-system-upgrade |
| sudo dnf upgrade --refresh |
| sudo dnf config-manager --add-repo=https://repo.skype.com/data/skype-stable.repo | |
| sudo dnf install skypeforlinux |
| sudo dnf install gnome-icon-theme-symbolic gnome-icon-theme-extras gnome-icon-theme-legacy gnome-icon-theme |
| cd ~ | |
| wget https://roy.marples.name/downloads/openresolv/openresolv-3.9.0.tar.xz | |
| tar xf openresolv-3.9.0.tar.xz | |
| cd openresolv-3.9.0 | |
| ./configure |
| sudo tee -a /etc/yum.repos.d/pritunl.repo << EOF | |
| [pritunl] | |
| name=Pritunl Stable Repository | |
| baseurl=https://repo.pritunl.com/stable/yum/centos/7/ | |
| gpgcheck=1 | |
| enabled=1 | |
| EOF | |
| gpg --keyserver hkp://keyserver.ubuntu.com --recv-keys 7568D9BB55FF9E5287D586017AE645C0CF8E292A |