pages*: switch http to https (#13907)
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
# abduco
|
||||
|
||||
> Terminal session manager.
|
||||
> More information: <http://www.brain-dump.org/projects/abduco/>.
|
||||
> More information: <https://www.brain-dump.org/projects/abduco/>.
|
||||
|
||||
- List sessions:
|
||||
|
||||
|
@@ -2,7 +2,7 @@
|
||||
|
||||
> Source code indenter, formatter, and beautifier for the C, C++, C# and Java programming languages.
|
||||
> Upon running, a copy of the original file is created with an ".orig" appended to the original file name.
|
||||
> More information: <http://astyle.sourceforge.net>.
|
||||
> More information: <https://astyle.sourceforge.net>.
|
||||
|
||||
- Apply the default style of 4 spaces per indent and no formatting changes:
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
# atoum
|
||||
|
||||
> A simple, modern and intuitive unit testing framework for PHP.
|
||||
> More information: <http://atoum.org>.
|
||||
> More information: <https://atoum.org>.
|
||||
|
||||
- Initialize a configuration file:
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
# blockout2
|
||||
|
||||
> Tetris like game in 3D.
|
||||
> More information: <http://www.blockout.net/blockout2/>.
|
||||
> More information: <https://www.blockout.net/blockout2/>.
|
||||
|
||||
- Start a new game:
|
||||
|
||||
|
@@ -2,7 +2,7 @@
|
||||
|
||||
> A static analysis tool for C/C++ code.
|
||||
> Instead of syntax errors, it focuses on the types of bugs that compilers normally do not detect.
|
||||
> More information: <http://cppcheck.sourceforge.net>.
|
||||
> More information: <https://cppcheck.sourceforge.net>.
|
||||
|
||||
- Recursively check the current directory, showing progress on the screen and logging error messages to a file:
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
# dcfldd
|
||||
|
||||
> Enhanced version of dd for forensics and security.
|
||||
> More information: <http://dcfldd.sourceforge.net/>.
|
||||
> More information: <https://dcfldd.sourceforge.net/>.
|
||||
|
||||
- Copy a disk to a raw image file and hash the image using SHA256:
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
# doxygen
|
||||
|
||||
> A documentation system for various programming languages.
|
||||
> More information: <http://www.doxygen.nl>.
|
||||
> More information: <https://www.doxygen.nl>.
|
||||
|
||||
- Generate a default template configuration file `Doxyfile`:
|
||||
|
||||
|
@@ -3,7 +3,7 @@
|
||||
> Create incremental, compressed, encrypted and versioned backups.
|
||||
> Can also upload the backups to a variety of backend services.
|
||||
> It is worth mentioning that depending on the version, some options may not be available (e.g. `--gio` in 2.0.0).
|
||||
> More information: <http://duplicity.nongnu.org>.
|
||||
> More information: <https://duplicity.gitlab.io>.
|
||||
|
||||
- Backup a directory via FTPS to a remote machine, encrypting it with a password:
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
# entr
|
||||
|
||||
> Run arbitrary commands when files change.
|
||||
> More information: <http://eradman.com/entrproject/>.
|
||||
> More information: <https://eradman.com/entrproject/>.
|
||||
|
||||
- Rebuild with `make` if any file in any subdirectory changes:
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
# espeak
|
||||
|
||||
> Uses text-to-speech to speak through the default sound device.
|
||||
> More information: <http://espeak.sourceforge.net>.
|
||||
> More information: <https://espeak.sourceforge.net>.
|
||||
|
||||
- Speak a phrase aloud:
|
||||
|
||||
|
@@ -2,7 +2,7 @@
|
||||
|
||||
> Edit the partition table of a fake flash drive.
|
||||
> See also: `f3probe`, `f3write`, `f3read`.
|
||||
> More information: <http://oss.digirati.com.br/f3/>.
|
||||
> More information: <https://oss.digirati.com.br/f3/>.
|
||||
|
||||
- Fill a fake flash drive with a single partition that matches its real capacity:
|
||||
|
||||
|
@@ -2,7 +2,7 @@
|
||||
|
||||
> Validate .h2w files to test the real capacity of the drive.
|
||||
> See also: `f3write`, `f3probe`, `f3fix`.
|
||||
> More information: <http://oss.digirati.com.br/f3/>.
|
||||
> More information: <https://oss.digirati.com.br/f3/>.
|
||||
|
||||
- Validate a device by checking the files in a given directory:
|
||||
|
||||
|
@@ -2,7 +2,7 @@
|
||||
|
||||
> Fill a drive out with .h2w files to test its real capacity.
|
||||
> See also: `f3read`, `f3probe`, `f3fix`.
|
||||
> More information: <http://oss.digirati.com.br/f3/>.
|
||||
> More information: <https://oss.digirati.com.br/f3/>.
|
||||
|
||||
- Write test files to a given directory, filling the drive:
|
||||
|
||||
|
@@ -2,7 +2,7 @@
|
||||
|
||||
> Extract fields from a flat database file and write to another format.
|
||||
> A configuration file is required to interpret the input and format the output.
|
||||
> More information: <http://ff-extractor.sourceforge.net/ffe.html>.
|
||||
> More information: <https://ff-extractor.sourceforge.net/ffe.html>.
|
||||
|
||||
- Display all input data using the specified data configuration:
|
||||
|
||||
|
@@ -2,7 +2,7 @@
|
||||
|
||||
> A lightweight packet sniffer for displaying and logging HTTP traffic.
|
||||
> It can be run in real-time displaying the traffic as it is parsed, or as a daemon process that logs to an output file.
|
||||
> More information: <http://dumpsterventures.com/jason/httpry/>.
|
||||
> More information: <https://dumpsterventures.com/jason/httpry/>.
|
||||
|
||||
- Save output to a file:
|
||||
|
||||
|
@@ -2,7 +2,7 @@
|
||||
|
||||
> Inkscape graphical SVG previewer.
|
||||
> Also functions as a slideshow viewer.
|
||||
> More information: <http://wiki.inkscape.org/wiki/index.php/Inkview>.
|
||||
> More information: <https://wiki.inkscape.org/wiki/index.php/Inkview>.
|
||||
|
||||
- Preview an SVG:
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
# interdiff
|
||||
|
||||
> Show differences between two diff files.
|
||||
> More information: <http://freshmeat.sourceforge.net/projects/patchutils>.
|
||||
> More information: <https://freshmeat.sourceforge.net/projects/patchutils>.
|
||||
|
||||
- Compare diff files:
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
# jcal
|
||||
|
||||
> Display calendar information in the Jalali format, with the current day highlighted.
|
||||
> More information: <http://www.nongnu.org/jcal/>.
|
||||
> More information: <https://www.nongnu.org/jcal/>.
|
||||
|
||||
- Display a calendar for the current month:
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
# jrnl
|
||||
|
||||
> A simple journal application for your command-line.
|
||||
> More information: <http://jrnl.sh>.
|
||||
> More information: <https://jrnl.sh>.
|
||||
|
||||
- Insert a new entry with your editor:
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
# keychain
|
||||
|
||||
> Re-use ssh-agent and/or gpg-agent between logins.
|
||||
> More information: <http://funtoo.org/Keychain>.
|
||||
> More information: <https://funtoo.org/Keychain>.
|
||||
|
||||
- Check for a running ssh-agent, and start one if needed:
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
# kosmorro
|
||||
|
||||
> Compute the ephemerides and the events for a date at a position on Earth.
|
||||
> More information: <http://kosmorro.space>.
|
||||
> More information: <https://kosmorro.space>.
|
||||
|
||||
- Get ephemerides for Paris, France:
|
||||
|
||||
|
@@ -2,7 +2,7 @@
|
||||
|
||||
> Task runner for targets described in Mkfile.
|
||||
> Mostly used to control the compilation of an executable from source code.
|
||||
> More information: <http://doc.cat-v.org/plan_9/4th_edition/papers/mk>.
|
||||
> More information: <https://doc.cat-v.org/plan_9/4th_edition/papers/mk>.
|
||||
|
||||
- Call the first target specified in the Mkfile (usually named "all"):
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
# mp3info
|
||||
|
||||
> Viewer/editor for ID3v1 (but not ID3v2) tags of MP3 files.
|
||||
> More information: <http://www.ibiblio.org/mp3info>.
|
||||
> More information: <https://www.ibiblio.org/mp3info>.
|
||||
|
||||
- Show all ID3v1 tags of a specific MP3 file:
|
||||
|
||||
|
@@ -2,7 +2,7 @@
|
||||
|
||||
> High Performance MPEG 1.0/2.0/2.5 Audio Player for Layer 1, 2, and 3.
|
||||
> Mpg321 was written (sometime in 1999) to be a drop-in replacement for the (previously) non-free mpg123 player.
|
||||
> More information: <http://mpg321.sourceforge.net/>.
|
||||
> More information: <https://mpg321.sourceforge.net/>.
|
||||
|
||||
- Play an audio source exactly N times (N=0 means forever):
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
# mytop
|
||||
|
||||
> Display MySQL server performance info like `top`.
|
||||
> More information: <http://jeremy.zawodny.com/mysql/mytop/mytop.html>.
|
||||
> More information: <https://jeremy.zawodny.com/mysql/mytop/mytop.html>.
|
||||
|
||||
- Start `mytop`:
|
||||
|
||||
|
@@ -2,7 +2,7 @@
|
||||
|
||||
> The findlib package manager for OCaml.
|
||||
> Simplifies linking executables with external libraries.
|
||||
> More information: <http://projects.camlcity.org/projects/findlib.html>.
|
||||
> More information: <https://projects.camlcity.org/projects/findlib.html>.
|
||||
|
||||
- Compile a source file to a native binary and link with packages:
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
# offlineimap
|
||||
|
||||
> Synchronize a remote IMAP server with local Maildir folders.
|
||||
> More information: <http://www.offlineimap.org>.
|
||||
> More information: <https://www.offlineimap.org>.
|
||||
|
||||
- Synchronize once, without enabling autorefresh:
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
# optipng
|
||||
|
||||
> PNG file optimization utility.
|
||||
> More information: <http://optipng.sourceforge.net>.
|
||||
> More information: <https://optipng.sourceforge.net>.
|
||||
|
||||
- Compress a PNG with default settings:
|
||||
|
||||
|
@@ -2,7 +2,7 @@
|
||||
|
||||
> Wrapper of 7-Zip file archiver with high compression ratio.
|
||||
> Internally executes either 7za or 7zr command.
|
||||
> More information: <http://p7zip.sourceforge.net>.
|
||||
> More information: <https://p7zip.sourceforge.net>.
|
||||
|
||||
- Archive a file, replacing it with a 7zipped compressed version:
|
||||
|
||||
|
@@ -2,7 +2,7 @@
|
||||
|
||||
> Audio player of SoX - Sound eXchange.
|
||||
> Plays any audio, with audio formats identified by the extension.
|
||||
> More information: <http://sox.sourceforge.net>.
|
||||
> More information: <https://sox.sourceforge.net>.
|
||||
|
||||
- Play the given audio file:
|
||||
|
||||
|
@@ -2,7 +2,7 @@
|
||||
|
||||
> An audio player with an interface similar to Winamp or XMMS.
|
||||
> See also: `clementine`, `ncmpcpp`, `cmus`.
|
||||
> More information: <http://qmmp.ylsoftware.com>.
|
||||
> More information: <https://qmmp.ylsoftware.com>.
|
||||
|
||||
- Launch the GUI:
|
||||
|
||||
|
@@ -2,7 +2,7 @@
|
||||
|
||||
> The Raptor RDF parsing utility.
|
||||
> Part of the Raptor RDF Syntax Library.
|
||||
> More information: <http://librdf.org/raptor/rapper.html>.
|
||||
> More information: <https://librdf.org/raptor/rapper.html>.
|
||||
|
||||
- Convert an RDF/XML document to Turtle:
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
# ropper
|
||||
|
||||
> Find ROP gadgets in binary files.
|
||||
> More information: <http://scoding.de/ropper/>.
|
||||
> More information: <https://scoding.de/ropper/>.
|
||||
|
||||
- List gadgets in the binary file:
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
# rtmpdump
|
||||
|
||||
> Dump media content streamed over the RTMP protocol.
|
||||
> More information: <http://rtmpdump.mplayerhq.hu/>.
|
||||
> More information: <https://rtmpdump.mplayerhq.hu/>.
|
||||
|
||||
- Download a file:
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
# runit
|
||||
|
||||
> 3-stage init system.
|
||||
> More information: <http://smarden.org/runit/runit.8.html>.
|
||||
> More information: <https://smarden.org/runit/runit.8.html>.
|
||||
|
||||
- Start runit's 3-stage init scheme:
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
# sbcl
|
||||
|
||||
> High performance Common Lisp compiler.
|
||||
> More information: <http://www.sbcl.org/>.
|
||||
> More information: <https://www.sbcl.org/>.
|
||||
|
||||
- Start a REPL (interactive shell):
|
||||
|
||||
|
@@ -2,7 +2,7 @@
|
||||
|
||||
> Sound eXchange: play, record and convert audio files.
|
||||
> Audio formats are identified by the extension.
|
||||
> More information: <http://sox.sourceforge.net>.
|
||||
> More information: <https://sox.sourceforge.net>.
|
||||
|
||||
- Merge two audio files into one:
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
# sphinx-build
|
||||
|
||||
> Sphinx documentation generator.
|
||||
> More information: <http://www.sphinx-doc.org/en/master/man/sphinx-build.html>.
|
||||
> More information: <https://www.sphinx-doc.org/en/master/man/sphinx-build.html>.
|
||||
|
||||
- Build documentation:
|
||||
|
||||
|
@@ -2,7 +2,7 @@
|
||||
|
||||
> Securely remove files or directories.
|
||||
> Overwrites the existing data one or multiple times. Drop in replacement for rm.
|
||||
> More information: <http://srm.sourceforge.net/srm.html>.
|
||||
> More information: <https://srm.sourceforge.net/srm.html>.
|
||||
|
||||
- Remove a file after a single-pass overwriting with random data:
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
# svn changelist
|
||||
|
||||
> Associate a changelist with a set of files.
|
||||
> More information: <http://svnbook.red-bean.com/en/1.7/svn.advanced.changelists.html>.
|
||||
> More information: <https://svnbook.red-bean.com/en/1.7/svn.advanced.changelists.html>.
|
||||
|
||||
- Add files to a changelist, creating the changelist if it does not exist:
|
||||
|
||||
|
@@ -2,7 +2,7 @@
|
||||
|
||||
> Generate bindings between C/C++ code and various high level languages such as JavaScript, Python, C#, and more.
|
||||
> It uses special `.i` or `.swg` files to generate the bindings (C/C++ with SWIG directives, then outputs a C/C++ file that contains all the wrapper code needed to build an extension module.
|
||||
> More information: <http://www.swig.org>.
|
||||
> More information: <https://www.swig.org>.
|
||||
|
||||
- Generate a binding between C++ and Python:
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
# timidity
|
||||
|
||||
> Play and convert MIDI files.
|
||||
> More information: <http://timidity.sourceforge.net>.
|
||||
> More information: <https://timidity.sourceforge.net>.
|
||||
|
||||
- Play a MIDI file:
|
||||
|
||||
|
@@ -2,7 +2,7 @@
|
||||
|
||||
> Wrapper for a set of expert tools for profiling, optimizing and debugging programs.
|
||||
> Commonly used tools include `memcheck`, `cachegrind`, `callgrind`, `massif`, `helgrind`, and `drd`.
|
||||
> More information: <http://www.valgrind.org>.
|
||||
> More information: <https://www.valgrind.org>.
|
||||
|
||||
- Use the (default) Memcheck tool to show a diagnostic of memory usage by `program`:
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
# virtualenvwrapper
|
||||
|
||||
> Group of simple wrapper commands for Python's `virtualenv` tool.
|
||||
> More information: <http://virtualenvwrapper.readthedocs.org>.
|
||||
> More information: <https://virtualenvwrapper.readthedocs.org>.
|
||||
|
||||
- Create a new Python `virtualenv` in `$WORKON_HOME`:
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
# xml canonic
|
||||
|
||||
> Make XML documents canonical.
|
||||
> More information: <http://xmlstar.sourceforge.net/docs.php>.
|
||||
> More information: <https://xmlstar.sourceforge.net/docs.php>.
|
||||
|
||||
- Make an XML document canonical, preserving comments:
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
# xml depyx
|
||||
|
||||
> Convert a PYX (ESIS - ISO 8879) document to XML format.
|
||||
> More information: <http://xmlstar.sourceforge.net/docs.php>.
|
||||
> More information: <https://xmlstar.sourceforge.net/docs.php>.
|
||||
|
||||
- Convert a PYX (ESIS - ISO 8879) document to XML format:
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
# xml edit
|
||||
|
||||
> Edit an XML document.
|
||||
> More information: <http://xmlstar.sourceforge.net/docs.php>.
|
||||
> More information: <https://xmlstar.sourceforge.net/docs.php>.
|
||||
|
||||
- Delete elements matching an XPATH from an XML document:
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
# xml elements
|
||||
|
||||
> Extract elements and display the structure of an XML document.
|
||||
> More information: <http://xmlstar.sourceforge.net/docs.php>.
|
||||
> More information: <https://xmlstar.sourceforge.net/docs.php>.
|
||||
|
||||
- Extract elements from an XML document (producing XPATH expressions):
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
# xml escape
|
||||
|
||||
> Escape special XML characters, e.g. `<a1>` → `<a1>`.
|
||||
> More information: <http://xmlstar.sourceforge.net/doc/xmlstarlet.pdf>.
|
||||
> More information: <https://xmlstar.sourceforge.net/doc/xmlstarlet.pdf>.
|
||||
|
||||
- Escape special XML characters in a string:
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
# xml format
|
||||
|
||||
> Format an XML document.
|
||||
> More information: <http://xmlstar.sourceforge.net/docs.php>.
|
||||
> More information: <https://xmlstar.sourceforge.net/docs.php>.
|
||||
|
||||
- Format an XML document, indenting with tabs:
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
# xml list
|
||||
|
||||
> List a directory's contents (like `ls`) in XML format.
|
||||
> More information: <http://xmlstar.sourceforge.net/docs.php>.
|
||||
> More information: <https://xmlstar.sourceforge.net/docs.php>.
|
||||
|
||||
- Write the current directory's listing to an XML document:
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
# xml pyx
|
||||
|
||||
> Convert an XML document to PYX (ESIS - ISO 8879) format.
|
||||
> More information: <http://xmlstar.sourceforge.net/docs.php>.
|
||||
> More information: <https://xmlstar.sourceforge.net/docs.php>.
|
||||
|
||||
- Convert an XML document to PYX format:
|
||||
|
||||
|
@@ -2,7 +2,7 @@
|
||||
|
||||
> Select from XML documents using XPATHs.
|
||||
> Tip: use `xml elements` to display the XPATHs of an XML document.
|
||||
> More information: <http://xmlstar.sourceforge.net/docs.php>.
|
||||
> More information: <https://xmlstar.sourceforge.net/docs.php>.
|
||||
|
||||
- Select all elements matching "XPATH1" and print the value of their sub-element "XPATH2":
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
# xml transform
|
||||
|
||||
> Transform XML documents using XSLT.
|
||||
> More information: <http://xmlstar.sourceforge.net/docs.php>.
|
||||
> More information: <https://xmlstar.sourceforge.net/docs.php>.
|
||||
|
||||
- Transform an XML document using an XSL stylesheet, passing one XPATH parameter and one literal string parameter:
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
# xml unescape
|
||||
|
||||
> Unescape special XML characters, e.g. `<a1>` → `<a1>`.
|
||||
> More information: <http://xmlstar.sourceforge.net/docs.php>.
|
||||
> More information: <https://xmlstar.sourceforge.net/docs.php>.
|
||||
|
||||
- Unescape special XML characters from a string:
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
# xml validate
|
||||
|
||||
> Validate XML documents.
|
||||
> More information: <http://xmlstar.sourceforge.net/docs.php>.
|
||||
> More information: <https://xmlstar.sourceforge.net/docs.php>.
|
||||
|
||||
- Validate one or more XML documents for well-formedness only:
|
||||
|
||||
|
@@ -1,8 +1,8 @@
|
||||
# xml
|
||||
|
||||
> XMLStarlet Toolkit: query, edit, check, convert and transform XML documents.
|
||||
> Some subcommands such as `validate` have their own usage documentation.
|
||||
> More information: <http://xmlstar.sourceforge.net/docs.php>.
|
||||
> Some subcommands such as `xml validate` have their own usage documentation.
|
||||
> More information: <https://xmlstar.sourceforge.net/docs.php>.
|
||||
|
||||
- Display general help, including the list of subcommands:
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
# yacas
|
||||
|
||||
> Yet Another Computer Algebra System.
|
||||
> More information: <http://www.yacas.org>.
|
||||
> More information: <https://www.yacas.org>.
|
||||
|
||||
- Start an interactive `yacas` session:
|
||||
|
||||
|
@@ -2,7 +2,7 @@
|
||||
|
||||
> Download videos from YouTube and other websites.
|
||||
> See also: `yt-dlp`, `ytfzf`, `you-get`.
|
||||
> More information: <http://rg3.github.io/youtube-dl/>.
|
||||
> More information: <https://rg3.github.io/youtube-dl/>.
|
||||
|
||||
- Download a video or playlist:
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
# zbarimg
|
||||
|
||||
> Scan and decode bar codes from image file(s).
|
||||
> More information: <http://zbar.sourceforge.net>.
|
||||
> More information: <https://zbar.sourceforge.net>.
|
||||
|
||||
- Process an image file:
|
||||
|
||||
|
@@ -2,7 +2,7 @@
|
||||
|
||||
> Move or rename files matching a specified extended glob pattern.
|
||||
> See also `zcp` and `zln`.
|
||||
> More information: <http://zsh.sourceforge.net/Doc/Release/User-Contributions.html>.
|
||||
> More information: <https://zsh.sourceforge.net/Doc/Release/User-Contributions.html>.
|
||||
|
||||
- Move files using a regular expression-like pattern:
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
# checkinstall
|
||||
|
||||
> Track the local installation of a software package, and produce a binary package which can be used with a system's native package manager.
|
||||
> More information: <http://checkinstall.izto.org>.
|
||||
> More information: <https://checkinstall.izto.org>.
|
||||
|
||||
- Create and install a package with default settings:
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
# cpuid
|
||||
|
||||
> Display detailed information about all CPUs.
|
||||
> More information: <http://etallen.com/cpuid.html>.
|
||||
> More information: <https://etallen.com/cpuid.html>.
|
||||
|
||||
- Display information for all CPUs:
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
# cpulimit
|
||||
|
||||
> A tool to throttle the CPU usage of other processes.
|
||||
> More information: <http://cpulimit.sourceforge.net/>.
|
||||
> More information: <https://cpulimit.sourceforge.net/>.
|
||||
|
||||
- Limit an existing process with PID 1234 to only use 25% of the CPU:
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
# cryptcat
|
||||
|
||||
> Cryptcat is netcat with encryption capabilities.
|
||||
> More information: <http://cryptcat.sourceforge.net>.
|
||||
> More information: <https://cryptcat.sourceforge.net>.
|
||||
|
||||
- [l]isten on a specified [p]ort and print any data received:
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
# daemonize
|
||||
|
||||
> Run a command (that does not daemonize itself) as a Unix daemon.
|
||||
> More information: <http://software.clapper.org/daemonize/>.
|
||||
> More information: <https://software.clapper.org/daemonize/>.
|
||||
|
||||
- Run a command as a daemon:
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
# datamash
|
||||
|
||||
> Perform basic numeric, textual and statistical operations on input textual data files.
|
||||
> More information: <http://www.gnu.org/software/datamash/>.
|
||||
> More information: <https://www.gnu.org/software/datamash/>.
|
||||
|
||||
- Get max, min, mean and median of a single column of numbers:
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
# dirb
|
||||
|
||||
> Scan HTTP-based webservers for directories and files.
|
||||
> More information: <http://dirb.sourceforge.net>.
|
||||
> More information: <https://dirb.sourceforge.net>.
|
||||
|
||||
- Scan a webserver using the default wordlist:
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
# esa snap
|
||||
|
||||
> Sentinel Application Platform (SNAP) for processing satellite data from the European Space Agency (ESA).
|
||||
> More information: <http://step.esa.int/main/download/snap-download/>.
|
||||
> More information: <https://step.esa.int/main/download/snap-download/>.
|
||||
|
||||
- Display all updates:
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
# etckeeper
|
||||
|
||||
> Track system configuration files in Git.
|
||||
> More information: <http://etckeeper.branchable.com/>.
|
||||
> More information: <https://etckeeper.branchable.com/>.
|
||||
|
||||
- Set up a Git repo and perform various setup tasks (run from `/etc`):
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
# ethtool
|
||||
|
||||
> Display and modify Network Interface Controller (NIC) parameters.
|
||||
> More information: <http://manned.org/ethtool>.
|
||||
> More information: <https://manned.org/ethtool>.
|
||||
|
||||
- Display the current settings for an interface:
|
||||
|
||||
|
@@ -2,7 +2,7 @@
|
||||
|
||||
> Recover deleted files from ext3 or ext4 partitions by parsing the journal.
|
||||
> See also `date` for Unix time information and `umount` for unmounting partitions.
|
||||
> More information: <http://extundelete.sourceforge.net>.
|
||||
> More information: <https://extundelete.sourceforge.net>.
|
||||
|
||||
- Restore all deleted files inside partition N on device X:
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
# gbp
|
||||
|
||||
> A system to integrate the Debian package build system with Git.
|
||||
> More information: <http://honk.sigxcpu.org/projects/git-buildpackage/manual-html/gbp.html>.
|
||||
> More information: <https://honk.sigxcpu.org/projects/git-buildpackage/manual-html/gbp.html>.
|
||||
|
||||
- Convert an existing Debian package to gbp:
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
# hlint
|
||||
|
||||
> Suggest improvements to Haskell code.
|
||||
> More information: <http://hackage.haskell.org/package/hlint>.
|
||||
> More information: <https://hackage.haskell.org/package/hlint>.
|
||||
|
||||
- Display suggestions for a given file:
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
# htpdate
|
||||
|
||||
> Synchronize local date and time via HTTP headers from web servers.
|
||||
> More information: <http://www.vervest.org/htp/>.
|
||||
> More information: <https://www.vervest.org/htp/>.
|
||||
|
||||
- Synchronize date and time:
|
||||
|
||||
|
@@ -2,7 +2,7 @@
|
||||
|
||||
> An HTTP benchmarking tool.
|
||||
> Runs multiple HTTP fetches in parallel to test the throughput of a web server.
|
||||
> More information: <http://www.acme.com/software/http_load/>.
|
||||
> More information: <https://www.acme.com/software/http_load/>.
|
||||
|
||||
- Emulate 20 requests based on a given URL list file per second for 60 seconds:
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
# numlockx
|
||||
|
||||
> Control the number lock key status in X11 sessions.
|
||||
> More information: <http://www.mike-devlin.com/linux/README-numlockx.htm>.
|
||||
> More information: <https://www.mike-devlin.com/linux/README-numlockx.htm>.
|
||||
|
||||
- Show the current number lock status:
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
# physlock
|
||||
|
||||
> Lock all consoles and virtual terminals.
|
||||
> More information: <http://github.com/muennich/physlock>.
|
||||
> More information: <https://github.com/muennich/physlock>.
|
||||
|
||||
- Lock every console (require current user or root to unlock):
|
||||
|
||||
|
@@ -2,7 +2,7 @@
|
||||
|
||||
> Easy security-hardened OpenVPN setup and manager.
|
||||
> Originally designed for the Raspberry Pi, but works on other Linux devices too.
|
||||
> More information: <http://www.pivpn.io/>.
|
||||
> More information: <https://www.pivpn.io/>.
|
||||
|
||||
- Add a new client device:
|
||||
|
||||
|
@@ -2,7 +2,7 @@
|
||||
|
||||
> Postfix mail transfer agent (MTA) control program.
|
||||
> See also `dovecot`, a mail delivery agent (MDA) that integrates with Postfix.
|
||||
> More information: <http://www.postfix.org>.
|
||||
> More information: <https://www.postfix.org>.
|
||||
|
||||
- Check the configuration:
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
# qjoypad
|
||||
|
||||
> Translate input from gamepads or joysticks into keyboard strokes or mouse actions.
|
||||
> More information: <http://qjoypad.sourceforge.net/>.
|
||||
> More information: <https://qjoypad.sourceforge.net/>.
|
||||
|
||||
- Start QJoyPad:
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
# runlim
|
||||
|
||||
> Sample and limit time and memory usage of a program and its child processes using the proc file system on Linux.
|
||||
> More information: <http://fmv.jku.at/runlim>.
|
||||
> More information: <https://fmv.jku.at/runlim>.
|
||||
|
||||
- Print the time and memory usage of a command:
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
# speedometer
|
||||
|
||||
> Python script that shows a network traffic graph in the terminal.
|
||||
> More information: <http://excess.org/speedometer>.
|
||||
> More information: <https://excess.org/speedometer>.
|
||||
|
||||
- Show graph for a specific interface:
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
# udisksctl
|
||||
|
||||
> Interact with `udisksd` to query and manipulate storage devices.
|
||||
> More information: <http://storaged.org/doc/udisks2-api/latest/udisksctl.1.html>.
|
||||
> More information: <https://storaged.org/doc/udisks2-api/latest/udisksctl.1.html>.
|
||||
|
||||
- Show high-level information about disk drives and block devices:
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
# wacaw
|
||||
|
||||
> Capture both still pictures and video from an attached camera.
|
||||
> More information: <http://webcam-tools.sourceforge.net>.
|
||||
> More information: <https://webcam-tools.sourceforge.net>.
|
||||
|
||||
- Take a picture from webcam:
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
# whatis
|
||||
|
||||
> Search a set of database files for short descriptions of system commands for keywords.
|
||||
> More information: <http://www.linfo.org/whatis.html>.
|
||||
> More information: <https://www.linfo.org/whatis.html>.
|
||||
|
||||
- Search for information about keyword:
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
# pabcnetcclear
|
||||
|
||||
> Preprocess and compile PascalABC.NET source files.
|
||||
> More information: <http://pascalabc.net>.
|
||||
> More information: <https://pascalabc.net>.
|
||||
|
||||
- Compile the specified source file into an executable with the same name:
|
||||
|
||||
|
Reference in New Issue
Block a user