131 private links
TimeShift is a system restore tool for Linux. It provides functionality that is quite similar to the System Restore feature in Windows or the Time Machine tool in MacOS. TimeShift protects your system by making incremental snapshots of the file system manually or at regular automated intervals.

Tilix is an advanced GTK3 tiling terminal emulator that follows the Gnome Human Interface Guidelines.

A bittorrent filesystem based on FUSE.
With BTFS, you can mount any .torrent file or magnet link and then use it as any read-only directory in your file tree. The contents of the files will be downloaded on-demand as they are read by applications. Tools like ls, cat and cp works as expected. Applications like vlc and mplayer can also work without changes.
Remembering Linux commands and their usage is not easy, especially for new Linux users. In this article, we will share 5 command-line tools for remembering Linux commands.
Summary
- Bash History
- Friendly Interactive Shell (Fish)
- Apropos Tool
- Explain Shell Script
- Cheat Program
Without question, Linux was created by brilliant programmers who employed good computer science knowledge.
Let the Linux programmers whose names you know share the books that got them started and the technology references they recommend for today's developers. How many of them have you read?

ranger is a console file manager with VI key bindings. It provides a minimalistic and nice curses interface with a view on the directory hierarchy. It ships with rifle, a file launcher that is good at automatically finding out which program to use for what file type.

Features
- UTF-8 Support (if your python copy supports it)
- Multi-column display
- Preview of the selected file/directory, including images
- Common file operations (create/chmod/copy/delete/...)
- Renaming multiple files at once
- VIM-like console and hotkeys
- Automatically determine file types and run them with correct programs
- Change the directory of your shell after exiting ranger
- Tabs, bookmarks, mouse support
Small. Simple. Secure.
Alpine Linux is a security-oriented, lightweight Linux distribution based on musl libc and busybox.
The alt is a command line tool that helps you to switch between different versions of commands in Unix-like systems. It is a simple, free, open source tool written in Rust programming language.
Tool for switching between different versions of commands.
Related articles
Helping to usher in the Industry 4.0 era, NXP Semiconductors announced OpenIL, a Linux distribution meant for smart factory automation.
The official website of Kakoune, a selection-first modal code editor.
Sometimes, you edit text outside of Vim. These are sad times. Enter vim-anywhere!
Once invoked, vim-anywhere will open a buffer. Close it and its contents are copied to your clipboard and your previous application is refocused.
Good news for penguin users, TrackMania Nations Forever has been released on edge channel as a snap package this information came first on snapcraft.io forum site. Most of Linux users never heard about Track Mania, because it is only available for Windows, Nintendo DS, Wii, PlayStation 4 e Xbox One users.
Get started with the keystroke-driven i3 tiling window manager for the Linux desktop.
We've written a detailed guide on how to set up a GNU/Linux environment on any Android device. Useful for developers and users alike!
Linoxide: An article on how to install SoCLI tool to search and browse Stack Overflow from command line interface on Linux.
Window Tiling For The Win. A tiling window manager written in Rust.
Today, a fellow Linux userĀ asked me how to find the oldest file in a directory from command line in Linux. We could tell the oldest file in a directory by using the date and time...