When doing git commit, is there a way to not display the untracked files?
$ git config --global status.showUntrackedFiles no
diff --git a/Server/Helpers/LicenseHelper.cs b/Server/Helpers/LicenseHelper.cs | |
index 0105b902..858a0b3e 100644 | |
--- a/Server/Helpers/LicenseHelper.cs | |
+++ b/Server/Helpers/LicenseHelper.cs | |
@@ -68,17 +68,24 @@ class LicenseHelper | |
internal static License? FromCode(string code) | |
{ | |
- if (string.IsNullOrWhiteSpace(code)) | |
- return null; |
Run the following command, replacing /dev/sdx with your drive, e.g. /dev/sdb. (Do not append a partition number, so do not use something like /dev/sdb1):
sudo dd bs=4M if=image.iso of=/dev/sdx conv=fsync oflag=direct status=progress
adb shell pm uninstall -k --user 0 co.hunge.app | |
adb shell pm uninstall -k --user 0 com.android.bips | |
adb shell pm uninstall -k --user 0 com.android.bookmarkprovider | |
adb shell pm uninstall -k --user 0 com.android.browser | |
adb shell pm uninstall -k --user 0 com.android.calendar | |
adb shell pm uninstall -k --user 0 com.android.cellbroadcastreceiver | |
adb shell pm uninstall -k --user 0 com.android.cellbroadcastreceiver.overlay.common | |
adb shell pm uninstall -k --user 0 com.android.chrome | |
adb shell pm uninstall -k --user 0 com.android.deskclock | |
adb shell pm uninstall -k --user 0 com.android.documentsui |
{ | |
"catagories": [ | |
{ "name": "petite" }, | |
{ "name": "short hair" }, | |
{ "name": "step mom" }, | |
{ "name": "teen" } | |
], | |
"channels": [ | |
{ "name": "Kira Noir"}, | |
{ "name": "Mom Addiction" }, |
# change directory | |
alias ..="cd .." | |
alias ...="cd ../.." | |
alias ....="cd ../../.." | |
alias .....="cd ../../../.." | |
# docker-compose |
debloat.import=1 | |
EasterEgg^=/system/app/EasterEgg | |
SPdfNote^=/system/app/SPdfNote | |
WlanTest^=/system/app/WlanTest | |
WifiGuider^=/system/app/WifiGuider | |
AllshareFileShare^=/system/app/AllshareFileShare | |
UnifiedWFC^=/system/app/UnifiedWFC | |
Weather_SEP10.3^=/system/app/Weather_SEP10.3 | |
VideoTrimmer^=/system/app/VideoTrimmer | |
VideoEditorLite_Dream_N^=/system/app/VideoEditorLite_Dream_N |
Many of us are familiar with Secure Shell (SSH), which allows us to connect to other systems using a key instead of a password. This guide will explain how to eliminate SSH keys and use a GNU Privacy Guard (GPG) subkey instead.
Using GPG does not make your SSH connections more secure. SSH is a secure protocol, and SSH keys are secure. Instead, it makes certain forms of key distribution and backup management easier. It also will not change your workflow for using SSH. All commands will continue to work as you expect, except that you will no longer have SSH private keys and you will unlock your GPG key instead.
By having SSH authenticated by your GPG key, you will reduce the number of key files you need to secure and back up. This means that your key management hygiene still has to be good, which means choosing good passphrases and using appropriate key preservation strategies. Remember, you shouldn't back your private key up to the cloud!
Additionally, today SSH keys are distributed by