1200
Comment:
|
3575
|
Deletions are marked like this. | Additions are marked like this. |
Line 3: | Line 3: |
* Links [[NetManSoftware]] , [[SecuritySoftware]] , [[OpenSourceSoftware]] , [[Linux/Software]] | * Links [[NetManSoftware]] , [[SecuritySoftware]] , [[OpenSourceSoftware]] , [[Linux/BootSpeedup]], [[https://mender.io/]] * Get rid of Ubuntu snap and loop mounts {{{ sudo apt purge snapd ubuntu-core-launcher squashfs-tools }}} * Fun software * '''sl''' - train on console when you type ls wrong. * '''forture''' - forture cookies |
Line 5: | Line 13: |
* '''vim-gtk''' - text editor | * '''vim-gtk''' - text editor (atom for more editing with vim module) |
Line 12: | Line 20: |
* '''terminator''' - xterm gnome multi tab |
|
Line 14: | Line 23: |
* '''firehol''' - flexible firewall supporting IPv6 [[FirewallRules]] | * '''firehol''' - flexible firewall supporting IPv6 [[Firewall/Rules]] |
Line 16: | Line 25: |
* '''xca''' - Gui Certificate creation and management, local db. * VPN * '''OpenVpn''' - certificate or psk, tun or tap * '''WireGuard''' - New, easy, fast, as of 201809 not yet in the mainline Linux kernel |
|
Line 18: | Line 31: |
* '''dublin-traceroute''' - https://dublin-traceroute.net/README.md | |
Line 21: | Line 35: |
* '''lldp''' - CDP + LLDP | * '''lldpd''' - CDP + LLDP $ lldpcli show stat |
Line 25: | Line 39: |
* Sync data * '''woof''' - command line http upload download -U allow upload * '''rsync''' - sync directories, by only moving differences * '''syncthing''' - supports mobile and windows, similar to resilio, Dropbox, google-drive but on own infrastructure * '''rclone''' - sync google drive or other cloud services |
|
Line 26: | Line 45: |
* Editor * [[AtomEditor|atom]] - see repo below * atom Plugins * vim-mode-plus * tree-view-git-modified * minimap * platformio-ide-terminal * diodon - clipboard with menu * HIRI - commercial * thunderbird * mutt - terminal * Virtual * virt-manager * qemu-kvm * docker.io |
|
Line 30: | Line 68: |
* Video * '''OpenShot''' - Used to rotate half of a video clip, worked great. * Repo's not in Ubuntu * sudo add-apt-repository ppa:webupd8team/atom * --( sudo apt-add-repository ppa:fingerprint/fingerprint-gui && sudo apt-get update )-- * --( sudo apt-get install libbsapi policykit-1-fingerprint-gui fingerprint-gui )-- * Clone https://github.com/magicmonty/bash-git-prompt * Google Cloud SDK * https://cloud.google.com/sdk/docs/quickstart-debian-ubuntu * sudo apt install virt-manager ocker.io wireshark etherape screen ipcalc mosh terminology atom firehol cdpr iperf qemu-kvm git vagrant aptitude htop synaptic vim-gtk diodon p7zip-full awscli terminator * File management * fslint - find duplicates in filesystem == Tips == * /tmp on [https://blog.ubuntu.com/2016/01/20/data-driven-analysis-tmp-on-tmpfs|tmpfs] {{{ echo "tmpfs /tmp tmpfs rw,nosuid,nodev" | sudo tee -a /etc/fstab }}} |
|
Line 31: | Line 93: |
---- CategoryLinux |
Linux Software
Links NetManSoftware , SecuritySoftware , OpenSourceSoftware , Linux/BootSpeedup, https://mender.io/
Get rid of Ubuntu snap and loop mounts
sudo apt purge snapd ubuntu-core-launcher squashfs-tools
- Fun software
sl - train on console when you type ls wrong.
forture - forture cookies
- Software to install on a new machine. 2016
vim-gtk - text editor (atom for more editing with vim module)
firehol - flexible firewall supporting IPv6
mosh - remote terminal that can change ip
screen - remote screen
gobi-loader - 3g modem firmware loader - ID 0bdb:193e
dnsmasq - Local dns proxy and dhcp server
terminology - xterm
terminator - xterm gnome multi tab
firehol - flexible firewall supporting IPv6 Firewall/Rules
/etc/hosts - file blocking malicious sites. http://someonewhocares.org/hosts/zero/
xca - Gui Certificate creation and management, local db.
- VPN
- Network tools
dublin-traceroute - https://dublin-traceroute.net/README.md
wireshark - sniffer
etherape - visual display of traffic
cdpr - Cisco Discovery Protocol reporter
lldpd - CDP + LLDP $ lldpcli show stat
iperf -
ipcalc - calculates IPv4 subnets and masks on command line.
hostapd - WPA2/EAP Authenticator 802.1x
- Sync data
woof - command line http upload download -U allow upload
rsync - sync directories, by only moving differences
syncthing - supports mobile and windows, similar to resilio, Dropbox, google-drive but on own infrastructure
rclone - sync google drive or other cloud services
- Editor
atom - see repo below
- atom Plugins
- vim-mode-plus
- tree-view-git-modified
- minimap
- platformio-ide-terminal
- atom Plugins
- diodon - clipboard with menu
- Email
- HIRI - commercial
- thunderbird
- mutt - terminal
- Virtual
- virt-manager
- qemu-kvm
- docker.io
- Hacking etc.
iodine - tunnel IPv4 through a DNS server.
- Video
OpenShot - Used to rotate half of a video clip, worked great.
- Repo's not in Ubuntu
- sudo add-apt-repository ppa:webupd8team/atom
sudo apt-add-repository ppa:fingerprint/fingerprint-gui && sudo apt-get update
sudo apt-get install libbsapi policykit-1-fingerprint-gui fingerprint-gui
- Google Cloud SDK
- sudo apt install virt-manager ocker.io wireshark etherape screen ipcalc mosh terminology atom firehol cdpr iperf qemu-kvm git vagrant aptitude htop synaptic vim-gtk diodon p7zip-full awscli terminator
- File management
- fslint - find duplicates in filesystem
Tips
/tmp on [https://blog.ubuntu.com/2016/01/20/data-driven-analysis-tmp-on-tmpfs|tmpfs]
echo "tmpfs /tmp tmpfs rw,nosuid,nodev" | sudo tee -a /etc/fstab
...