Learning ...
A Rational Optimistic Computer Science student interested in Code and its Security
- Third planet from the Sun in the Solar System
- https://DeiAsPie.github.io
- https://signal.me/#eu/19Yp0f7xGAZV1OSnvg3wxR-Es0HoI34qBLhRA5UjhgG2Gt4Tl01KFJxgfUt1U2YA
Highlights
- Pro
Pinned Loading
-
-
General Recommendations
General Recommendations 1It is advised not to operate regular text editors as the root user, as these editors can perform functions beyond simple text editing, which could be misused by an attacker. To avoid this risk, consider using the 'sudoedit' command. This command creates a temporary copy of the file, opens the text editor as a non-root user, allows editing of the temporary file, and then replaces the original file as root. This way, the text editor does not run with root privileges.
23### How to use?
4`EDITOR=nano sudoedit $path_to_file`
5- Not specifying `EDITOR`, the system will fallback to `vi`
-
-
update-hosts
update-hosts Public archiveSimple script to update hosts on Linux systems for ad-blocking using OISD (Full) block-list
Shell
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.