# CHM viewer
sudo apt-get install xchm
# Paint program
sudo apt-get install pinta
# TypeScript
sudo apt-get install node-typescript
# Tomcat
sudo apt-get install tomcat9
# TclTk
sudo apt-get install tcl tk
# gthumb
SNAP or sudo apt-get install gthumb
# Video editing
- Cinelerra - http://cinelerra.org/
- OpenShot - https://www.openshot.org/
- Flowdable - http://jliljebl.github.io/flowblade/
- ShotCut - https://www.shotcut.org/
# Screen Recording
https://techwiser.com/best-screen-recorder-for-ubuntu/
https://www.ubuntupit.com/15-best-linux-screen-recorder-and-how-to-install-those-on-ubuntu/
I decided to try Vokoscreen, got it through SNAP. Has good reviews.
# Command line internet speed testing
https://linuxhint.com/linux_internet_speed_test_apps/
$ wget -O speedtest-cli https://raw.githubusercontent.com/sivel/speedtest-cli/master/speedtest.py
$ chmod +x speedtest-cli
$ ./speedtest-cli --simple
# midnight commander shortcut keys
https://defkey.com/gnu-midnight-commander-shortcuts
- ctrl-r : refresh panel
- ctrl-x, c : chmod dialog
- ctrl+x, o : chown dialog
- alt+? : search dialog
- ctrl+x, a : VFS list
Key | Action | Notes |
Ctrl+a c | new window | |
Ctrl+a n | next window | I bind F12 to this |
Ctrl+a p | previous window | I bind F11 to this |
Ctrl+a " | select window from list | I have window list in the status line |
Ctrl+a Ctrl+a | previous window viewed | |
Ctrl+a S | split terminal horizontally into regions | Ctrl+a c to create new window there |
Ctrl+a | | split terminal vertically into regions | Requires screen >= 4.1 |
Ctrl+a :resize | resize region | |
Ctrl+a :fit | fit screen size to new terminal size | Ctrl+a F is the same. Do after resizing xterm |
Ctrl+a :remove | remove region | Ctrl+a X is the same |
Ctrl+a tab | Move to next region | |
Ctrl+a d | detach screen from terminal | Start screen with -r option to reattach |
Ctrl+a A | set window title | |
Ctrl+a x | lock session | Enter user password to unlock |
Ctrl+a [ | enter scrollback/copy mode | Enter to start and end copy region. Ctrl+a ] to leave this mode |
Ctrl+a ] | paste buffer | Supports pasting between windows |
Ctrl+a > | write paste buffer to file | useful for copying between screens |
Ctrl+a < | read paste buffer from file | useful for pasting between screens |
Ctrl+a ? | show key bindings/command names | Note unbound commands only in man page |
Ctrl+a : | goto screen command prompt | up shows last command entered |
# switch caps and control
Install gnome-tweak-tool
$ sudo apt-get install gnome-tweak-tool
Tweaks -> Keyboard & Mouse -> Keyboard section, click on "Additional Layout Options" button -> Ctrl Position -> Swap Ctrl and Caps Lock
# Gnome extensions
AlternateTab, Applications Menu, Bing Wallpaper Changer, CPU Power Manager, Directories/Folders First, Easy Docker Containers, Files Menu, Impatience, Lock Keys, Nothing to Say, OpenWeather, Printers, Refresh Wifi Connections, Screenshot Tool, Sound Input&Output Device Chooser, SysPeek-GS, TopIcons Plus, Tweaks in System Menu, VirtualBox applet, Volume Mixer, Workspace Indicator, Workspace Matrix
No comments:
Post a Comment