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...
My switch from macOS to Linux: Why, what I like and how you can do it too
https://markosaric.com/linux/
https://redd.it/dzia28
@r_linux
https://markosaric.com/linux/
https://redd.it/dzia28
@r_linux
Marko Saric
How I switched from macOS to Linux after 15 years of Apple
After using Macs for fifteen years, I switched to Linux as my main operating system and I’m enjoying it. Here’s an introduction to Linux that may help you too.
Girens a GTK Plex Media Player client just released version 1.1.0
I'm creating a GTK Plex Media Player called [Girens](https://gitlab.gnome.org/tijder/girens). That can be installed as a flatpak from [flathub](https://flathub.org/apps/details/nl.g4d.Girens). There are more Plex clients that can be used on Linux. For example the Plex website and the Plex media Player. Those Plex clients are lacking functions which I like to have. For example: a responsive layout (so you can use it on a small screen), function to download media items to the device and GTK+ is awesome.
Version 1.1.0 has many bug fixes and the following things added:
* Plex token saved with Secret Service
* Advertise as Client on the local network
* Add option to play media without transcoding (direct play)
* About dialog added
* Shortcut dialog added
* Fix crash when playing media
If you have some suggestions or found a bug let me know here or create an issue on [Gitlab](https://gitlab.gnome.org/tijder/girens/issues).
https://redd.it/dzh42b
@r_linux
I'm creating a GTK Plex Media Player called [Girens](https://gitlab.gnome.org/tijder/girens). That can be installed as a flatpak from [flathub](https://flathub.org/apps/details/nl.g4d.Girens). There are more Plex clients that can be used on Linux. For example the Plex website and the Plex media Player. Those Plex clients are lacking functions which I like to have. For example: a responsive layout (so you can use it on a small screen), function to download media items to the device and GTK+ is awesome.
Version 1.1.0 has many bug fixes and the following things added:
* Plex token saved with Secret Service
* Advertise as Client on the local network
* Add option to play media without transcoding (direct play)
* About dialog added
* Shortcut dialog added
* Fix crash when playing media
If you have some suggestions or found a bug let me know here or create an issue on [Gitlab](https://gitlab.gnome.org/tijder/girens/issues).
https://redd.it/dzh42b
@r_linux
GitLab
Tijder / Girens for Plex · GitLab
Girens is a Plex GTK client for playing movies, TV shows and music from your Plex library.
Concept Art with Krita by Ramon Miranda
https://www.youtube.com/watch?v=Isatf5H3jC4
https://redd.it/dzjw0s
@r_linux
https://www.youtube.com/watch?v=Isatf5H3jC4
https://redd.it/dzjw0s
@r_linux
YouTube
Krita for concept art part 1. Jama Jurabaev brushes.
Hello everybody! and welcome to this new video. Today i show you something special. Is related with concept art and how Krita can be interesting even for the better artist out there.
**Jama Jurabaev Artstation profile: https://www.artstation.com/jama
**Link…
**Jama Jurabaev Artstation profile: https://www.artstation.com/jama
**Link…
I'm making an open source search engine called Liberch. It used DuckDuckGo to find sites, but uses its own ranking algorithm and becomes less reliant on DDG over time.
https://liberch.com
https://redd.it/dzo23t
@r_linux
https://liberch.com
https://redd.it/dzo23t
@r_linux
reddit
I'm making an open source search engine called Liberch. It used...
Posted in r/linux by u/karma_corrections • 9 points and 5 comments
Zsync HTTP-based File Transfer Utility Transfers Large Files Efficiently
https://www.cnx-software.com/2019/11/21/zsync-http-based-file-transfer-utility/
https://redd.it/dzkomd
@r_linux
https://www.cnx-software.com/2019/11/21/zsync-http-based-file-transfer-utility/
https://redd.it/dzkomd
@r_linux
CNX Software - Embedded Systems News
Zsync HTTP-based File Transfer Utility Transfers Large Files Efficiently - CNX Software
Zsync is an opensource file transfer utility built on top of rsync algorithm. This helps to download partial/differential files over the HTTP protocol.
Change/Replace Kubuntu by Fedora-KDE (Custom)
Hi, guys.
I want to change/replace my current distro, Kubuntu, by Fedora-KDE. My system has three partitions: (/), /home and /swap, so all I want/need is to change the partition (/). I couldn't find any guides or tutorials to do this. In everything I've seen or read, they always do the installation automatically from scratch; it's pretty rare to find guides or tutorials to replace distros.
In the little I've seen, the installation interface is quite different from Ubuntu/Kubuntu, which is where I come from. There's a video that's quite close, but the process gave me a couple of extra doubts: what is the LVM partition scheme (I've never seen it in Kubuntu) and what is it, what it's for and what does the /boot partition do? What is the ideal/recommended size of the /boot partition?
Another thing to point out, is that I'm going to do the installation via DVD ISO Image, 'cause I just have one USB drive right now and I need it to back up my /home for precaution.
The latter has to do with the integration of my /home and /swap partitions. How do I ensure that they are well integrated with my new (/) Fedora partition?
If you know of guides/tutorials, please share the links with me. Or if anyone would like to respond with a step-by-step answer to do this, you will be welcome.
Thank you.
https://redd.it/dzpr7o
@r_linux
Hi, guys.
I want to change/replace my current distro, Kubuntu, by Fedora-KDE. My system has three partitions: (/), /home and /swap, so all I want/need is to change the partition (/). I couldn't find any guides or tutorials to do this. In everything I've seen or read, they always do the installation automatically from scratch; it's pretty rare to find guides or tutorials to replace distros.
In the little I've seen, the installation interface is quite different from Ubuntu/Kubuntu, which is where I come from. There's a video that's quite close, but the process gave me a couple of extra doubts: what is the LVM partition scheme (I've never seen it in Kubuntu) and what is it, what it's for and what does the /boot partition do? What is the ideal/recommended size of the /boot partition?
Another thing to point out, is that I'm going to do the installation via DVD ISO Image, 'cause I just have one USB drive right now and I need it to back up my /home for precaution.
The latter has to do with the integration of my /home and /swap partitions. How do I ensure that they are well integrated with my new (/) Fedora partition?
If you know of guides/tutorials, please share the links with me. Or if anyone would like to respond with a step-by-step answer to do this, you will be welcome.
Thank you.
https://redd.it/dzpr7o
@r_linux
reddit
Change/Replace Kubuntu by Fedora-KDE (Custom)
Hi, guys. I want to change/replace my current distro, Kubuntu, by Fedora-KDE. My system has three partitions: (/), /home and /swap, so all I...
US Student Allegedly Building Gentoo Linux Platform for ISIS
https://viraltube.my/watch?v=dMRD3dWRfbo
https://redd.it/dzofk5
@r_linux
https://viraltube.my/watch?v=dMRD3dWRfbo
https://redd.it/dzofk5
@r_linux
ViralTube
US Student Allegedly Building Gentoo Linux Platform for ISIS
This is a ZDNet article regarding a student who allegedly stated he was working for ISIS in cyberstalking the US by building a Gentoo Linux platform to do just that. Music Credits: Channel Introductio