Microsoft plans to add support for exFAT to the Linux Kernel
XDA Developers: Microsoft plans to add support for exFAT to the Linux kernel.
https://www.xda-developers.com/microsoft-exfat-linux-kernel/
https://redd.it/cyzaur
@r_linux
XDA Developers: Microsoft plans to add support for exFAT to the Linux kernel.
https://www.xda-developers.com/microsoft-exfat-linux-kernel/
https://redd.it/cyzaur
@r_linux
XDA Developers
Microsoft plans to add support for exFAT to the Linux kernel
Microsoft plans to add support for exFAT to the Linux kernel, meaning that you will finally be able to just "plug and play" your exFAT USBs and SD cards.
Demo of OpenVSwitch VXLAN and BIGIP VXLAN connection
https://www.youtube.com/watch?v=38uHNl0kmeI&feature=share
https://redd.it/cyt65e
@r_linux
https://www.youtube.com/watch?v=38uHNl0kmeI&feature=share
https://redd.it/cyt65e
@r_linux
YouTube
Demo of OpenVSwitch VXLAN and BIGIP VXLAN connection
Here is a quick demo on setting up OpenVSwitch VXLAN network with BIGIP VXLAN network. A Good deep dive of OpenvSwitch https://arthurchiao.github.io/blog/ovs...
Desktop performance megathread..
Can we create a thread about techniques for increasing performance / responsiveness / battery life of Linux desktop in general, as well as various highly used applications (Eg: Firefox, libreoffice), It may be especially useful for those of us with low end PCs. One top level comment per technique please..
https://redd.it/cz0zh8
@r_linux
Can we create a thread about techniques for increasing performance / responsiveness / battery life of Linux desktop in general, as well as various highly used applications (Eg: Firefox, libreoffice), It may be especially useful for those of us with low end PCs. One top level comment per technique please..
https://redd.it/cz0zh8
@r_linux
reddit
r/linux - Desktop performance megathread..
0 votes and 0 comments so far on Reddit
Maps in GNOME 3.34 comes with improved search, open URLs in the app and share dialog
http://ml4711.blogspot.com/2019/09/maps-and-gnome-334.html
https://redd.it/cz1e7b
@r_linux
http://ml4711.blogspot.com/2019/09/maps-and-gnome-334.html
https://redd.it/cz1e7b
@r_linux
Blogspot
Maps and GNOME 3.34
Just released Maps 3.33.92, the last beta release before the GNOME 3.34.0 release next week. I've already covered other news earlier, such...
Feaneron's GUADEC 2019 update: Vendor Styles coming to GNOME
https://feaneron.com/2019/09/02/guadec-2019/
https://redd.it/cz1lxi
@r_linux
https://feaneron.com/2019/09/02/guadec-2019/
https://redd.it/cz1lxi
@r_linux
Georges Stavracas
GUADEC 2019
I am happy to say that every GUADEC that I attended so far was absolutely fantastic. The 2019 edition of the conference, however, will have a special place in my heart for several reasons. Let̵…
Preinstalled Linux in Thinkpad p1/x1 carbon.
Recently I’ve been considering switching from the macOS world to the Linux world. I’m strongly considering purchasing a p1 or x1 carbon and running either Ubuntu or Linux Mint on it. I would prefer it to be preinstalled and found LAC Portland to be a source to purchase this from. I have several concerns: how reliable is this company? Do all the functions work properly such as sleep, finger scanner, etc? What happens when I have to upgrade LTS, will I face compatibility issues on getting everything to work once again? Any and all help/recommendations are appreciated.
https://redd.it/cz2173
@r_linux
Recently I’ve been considering switching from the macOS world to the Linux world. I’m strongly considering purchasing a p1 or x1 carbon and running either Ubuntu or Linux Mint on it. I would prefer it to be preinstalled and found LAC Portland to be a source to purchase this from. I have several concerns: how reliable is this company? Do all the functions work properly such as sleep, finger scanner, etc? What happens when I have to upgrade LTS, will I face compatibility issues on getting everything to work once again? Any and all help/recommendations are appreciated.
https://redd.it/cz2173
@r_linux
reddit
r/linux - Preinstalled Linux in Thinkpad p1/x1 carbon.
0 votes and 11 comments so far on Reddit
Choosing a Linux system
I am only a computer enthusiast, I play games do some art and programming, for most of my OS experience it has been Windows and it was a pain in the ass to customise anything without having to worry about reinstalling to have a unbloated OS I moved to Ubuntu during 18.04 period and embraced the power of Linux.
I now want to have a partially custom Linux system in my desktop, by partially I mean I do not want to go LFS, I want a base Linux package which can boot and where I can install some Linux? softwares.
(PS: I did install base Arch Linux with xorg and xfce before writing this post)
https://redd.it/cz1ohl
@r_linux
I am only a computer enthusiast, I play games do some art and programming, for most of my OS experience it has been Windows and it was a pain in the ass to customise anything without having to worry about reinstalling to have a unbloated OS I moved to Ubuntu during 18.04 period and embraced the power of Linux.
I now want to have a partially custom Linux system in my desktop, by partially I mean I do not want to go LFS, I want a base Linux package which can boot and where I can install some Linux? softwares.
(PS: I did install base Arch Linux with xorg and xfce before writing this post)
https://redd.it/cz1ohl
@r_linux
reddit
r/linux - Choosing a Linux system
2 votes and 12 comments so far on Reddit
rsyslog adding characters to log lines
Hi all,
I wonder if anyone can offer an explanation or fix for this. We send all of our FW log data to rsyslog, which in-turn has Filebeat sending the log lines to Logstash. Rsyslog appears to be adding extra characters in the log lines, like so -
<158>1 2019-09-03T06:53:37.117+01:00 CLUSTER0-n2 - - -2 - PFE_FW_SYSLOG_IP: FW: reth0.0
<158>1 2019-09-03T06:53:38.113+01:00 CLUSTER0-n2 - - -2 - PFE_FW_SYSLOG_IP: FW: reth0.0
What I'd expect is actually -
<158>1 2019-09-03T06:53:28.112+01:00 CLUSTER0-n2 - - - - PFE_FW_SYSLOG_IP: FW: reth0.0
<158>1 2019-09-03T06:53:37.114+01:00 CLUSTER0-n2 - - - - PFE_FW_SYSLOG_IP: FW: reth0.0
As a consequence, some of the Logstash rules we have aren't matching.
I know I could rewrite the Logstash rules to fix this, but a PCAP shows that the sending device which is exporting to rsyslog isn't itself adding the extra characters in. The next in-line is rsyslog as the receiver and writer to disk.
Does anyone have any idea why this is happening, or how to fix it? It's happening on two hosts, which are VM's and have no underlying hardware or resource issues.
Cheers
Andy
https://redd.it/cz2a21
@r_linux
Hi all,
I wonder if anyone can offer an explanation or fix for this. We send all of our FW log data to rsyslog, which in-turn has Filebeat sending the log lines to Logstash. Rsyslog appears to be adding extra characters in the log lines, like so -
<158>1 2019-09-03T06:53:37.117+01:00 CLUSTER0-n2 - - -2 - PFE_FW_SYSLOG_IP: FW: reth0.0
<158>1 2019-09-03T06:53:38.113+01:00 CLUSTER0-n2 - - -2 - PFE_FW_SYSLOG_IP: FW: reth0.0
What I'd expect is actually -
<158>1 2019-09-03T06:53:28.112+01:00 CLUSTER0-n2 - - - - PFE_FW_SYSLOG_IP: FW: reth0.0
<158>1 2019-09-03T06:53:37.114+01:00 CLUSTER0-n2 - - - - PFE_FW_SYSLOG_IP: FW: reth0.0
As a consequence, some of the Logstash rules we have aren't matching.
I know I could rewrite the Logstash rules to fix this, but a PCAP shows that the sending device which is exporting to rsyslog isn't itself adding the extra characters in. The next in-line is rsyslog as the receiver and writer to disk.
Does anyone have any idea why this is happening, or how to fix it? It's happening on two hosts, which are VM's and have no underlying hardware or resource issues.
Cheers
Andy
https://redd.it/cz2a21
@r_linux
reddit
r/linux - rsyslog adding characters to log lines
2 votes and 1 comment so far on Reddit
ddgr - DuckDuckGo from the terminal v1.7 released!
https://github.com/jarun/ddgr/releases/tag/v1.7
https://redd.it/cz4s3l
@r_linux
https://github.com/jarun/ddgr/releases/tag/v1.7
https://redd.it/cz4s3l
@r_linux
GitHub
jarun/ddgr
:duck: DuckDuckGo from the terminal. Contribute to jarun/ddgr development by creating an account on GitHub.
Warsaw (Poland) transport system uses terminal to show tram timetables
https://redd.it/cz6fwz
@r_linux
https://redd.it/cz6fwz
@r_linux
Apparently They Use KDE and LibreOffice In the Afterlife (The Good Place)
https://redd.it/cz7d7t
@r_linux
https://redd.it/cz7d7t
@r_linux
reddio v0.3 released (command-line interface for Reddit)
https://gitlab.com/aaronNG/reddio/-/tags/v0.3
https://redd.it/cz6vu4
@r_linux
https://gitlab.com/aaronNG/reddio/-/tags/v0.3
https://redd.it/cz6vu4
@r_linux
GitLab
v0.3 · Tags · Aaron G / reddio
a command-line interface for Reddit written in POSIX sh
Anybody moved after years on advanced distros (Gentoo, Void, Arch, Debian) to more user friendly ones (Fedora, Ubuntu, Solus)? Why you did and which one you chose?
Thinking of moving from Void to Fedora when the 31 Beta arrives.
But every time i do something like that, i end up coming back and setting everything up again. Then in the middle of setting everything up, i get fed up and wish i had stayed in the more "automated" distros.
https://redd.it/cz8ich
@r_linux
Thinking of moving from Void to Fedora when the 31 Beta arrives.
But every time i do something like that, i end up coming back and setting everything up again. Then in the middle of setting everything up, i get fed up and wish i had stayed in the more "automated" distros.
https://redd.it/cz8ich
@r_linux
reddit
r/linux - Anybody moved after years on advanced distros (Gentoo, Void, Arch, Debian) to more user friendly ones (Fedora, Ubuntu…
9 votes and 27 comments so far on Reddit
Teardown of a Failed Linux LTS Spectre Fix
https://grsecurity.net/teardown_of_a_failed_linux_lts_spectre_fix.php
https://redd.it/cza2w6
@r_linux
https://grsecurity.net/teardown_of_a_failed_linux_lts_spectre_fix.php
https://redd.it/cza2w6
@r_linux
grsecurity.net
grsecurity - Teardown of a Failed Linux LTS Spectre Fix
An in-depth analysis of the journey of a Spectre fix into the upstream LTS kernels that left its users with nothing more than a false sense of security.
Any architects (buildings, not software) here who use a linux at work?
Hey everyone,
I was wondering whether Linux could be a daily driver for architects. Is there any proprietary software that would give problems?
A young friend of mine has started studying architecture and was working in an architects office where everyone told her to buy a MacBook. 1k € is way too much for a student (apart from the obvious fact that mac is utter garbage). She was now asking me whether to go for it or not, but I can't really tell her to go for Linux since I absolutely don't know if that will give her trouble down the line, considering some proprietory software that every architect uses of which I don't know of.
Any architects who use Linux as their daily driver that can shed some light?
Have a nice day!
https://redd.it/cz7cq2
@r_linux
Hey everyone,
I was wondering whether Linux could be a daily driver for architects. Is there any proprietary software that would give problems?
A young friend of mine has started studying architecture and was working in an architects office where everyone told her to buy a MacBook. 1k € is way too much for a student (apart from the obvious fact that mac is utter garbage). She was now asking me whether to go for it or not, but I can't really tell her to go for Linux since I absolutely don't know if that will give her trouble down the line, considering some proprietory software that every architect uses of which I don't know of.
Any architects who use Linux as their daily driver that can shed some light?
Have a nice day!
https://redd.it/cz7cq2
@r_linux
reddit
r/linux - Any architects (buildings, not software) here who use a linux at work?
6 votes and 7 comments so far on Reddit
Charging Money For Linux Distros And Open Source Software? It's More Successful Than You Think
https://www.forbes.com/sites/jasonevangelho/2019/09/03/paying-for-linux-distros-and-foss-software-successful-elementary-os/amp/
https://redd.it/czcb9l
@r_linux
https://www.forbes.com/sites/jasonevangelho/2019/09/03/paying-for-linux-distros-and-foss-software-successful-elementary-os/amp/
https://redd.it/czcb9l
@r_linux
Forbes
Charging Money For Linux Distros And Open Source Software? It's More Successful Than You Think
The founder of elementary OS shares two experiences that may change how users and other Linux distributions think about donation models.
Linux news: Latest Linux kernel updates by core kernel developer Greg Kr...
https://www.youtube.com/watch?v=KvCkr75H2kY&feature=share
https://redd.it/cz6406
@r_linux
https://www.youtube.com/watch?v=KvCkr75H2kY&feature=share
https://redd.it/cz6406
@r_linux
YouTube
Linux news: Latest Linux kernel updates by core kernel developer Greg Kroah-Hartman (2019)
Linux future seems bright. All major companies have rallied around Linux. Check the interview here: https://www.tfir.io/2019/09/01/lets-talk-to-linux-kernel-...