Skip to content

Instantly share code, notes, and snippets.

View f97-2308's full-sized avatar
😚
enjoy my life, happy with my code...

Huỳnh Đức Khoản f97-2308

😚
enjoy my life, happy with my code...
View GitHub Profile
@f97-2308
f97-2308 / nettruyen.txt
Created April 6, 2022 05:59
nettruyen adblock fillter
nettruyenmoi.com###ctl00_divCenter > div.reading > div.container.text-center.mrb5:nth-child(2)
nettruyenmoi.com###ctl00_divCenter > div.reading > div.container:nth-child(5) > div.row:last-child
nettruyenmoi.com###ctl00_divCenter > div.reading > div.container:nth-child(5) > div.text-center.mrt5.mrb5:first-child
@f97-2308
f97-2308 / gist:ae532dfd51f54d16f58ec198de30b2e2
Created March 16, 2022 03:04 — forked from pitch-gist/gist:2999707
HTML: Simple Maintenance Page
<!doctype html>
<title>Site Maintenance</title>
<style>
body { text-align: center; padding: 150px; }
h1 { font-size: 50px; }
body { font: 20px Helvetica, sans-serif; color: #333; }
article { display: block; text-align: left; width: 650px; margin: 0 auto; }
a { color: #dc8100; text-decoration: none; }
a:hover { color: #333; text-decoration: none; }
</style>
@f97-2308
f97-2308 / install-ubuntu_6.0_en.sh
Last active March 4, 2022 03:10
install-ubuntu_6.0_en.sh
#!/bin/bash
PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:~/bin
export PATH
LANG=en_US.UTF-8
panelPort="2308"
if [ $(whoami) != "root" ];then
echo "Please use the [root] user to execute the aapanel installation script!"
exit 1;
fi
@f97-2308
f97-2308 / caprover.sh
Last active February 28, 2022 07:52
caprover edge script install on ubuntu 18.04
# Docker install
sudo apt-get remove docker docker-engine docker.io containerd runc
sudo apt-get update
sudo apt-get install \
ca-certificates \
curl \
gnupg \
lsb-release
curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo gpg --dearmor -o /usr/share/keyrings/docker-archive-keyring.gpg
echo \