diff --git a/site/404.html b/site/404.html deleted file mode 100644 index 9901708..0000000 --- a/site/404.html +++ /dev/null @@ -1 +0,0 @@ -
This is the personal website of Cristian Cezar Moisés. I am a student. (Pronouns: he, him, his). -
Learning about cybersec,infosec and hacking.Information Security Graduate -[Ftec]. My research focused on the Linux Servers Security.I'm a free software enthusiast.
-I love code and mix many projects like threejs + react. Check my awesome interactive portfolio [here]. -Outside of work, I'm a computerphile — I enjoy learning about and using programming languages . -This site was written in the LISP dialect Scheme (GNU Guile, version 3.0.9) -and built with the Haunt library (version 0.2.6) on Mon 12 Feb 2024 10:40:07 PM -03. -The source code can be found on [GitHub]. -Check my YouTube channel [SecurityOps].
A web operating system for you!
Just click [here] and visit now.
All files are running on your local computer. Convert, play music, and more with this.
Guix is a distribution of the GNU operating system developed by the GNU Project—which respects the freedom of computer users.
Guix supports transactional upgrades and roll-backs, unprivileged package management, and more. When used as a standalone distribution, Guix supports declarative system configuration for transparent and reproducible operating systems.
It provides Guile Scheme APIs, including high-level embedded domain-specific languages (EDSLs) to define packages and whole-system configurations.
<!DOCTYPE html>
First steps: | -
---|
Debian: | -
apt update && apt upgrade && apt install sshpass pssh torsocks -y | -
Fedora: | -
dnf update && dnf upgrade && dnf install sshpass pssh tor torsocks -y | -
Gentoo: | -
emerge sshpass pssh tor torsocks | -
START TOR! | -
---|
# SYSTEMD USERS | -
systemctl enable tor | -
systemctl start tor | -
# OPENRC USERS | -
rc-service tor enable | -
rc-service tor start | -
torify sshpass -p "segfault" pssh -A -i -H "root@lsd.segfault.net:22" uname -a
-
Go to Segfault interactive shell here | -
---|
When your machine starts, do this: | -
> ssh@lsd.segfault.net | -
- |
Before access complete do this: | -
> ssh@adm.segfault.net | -
-