Showing headlines posted by terroo

Manage and Run Your Tasks with Kabmat

  • https://terminalroot.com/manage-and-run-your-tasks-with-kabmat/ (Posted by terroo on Dec 9, 2022 2:54 AM EDT)
  • Story Type: Tutorial; Groups: Developer, Linux
Graphical program that runs on the terminal (TUI) to manage kanban boards with Vim style key combinations.

How to install GTKMM 4 on Ubuntu 22.04

  • https://terminalroot.com/how-to-install-gtkmm-4-on-ubuntu-2204/ (Posted by terroo on May 24, 2022 7:09 AM EDT)
  • Story Type: Tutorial; Groups: GNOME, Ubuntu
As of the time of this article the only version available in the repository is 3.0 . gtkmm-4.0 has several new improvements and features. In this article we will see how to compile on Ubuntu 22.04 .

Install this Window Manager written in C++

  • terminalroot.com; By Marcos Oliveira (Posted by terroo on May 3, 2022 12:08 AM EDT)
  • Story Type: Tutorial
With settings similar to i3wm and gaps like bspwm.

How to Install Unity Engine on Ubuntu 22.04 via AppImage

  • terminalroot.com; By Marcos Oliveira (Posted by terroo on Apr 27, 2022 2:47 AM EDT)
  • Story Type: Tutorial; Groups: Games, Ubuntu
Unity is a multiplatform game engine developed by Unity Technologies.

How to Install C# on Ubuntu 22.04 and Getting Started

C Sharp is a strong-typed, multi-paradigm programming language developed by Microsoft as part of the .NET platform.

Install a ls command that shows file icons

  • terminalroot.com; By Marcos Oliveira (Posted by terroo on Apr 23, 2022 11:46 PM EDT)
  • Story Type: Tutorial
There are several alternatives to the ls command, some of them you can find in this article. And today we are going to get to know a new alternative that is written in Golang and its differential in relation to GNU Coreutils ls is that in addition to listing the files, it also displays the icons according to the mime-type .

Draw math formulas in ASCII via command line

  • terminalroot.com; By Marcos Oliveira (Posted by terroo on Apr 22, 2022 7:47 PM EDT)
  • Story Type: Tutorial
Diagon is an interactive interpreter. It transforms the expression of markdown style into an ascii art representation. It was written in C++ and uses WebAssembly, HTML and CSS to make a Web application, in addition to being able to use it via the command line.

Darktile - A GPU-rendered terminal

  • terminalroot.com; By Marcos Oliveira (Posted by terroo on Apr 13, 2022 2:35 AM EDT)
  • Groups: Linux
Highlights links in the terminal, renders unicode and so on.

Meet 7 GNU tools that are the power of the command line

  • https://terminalroot.com/meet-7-gnu-tools-that-are-the-power-of-the-command-line/ (Posted by terroo on Mar 14, 2022 1:10 PM EDT)
  • Groups: GNU
Indispensable tools for you to evolve in intimacy with terminal .

Select Colors in Terminal with RGB-TUI

rgb-tui is a color picker written in C++ that is easy to install and use. The cool thing is that you just install the binary and everything is fine.

Program in Visual and Modular Blocks in Python

  • terminalroot.com; By Marcos Oliveira (Posted by terroo on Mar 8, 2022 3:03 PM EDT)
  • Groups: Python
PyFlow is an interactive Python development tool structured in open source graphs. With PyFlow you can create code blocks in which you can edit and run Python code, you can move and resize blocks in an infinite 2D plane. Just link the blocks to highlight dependencies, Pyflow will automatically run your blocks in the correct order.

Meet sc-im, an 'Excel' for the terminal

  • terminalroot.com; By Marcos Oliveira (Posted by terroo on Feb 25, 2022 7:48 AM EDT)
  • Groups: Developer, Linux
Lightweight, fast and intuitive. sc-im is a spreadsheet program made with ncurses for terminal. sc-im is based on sc a similar application developed by James Gosling, the creator of Java.

Meet the Arch Hurd

  • terminalroot.com; By Marcos Oliveira (Posted by terroo on Feb 24, 2022 2:22 AM EDT)
  • Story Type: Tutorial; Groups: GNU
The Arch Linux is not always Linux it can have other kernels, like for example the PacBSD which is the Arch with the kernel of FreeBSD . The Arch Hurd are the Arch packages with the kernel GNU/Hurd and logical with the GNU tools. The Arch Hurd project was founded on an Arch Linux forum thread in January 2010, and after a few weeks of much input, it has progressed to the point where it can boot into a virtual machine.

Homebrew - The macOS package manager on GNU/Linux

  • terminalroot.com; By Marcos Oliveira (Posted by terroo on Feb 23, 2022 6:53 AM EDT)
  • Story Type: Tutorial
The Homebrew package manager can be used on Linux and Windows Subsystem for Linux (WSL).

15 examples of different usage of ffmpeg

  • terminalroot.com; By Marcos Oliveira (Posted by terroo on Feb 13, 2022 11:18 PM EDT)
  • Story Type: News Story
ffmpeg is an excellent tool. It's a complete video editor via the command line. ffmpeg was created by Fabrice Bellard the same creator as QEMU and QuickJS, the engine behind JSLinux. In addition to the conventional conversion commands that we use on a daily basis, let’s see 15 more utilities that can be good for you in many cases.

How to install Swift programming language on Ubuntu

  • terminalroot.com; By Marcos Oliveira (Posted by terroo on Feb 9, 2022 5:01 PM EDT)
  • Groups: Developer, Ubuntu
Swift is to iOS what Java is to Android. Swift development started in July 2010 by Chris Lattner(same creator of LLVM and clang), with the eventual collaboration of many other Apple programmers. Swift was based on ideas from languages ??such as: Objective-C , Rust , Haskell , Ruby , Python , C# , CLU and many others .

Nyxt, an Emacs-style browser made with Common Lisp

  • terminalroot.com; By Marcos Oliveira (Posted by terroo on Feb 8, 2022 5:34 AM EDT)
  • Story Type: Tutorial
Is a fully hackable web browser - all its source code can be introspected, modified and tweaked to your exact specification.

The 32 Best IDEs/Text Editors for C++

  • en.terminalroot.com.br; By Marcos Oliveira (Posted by terroo on Dec 8, 2021 6:06 AM EDT)
  • Groups: Developer
Not everyone has the same tastes and when it comes to development C++ the form and environment can vary from person to person.