diff --git a/rss/feed.xml b/rss/feed.xml
index a59267c..2c3e0ad 100644
--- a/rss/feed.xml
+++ b/rss/feed.xml
@@ -9,6 +9,30 @@
Nihilist`s Technical Blog
+
+ Anonymous Server Monitoring
+ http://blog.nowherejezfoltodf4jiyl6r56jnzintap5vyjlia7fkirfsnfizflqd.onion/opsec/anonymous_server_monitoring/index.html
+ 2025031000
+ In this tutorial, we're going to cover how you can monitor your servers remotely, but while maintaining anonymity the whole time.
+
+
+
+
+ OnionBalance for .onion domains load balancing
+ http://blog.nowherejezfoltodf4jiyl6r56jnzintap5vyjlia7fkirfsnfizflqd.onion/opsec/onionbalancelb/index.html
+ 2025022700
+ In this tutorial we're going to cover how to setup high availability on the domain level for .onion websites, using onionbalance
+
+
+
+
+ How to setup a MySQL Master-Master replication over Tor
+ http://blog.nowherejezfoltodf4jiyl6r56jnzintap5vyjlia7fkirfsnfizflqd.onion/opsec/mysqlmastermaster/index.html
+ 2025022100
+ In this tutorial we're going to cover how to have a master-master mysql replication going but while keeping Tor in between each server, to prevent an adversary from figuring out where each server is.
+
+
+
When the Adversary is the cloud provider himself
http://blog.nowherejezfoltodf4jiyl6r56jnzintap5vyjlia7fkirfsnfizflqd.onion/opsec/cloud_provider_adversary/index.html
@@ -845,6 +869,9 @@
+
+
+
diff --git a/rss/rss-roller.sh b/rss/rss-roller.sh
old mode 100644
new mode 100755
index 466ea81..9076d15
--- a/rss/rss-roller.sh
+++ b/rss/rss-roller.sh
@@ -113,7 +113,7 @@ if [[ $1 == "--manual" ]]; then
=======
"""
read -p "What is the title of the new update?: " fullTitle
- read -p "What is the link of the new update?: " linkadd
+ read -p "What is the link of the new update? (http://blog.nowherejezfoltodf4jiyl6r56jnzintap5vyjlia7fkirfsnfizflqd.onion/): " linkadd
read -p "Provide a description of the new update: " extract
read -p "Provide a unique identifier for the update: " guidadd
if [[ -f $feedname ]]; then