Skip to content

Instantly share code, notes, and snippets.

@kn9
kn9 / ajenti-v-php7.sh
Last active August 21, 2021 02:47
Ubuntu Nginx Web Server with Ajenti with PHP 7.0
#Insall Ajenti
apt-get update
wget http://repo.ajenti.org/debian/key -O- | apt-key add -
echo "deb http://repo.ajenti.org/ng/debian main main ubuntu" >> /etc/apt/sources.list
apt-get update
apt-get install ajenti -y
service ajenti restart
# Uninstall Apache2
sudo apt-get autoremove && sudo apt-get remove apache2* -y
@kn9
kn9 / gogg-translate.css
Created February 26, 2022 16:57
Custom Google Translate (Mobile-friendly) - customized to be mobile friendly without breaking google licensing
#google-translate-container {
float: right;
padding: 3px 5px 0px 0px;
}
.goog-te-combo,
.goog-te-banner *,
.goog-te-ftab *,
.goog-te-menu *,
.goog-te-menu2 *,