This file contains hidden or 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
$ORIGIN diegogo.net. | |
$TTL 300 | |
diegogo.net. IN SOA mercurio.diegogo.net. postmaster.diegogo.net. ( | |
2020050916 ; serial | |
1200 ; | |
600 ; | |
2419199 ; | |
86400 | |
) ; |
This file contains hidden or 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
# Virtual Host for Nextcloud regularly installed with Apache | |
<VirtualHost *:80> | |
ServerName cloud.techguides.yt | |
DocumentRoot /var/www/html/nextcloud | |
<Directory /var/www/html/nextcloud/> | |
Options +FollowSymlinks | |
AllowOverride All | |
<IfModule mod_dav.c> | |
Dav off | |
</IfModule> |
This file contains hidden or 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
# Virtual Host for Nextcloud, running with snap! | |
<VirtualHost *:80> | |
ServerName cloud.techguides.yt | |
ProxyPreserveHost On | |
ProxyRequests Off | |
ProxyPass / http://localhost:81/ | |
ProxyPassReverse / http://localhost:81/ | |
</VirtualHost> | |
# Virtual Host for some application, running on port 8080 |
This file contains hidden or 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 | |
echo -e "Actualizando paquetes..." | |
echo "" | |
apt-get --just-print upgrade 2>&1 | perl -ne 'if (/Inst\s([\w,\-,\d,\.,~,:,\+]+)\s\[([\w,\-,\d,\.,~,:,\+]+)\]\s\(([\w,\-,\d,\.,~,:,\+]+)\)? /i) {print "-PROGRAMA: $1 \t -INSTALADO: $2 \t -DISPONIBLE: $3\n"}' | |
apt-get --just-print upgrade 2>&1 | perl -ne 'if (/Inst\s([\w,\-,\d,\.,~,:,\+]+)\s\[([\w,\-,\d,\.,~,:,\+]+)\]\s\(([\w,\-,\d,\.,~,:,\+]+)\)? /i) {print "PROGRAM: $1 INSTALLED: $2 AVAILABLE: $3\n"}' > /tmp/paquetes | |
echo -e "" | |
echo Hay $(cat /tmp/paquetes | wc -l) paquetes que se pueden actualizar |
This file contains hidden or 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
library genesis | |
the kubernetes book | |
Kubernetes master | |
-API server | |
-Scheduler | |
-Controller | |
-etcd | |
kubectl config get-contexts |
This file contains hidden or 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
https://www.eff.org/torchallenge/what-is-tor.html | |
https://www.deepdotweb.com/ | |
http://w363zoq3ylux5rf5.onion/groups/all?filter=popular&offset=30 | |
http://s6424n4x4bsmqs27.onion/ | |
http://s6424n4x4bsmqs27.onion/boards.js | |
http://s6424n4x4bsmqs27.onion/tech/ | |
hss3uro2hsxfogfq.onion search engine | |
http://zqktlwi4fecvo6ri.onion/wiki/Main_Page | |
http://www.ibm.com/it-infrastructure/us-en/ |
This file contains hidden or 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
### Keybase proof | |
I hereby claim: | |
* I am diego-go on github. | |
* I am dieggo (https://keybase.io/dieggo) on keybase. | |
* I have a public key whose fingerprint is 98E9 CD83 4C65 19F0 F6C8 9D29 76E9 365C F3DD A383 | |
To claim this, I am signing this object: |
NewerOlder