mirror of
http://git.nowherejezfoltodf4jiyl6r56jnzintap5vyjlia7fkirfsnfizflqd.onion/nihilist/blog-contributions.git
synced 2025-07-02 11:56:40 +00:00
updated
This commit is contained in:
parent
265ca3a1ad
commit
ed82a57fc1
2 changed files with 28 additions and 1 deletions
27
rss/feed.xml
27
rss/feed.xml
|
@ -9,6 +9,30 @@
|
||||||
<description>Nihilist`s Technical Blog</description>
|
<description>Nihilist`s Technical Blog</description>
|
||||||
<atom:link href='https://blog.nihilism.network/rss/feed.xml' rel='self' type='application/rss+xml' />
|
<atom:link href='https://blog.nihilism.network/rss/feed.xml' rel='self' type='application/rss+xml' />
|
||||||
|
|
||||||
|
<item>
|
||||||
|
<title>Anonymous Server Monitoring</title>
|
||||||
|
<link>http://blog.nowherejezfoltodf4jiyl6r56jnzintap5vyjlia7fkirfsnfizflqd.onion/opsec/anonymous_server_monitoring/index.html</link>
|
||||||
|
<guid isPermaLink='false'>2025031000</guid>
|
||||||
|
<description>In this tutorial, we're going to cover how you can monitor your servers remotely, but while maintaining anonymity the whole time.</description>
|
||||||
|
</item>
|
||||||
|
|
||||||
|
|
||||||
|
<item>
|
||||||
|
<title>OnionBalance for .onion domains load balancing</title>
|
||||||
|
<link>http://blog.nowherejezfoltodf4jiyl6r56jnzintap5vyjlia7fkirfsnfizflqd.onion/opsec/onionbalancelb/index.html</link>
|
||||||
|
<guid isPermaLink='false'>2025022700</guid>
|
||||||
|
<description>In this tutorial we're going to cover how to setup high availability on the domain level for .onion websites, using onionbalance</description>
|
||||||
|
</item>
|
||||||
|
|
||||||
|
|
||||||
|
<item>
|
||||||
|
<title>How to setup a MySQL Master-Master replication over Tor</title>
|
||||||
|
<link>http://blog.nowherejezfoltodf4jiyl6r56jnzintap5vyjlia7fkirfsnfizflqd.onion/opsec/mysqlmastermaster/index.html</link>
|
||||||
|
<guid isPermaLink='false'>2025022100</guid>
|
||||||
|
<description>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.</description>
|
||||||
|
</item>
|
||||||
|
|
||||||
|
|
||||||
<item>
|
<item>
|
||||||
<title>When the Adversary is the cloud provider himself</title>
|
<title>When the Adversary is the cloud provider himself</title>
|
||||||
<link>http://blog.nowherejezfoltodf4jiyl6r56jnzintap5vyjlia7fkirfsnfizflqd.onion/opsec/cloud_provider_adversary/index.html</link>
|
<link>http://blog.nowherejezfoltodf4jiyl6r56jnzintap5vyjlia7fkirfsnfizflqd.onion/opsec/cloud_provider_adversary/index.html</link>
|
||||||
|
@ -845,6 +869,9 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
2
rss/rss-roller.sh
Normal file → Executable file
2
rss/rss-roller.sh
Normal file → Executable file
|
@ -113,7 +113,7 @@ if [[ $1 == "--manual" ]]; then
|
||||||
=======
|
=======
|
||||||
"""
|
"""
|
||||||
read -p "What is the title of the new update?: " fullTitle
|
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 description of the new update: " extract
|
||||||
read -p "Provide a unique identifier for the update: " guidadd
|
read -p "Provide a unique identifier for the update: " guidadd
|
||||||
if [[ -f $feedname ]]; then
|
if [[ -f $feedname ]]; then
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue