Linux Resources
- Home
- Linux Resources
This article covers how to install Stellarium using apt repositories on Debian 11 system. In fact, Stellarium renders 3D photo-realistic skies in real-time. With Stellarium, you really see what you can see with your eyes, binoculars or a small telescope.
This article covers how to install todoman on Debian 11 system. In fact, Todoman is a simple, standards-based, cli todo (aka: task) manager. Todos are stored into icalendar files, which means you can sync them via CalDAV using, for example, vdirsyncer.
How To Uninstall todoman from Ubuntu 21.04 ?
To uninstall only the todoman package we can use the following command:
$ sudo apt-get remove todoman
This article covers how to download and install QPrompt on your Debian 11 Linux system. In fact, You can make your presentation flawless with a QPrompt tool, an alternative to a teleprompter.
How to install QPrompt on Debian via snaps ?
1. Enable snapd
On Debian 9 (Stretch) and newer, snap can be installed directly from the command line:
$ sudo apt update
$ sudo apt install snapd
$ sudo snap install core
2. Install QPrompt
To install QPrompt, simply use the following command:
$ sudo snap install qprompt
This article covers the installation of a portable Linux application on Debian 11 desktop. In fact, Logseq is an application to create notes, knowledge graphs and more. In addition we can use existing Markdown or org mode files to simply edit, write and save any new notes.
Features of Logseq:
This article covers some approaches to restart the Ubuntu system (Linux OS) like restarting Ubuntu using shutdown command, reboot command, init command, and systemd way. In fact, Every operating system needs to reboot or restart after some time due to various reasons. Some of the reasons are that certain software needs a reboot after installation to become fully functional, due to some configurational change, or maybe because of a software glitch.
This article covers information about the usage of Netcat with TCP and UDP protocol and some other uses like scanning ports, sending files, and creating a web server. In fact, Netcat is a basic Linux utility that uses the TCP/UDP protocols for reading and writing data across network connections. It's intended to be a dependable backend tool that may be operated directly or simply by other applications and programs.