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
#EXTM3U url-tvg="http://stream.cvmtv.site:5000/epg.xml,http://trada.info/epg.xml,http://stream.cvmtv.site:9981/xmltv/channels" | |
#EXTINF:-1 group-title="VIỆT NAM" tvg-id="quochoi" tvg-logo="https://quochoitv.vn/themes/quochoitv/images/logo-qhtv-new.png",Quốc Hội TV | |
http://stream.cvmtv.site/qhtv?token=live |
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
Download from the App Store an app called Hex Fiend it's free. | |
Open your Applications folder, find Sublime Text -> Show Package Contents -> Mac OS -> executable to change the hex in is: sublime_text | |
Edit that file with Hex Fiend | |
Find in Hex: 80 78 05 00 0f 94 c1 | |
Replace with c6 40 05 01 48 85 c9 | |
codesign --remove-signature Sublime\ Text.app/ | |
Save |
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
chmod +x / | |
chmod +x /home/ | |
chmod +x /home/sharkie/ |
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
wget -O --continue --progress=dot:mega --tries=0 URL |
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
You have to enable login from other timezone / ip for your google account. | |
to do this follow the link https://g.co/allowaccess and allow access by clicking the continue button. |
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
gradle.properties | |
systemProp.http.proxyHost=www.somehost.org | |
systemProp.http.proxyPort=8080 | |
systemProp.http.proxyUser=userid | |
systemProp.http.proxyPassword=password | |
systemProp.http.nonProxyHosts=*.nonproxyrepos.com|localhost | |
systemProp.https.proxyHost=www.somehost.org | |
systemProp.https.proxyPort=8080 | |
systemProp.https.proxyUser=userid |
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
sudo apt update | |
sudo apt install build-essential zlib1g-dev libssl-dev | |
sudo mkdir /var/lib/sshd | |
sudo chmod -R 700 /var/lib/sshd/ | |
sudo chown -R root:sys /var/lib/sshd/ | |
wget -c https://cdn.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-8.7p1.tar.gz | |
tar -xzf openssh-8.7p1.tar.gz | |
cd openssh-8.7p1/ | |
sudo apt install libpam0g-dev libselinux1-dev libkrb5-dev | |
./configure --with-kerberos5 --with-md5-passwords --with-pam --with-selinux --with-privsep-path=/var/lib/sshd/ --sysconfdir=/etc/ssh |
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
git reset --soft HEAD~N | |
git commit -m 'Update' | |
git push -f |
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
sudo apt install libpam0g-dev libselinux1-dev | |
sudo apt install build-essential zlib1g-dev libssl-dev | |
sudo mkdir /var/lib/sshd | |
sudo chmod -R 700 /var/lib/sshd/ | |
sudo chown -R root:sys /var/lib/sshd/ | |
sudo useradd -r -U -d /var/lib/sshd/ -c "sshd privsep" -s /bin/false sshd | |
wget -c https://cdn.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-8.0p1.tar.gz | |
tar -xzf openssh-8.0p1.tar.gz | |
cd openssh-8.0p1/ |
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
location /app { | |
try_files $uri $uri.html $uri/index.html $uri/index =404; | |
} |
NewerOlder