Tullio Facchinetti
Tag cloud
Picture wall
Daily
RSS Feed
  • RSS Feed
  • ATOM Feed
  • Daily Feed
Filters

Links per page

  • 20 links
  • 50 links
  • 100 links

Display

Filter untagged links
15 results tagged console  ✕
conspy - Remote virtual console control and visualization http://conspy.sourceforge.net/
Sun 25 Aug 2019 04:51:42 PM CEST
QRCode

"Conspy allows a (possibly remote) user to see what is displayed on a Linux virtual console, and send keystrokes to it."

#cli-app console homepage linux networking opensource software terminal
peco - Interactive filtering tool https://www.linuxlinks.com/excellent-utilities-peco-interactive-filtering-tool/
Mon 12 Aug 2019 07:40:09 AM CEST
QRCode

peco is a CLI utility that filters text interactively. The tool is written in the Go programming language. It's free and open source software.

#cli-app article coding_lang:go console interactive linux software terminal text_manipulation tutorial utility
Tomb - File Encryption tool https://www.dyne.org/software/tomb/
Mon 08 Jul 2019 06:37:20 PM CEST
QRCode

image

Tomb is an 100% free and open source system for file encryption on GNU/Linux. It simply makes gpg dm-crypt and cryptsetup usable in a variety of situations.

Written in bash.

#cli-app cli coding_lang:bash command_line console cryptography encryption linux opensource privacy security software terminal
Newsboat - A Command line RSS/Atom Feed Reader For Text Consoles https://www.ostechnix.com/newsbeuter-command-line-rssatom-feed-reader-unix-like-systems/
Sat 06 Jul 2019 08:01:05 PM CEST
QRCode

Newsboat, a fork of Newsbeuter, is a free, open source RSS/Atom feed reader for text consoles. It supports GNU/Linux, FreeBSD, Mac OS X, and other Unix-like operating systems. Compared to other slow and huge amount of memory consumed RSS feed readers, Newsboat is the best choice for anyone who are looking for a simple, slick and fast feed reader that can be completely managed via keyboard.

Concerning about the features, we can list the following:

  • Subscribe to RSS 0.9x, 1.0, 2.0 and Atom feeds.
  • Download podcasts.
  • Configure your keyboard shortcuts as per your wish.
  • Search through all downloaded articles.
  • Categorize and query your subscriptions with a flexible tag system.
  • Integrate any data source through a flexible filter and plugin system.
  • Automatically remove unwanted articles through a “killfile”.
  • Define “meta feeds” using a powerful query language.
  • Synchronize newsboatr with your bloglines.com account.
  • Import and exporting your subscriptions with the widely used OPML format.
  • Customize the look and feel of Newsboat as per your liking.
  • Keep all your feeds in sync with Google Reader.
console linux opensource reading rss software
Eternal:Remote terminal for the busy and impatient https://eternalterminal.dev/
Fri 05 Jul 2019 04:16:38 PM CEST
QRCode

Eternal Terminal (ET) is a remote shell that automatically reconnects without interrupting the session. Learn how to install and use it here.

ET was heavily inspired by several other projects:

  • ssh: Ssh is a great remote terminal program, and in fact ET uses ssh to initialize the connection. The big difference between ET and ssh is that an ET session can survive network outages and IP roaming. With ssh, one must kill the ssh session and reconnect after a network outage.
  • autossh: Autossh is a utility that automatically restarts an ssh session when it detects a reconnect. It's a more advanced version of doing "while true; ssh myhost.com". Although autossh will automatically reconnect, it will start a new session each time. This means, if we use tmux with control mode, we must wait for the ssh connection to die and then re-attach. ET saves valuable time by maintaining your tmux session even when the TCP connection dies and resuming quickly.
  • mosh: Mosh is a popular alternative to ET. While mosh provides the same core funtionality as ET, it does not support native scrolling nor tmux control mode (tmux -CC).
coding_lang:c++ communication console opensource security terminal
How FZF and ripgrep improved my workflow - Sidney Liebrand https://medium.com/@sidneyliebrand/how-fzf-and-ripgrep-improved-my-workflow-61c7ca212861
Fri 05 Jul 2019 09:29:40 AM CEST
QRCode

