Recent comments

sovereign wrote (edited )

I'm involved in a project with the goal of improving security of Linux systems. The project is called: The Sovereign Project (http://sovereign.i2p)

The project's scope is to secure digital and physical resources accessible from Linux based computers. It uses elliptic curve digital signatures (Monero protocol) for authentication and supports Monero Proof-of-Payment in authentication policies. The Monero Proof-of-Payment provides for securing resources with the electrical power (watts) consumed by Monero miners globally (estimated at about 80 megawatt hours).

The project recently developed a Linux Pluggable Authentication Module that authenticates using monero digital signatures and optionally authenticates via Monero Proof-of-Payment to secure Linux systems. There is a bounty (currently 17 XMR) for anyone able to compromise a Linux system via SSH (Attack Bounty #1). The secured system for the bounty is addressable only from an I2P destination:

e5xemz5wfdbq4ujm6vvlvhtpjn3hp55a6pk5noo4jouigkd7de4q.b32.i2p

The Sovereign protocol is a message passing protocol (JSON messages) over the I2P network or SSH Tunnels on private networks and I2P and SSH Tunnel connections are interoperable.

The project was started in 2024 and its still in its early days and is targeted for highly secure systems.

Sovereign Project - Approach to effective cyber security: http://sovereign.i2p/steps-to-effective-cyber-security.html

The project is for those serious about security with technical competencies. It may or may not be suited to your needs.

Browse the eepsite to investigate: http://sovereign.i2p

2

UberWaffen9000 wrote

I thought the problem was the same as with all the current Linux controversies. The woke PsyOp agents have infiltrated the major Linux distributions and are attempting to exorcise them of all rationally minded and free thinking people, creating instead a communist religion based on sexual deviancy.

1

redjard wrote (edited )

Both localmonero and agoradesk state they have wound down last month.
Do you know what alternatives there are now?
Is openmonero.i2p reputable?

Edit: I see someone claiming the associated clearnet site openmonero.co is a scam, I will mask the link for now.

Edit Edit:
openmonero .i2p and .co are scams, I reached one of the sellers whose info had been copied. I found success in using retoswap (haveno-reto).

2

z3d wrote

Without more information about what you want to learn and what your objectives are, it's hard to recommend specific sites. Do you have any idea what language you're aiming to take up, and have you got a specific project in mind?

Here are some basic guidelines if you're just looking to get involved:

  • Before just diving in, work out what you want to achieve. Sometimes it's easier to take an existing project and work on adding features than starting from scratch. Identifying your area of interest will help narrow the selection of languages you'll want to focus on.
  • Start small. Don't take on big projects until you're comfortable achieving tasks you set yourself. Running code on a webserver is a good way to start seeing immediate results. Choose a language that suits, and hack something together. Javascript, html and css are a good entry into coding, and the results are immediate, no compilation required, just a webserver and and browser!
  • Find a text editor that you're prepared to invest time learning. VS Code / Codium might appear daunting at first, but if you're committed to learning, it'll pay off in time by helping you write and format your code with inline help, syntax highlighting, autocomplete, and error checking etc. For something simpler but still coder-focused, Bluefish is a lot less capable but a lot easier to pick up, and still has syntax highlighting and support for various languages.
2