Text
A year later -> https://github.com/swandono/.dotfiles
1 note
·
View note
Text
sudo apt update sudo apt install -y python3-pip libffi-dev sudo pip3 install docker-compose
0 notes
Text
RASA can’t install (ubuntu)
curl -fsSL https://download.docker.com/linux/debian/gpg | sudo gpg --dearmor -o /usr/share/keyrings/docker-archive-keyring.gpg sudo apt-key add /usr/share/keyrings/docker-archive-keyring.gpg sudo apt-get update sudo update-ca-certificates -f rm /etc/apt/sources.list.d/docker.list
0 notes
Text
SET GLOBAL sql_mode=(SELECT REPLACE(@@sql_mode,'ONLY_FULL_GROUP_BY',''))
0 notes
Text
GIT add SSH specific
GIT_SSH_COMMAND='ssh -i ~/.ssh/id_rsa_web3coach' git push origin master
0 notes
Text
Add multiple git ssh/account
sshCommand = ssh -i ~/.ssh/id_call-levels
0 notes
Text
MySQL Join Problem 2
--sql-mode="STRICT_TRANS_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,NO_ENGINE_SUBSTITUTION"
0 notes
Text
React Authentication: How to Store JWT in a Cookie | by Ryan Chenkie | Medium
0 notes
Text
SEMANGKA
“If you’re not making mistakes, you’re not taking risks, and that means you’re not going anywhere. The key is to make mistakes faster than the competition, so you have more changes to learn and win.” — John W. Holt, Jr.
0 notes
Text
Random Number 0-10
Math.floor(Math.random() * 11); // returns a random integer from 0 to 10
0 notes
Text
dpkg was interrupted
sudo rm /var/lib/apt/lists/lock sudo rm /var/cache/apt/archives/lock cd /var/lib/dpkg/updates sudo rm * sudo apt-get update
0 notes
Text
RDP GracePeriod
Computer\HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal Server\RCM\GracePeriod
0 notes