Today I want to talk about fzf and ripgrep, two tools I use all the time when working in Vim and the terminal. They have become an absolutely vital part of my workflow. Ever since I started using them I can’t imagine myself functioning without them anymore.

article command_line console files linux search tools vim workflow
Sanic | Omnitool for Kubernetes & Docker https://sanic.io/
Tue 02 Jul 2019 09:11:46 PM CEST
QRCode

Tired of kubernetes tools that don't prioritize user experience?

Sanic allows you to define commands and configuration on a per-environment basis with ease.

Sanic uses Buildkit, cutting edge technology which builds your images concurrently and efficiently.

Sanic allows you to define deployments using a templating language your team already understands.

automation coding_lang:go command_line console docker homepage opensource software terminal tools
catj - Displays JSON files in flat format https://github.com/soheilpro/catj
Fri 21 Jun 2019 10:55:14 PM CEST
QRCode

Why?

  • It makes it easier to understand the structure of JSON files.
  • The output is valid JavaScript which can be used directly in code.
  • It's very helpful when writing queries for tools like jq.
#cli-app cli coding_lang:javascript console file_format json opensource software terminal
5 command-line games for sysadmins | Enable SysAdmin https://www.redhat.com/sysadmin/command-line-games
Tue 18 Jun 2019 11:10:16 PM CEST
QRCode

If you're living life at your terminal emulator anyway, why not have a little fun while you're there?

Just because you prefer working in a text-mode interface doesn't mean you're not entitled to a little fun here and there.

Last December, I took some time out before the holidays to explore some of my favorite command-line diversions into a series for Opensource.com. It ended up being a bit of an advent calendar for terminal toys, and I got some great suggestions from readers.

cli command_line console linux list opensource software terminal
How to Limit Time and Memory Usage of Processes in Linux https://www.tecmint.com/limit-time-and-memory-usage-of-linux-process/
Tue 18 Jun 2019 10:48:30 PM CEST
QRCode

The timeout script is a useful resource monitoring program for limiting time and memory consumption of processes in Linux. It allows you to run programs under control, and enforce time and memory limits, terminating the program upon violation of these parameters.

article coding_lang:perl command_line console linux resources software sysadmin terminal tools utility
Send Emails From Linux Terminal Using SSMTP - Linux Handbook https://linuxhandbook.com/linux-send-email-ssmtp/
Tue 18 Jun 2019 09:30:06 AM CEST
QRCode

This article will give a brief introduction to SSMTP and steps to install it and use the same to send emails from Linux terminal.

#cli-app article cli console email linux software terminal tutorial
cursewords - Software for solving crossword puzzles https://parkerhiggins.net/2019/03/cursewords-crossword-puzzle-solving-interface-terminal/
Sat 09 Mar 2019 09:12:08 PM CET
QRCode

Software for solving crossword puzzles in the terminal.

cursewords is a small Python program to open, navigate, and solve puzzles stored as .puz files.

#cli-app coding_lang:python console curses games terminal
smenu | Uses words from the standard input to create a selection window just below the cursor https://github.com/p-gen/smenu
Tue 11 Sep 2018 02:56:05 AM CEST
QRCode

Terminal utility that allows you to use words coming from the standard input to create a nice selection window just below the cursor. Once done, your selection will be sent to standard output.

cli coding_lang:c console interactive opensource source_code terminal
ttyrec - record and playback a shell session https://www.howtoforge.com/tutorial/how-to-record-your-terminal-session-on-linux/
Tue 14 Jun 2016 11:55:57 AM CEST
QRCode

Recording a terminal session may be important in helping someone learn a process, sharing information in an understandable way, and also presenting a series of commands in a proper manner. Whatever the purpose, there are many times when copy-pasting text from the terminal won't be very helpful while capturing a video of the process is quite far-fetched and may not be always possible. In this quick guide, we will take a look at the easiest way to record and share a terminal session in .gif format.

console linux shell tools tutorial
Cool, but obscure unix tools :: Software architect Kristof Kovacs http://kkovacs.eu/cool-but-obscure-unix-tools
Sun 10 Jan 2016 11:31:58 PM CET
QRCode

As the title says...

command_line console linux
3660 links
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Theme by kalvn