Software
Software¶
Awesome Lists¶
Screen Capture / Record Terminal¶
Images¶
Viewing¶
viewnior or gpicview both can be installed using apt-get in Ubuntu.
Editing¶
Gimp¶
Window>Single Dock Mode- Install GimpPS
Audio¶
namp commandline music player
git@github.com:d99kris/namp.git
Radio Tray¶
sudo add-apt-repository ppa:eugenesan/ppa
sudo apt-get update
sudo apt-get install radiotray
USB Boot¶
unetbootin
sudo add-apt-repository ppa:gezakovacs/ppa
sudo apt-get update
sudo apt-get install unetbootin
Encryption¶
Veracrypt¶
Ubuntu PPA
sudo add-apt-repository ppa:unit193/encryption
sudo apt-get update
sudo apt-get install veracrypt
For other distributions you can use the generic installer from the website.
CLI Tools¶
Download Tools¶
aria2 lightweight multi-protocol & multi-source command-line download utility. It supports HTTP/HTTPS, FTP, SFTP, BitTorrent and Metalink. aria2 can be manipulated via built-in JSON-RPC and XML-RPC interfaces.
Jira CLI¶
Their are a few jira CLI’s but I think this one is the best https://github.com/Netflix-Skunkworks/go-jira
Add binary to ~/.local/bin
Add to .bashrc:
eval "$(jira --completion-script-bash)"
export JIRA_API_TOKEN="TOKENGOESHERE"
Jira CLI (new)¶
https://github.com/ankitpokhrel/jira-cli
View Issue¶
jira issue view ISSUE-1
Edit Issue¶
jira issue edit ISSUE-1
Log Work Yesterday¶
jira issue worklog add \
PLAT-394 \
"2h" \
--started $(date -v-1d +'%Y-%m-%d 09:00:00') \
--timezone 'America/New_York'