Shortcuts for Bash
2022-03-13 Sun by Tullio FacchinettiTypically, we use arrow keys to control shell behaviors like moving the cursor from one point to another point. Also, it’s quite common to make mistakes while writing commands and to correct these you may use arrow keys + backspace, which is not optimal at all.
Read more →I finally removed all the Javascript from this site
2022-01-27 Thu by Tullio FacchinettiAccording with my love for minimalism and uncluttered solutions, I finally managed to reorganize this website to remove all the Javascript-based parts and plugins.
This website is generated using the well-known static website generator Hugo.
Read more →Terminal-friendly tmux cheatsheet
2022-01-07 Fri by Tullio FacchinettiI typically use tmux when working on remote servers, but sometimes I don’t remember keybindings or commands for some functions that I rarely use.
Since I find the tmux help/manpage rather confused, I usually revert to this cheatsheet, which is very well organized. However, I’d want to avoid to rely on a webpage for documentation that I would better checkout in the terminal, maybe using grep.
Read more →xterm-kitty: unknown terminal type
2021-09-30 Thu by Tullio Facchinetti[CREDIT: This is mostly a re-post from an article of Lars O. Overskeid to keep the information handy]
Like in the original post, I’m also using kitty as my terminal emulator. There are some really cool features in this terminal emulator.
Read more →Using rsync to update a remote Hugo website
2021-09-27 Mon by Tullio FacchinettiAfter having moved to Hugo for my personal website, I found that the usual way of using rsync to update the copy of the website on the remote server does not work efficiently. In particular, everytime I rebuild the local copy of the site with Hugo, and I run the command to synchronize the remote copy, all the local files are uploaded to the server.
Read more →