Terminal for custom links to files and directories.
I am looking for terminal for i3 window manager. At this point I am keen to choose urxvt or st, but I do not say 'no' to others. However, there are 2 features, that would be super useful for me, that no one writes about or shows on youtube videos. Namely,
1. I would like to be able to quickly navigate to the paths that are displayed in the terminal. Something similar to opening the urls. I would like to have an option to cd to this path in the current terminal or open the new one. This would probably save me minutes per day as I often use programs that log something like: 'for more details check directory /path/to/dir'. If cd happens in the same terminal, it would be also user super useful to have an shortcut to come back to the previous working directory.
2. The second functionality is very similar, but it concerns files. I would like to be able to open them easily in vim in the current terminal or in the new terminal.
https://redd.it/dyh4r1
@r_linux
I am looking for terminal for i3 window manager. At this point I am keen to choose urxvt or st, but I do not say 'no' to others. However, there are 2 features, that would be super useful for me, that no one writes about or shows on youtube videos. Namely,
1. I would like to be able to quickly navigate to the paths that are displayed in the terminal. Something similar to opening the urls. I would like to have an option to cd to this path in the current terminal or open the new one. This would probably save me minutes per day as I often use programs that log something like: 'for more details check directory /path/to/dir'. If cd happens in the same terminal, it would be also user super useful to have an shortcut to come back to the previous working directory.
2. The second functionality is very similar, but it concerns files. I would like to be able to open them easily in vim in the current terminal or in the new terminal.
https://redd.it/dyh4r1
@r_linux
reddit
Terminal for custom links to files and directories.
I am looking for terminal for i3 window manager. At this point I am keen to choose urxvt or st, but I do not say 'no' to others. However, there...
Hibernate Progress Bar
I remember that while I was using **OpenSUSE**., the **hibernate** feature has a console progress bar...
Many years passed. Now using **Arch** linux but... just see a black screen and not have informed anything about...
Why linux kernel has not such a feature by default, I don't know.
What is your distro? Do you have any progress bar while hibernating or just watch black screen?
Thanks
https://redd.it/dy6zmn
@r_linux
I remember that while I was using **OpenSUSE**., the **hibernate** feature has a console progress bar...
Many years passed. Now using **Arch** linux but... just see a black screen and not have informed anything about...
Why linux kernel has not such a feature by default, I don't know.
What is your distro? Do you have any progress bar while hibernating or just watch black screen?
Thanks
https://redd.it/dy6zmn
@r_linux
reddit
Hibernate Progress Bar
I remember that while I was using **OpenSUSE**., the **hibernate** feature has a console progress bar... Many years passed. Now using **Arch**...
How to add packages to linux iso in bootable pendrive?
I wanna use Puppy Linux bootable from my pendrive. And the PC is offline. I wanted to add vim and nano in that Puppy Linux iso and make my pendrive bootable so that I can use Vim and nano in my offline PC. How to do so?
https://redd.it/dykr40
@r_linux
I wanna use Puppy Linux bootable from my pendrive. And the PC is offline. I wanted to add vim and nano in that Puppy Linux iso and make my pendrive bootable so that I can use Vim and nano in my offline PC. How to do so?
https://redd.it/dykr40
@r_linux
reddit
How to add packages to linux iso in bootable pendrive?
I wanna use Puppy Linux bootable from my pendrive. And the PC is offline. I wanted to add vim and nano in that Puppy Linux iso and make my...
Fixing the font problem on Linux
Hi all,
I recently partitioned my laptop and installed Debian (after a few other distros) , it works really well for me on my XPS 9550 but I got hit with the terrible font problem in Linux. Text and the terminal look great but apps look blurry and awful.
Well, I came across this article and solution. After following the steps of installing the Noto font everything looks great on my Debian 10.
[https://pandasauce.org/post/linux-fonts/](https://pandasauce.org/post/linux-fonts/)
​
sudo apt install fonts-noto
## Tweak Tool
​
* Hinting: Slight
, which translates to “autohint”. I suggest it because it exhibits the advance widths rounding issue in kerning pairs the least. Personally, I use full hinting with v38.
* Anti-aliasing: Subpixel
* Window Titles: Noto Sans UI Regular 11
or Noto Sans Display Regular 11
(renamed in newer versions)
* Interface: Noto Sans UI Regular 10
or Noto Sans Display Regular 10
(renamed in newer versions)
* Documents: Noto Serif Regular 11
* Monospace: Noto Mono Regular 13
## Application Settings
I find that different applications render best with certain font sizes set. Most likely, this is because it forces the least broken glyph form in absence of subpixel positioning which would give me a non-broken glyph.
Here they are:
​
* Terminator: Ubuntu Mono 13.5
* Sublime Text: Ubuntu Mono 13.4
, padding-top 4
, padding-bottom 4
* IntelliJ: Ubuntu Mono 18
, line height 1.4
* Chrome, Spotify, Slack, Electron apps: add --disable-font-subpixel-positioning
to the shortcut. I used to [manually patch every binary release of Chrome](https://gist.github.com/pandasauce/398c080f9054f05bee6e1c465416b53b) to enable subpixel positioning, but thanks to [this bug in Chromium](https://bugs.chromium.org/p/chromium/issues/detail?id=824153#c39) that turned out to be not necessary.
​
Long live Noto :)
https://redd.it/dyl9qs
@r_linux
Hi all,
I recently partitioned my laptop and installed Debian (after a few other distros) , it works really well for me on my XPS 9550 but I got hit with the terrible font problem in Linux. Text and the terminal look great but apps look blurry and awful.
Well, I came across this article and solution. After following the steps of installing the Noto font everything looks great on my Debian 10.
[https://pandasauce.org/post/linux-fonts/](https://pandasauce.org/post/linux-fonts/)
​
sudo apt install fonts-noto
## Tweak Tool
​
* Hinting: Slight
, which translates to “autohint”. I suggest it because it exhibits the advance widths rounding issue in kerning pairs the least. Personally, I use full hinting with v38.
* Anti-aliasing: Subpixel
* Window Titles: Noto Sans UI Regular 11
or Noto Sans Display Regular 11
(renamed in newer versions)
* Interface: Noto Sans UI Regular 10
or Noto Sans Display Regular 10
(renamed in newer versions)
* Documents: Noto Serif Regular 11
* Monospace: Noto Mono Regular 13
## Application Settings
I find that different applications render best with certain font sizes set. Most likely, this is because it forces the least broken glyph form in absence of subpixel positioning which would give me a non-broken glyph.
Here they are:
​
* Terminator: Ubuntu Mono 13.5
* Sublime Text: Ubuntu Mono 13.4
, padding-top 4
, padding-bottom 4
* IntelliJ: Ubuntu Mono 18
, line height 1.4
* Chrome, Spotify, Slack, Electron apps: add --disable-font-subpixel-positioning
to the shortcut. I used to [manually patch every binary release of Chrome](https://gist.github.com/pandasauce/398c080f9054f05bee6e1c465416b53b) to enable subpixel positioning, but thanks to [this bug in Chromium](https://bugs.chromium.org/p/chromium/issues/detail?id=824153#c39) that turned out to be not necessary.
​
Long live Noto :)
https://redd.it/dyl9qs
@r_linux
Gist
Chrome 75.0.3770.142 font rendering fix
Chrome 75.0.3770.142 font rendering fix. GitHub Gist: instantly share code, notes, and snippets.
AT&T Released Danos Code to Linux Foundation
https://www.danosproject.org/
https://redd.it/dykvgk
@r_linux
https://www.danosproject.org/
https://redd.it/dykvgk
@r_linux
reddit
AT&T Released Danos Code to Linux Foundation
Posted in r/linux by u/modelop • 18 points and 1 comment
Debian's genreral resolution about init diversity and systemd
https://www.debian.org/vote/2019/vote_002
https://redd.it/dyp8fn
@r_linux
https://www.debian.org/vote/2019/vote_002
https://redd.it/dyp8fn
@r_linux
reddit
Debian's genreral resolution about init diversity and systemd
Posted in r/linux by u/dbrass • 31 points and 13 comments
Coreboot announces new version 4.11
https://blogs.coreboot.org/blog/2019/11/19/announcing-coreboot-4-11/
https://redd.it/dyp2pg
@r_linux
https://blogs.coreboot.org/blog/2019/11/19/announcing-coreboot-4-11/
https://redd.it/dyp2pg
@r_linux
coreboot
Announcing coreboot 4.11
The coreboot project is proud to announce to have released coreboot 4.11. This release cycle was a bit shorter to get closer to our regular schedule of releasing in spring and autumn. Since 4.10 there were 1630 new commits by over 130 developers. Of these…
Weekly Questions and Hardware Thread - November 20, 2019
Welcome to r/linux! If you're new to Linux or trying to get started this thread is for you. Get help here or as always, check out r/linuxquestions or r/linux4noobs
This megathread is for all your question needs. As we don't allow questions on r/linux outside of this megathread, please consider using r/linuxquestions or r/linux4noobs for the best solution to your problem.
Ask your hardware requests here too or try r/linuxhardware!
https://redd.it/dywizc
@r_linux
Welcome to r/linux! If you're new to Linux or trying to get started this thread is for you. Get help here or as always, check out r/linuxquestions or r/linux4noobs
This megathread is for all your question needs. As we don't allow questions on r/linux outside of this megathread, please consider using r/linuxquestions or r/linux4noobs for the best solution to your problem.
Ask your hardware requests here too or try r/linuxhardware!
https://redd.it/dywizc
@r_linux
reddit
Weekly Questions and Hardware Thread - November 20, 2019
Welcome to r/linux! If you're new to Linux or trying to get started this thread is for you. Get help here or as always, check out r/linuxquestions...
Google outlines plans for mainline Linux kernel support in Android
https://arstechnica.com/gadgets/2019/11/google-outlines-plans-for-mainline-linux-kernel-support-in-android/
https://redd.it/dyv2qi
@r_linux
https://arstechnica.com/gadgets/2019/11/google-outlines-plans-for-mainline-linux-kernel-support-in-android/
https://redd.it/dyv2qi
@r_linux
Ars Technica
Google outlines plans for mainline Linux kernel support in Android
Google wants less forking, more modularization for Android's Linux kernel.
65 Linux Networking Commands and Scripts and Programs [REDUX]
# My [latest post](https://www.reddit.com/r/linux/comments/dxkwg1/59_linux_networking_commands_and_noscripts/), got removed with a petty [copyright notice](https://i.imgur.com/H07u79A.png)!
"*Mere listings of ingredients or contents*" - is ***not*** ***protected*** by copyright according to copyright.gov [Circular 1](https://www.copyright.gov/circs/circ01.pdf).
So here is a modified list with updated denoscriptions, the suggestions from the previous thread and my own additions. I hope you find it useful.
For easier managing I've created a [github repo](https://github.com/friskfrysefrugt/awesome-networking), you're very welcome to make any suggestions/pull requests there.
1. [arpwatch](https://linux.die.net/man/8/arpwatch) – keep track of ethernet/ip address pairings.
2. [bmon](https://github.com/tgraf/bmon) – bandwidth monitor and rate estimator.
3. [bwm-ng](https://www.gropp.org/?id=projects&sub=bwm-ng) – console-based live network and disk io bandwidth monitor.
4. [curl](https://curl.haxx.se/) – transfer data with URLs. (alternatives [aria2](https://github.com/aria2/aria2), [httpie](https://httpie.org/))
5. [darkstat](https://unix4lyfe.org/darkstat/) – Captures network traffic, calculates statistics, and serves reports over HTTP.
6. [dhclient](https://linux.die.net/man/8/dhclient) – Dynamic Host Configuration Protocol Client.
7. [dhcpcd](https://wiki.archlinux.org/index.php/Dhcpcd) \- RFC2131 compliant DHCP client daemon.
8. [dig](https://linux.die.net/man/1/dig) – DNS lookup utility.
9. [dstat](https://github.com/dagwieers/dstat) – A versatile resource statistics tool
10. [ethtool](https://mirrors.edge.kernel.org/pub/software/network/ethtool/) – utility for controlling network drivers and hardware.
11. [gated](https://www.oreilly.com/library/view/linux-in-a/0596000251/re101.html) – gateway routing daemon.
12. [host](https://linux.die.net/man/1/host) – DNS lookup utility.
13. [hping](http://www.hping.org/) – TCP/IP packet assembler/analyzer.
14. [ibmonitor](http://ibmonitor.sourceforge.net/) – shows bandwidth and total data transferred.
15. [ifstat](http://gael.roualland.free.fr/ifstat/) – report network interfaces bandwidth.
16. [iftop](http://www.ex-parrot.com/pdw/iftop/) – display bandwidth usage.
17. [ip](https://access.redhat.com/sites/default/files/attachments/rh_ip_command_cheatsheet_1214_jcs_print.pdf) (PDF file) – ifconfig on steroids.
18. [iperf3](https://github.com/esnet/iperf) – A TCP, UDP, and SCTP network bandwidth measurement tool.
19. [iproute2](https://wiki.linuxfoundation.org/networking/iproute2) – collection of utilities for controlling TCP/IP.
20. [iptables](https://netfilter.org/) – utility for configuring Linux kernel [firewall](https://wiki.archlinux.org/index.php/Firewall).
21. [IPTraf](https://sourceforge.net/projects/iptraf-ng/) – Console-based network monitoring utility.
22. [iputils](https://wiki.linuxfoundation.org/networking/iputils) – Network monitoring tools, including ping.
23. [iw](https://wireless.wiki.kernel.org/en/users/documentation/iw) – a new nl80211 based CLI configuration utility for wireless devices.
24. [jwhois](https://github.com/jonasob/jwhois/) (improved whois) – client for the whois service.
25. [“lsof -i”](https://www.novell.com/coolsolutions/tip/18078.html) – reveal information about your network sockets.
26. [Lynis](https://cisofy.com/lynis/) \- Auditing, system hardening, compliance testing
27. [mtr](http://www.bitwizard.nl/mtr/) – network diagnostic tool.
28. [net-tools](http://net-tools.sourceforge.net/) – the collection of base networking utilities for Linux.
29. [ncat](https://nmap.org/ncat/) – much-improved re-implementation of the venerable [Netcat](http://sectools.org/tool/netcat/).
30. [nethogs](https://github.com/raboof/nethogs) – Linux 'net top' tool written in C++.
31. [Netperf](https://github.com/HewlettPackard/netperf) – Network bandwidth benchmark.
32. [netsniff-ng](http://netsniff-ng.org/) – Swiss army knife for your daily Linux network plumbing if you will.
33. [netstat](http://net-tools.s
# My [latest post](https://www.reddit.com/r/linux/comments/dxkwg1/59_linux_networking_commands_and_noscripts/), got removed with a petty [copyright notice](https://i.imgur.com/H07u79A.png)!
"*Mere listings of ingredients or contents*" - is ***not*** ***protected*** by copyright according to copyright.gov [Circular 1](https://www.copyright.gov/circs/circ01.pdf).
So here is a modified list with updated denoscriptions, the suggestions from the previous thread and my own additions. I hope you find it useful.
For easier managing I've created a [github repo](https://github.com/friskfrysefrugt/awesome-networking), you're very welcome to make any suggestions/pull requests there.
1. [arpwatch](https://linux.die.net/man/8/arpwatch) – keep track of ethernet/ip address pairings.
2. [bmon](https://github.com/tgraf/bmon) – bandwidth monitor and rate estimator.
3. [bwm-ng](https://www.gropp.org/?id=projects&sub=bwm-ng) – console-based live network and disk io bandwidth monitor.
4. [curl](https://curl.haxx.se/) – transfer data with URLs. (alternatives [aria2](https://github.com/aria2/aria2), [httpie](https://httpie.org/))
5. [darkstat](https://unix4lyfe.org/darkstat/) – Captures network traffic, calculates statistics, and serves reports over HTTP.
6. [dhclient](https://linux.die.net/man/8/dhclient) – Dynamic Host Configuration Protocol Client.
7. [dhcpcd](https://wiki.archlinux.org/index.php/Dhcpcd) \- RFC2131 compliant DHCP client daemon.
8. [dig](https://linux.die.net/man/1/dig) – DNS lookup utility.
9. [dstat](https://github.com/dagwieers/dstat) – A versatile resource statistics tool
10. [ethtool](https://mirrors.edge.kernel.org/pub/software/network/ethtool/) – utility for controlling network drivers and hardware.
11. [gated](https://www.oreilly.com/library/view/linux-in-a/0596000251/re101.html) – gateway routing daemon.
12. [host](https://linux.die.net/man/1/host) – DNS lookup utility.
13. [hping](http://www.hping.org/) – TCP/IP packet assembler/analyzer.
14. [ibmonitor](http://ibmonitor.sourceforge.net/) – shows bandwidth and total data transferred.
15. [ifstat](http://gael.roualland.free.fr/ifstat/) – report network interfaces bandwidth.
16. [iftop](http://www.ex-parrot.com/pdw/iftop/) – display bandwidth usage.
17. [ip](https://access.redhat.com/sites/default/files/attachments/rh_ip_command_cheatsheet_1214_jcs_print.pdf) (PDF file) – ifconfig on steroids.
18. [iperf3](https://github.com/esnet/iperf) – A TCP, UDP, and SCTP network bandwidth measurement tool.
19. [iproute2](https://wiki.linuxfoundation.org/networking/iproute2) – collection of utilities for controlling TCP/IP.
20. [iptables](https://netfilter.org/) – utility for configuring Linux kernel [firewall](https://wiki.archlinux.org/index.php/Firewall).
21. [IPTraf](https://sourceforge.net/projects/iptraf-ng/) – Console-based network monitoring utility.
22. [iputils](https://wiki.linuxfoundation.org/networking/iputils) – Network monitoring tools, including ping.
23. [iw](https://wireless.wiki.kernel.org/en/users/documentation/iw) – a new nl80211 based CLI configuration utility for wireless devices.
24. [jwhois](https://github.com/jonasob/jwhois/) (improved whois) – client for the whois service.
25. [“lsof -i”](https://www.novell.com/coolsolutions/tip/18078.html) – reveal information about your network sockets.
26. [Lynis](https://cisofy.com/lynis/) \- Auditing, system hardening, compliance testing
27. [mtr](http://www.bitwizard.nl/mtr/) – network diagnostic tool.
28. [net-tools](http://net-tools.sourceforge.net/) – the collection of base networking utilities for Linux.
29. [ncat](https://nmap.org/ncat/) – much-improved re-implementation of the venerable [Netcat](http://sectools.org/tool/netcat/).
30. [nethogs](https://github.com/raboof/nethogs) – Linux 'net top' tool written in C++.
31. [Netperf](https://github.com/HewlettPackard/netperf) – Network bandwidth benchmark.
32. [netsniff-ng](http://netsniff-ng.org/) – Swiss army knife for your daily Linux network plumbing if you will.
33. [netstat](http://net-tools.s
reddit
59 Linux Networking commands and noscripts
[ Removed by reddit in response to a copyright notice. ]
ourceforge.net/man/netstat.8.html) – Print network connections, routing tables, interface statistics, masquerade connections, etc.
34. [netwatch](http://www.slctech.org/~mackay/NETWATCH/netwatch.html) – monitor network connections.
35. [ngrep](https://github.com/jpr5/ngrep/) – ngrep is like GNU grep applied to the network layer.
36. [nload](http://www.roland-riegel.de/nload) – Monitors network traffic and bandwidth usage.
37. [nmap](https://nmap.org/) – Nmap ("Network Mapper") utility for network discovery and security auditing.
38. [nmcli](https://developer.gnome.org/NetworkManager/stable/nmcli.html) – command-line tool for controlling [NetworkManager](https://wiki.gnome.org/Projects/NetworkManager)
39. [nmtui](https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/7/html/Networking_Guide/sec-Networking_Config_Using_nmtui.html) – provides a text interface to configure networking by controlling [NetworkManager](https://wiki.gnome.org/Projects/NetworkManager).
40. [nslookup](https://en.wikipedia.org/wiki/Nslookup) – for querying DNS to obtain [domain name](https://en.wikipedia.org/wiki/Domain_name) or [IP address](https://en.wikipedia.org/wiki/IP_address) mapping. (alternative [dnslookup](https://github.com/ameshkov/dnslookup))
41. [openssl](https://www.openssl.org/) \- The Open Source toolkit for SSL and TLS protocols.
42. [openvpn](https://openvpn.net/index.php/open-source.html) \- robust and highly configurable VPN
43. [paping](https://github.com/rampageX/paping) \- TCP ping on specific port.
44. [ping](https://en.wikipedia.org/wiki/Ping_(networking_utility)) – send icmp echo\_request to network hosts.
45. [iproute2](https://git.kernel.org/pub/scm/network/iproute2/iproute2.git) (route) – show / manipulate the IP routing table.
46. [slurm](https://github.com/mattthias/slurm) – yet another network load monitor.
47. [snort](https://www.snort.org/) – A lightweight network intrusion detection system.
48. [smokeping](https://oss.oetiker.ch/smokeping/) – A tool to keep track of your network latency.
49. [socat](http://www.dest-unreach.org/socat/) – relay for bidirectional data transfer between two independent data channels
50. [ss](http://linux-ip.net/gl/ss/) – another utility to investigate sockets.
51. [ssh](https://linux.die.net/man/1/ssh) – the infamous Secure Shell protocol.
52. [speedometer](http://excess.org/speedometer/) – Measure and display the rate of data across a network connection or data being stored in a file.
53. [speedtest-cli](https://github.com/sivel/speedtest-cli) – for testing internet bandwidth using speedtest.net
54. [systemd-networkd](https://wiki.archlinux.org/index.php/Systemd-networkd) \- a system daemon that manages network configurations
55. [tcpdump](https://www.tcpdump.org/) – dump traffic on a network.
56. [tcptrack](https://github.com/bchretien/tcptrack) – displays information about TCP connections on a network interface.
57. [telnet](https://www.unix.com/man-page/linux/1/telnet/) – User interface to [TELNET](https://en.wikipedia.org/wiki/Telnet).
58. [tracepath](https://linux.die.net/man/8/tracepath) – traces path to a network host discovering MTU along this path (similar traceroute)
59. [traceroute](http://traceroute.sourceforge.net/) – Tracks the route taken by packets over an IP network.
60. [vnStat](https://humdi.net/vnstat/) – A console-based network traffic monitor.
61. [websocat](https://github.com/vi/websocat) – CLI client for web sockets, like netcat/curl/socat for ws://
62. [wget](https://www.gnu.org/software/wget/) – Network utility to retrieve files from the Web
63. [WireGuard](https://www.wireguard.com/) \- extremely simple yet fast and modern VPN.
64. [wireless\_tools](https://hewlettpackard.github.io/wireless-tools/Tools.html) – Tools allowing to manipulate the Wireless Extensions.
65. [Wireshark](https://www.wireshark.org/) – network protocol analyzer.
This time I've redacted my courtesy link to the blog. Suck a chode [H. Jaymes](https://i.kym-cdn.com/photos/images/newsfeed/001/307/426/92d.jpg).
https://redd.it/dz07yn
@r_linux
34. [netwatch](http://www.slctech.org/~mackay/NETWATCH/netwatch.html) – monitor network connections.
35. [ngrep](https://github.com/jpr5/ngrep/) – ngrep is like GNU grep applied to the network layer.
36. [nload](http://www.roland-riegel.de/nload) – Monitors network traffic and bandwidth usage.
37. [nmap](https://nmap.org/) – Nmap ("Network Mapper") utility for network discovery and security auditing.
38. [nmcli](https://developer.gnome.org/NetworkManager/stable/nmcli.html) – command-line tool for controlling [NetworkManager](https://wiki.gnome.org/Projects/NetworkManager)
39. [nmtui](https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/7/html/Networking_Guide/sec-Networking_Config_Using_nmtui.html) – provides a text interface to configure networking by controlling [NetworkManager](https://wiki.gnome.org/Projects/NetworkManager).
40. [nslookup](https://en.wikipedia.org/wiki/Nslookup) – for querying DNS to obtain [domain name](https://en.wikipedia.org/wiki/Domain_name) or [IP address](https://en.wikipedia.org/wiki/IP_address) mapping. (alternative [dnslookup](https://github.com/ameshkov/dnslookup))
41. [openssl](https://www.openssl.org/) \- The Open Source toolkit for SSL and TLS protocols.
42. [openvpn](https://openvpn.net/index.php/open-source.html) \- robust and highly configurable VPN
43. [paping](https://github.com/rampageX/paping) \- TCP ping on specific port.
44. [ping](https://en.wikipedia.org/wiki/Ping_(networking_utility)) – send icmp echo\_request to network hosts.
45. [iproute2](https://git.kernel.org/pub/scm/network/iproute2/iproute2.git) (route) – show / manipulate the IP routing table.
46. [slurm](https://github.com/mattthias/slurm) – yet another network load monitor.
47. [snort](https://www.snort.org/) – A lightweight network intrusion detection system.
48. [smokeping](https://oss.oetiker.ch/smokeping/) – A tool to keep track of your network latency.
49. [socat](http://www.dest-unreach.org/socat/) – relay for bidirectional data transfer between two independent data channels
50. [ss](http://linux-ip.net/gl/ss/) – another utility to investigate sockets.
51. [ssh](https://linux.die.net/man/1/ssh) – the infamous Secure Shell protocol.
52. [speedometer](http://excess.org/speedometer/) – Measure and display the rate of data across a network connection or data being stored in a file.
53. [speedtest-cli](https://github.com/sivel/speedtest-cli) – for testing internet bandwidth using speedtest.net
54. [systemd-networkd](https://wiki.archlinux.org/index.php/Systemd-networkd) \- a system daemon that manages network configurations
55. [tcpdump](https://www.tcpdump.org/) – dump traffic on a network.
56. [tcptrack](https://github.com/bchretien/tcptrack) – displays information about TCP connections on a network interface.
57. [telnet](https://www.unix.com/man-page/linux/1/telnet/) – User interface to [TELNET](https://en.wikipedia.org/wiki/Telnet).
58. [tracepath](https://linux.die.net/man/8/tracepath) – traces path to a network host discovering MTU along this path (similar traceroute)
59. [traceroute](http://traceroute.sourceforge.net/) – Tracks the route taken by packets over an IP network.
60. [vnStat](https://humdi.net/vnstat/) – A console-based network traffic monitor.
61. [websocat](https://github.com/vi/websocat) – CLI client for web sockets, like netcat/curl/socat for ws://
62. [wget](https://www.gnu.org/software/wget/) – Network utility to retrieve files from the Web
63. [WireGuard](https://www.wireguard.com/) \- extremely simple yet fast and modern VPN.
64. [wireless\_tools](https://hewlettpackard.github.io/wireless-tools/Tools.html) – Tools allowing to manipulate the Wireless Extensions.
65. [Wireshark](https://www.wireshark.org/) – network protocol analyzer.
This time I've redacted my courtesy link to the blog. Suck a chode [H. Jaymes](https://i.kym-cdn.com/photos/images/newsfeed/001/307/426/92d.jpg).
https://redd.it/dz07yn
@r_linux
“Free as in Freedom”, the new major Jami release
https://jami.net/free-as-in-freedom/
https://redd.it/dyx3fr
@r_linux
https://jami.net/free-as-in-freedom/
https://redd.it/dyx3fr
@r_linux
Jami
“Free as in Freedom”, the new major Jami release
Jami has been evolving continuously since its beginning, but every now and then, we release a major version under a unique name to mark important changes. In the last few months, we added numerous new features and we felt this milestone deserved its own name.…
How is User Support in Krita organized? (+ call for new user supporters)
https://outsideofinfinity.wordpress.com/2019/11/20/how-is-user-support-in-krita-organized/
https://redd.it/dz35zv
@r_linux
https://outsideofinfinity.wordpress.com/2019/11/20/how-is-user-support-in-krita-organized/
https://redd.it/dz35zv
@r_linux
Outside of infinity
How is User Support in Krita organized?
Current situation Some of our users seem to don’t really know how Krita (as a project) functions or not understand how User Support is done (User Support: helping users, solving their problems with…
Krita 4.2.8 Beta is released
https://krita.org/en/item/krita-4-2-8-beta/
https://redd.it/dz245o
@r_linux
https://krita.org/en/item/krita-4-2-8-beta/
https://redd.it/dz245o
@r_linux
krita.org
Krita 4.2.8 Beta | Krita
MindForger - A Linux First Thinking Notebook and Markdown IDE
https://github.com/dvorka/mindforger
https://redd.it/dz40d1
@r_linux
https://github.com/dvorka/mindforger
https://redd.it/dz40d1
@r_linux
GitHub
GitHub - dvorka/mindforger: Thinking notebook and Markdown editor.
Thinking notebook and Markdown editor. Contribute to dvorka/mindforger development by creating an account on GitHub.
Linux Kernel Runtime Guard (LKRG) - kills whole classes of kernel exploits
https://www.whonix.org/wiki/Linux_Kernel_Runtime_Guard_LKRG
https://redd.it/dz7yh3
@r_linux
https://www.whonix.org/wiki/Linux_Kernel_Runtime_Guard_LKRG
https://redd.it/dz7yh3
@r_linux
Kicksecure
Linux Kernel Runtime Guard (LKRG) for Debian, Whonix, Qubes, Kicksecure
LKRG performs runtime integrity checking of the Linux kernel and detection of security vulnerability exploits against the kernel.
Petition for the City of Munich to Remain on Linux (Hearing Date: 11/20/2019 )
Source: [http://www.muenchen.de/dienstleistungsfinder/muenchen/10215207/](http://www.muenchen.de/dienstleistungsfinder/muenchen/10215207/)
Google Translate:
>**In summary, the petitioner / petitioner has the following concerns:**
>
>The petition demands that the city administration maintain the existing operating system LiMux and that no return to Microsoft Windows should take place.
>
>**Input Date**
>
>11/20/2019
>
>**Type of petition**
>
>Collection / mass petition
>
>**Responsible unit**
>
>Board of Directors
>
>**status**
>
>Resolution passed in city council
https://redd.it/dz9cva
@r_linux
Source: [http://www.muenchen.de/dienstleistungsfinder/muenchen/10215207/](http://www.muenchen.de/dienstleistungsfinder/muenchen/10215207/)
Google Translate:
>**In summary, the petitioner / petitioner has the following concerns:**
>
>The petition demands that the city administration maintain the existing operating system LiMux and that no return to Microsoft Windows should take place.
>
>**Input Date**
>
>11/20/2019
>
>**Type of petition**
>
>Collection / mass petition
>
>**Responsible unit**
>
>Board of Directors
>
>**status**
>
>Resolution passed in city council
https://redd.it/dz9cva
@r_linux
Landeshauptstadt München
Einrichtungs- und Dienstleistungsfinder
Boards like ASUS KGPE-D16 - the most powerful coreboot server - are currently being removed from coreboot.
https://review.coreboot.org/c/coreboot/+/36961
https://redd.it/dz2hlt
@r_linux
https://review.coreboot.org/c/coreboot/+/36961
https://redd.it/dz2hlt
@r_linux
reddit
Boards like ASUS KGPE-D16 - the most powerful coreboot server -...
Posted in r/linux by u/Mike-Banon1 • 29 points and 9 comments
An FSF-certified list of Linux-compatible hardware that respects your freedom & privacy!
https://www.reddit.com/r/privacyhardware/comments/dymkrc/an_fsfcertified_list_of_linuxcompatible_hardware/
https://redd.it/dzhq04
@r_linux
https://www.reddit.com/r/privacyhardware/comments/dymkrc/an_fsfcertified_list_of_linuxcompatible_hardware/
https://redd.it/dzhq04
@r_linux
reddit
An FSF-certified list of Linux-compatible hardware that respects...
* [laptops](https://ryf.fsf.org/categories/laptops) * [routers](https://ryf.fsf.org/categories/routers) * [bluetooth...