nemozone

a zone for no one and everyone :) Btw this blog is only for adults! Dieser Blog ist nur für Erwachsene!

This repository is a collection of various materials and tools that I use every day in my work. It contains a lot of useful information gathered in one piece. It is an invaluable source of knowledge for me that I often look back on.

https://github.com/trimstray/the-book-of-secret-knowledge

Collection of malware source code for a variety of platforms in an array of different programming languages.

https://github.com/vxunderground/MalwareSourceCode

screenshot

“McFly replaces your default ctrl-r shell history search with an intelligent search engine that takes into account your working directory and the context of recently executed commands. McFly's suggestions are prioritized in real time with a small neural network.

TL;DR: an upgraded ctrl-r where history results make sense for what you're working on right now.”

https://github.com/cantino/mcfly

Delta

A viewer for git and diff output

Code evolves, and we all spend time studying diffs. Delta aims to make this both efficient and enjoyable: it allows you to make extensive changes to the layout and styling of diffs, as well as allowing you to stay arbitrarily close to the default git/diff output.

https://github.com/dandavison/delta

“DDCcontrol is a software used to control monitor parameters, like brightness, contrast, RGB color levels and others.

DDCcontrol consists of:

ddccontrol – command-line tool for monitor parameters control gddccontrol – GUI tool for monitor parameters control”

DDCcontrol is an open source utility which allows controlling monitor parameters such as brightness, contrast, RGB color levels and others via software.

It consists of two components: ddccontrol, a command-line tool for monitor parameters control, and gddccontrol, a graphical utility for monitor configuration.

DDCcontrol can be installed from official distribution repositories on Ubuntu 22.04 by using the command

sudo apt install ddccontrol gddccontrol ddccontrol-db i2c-tools.

After installation, users may need to restart their systems in order to properly use the feature.

For manual installation of the latest version of DDCcontrol, users need to install build dependencies such as intltool, i2c-tools, libxml2-dev, libpci-dev, libgtk2.0-dev and liblzma-dev according to their systems.

Then they need to clone, build and install the built version by running the commands git clone https://github.com/ddccontrol/ddccontrol.git, ./autogen.sh and ./configure. Monitor database is also required for proper functionality. Once installed, users can use either gddccontrol or ddccontrol to control monitor parameters.

If they want to use gddccontrol, they need to add the user to the i2c group by running the command sudo adduser $USER i2c. Then they need to run sudo /bin/sh -c 'echo i2c-dev >> /etc/modules' to enable the support for I2C devices.

With ddccontrol, users can use the command sudo ddccontrol -p to probe I2C devices to find monitor buses.

DDCcontrol is released under the terms of GNU General Public License v2 and the project homepage can be found at

http://ddccontrol.sourceforge.net/. The program is documented fully in /usr/share/doc/ddccontrol/html/index.html, and the github page of the project is at https://github.com/ddccontrol/ddccontrol. Citations : 1. https://github.com/ddccontrol/ddccontrol-db 2. https://www.ubuntuupdates.org/gddccontrol 3. https://manpages.ubuntu.com/manpages/focal/man1/ddccontrol.1.html 4. https://manpages.ubuntu.com/manpages/focal/man1/ddcc ontrol.1.html#:~:text=ddccontrol%20is%20an%20open%20source,controlling%20monitor%20parameters%20via%20software. 5. https://github.com/ddccontrol/ddccontrol 6. https://ddccontrol.sourceforge.net/

https://github.com/ddccontrol/ddccontrol