Using the .inputrc file to control keybindings in xterm.
Using the .inputrc file to control keybindings in xterm. If you wish to control the key bindings for Backspace, Delete, Home & the End keys in Xterm then read on. The ~/.inputrc file in your home...
View ArticleXterm tips to make this simple terminal emulator even better.
The xterm terminal emulator has quite a lot of features that make it a very good alternative to the Gnome terminal and Konsole terminal emulators. You can select a font for the terminal window by...
View ArticleVery useful Linux tips and tricks for the Linux desktop user.
How to make the Xterm font larger.Using the .inputrc file to control keybindings in xterm.Enabling color ls output.Viewing files with the command-line. How to make the Xterm font larger. To make the...
View ArticleVery useful Linux files to setup your installation.
Linux configuration files Here are a few useful Linux configuration files to get your installation setup and working just fine. ~/.vimrc. This is to setup the VIM editor and make it easier to use for...
View ArticleGet weather information from the command line in Linux.
This nice obfuscated and overly complex command will get weather information from wttr.in using the command line. jason@kaio:~$ exec 3/dev/tcp/wttr.in/80; printf 'GET /Wagga Wagga...
View ArticleNice bash shell prompt examples.
This is a very simple, but nice shell prompt. PS1="\[\033[38;5;49m\]\w\[$(tput sgr0)\]\[\033[38;5;15m\]:\[$(tput sgr0)\]\[\033[38;5;43m\]\h\[$(tput sgr0)\]\[\033[38;5;15m\]@\[$(tput...
View ArticleHow to position a window on the Linux desktop when launching.
Positioning a window on your Linux desktop is very easy, the –geometry parameter allows positioning a window easily. An easy way to start multiple instances of an application and then be able to...
View ArticleSome very useful Xterm tips for using this venerable terminal emulator in 2023.
Some very useful tips for using the Xterm terminal emulator on Linux.
View ArticleUsing Xterm on Linux is very easy. Useful shortcuts.
How to access various menus in the Xterm terminal emulator.
View Article