| | | | () | |
| |__| | __ _ _ __| | __ _ _ __ __ _
| __ |/ | | / _
|/ | '_ \ / _
|
| | | | (| | | (| | (| | | | | (| |
|| ||_,|| _,|_,|| ||_, |
/ |
|/
{
"command": "close_all",
"ignored_packages":
[
"Vintage"
],
"keys":
[
"super+ctrl+shift+w"
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Name: Flash | |
Serial: eNrzzU/OLi0odswsqnHLSSzOqDGoca7JKCkpsNLXLy8v1ytJTczVLUotKNFLzs8FAJHYETc= | |
if anyone wants to thank ETH: 0x527c2aB55b744D6167dc981576318af96ed26676 | |
Thank you! |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
if [ $# -eq 0 ] | |
then | |
echo "No arguments supplied" | |
exit 1 | |
fi | |
domain=$1 | |
root="/home/forge/$domain" |
- Find config file:
mysqld --help --verbose | grep my.cnf
In my case, it's locate at: /usr/local/etc/my.cnf, show content and find config directory path.
- Create new file at this path:
/usr/local/etc/my.cnf.d/disable_strict_mode.cnf
export http_proxy=socks5://127.0.0.1:8080 https_proxy=socks5://127.0.0.1:8080
To disable strict SQL mode, SSH in to your server as root and create this file:
/etc/mysql/conf.d/disable_strict_mode.cnf
Open the file and enter these two lines:
[mysqld]
sql_mode=IGNORE_SPACE,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION
Restart MySQL with this command:
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
alias gs="git status" | |
alias gl="git log" | |
alias gcom="git checkout master" | |
alias gaa="git add ." | |
alias gc="git commit -m " | |
alias gp="git push" | |
alias nah="git reset --hard && git clean -df" | |
alias code="cd ~/Code" | |
alias desktop="cd ~/Desktop" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sua xem |