How to Install Resilio Sync on Ubuntu/Linux Mint

Overview Resilio Sync (formerly BitTorrent Sync) by Resilio, Inc. is a proprietary peer-to-peer file synchronization tool. It supports a wide range of platforms, including Windows, macOS, Linux, Android, iOS, Windows Phone, Amazon Kindle Fire, and BSD. The tool allows seamless synchronization of files between devices on a local network or across remote devices over the … Read more

Finding all files with a certain extension in Linux?

The example above uses the find command to search files in the tmp folder for Python files that have the extension .py. To get a list of all the files with the same extension inside the current directory, look for all the Python extension files for this example. In the above example, the. Denotes the … Read more

Install Kitty (Terminal Emulator) on Ubuntu

Kitty Logo

Kitty is a free and open-source feature rich GPU based terminal emulator developed by Kovid Goyal, the project is being actively maintained with over 130+ contributors. Here are some of its features listed below: Offloads rendering to the GPU for lower system load and buttery smooth scrolling. Uses threaded rendering to minimize input latency. Supports … Read more