mirror of
http://git.nowherejezfoltodf4jiyl6r56jnzintap5vyjlia7fkirfsnfizflqd.onion/nihilist/blog-contributions.git
synced 2025-07-02 11:56:40 +00:00
a good fuckin update
This commit is contained in:
parent
7b3f8ea7ed
commit
1f6ed2fa82
80 changed files with 534 additions and 534 deletions
|
@ -46,7 +46,7 @@
|
|||
|
||||
<li><a href="/about.html">About</a></li>
|
||||
<li><a href="/blog.html">Categories</a></li>
|
||||
<li><a href="https://blog.nihilism.network/donate.html">Donate</a></li>
|
||||
<li><a href="https://blog.nowhere.moe/donate.html">Donate</a></li>
|
||||
<li><a href="/contact.html">Contact</a></li>
|
||||
</ul>
|
||||
</div><!--/.nav-collapse -->
|
||||
|
@ -205,19 +205,19 @@ passwd: password updated successfully
|
|||
# Example: root:your_login@your.domain:mailhub.your.domain[:port]
|
||||
# where [:port] is an optional port number that defaults to 25.
|
||||
|
||||
root:surveillance:mail.nihilism.network:587
|
||||
root:surveillance:mail.nowhere.moe:587
|
||||
|
||||
[ Wonderland ] [ /dev/pts/5 ] [~]
|
||||
→ cat /etc/ssmtp/ssmtp.conf
|
||||
rewriteDomain=nihilism.network
|
||||
mailhub=mail.nihilism.network:587
|
||||
rewriteDomain=nowhere.moe
|
||||
mailhub=mail.nowhere.moe:587
|
||||
useSTARTTLS=YES
|
||||
AuthUser=surveillance
|
||||
AuthPass=D9IJWDOAHWHUHWUHDAWHDUWHAHDWAIHA3213221123312F
|
||||
|
||||
[ Wonderland ] [ /dev/pts/5 ] [~]
|
||||
→ echo "Test message from Linux server using ssmtp" | sudo ssmtp -vvv nihilist@nihilism.network
|
||||
[<<b></b>-] 220 mail.nihilism.network ESMTP nihilism.network (Debian/GNU)
|
||||
→ echo "Test message from Linux server using ssmtp" | sudo ssmtp -vvv nihilist@nowhere.moe
|
||||
[<<b></b>-] 220 mail.nowhere.moe ESMTP nowhere.moe (Debian/GNU)
|
||||
[->] EHLO wonderland
|
||||
[<<b></b>-] 250 CHUNKING
|
||||
[->] STARTTLS
|
||||
|
@ -229,14 +229,14 @@ AuthPass=D9IJWDOAHWHUHWUHDAWHDUWHAHDWAIHA3213221123312F
|
|||
[->] c3VydmVpbGxhbmNl
|
||||
[<<b></b>-] 334 UGFzc3dvcmQ6
|
||||
[<<b></b>-] 235 2.7.0 Authentication successful
|
||||
[->] MAIL FROM:<<b></b>surveillance@nihilism.network>
|
||||
[->] MAIL FROM:<<b></b>surveillance@nowhere.moe>
|
||||
[<<b></b>-] 250 2.1.0 Ok
|
||||
[->] RCPT TO:<<b></b>nihilist@nihilism.network>
|
||||
[->] RCPT TO:<<b></b>nihilist@nowhere.moe>
|
||||
[<<b></b>-] 250 2.1.5 Ok
|
||||
[->] DATA
|
||||
[<<b></b>-] 354 End data with <<b></b>CR><<b></b>LF>.<<b></b>CR><<b></b>LF>
|
||||
[->] Received: by wonderland (sSMTP sendmail emulation); Sat, 30 Mar 2024 17:01:44 +0100
|
||||
[->] From: "root" <<b></b>surveillance@nihilism.network>
|
||||
[->] From: "root" <<b></b>surveillance@nowhere.moe>
|
||||
[->] Date: Sat, 30 Mar 2024 17:01:44 +0100
|
||||
[->] Test message from Linux server using ssmtp
|
||||
[->]
|
||||
|
@ -258,7 +258,7 @@ AuthPass=D9IJWDOAHWHUHWUHDAWHDUWHAHDWAIHA3213221123312F
|
|||
#!/bin/bash
|
||||
|
||||
#notify the admin that the emergency shutdown is being performed
|
||||
echo "PERFORMING EMERGENCY SHUTDOWN!" | sudo ssmtp -vvv nihilist@nihilism.network
|
||||
echo "PERFORMING EMERGENCY SHUTDOWN!" | sudo ssmtp -vvv nihilist@nowhere.moe
|
||||
|
||||
#perform the emergency shutdown:
|
||||
|
||||
|
@ -311,7 +311,7 @@ stress -m 1 --vm-bytes 128G -t 10
|
|||
|
||||
action_for_unauthorized_usb_change () {
|
||||
echo "[+] ACTION : SEND MAIL TO NOTIFY ADMIN"
|
||||
echo -en "Subject: USB CHANGE DETECTED ON $(hostname) \n\n USB CHANGE DETECTED on $(hostname) at $(date): \n\n LSUSB WAS: \n $defaultlsusb \n\n LSUSB NOW IS: \n $(lsusb)" | sudo ssmtp -vvv nihilist@nihilism.network
|
||||
echo -en "Subject: USB CHANGE DETECTED ON $(hostname) \n\n USB CHANGE DETECTED on $(hostname) at $(date): \n\n LSUSB WAS: \n $defaultlsusb \n\n LSUSB NOW IS: \n $(lsusb)" | sudo ssmtp -vvv nihilist@nowhere.moe
|
||||
|
||||
#echo "[+] ACTION : EMERGENCY SHUTDOWN SCRIPT"
|
||||
}
|
||||
|
@ -578,7 +578,7 @@ action_for_unauthorized_room_motion () {
|
|||
|
||||
linelist=$(for line in $newfiles; do echo -en "$line " ;done)
|
||||
zip /tmp/images.zip $linelist
|
||||
echo -e "Subject: MOVEMENT DETECTED IN ROOM OF $(hostname) \n\n MOVEMENT DETECTED IN ROOM OF $(hostname) AT $(date):"| (cat - && uuencode /tmp/images.zip images.zip) | sudo ssmtp -vvv nihilist@nihilism.network
|
||||
echo -e "Subject: MOVEMENT DETECTED IN ROOM OF $(hostname) \n\n MOVEMENT DETECTED IN ROOM OF $(hostname) AT $(date):"| (cat - && uuencode /tmp/images.zip images.zip) | sudo ssmtp -vvv nihilist@nowhere.moe
|
||||
rm /tmp/images.zip
|
||||
rm /tmp/room/* -rf
|
||||
}
|
||||
|
@ -1439,14 +1439,14 @@ sed: can't read /root/.bash_history: Permission denied
|
|||
<h4>My Links</h4>
|
||||
<p>
|
||||
|
||||
<a target="_blank" rel="noopener noreferrer" href="http://blog.nihilism.network/rss/feed.xml">RSS Feed</a><br/><a target="_blank" rel="noopener noreferrer" href="https://matrix.to/#/#nihilism:m.datura.network">Matrix Chat</a><br/>
|
||||
<a target="_blank" rel="noopener noreferrer" href="http://blog.nowhere.moe/rss/feed.xml">RSS Feed</a><br/><a target="_blank" rel="noopener noreferrer" href="https://matrix.to/#/#nihilism:m.nowhere.moe">Matrix Chat</a><br/>
|
||||
|
||||
</p>
|
||||
</div><!-- /col-lg-4 -->
|
||||
|
||||
<div class="col-lg-4">
|
||||
<h4>About nihilist</h4>
|
||||
<p style="word-wrap: break-word;"><u>Donate XMR:</u> 8AUYjhQeG3D5aodJDtqG499N5jXXM71gYKD8LgSsFB9BUV1o7muLv3DXHoydRTK4SZaaUBq4EAUqpZHLrX2VZLH71Jrd9k8</p></br><p><u>Contact:</u> nihilist@nihilism.network (<a href="https://nihilism.network/nihilist.pubkey">PGP</a>)</p>
|
||||
<p style="word-wrap: break-word;"><u>Donate XMR:</u> 8AUYjhQeG3D5aodJDtqG499N5jXXM71gYKD8LgSsFB9BUV1o7muLv3DXHoydRTK4SZaaUBq4EAUqpZHLrX2VZLH71Jrd9k8</p></br><p><u>Contact:</u> nihilist@nowhere.moe (<a href="https://nowhere.moe/nihilist.pubkey">PGP</a>)</p>
|
||||
</div><!-- /col-lg-4 -->
|
||||
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue