Hardinfo2 offers System Information and Benchmark for Linux Systems. It is able to show hardware and basic software information. It can benchmark your system and compare to other machines online. You can find info like: cpu speed, gpu and graphics speed, benchmarks of internal network speed, Linux hw drivers and modules loaded. sysinfo like which development tools are installed, memory dmi and spd information, distro / os informations, hwinfo about your components like pcie and usb.
Ultra fast grep with interactive query UI: search file systems, source code, text, binary files, archives (cpio/tar/pax/zip), compressed files (gz/Z/bz2/lzma/xz), documents, fuzzy search, and more. A faster, user-friendly replacement for GNU/BSD grep.
Highlight converts sourcecode to HTML, RTF, LaTeX, TeX, SVG, Pango, BBCode and terminal escape sequences with coloured syntax highlighting. Language definitions and colour themes are customizable Lua scripts. It provides a plug-in interface to tweak syntax parsing and coloring. LSP servers can be used to add semantic highlighting.
If you need to convert files from one markup format into another, pandoc is your swiss-army knife. Pandoc is a Haskell library for converting from one markup format to another, and a command-line tool that uses this library.
OpenSSH is a BSD/Linux implementation of SSH1 and SSH2 for encrypted terminal connections, tunneling and file transfers. It includes the sshd server, scp and sftp, and various utility tools such as ssh-add, ssh-agent, ssh-keysign, ssh-keyscan, ssh-keygen, and the sftp-server.
The package-update-indicator utility regularly checks for software updates and notifies the user about available updates using desktop notifications and either a status notifier icon or a system tray icon.
Doxide generates documentation for C++ source code. It is configured with YAML, generates Markdown, and publishes HTML. Entities in the source code are documented with special /** comments */ containing @commands, as with the classic tool Doxygen. The source code is parsed and documentation processed into Markdown then HTML. Doxide aims at online documentation with a modern look and responsive design for desktop and mobile devices. Doxide is open source software written in C++. It depends on l
Meld is a visual diff and merge tool targeted at developers. Meld helps you compare files, directories, and version controlled projects. It provides two- and three-way comparison of both files and directories, and has support for many popular version control systems. Meld helps you review code changes and understand patches. It might even help you to figure out what is going on in that merge you keep avoiding. Features Two- and three-way comparison of files and directories File comparisons u
RemTimer MDI is a multi-timers application, which lets you set multiple timers - target time points, and see remaining time. Each timer is the separate widget inside a workspace area (multidocument widget), which is useful because it allows to rearrange timer widgets and hide/show all of them at once by hiding/showing the workspace area.
VFU is versatile file manager covers virtually all file managing needs and offer large set of behaviour options. VFU is licensed under GPLv2.
Bypassing slowaes web-scraping protection aes.js slowAES.decrypt(c, 2, a, b) algorithym with esp8266 (nodemcu) HttpClient object with __test cookie
cpuid dumps detailed information about the CPU(s) gathered from the CPUID instruction, and also determines the exact model of CPU(s) from that information.
Arronax is a program to create and modify starters (technically: .desktop files) for applications and locations (URLs). Arronax can be used as a standalone application or as a plugin for the file managers Caja, Nautilus, Nemo and Thunar. Arronax is written in Python and uses GTK for the graphical user interface.
Tarmux attempts to solve the problem of handling streamed data where there is insufficient temporary space on disk to hold the data, as is forced by tar. In the simplest invocation, tarmux takes a stream from stdin, and creates a tar file consisting of sequential numbered file fragments one after the other. This can be reversed by the tardemux tool, which will untar the fragments and reassemble the stream to stdout. The tardemux tool only reads a single tar stream before exiting. This allows m
RESREI aims to makes adding, checking reminders as easy as possible for users, who actively using desktop OS machines. RESREI is licensed under GPLv2.
A python library to write a table in various formats: CSV, HTML, JavaScript, JSON, LTSV, Markdown, MediaWiki, Excel, Pandas, Python, reStructuredText, SQLite, TOML, TSV. Also supports: - Automatic tabular data formatting - Alignment - Padding - Decimal places of numbers - Multibyte character support - Write table to a stream such as a file/standard-output/string-buffer
The "Schily" Tool Box is a set of tools written or managed by Jörg Schilling. It includes programs like: cdrecord, cdda2wav, readcd, mkisofs, smake, bsh, bosh, btcflash, cal, calc, calltree, change, compare, count, cpp (K&R original), cstyle, devdump, dmake based on SunPro Make, fdiff, fifo, fsdiff, hdump, isodebug, isodump, isoinfo, isovfy, label, make, man2html, mt, obosh, od, p, POSIX patch, pbosh, printf, sccs, scgcheck, scpio, scut, sdd, sfind, sformat, smake, sh/bosh (Bourne Shell), spaste
TXR is a "data munging" language which combines a convenient text extraction notation that with an innovative, feature-rich Lisp dialect.
Graphical counterpart to tabview, a simple tabular data viewer that can be used both stand-alone and as a Python module for various files and Python/Pandas/NumPy data structures.
The library provides support for string handling in C language.
TaskRegistry is a calendar, open tasks and time registation program. The calendar is inspired by a classic monthly "one page, one column" calendar sheet. The time registration is designed to track the time spent on projects, f.e. to write monthly invoices to your customers. And on tasks you can simply note your open tasks, arrange them in groups and prioritize them lower or higher.
Renames all files of a directory by using a counter. Therefore the files can even be sorted by the files timestamp, so you're f.e. able to merge videos from different cameras into one sorted directory ;)
For people who do not like classical spreadsheets, but need an office tool for tables: With Dagri you can build up tables and save data within. While a spreadsheet uses one single table layout, Dagri can use many tables with different layouts on one sheet. And it gives you more focus on your data. The intention is not another spreadsheet, but something new instead: a data grid application.
lshw (HardWare LiSter) is a small tool for Linux to provide detailed information on the hardware configuration of the machine. It can report exact memory configuration, firmware version, mainboard configuration, CPU version and speed, cache configuration, bus speed, etc.
View a CSV file and Python data structures in a curses, spreadsheet-like display.
Rifiuti2 analyse recycle bin files from Windows. Analysis of Windows recycle bin is usually carried out during Windows computer forensics. Rifiuti2 can extract file deletion time, original path and size of deleted files. For more ancient versions of Windows, it can also check whether deleted items were not in recycle bin anymore (that is, either restored or permanently purged). It is a rewrite of rifiuti, originally written by FoundStone folks for identical purpose. Later rifiuti2 was extended
Modemu2k is a fork of modemu, originally developed by Toru Egashira. Modemu2k adds telnet capability to a comm program. It can redirect telnet I/O to a pty so that a comm program can handle the pty as a tty with a real modem, and allows you to use a comm program's scripting and file transfer features over telnet.
sencrypt and sdecrypt are utilities for encrypting and decrypting data with the AES, DES, 3DES, and RC4 algorithms. It can read keys from files or ask for a passphrase and use that together with a salt to derive a key using the PBKDF2 key derivation function. sencrypt and sdecrypt are portable and compatible reimplementations of the encrypt and decrypt utilities in Solaris/Illumos-based operating systems.
pk-update-icon displays notifications and an icon in the tray area of the panel when package updates are available.
The xwrited utility displays write(1) and wall(1) messages as desktop notifications. A notification daemon compliant to the freedesktop.org Desktop Notification Specification draft needs to be running in order to display the notifications.
Customisable notification display tool that does not grab keyboard focus. Aimed at tiling window managers (as a replacement for permanent status bars). Easy to use from within scripts. Dependencies limited to Python2, GTK, and POSIX. Supports text and image display, timed updates, and notification replacement.
Simple program to browse your available fonts.
Monotype informed me that the name of the software is protected by them, so this software doesn't exist anymore. Please admins: Remove this software from beeing listed.
fIcy is a small icecast/shoutcast stream grabber suite for use under shell environment. Its goal is to automatically rip a stream into user customisable files. It will work with ICY compatible streams, allowing you to either to save the stream to disk or to pipe the output to a media player, or even both. fIcy, among other uses, is ideal for batch/unattended recording of radio programs and stream debugging.
This utility is meant to be an open source replacement of WinObj. It is dual-licensed under MS-PL and MIT license.
ScriptForm is a stand-alone webserver that automatically generates forms from JSON to serve as frontends to scripts. It takes a JSON file which contains form definitions, constructs web forms from this JSON and serves these to users over HTTP. The user can select a form and fill it out. When the user submits the form, it is validated and the associated script is called. Data entered in the form is passed to the script through the environment.
gpgpwd is a terminal-based password manager. It stores a list of passwords and their associated usernames in a GnuPG-encrypted file, and allows you to easily retrieve, change, and add to that file as needed. It also generates random passwords which you can use, easily allowing you to have one "master password" (for your gpg key), with one unique and random password for each website or service you use, ensuring that your other accounts stay safe even if one password gets leaked. gpgpwd can als
These are the GNU core utilities. This package is the union of the GNU fileutils, sh-utils, and textutils packages.
Frams' Shell Tools is a big collection of various (mostly Perl) scripts to make UNIX everyday life at the command line interface more comfortable. They have grown in the author's last 25 years as a Unix user, programmer, and administrator. Some examples are: clp (Command Line Perl: a Perl "shell"), fpg (Frams' Perl grep: a grep with full Perl support), zz (generic clipboard), and vv (visual versioning: automatic backups with any editor)
Autotab determines the indentation size used by a source file, as well as the hard tab size at which the file is intended to be viewed/edited (if it used hard tabs). It is written in C. Compile with "cc -O autotab.c -o autotab". Autotab is designed to be called out the .vimrc file, whenever a file into a buffer. After scanning an initial portion of the file consisting of several thousand lines, it outputs the Vi parametrs tabstop, shiftwidth and expandtab.
UniversalCodeGrep (ucg) is an extremely fast grep-like tool specialized for searching large bodies of source code. It is intended to be largely command-line compatible with Ack, to some extent with ag, and where appropriate with grep. Search patterns are specified as PCRE regexes.
ppip is a reimplementation of the venerable CP/M utility PIP - Peripheral Interchange Program
A small Unix command line tool that can be used to extract data from tables in a HTML-encoded text file. Outputs the (stripped from other HTML tags and (possible whitespace) data as a CSV-formatted file/on stdout. Should handle recursive tables and the most common incorrect HTML errors (missing | , or
tags.