131 private links
General information on the PrivateBin project.
Webmin is a web-based interface for system administration for Unix. Using any modern web browser, you can setup user accounts, Apache, DNS, file sharing and much more. Webmin removes the need to manually edit Unix configuration files like /etc/passwd, and lets you manage a system from the console or remotely. See the standard modules page for a list of all the functions built into Webmin.
In this guide we are going to look at how to use a script and scriptreplay commands in Linux that can help you to record commands and their output printed on your terminal during a given session.
I am not going to discuss why you need strong passwords. It is an open secret that strong passwords keep you relatively safer.
Generating strong passwords is something you can do on your own but putting all the combination of lower and upper cases, numbers, symbols can be a tiresome work.
But you need not worry. Linux has got you covered. We’ll see 5 best password generators for Linux that will ease the task for you.
Abricotine is an open-source markdown editor built for desktop.
Generate HQ poly wallpapers.
Example with fixed color/gradient:
rga
is a line-oriented search tool that allows you to look for a regex in a multitude of file types.
rga
wraps the awesome ripgrep and enables it to search in pdf, docx, sqlite, jpg, movie subtitles (mkv, mp4), etc.
rga (or ripgrep-all) is a command line tool to recursively search all files in a directory for a regex pattern, that runs on Linux, macOS and Windows. It's a wrapper for ripgrep, the line-oriented recursive search program, on top of which it enables search in a multitude of file types like PDF, DOCX, ODT, EPUB, SQLite databases, movies subtitles embedded in MKV or MP4 files, archives like ZIP or GZ, and more.
Creates GPG encrypted, compressed backups; client-side encryption allows to upload the backup onto untrusted servers.
"Recursive directory listing command that produces a depth indented listing of files".
"A minimal implementation of the UNIX tree command with colors!"
gcp
is an advanced file copier tool, heavily inspired from the traditional cp
command utility, but with some additional features. Displays the copy progress indicator, with estimated time, current file speed; logs of all actions; resume of interrupted copy processes.
Rogue-like game derived from nethack
offering extra features, monsters, and items; includes a GUI version.
Fast and powerful open source alternative to grep; it targets flexibility and performance: can be as fast as "regular" grep and allows to specify complex expressions to find text.
Greps regular expressions in a text file(s) and prints out the paragraphs containing those expressions; a paragraph is defined as a block of text delimited by an empty or blank line; fully customizable via command line parameters.
(The silver searcher) is a text search utility targeted to source code; it skips versioning systems data directories; it is inspired by ack
, but faster.
A tool like grep
optimized for programmers; written in Perl, it speeds up searches thanks to skipping non interesting directories, such as .git
.