About 167 results found. (Query 0.11500 seconds)
Ok, so the american communists are royally fucked Replies: >>1309 >>1310 >>1336 Comrade 2025-10-05 20:05:29 No. 1309 Hide Moderate Filter Name >>1308 american communists are the only communists left on this planet bernie brought a wave of hope USER WAS BANNED FOR THIS POST Rule 1: No pornography Replies: >>1313 Comrade 2025-10-05 22:50:54 No. 1310 Hide Moderate Filter Name >>1308 It's easy for people to get disheartened when conditions get harder, but from the past we can see that...
When you take screenshots, dont forget to draw arrows to mention where the user needs to click, add text if something needs to be clarified, etc. and then save your screenshot in the same folder as your blogpost contribution (in this case, in opsec-blogposts/1_newtutorial/1.png ) apt install flameshot -y flameshot ` Sidenote: If you are showcasing any IRL steps to make, take pictures to explain what needs to be done, just like how Nihilist did in how to install GrapheneOS tutorial.
i think there's a lot of misplaced hate in the world; people get mad at other drivers for getting in their way, or like.. coworkers for being incompetent. it ends up creating this web of hatred between people that just makes everyone feel worse. i think we should be more upset at the way human nature creates society, not human nature on an individual level. it's so hard to enjoy living on this planet, i just wish the randomness that led to my existence had just been a little more kind. getting mad at...
**/src/test/**/bin/ + +### NetBeans ### +/nbproject/private/ +/nbbuild/ +/dist/ +/nbdist/ +/.nb-gradle/ + +### VS Code ### +.vscode/ + +### Mac OS ### +.DS_Store + +### Neovim ### +kls_database.db + +null/ +.userdata/ +Chat98/ \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 0000000..50bcfd4 --- /dev/null +++ b/README.md @@ -0,0 +1,52 @@ +# Chat98 + +Chat98 is a chat application that utilizes end-to-end encryption and I2P to provide secure, private, and anonymous...
Anonymous 2026-05-22 11:27:23 My favourite setups are :- 3:3, 3:2, 3:1, 2:2, 2:1 where first number is tunnel quantity and last is tunnel hops/length. Anonymous 2026-05-22 11:25:10 Another user here, I did not find any noticeable long term increase in speeds of torrenting when tunnel quantities are tuned to 16. What played much differentiator is the tunnel length or hops.
EasyGPG creates its RAM disk with this command. pkexec env DISPLAY="${DISPLAY}" XAUTHORITY="${XAUTHORITY}" mount -t tmpfs -o size=$(expr $(free -b | grep "^Mem" | grep -o "[0-9]\+$") / 10) -o mode=700 -o uid="${userid}" -o gid="${groupid}" tmpfs "${ramdiskpath}" ${ramdiskpath} is the path name of the folder where the RAM disk will be mounted, and ${userid} and ${groupid} are your user and group IDs. mount requires root privilege, so pkexec is used, along with env to execute mount . The...