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/sh | |
LIST_OF_APPS="nginx mariadb-server mariadb-client php5 php5-fpm php5-mysql php5-curl php5-gd php5-intl php-pear php5-imagick php5-imap php5-mcrypt php5-memcache php5-ming php5-ps php5-pspell php5-recode php5-sqlite php5-tidy php5-xmlrpc php5-xsl minidlna openjdk-8-jdk amd64-microcode build-essential deluged deluge-webui pptpd openssl" | |
apt-get update | |
apt-get install -y aptitude | |
aptitude update | |
aptitude -y upgrade | |
aptitude install -y $LIST_OF_APPS |
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
##Juddly's Custom Conky## | |
conky.config = { | |
alignment = 'top_left', | |
use_xft = true, | |
xftalpha = 0.8, | |
font = 'Noto:normal:size=8', | |
text_buffer_size = 2048, | |
update_interval = 0.5, | |
total_run_times = 0, | |
background = true, |
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
{ | |
"api": { | |
"id": null, | |
"worker-id": null | |
}, | |
"http": { | |
"enabled": false, | |
"host": "127.0.0.1", | |
"port": 0, | |
"access-token": null, |
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
{ | |
"api": { | |
"id": null, | |
"worker-id": null | |
}, | |
"http": { | |
"enabled": false, | |
"host": "127.0.0.1", | |
"port": 0, | |
"access-token": null, |