nemozone

✉️ a zone for no one and everyone :) 🔞

This repository contains a step-by-step guide that teaches how to create a simple operating system (OS) kernel from scratch. I call this OS Raspberry Pi OS or just RPi OS. The RPi OS source code is largely based on Linux kernel, but the OS has very limited functionality and supports only Raspberry PI 3…

Source: https://github.com/s-matyukevich/raspberry-pi-os

Fast, easy and reliable testing for anything that runs in a browser.

Source: https://github.com/cypress-io/cypress

Your beginner pen-testing start guide.

Guide for amateur pen testers and a collection of hacking tools, resources and references to practice ethical hacking and web security :

Source: https://github.com/sundowndev/hacker-roadmap

Try Harder

Welcome to the Gitbook Repository “All About OSCP” where you will find everything related to OSCP that I have learnt during my preparation. I hope it helps :) Since too many friends were asking for my Cherrytree notes, I have removed all information related to Offsec exam & labs. The offensive security team reviewed this document and we got approval from them to share the notes publically for the infosec community…

Source: https://oscp.infosecsanyam.in/

Run your own private website to share what you want with only the people you choose.

Haven puts you in complete control of what you write. You choose who gets to see it instead of trusting a big company to control who gets access on your behalf. Share pictures of your kids with family and friends; share private thoughts with those you trust most; you're in control with no ads, and no tracking…

Source https://havenweb.org/

sudo apt-get install lm-sensors

To query a live verbose output

watch sensors

You can stop the output via ctrl+c

If you are a fan of GUI output, there is the tool psensor

sudo apt install psensor

After the installation you can just start it from withing your GUI i.e. Desktop environment.

xrandr --query

xrandr -q

If you would like to have a GUI solution use arandr

sudo apt install -y arandr

https://gitlab.com/arandr/arandr/-/tree/release

https://wiki.ubuntuusers.de/RandR/#ARandR

lspci -nnk | grep -A3 "\[03..\]:" ``

Source: https://wiki.ubuntuusers.de/Grafikkarten/

sudo hwclock -r

source: https://www.thegeekstuff.com/2013/08/hwclock-examples/ source: man hwclock