See how a minor change to your commit message style can make a difference.
git commit -m"<type>(<optional scope>): <description>" \ -m"<optional body>" \ -m"<optional footer>"
| #!/bin/sh | |
| TAB="$(printf '\t')" | |
| curl -L 'https://github.com/fatedier/frp/releases/download/v0.38.0/frp_0.38.0_linux_amd64.tar.gz' -o frp-0.38.0.tar.gz | |
| debmake -a frp-0.38.0.tar.gz | |
| cd frp-0.38.0 | |
| sed 's/^\tdh \$@$/\tdh $@ --without autoreconf/g' debian/rules | |
| tee -a debian/rules >> /dev/null << EOF |
| Encrypting hard drives without reinstalling Ubuntu | |
| =================================================== | |
| Gijs van Tulder, 26.02.2019, last update 04.03.2019 | |
| This is a list of the steps I took to encrypt the partitions on my | |
| Ubuntu 16.04 laptop with the LUKS encryption system. Encrypting the | |
| partitions took some time but was relatively easy. Getting the system | |
| to boot afterwards was a little trickier, but doable. | |
| Obviously, these steps might not work for you. Follow them at your |
See how a minor change to your commit message style can make a difference.
git commit -m"<type>(<optional scope>): <description>" \ -m"<optional body>" \ -m"<optional footer>"
| #Download Elementary OS from here: | |
| #http://sourceforge.net/projects/elementaryos/files/stable/ | |
| #First you update your system | |
| sudo apt-get update && sudo apt-get dist-upgrade | |
| #Install Google Chrome | |
| wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add - | |
| sudo sh -c 'echo "deb http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google-chrome.list' |
People
:bowtie: |
π :smile: |
π :laughing: |
|---|---|---|
π :blush: |
π :smiley: |
:relaxed: |
π :smirk: |
π :heart_eyes: |
π :kissing_heart: |
π :kissing_closed_eyes: |
π³ :flushed: |
π :relieved: |
π :satisfied: |
π :grin: |
π :wink: |
π :stuck_out_tongue_winking_eye: |
π :stuck_out_tongue_closed_eyes: |
π :grinning: |
π :kissing: |
π :kissing_smiling_eyes: |
π :stuck_out_tongue: |