out of the box. I sat and drew in Krita for an hour in tablet portrait mode and had no problems. When you're using the pen, it even automatically stops counting your finger touches as input...just like Windows does.
Wifi works around the house and did not drop out even once in an hour of use. All in all, this seems like a good 2 in 1 for linux.
https://redd.it/ctaw8y
@r_linux
Wifi works around the house and did not drop out even once in an hour of use. All in all, this seems like a good 2 in 1 for linux.
https://redd.it/ctaw8y
@r_linux
reddit
r/linux - Dual Boot of Linux Mint Cinnamon 19.2 and Windows 10 on Lenovo Yoga 730 - First Impressions
0 votes and 0 comments so far on Reddit
Weekly Questions and Hardware Thread - August 21, 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/ctbldr
@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/ctbldr
@r_linux
reddit
r/linux - Weekly Questions and Hardware Thread - August 21, 2019
0 votes and 0 comments so far on Reddit
Have you ever wanted real Linux on a mobile device rather than Android OS? I have.
https://www.reddit.com/r/pinephone/comments/ctbbtk/have_you_ever_wanted_real_linux_on_a_mobile/
https://redd.it/ctbmrh
@r_linux
https://www.reddit.com/r/pinephone/comments/ctbbtk/have_you_ever_wanted_real_linux_on_a_mobile/
https://redd.it/ctbmrh
@r_linux
reddit
r/pinephone - Have you ever wanted real Linux on a mobile device rather than Android OS? I have.
0 votes and 1 comment so far on Reddit
Input Latency Reduction On Mutter 3.34
https://gitlab.gnome.org/GNOME/mutter/merge_requests/711
https://redd.it/ctapnw
@r_linux
https://gitlab.gnome.org/GNOME/mutter/merge_requests/711
https://redd.it/ctapnw
@r_linux
GitLab
clutter/stage: Only queue compressible events (!711) · Merge Requests · GNOME / mutter
Incompressible events already pass through unmodified, so queuing them just wasted time and memory. We would however like to keep the ordering of events so we can only apply this...
Updates from the Document Liberation Project (sister project to LibreOffice)
https://blog.documentfoundation.org/blog/2019/08/21/updates-from-the-document-liberation-project/
https://redd.it/ctds9h
@r_linux
https://blog.documentfoundation.org/blog/2019/08/21/updates-from-the-document-liberation-project/
https://redd.it/ctds9h
@r_linux
The Document Foundation Blog
Updates from the Document Liberation Project - The Document Foundation Blog
We mostly focus on LibreOffice on this blog, but The Document Foundation also oversees the Document Liberation Project (DLP), which develops software libraries to import and export many different file formats. If you have some old documents or spreadsheets…
libspng v0.5.0 - simple libpng alternative, up to 35% faster
https://libspng.org/
https://redd.it/cte05z
@r_linux
https://libspng.org/
https://redd.it/cte05z
@r_linux
reddit
r/linux - libspng v0.5.0 - simple libpng alternative, up to 35% faster
0 votes and 2 comments so far on Reddit
Which is your favorite Linux Desktop and why ?
**1)** Which is your favorite Linux Desktop and why ?
**2)** Do you love or hate systemd and do you feel the controversy is over now ? do you miss the old day or you prefer it now ?
**3)** What you run at your job Centos/RedHat or Ubuntu or something else ? Which you prefer or feel is more powerful / stable ?
**4)** Can you do all the same advanced things in AWS with Linux than you can with Azure in term of features set, programming, iso image etc etc ?
**5)** What's the best Alternative in the Linux world to a Office 365 cloud setup ?
https://redd.it/ctcn5v
@r_linux
**1)** Which is your favorite Linux Desktop and why ?
**2)** Do you love or hate systemd and do you feel the controversy is over now ? do you miss the old day or you prefer it now ?
**3)** What you run at your job Centos/RedHat or Ubuntu or something else ? Which you prefer or feel is more powerful / stable ?
**4)** Can you do all the same advanced things in AWS with Linux than you can with Azure in term of features set, programming, iso image etc etc ?
**5)** What's the best Alternative in the Linux world to a Office 365 cloud setup ?
https://redd.it/ctcn5v
@r_linux
reddit
r/linux - Which is your favorite Linux Desktop and why ?
0 votes and 13 comments so far on Reddit
System76's firmware-manager is now available in the AUR
[https://aur.archlinux.org/packages/firmware-manager-git/](https://aur.archlinux.org/packages/firmware-manager-git/)
https://redd.it/ctf8lw
@r_linux
[https://aur.archlinux.org/packages/firmware-manager-git/](https://aur.archlinux.org/packages/firmware-manager-git/)
https://redd.it/ctf8lw
@r_linux
aur.archlinux.org
AUR (en) - firmware-manager-git
Generic framework and GTK UI for firmware updates from system76-firmware and fwupd
Coreutils: about exitcodes and changelogs
Somewhere between 2006 and 2017 they changed the exit codes for `ls` and I'ld like to see when. Just out of curiosity.
Here's an example, I've got these 2 servers:
|Server|OS|Coreutils version|
|:-|:-|:-|
|Server-1|Red Hat 4 (2006)|5.2.1|
|Server-2|CentOS 7 (2017)|8.22|
If I try to `ls nonExistantFile` on Server-1, the exit code is 1, if I try it on Server-2, the exit code is 2.
I had to do a lot of debugging in shitty code to fix that behaviour and now I'm curious: **Is there any way to see a complete changelog in the coreutils?**
https://redd.it/ct12dn
@r_linux
Somewhere between 2006 and 2017 they changed the exit codes for `ls` and I'ld like to see when. Just out of curiosity.
Here's an example, I've got these 2 servers:
|Server|OS|Coreutils version|
|:-|:-|:-|
|Server-1|Red Hat 4 (2006)|5.2.1|
|Server-2|CentOS 7 (2017)|8.22|
If I try to `ls nonExistantFile` on Server-1, the exit code is 1, if I try it on Server-2, the exit code is 2.
I had to do a lot of debugging in shitty code to fix that behaviour and now I'm curious: **Is there any way to see a complete changelog in the coreutils?**
https://redd.it/ct12dn
@r_linux
reddit
r/linux - Coreutils: about exitcodes and changelogs
1 vote and 6 comments so far on Reddit
I ported my free Windows app to Linux, looking for feedback
I have a little GUI tool that adjusts pixel brightness based on screen contents. I made it to reduce eye strain when tabbing back and forth between dark IDEs and Firefox at night. (It also has basic temperature control, which I had to do because unfortunately it conflicts with Redshift).
It was originally for Windows, but I've gotten fed up with that, so here we are.
I'm fairly new to Linux in general, so I'm looking for feedback on whether there's any major issues. (Actually, it'd be great to know if you can get it to work at all). Source code and instructions are here: [https://github.com/Fushko/gammy](https://github.com/Fushko/gammy). Thanks in advance!
P.S. Apologize if this isn't the right place to post this. No idea where else to put it.
https://redd.it/ctgopf
@r_linux
I have a little GUI tool that adjusts pixel brightness based on screen contents. I made it to reduce eye strain when tabbing back and forth between dark IDEs and Firefox at night. (It also has basic temperature control, which I had to do because unfortunately it conflicts with Redshift).
It was originally for Windows, but I've gotten fed up with that, so here we are.
I'm fairly new to Linux in general, so I'm looking for feedback on whether there's any major issues. (Actually, it'd be great to know if you can get it to work at all). Source code and instructions are here: [https://github.com/Fushko/gammy](https://github.com/Fushko/gammy). Thanks in advance!
P.S. Apologize if this isn't the right place to post this. No idea where else to put it.
https://redd.it/ctgopf
@r_linux
What has been your biggest screwup and what have you done to prevent it in the future?
I am sure we all have had a bad day at least once when using Linux. I use Linux for around 20 years now. My biggest screwup was that I was installing a new machine and at the same time I placed the backup hardware in the old machine. I mixed up the machines and deleted not only the data on the main machine, but also on the backup machine.
I needed to reburn 200+CDs and 250+ DVDs. I lost also all of my other data, like emails going back for 15 or so years.
I did learn that having lost the emails is not an issue. The data you absolutely need can be gotten from elsewhere. I now just keep an absolute minumum in data.
For the backups, I now have not only backups but also backups of the backups. For the movies, and music, those are copies. The "real" data is incremntal copies. Only done by pull. The backup of the backup is turned off most of the time. Only comes onine when it does the backup. That is for around 5 minures per day.
I have also learned to work on only one machine at a time. Only when that one works for a week will I go to the next machine. But at that day I felt like a complete idiot. Most likely because I was a complete idiot.
So how did you break things and what did you to solve and/or prevent it?
This might show new users that making mistakes is ok.
https://redd.it/csxdzh
@r_linux
I am sure we all have had a bad day at least once when using Linux. I use Linux for around 20 years now. My biggest screwup was that I was installing a new machine and at the same time I placed the backup hardware in the old machine. I mixed up the machines and deleted not only the data on the main machine, but also on the backup machine.
I needed to reburn 200+CDs and 250+ DVDs. I lost also all of my other data, like emails going back for 15 or so years.
I did learn that having lost the emails is not an issue. The data you absolutely need can be gotten from elsewhere. I now just keep an absolute minumum in data.
For the backups, I now have not only backups but also backups of the backups. For the movies, and music, those are copies. The "real" data is incremntal copies. Only done by pull. The backup of the backup is turned off most of the time. Only comes onine when it does the backup. That is for around 5 minures per day.
I have also learned to work on only one machine at a time. Only when that one works for a week will I go to the next machine. But at that day I felt like a complete idiot. Most likely because I was a complete idiot.
So how did you break things and what did you to solve and/or prevent it?
This might show new users that making mistakes is ok.
https://redd.it/csxdzh
@r_linux
reddit
r/linux - What has been your biggest screwup and what have you done to prevent it in the future?
4 votes and 8 comments so far on Reddit
Unable to Install Windows 7
Recently I Installed Linux Mint on my laptop and removed windows 7. Now I want to install windows 7 back but my BIOS is replaced by GRUB and it does not detect my bootable USB so that I can install Windows 7. How do I solve this issue. I urgently need windows 7 as I need to run some accounting software and those are not available on linux mint. Please Help me?
https://redd.it/ctiop8
@r_linux
Recently I Installed Linux Mint on my laptop and removed windows 7. Now I want to install windows 7 back but my BIOS is replaced by GRUB and it does not detect my bootable USB so that I can install Windows 7. How do I solve this issue. I urgently need windows 7 as I need to run some accounting software and those are not available on linux mint. Please Help me?
https://redd.it/ctiop8
@r_linux
reddit
r/linux - Unable to Install Windows 7
0 votes and 6 comments so far on Reddit
PSA: There is no official Pinephone subreddit presence at this time
PinePhone, an open source phone project which can be read about here: https://www.pine64.org/pinephone/, does not currently have a verified subreddit presence. PinePhone is a great and exciting project, however, a subreddit has appeared that is not following reddit guidelines and may try to scam users by appearing to be official. On r/linux, some members of the PINE64 team have project flair and they are the only official reddit presence at this time.
r/linux encourages **everyone** to unsubscribe from all subreddits that appear to be presenting as an official PinePhone presence until further notice. A specific subreddit was linked on r/linux a few days ago and that helped the subreddit grow by over 400 people. That subreddit is ran by someone that has refused to hand over the subreddit to the PinePhone team as well as engages in spam and vote manipulation here on r/linux and has been reported to the admins. Automod rules are in place and the subreddit will not be allowed to be mentioned on r/linux.
**Do not** harass/brigade PinePhone related subreddit users or mods - please just unsubscribe. If you stay subscribed, be aware of scams and unofficial links to buy the PinePhone and report suspicious activity to https://reddit.com/report
To be clear, PinePhone is a legitimate project and this is just about subreddits related to it. You're welcome and encouraged to post directly to official PinePhone resources on r/linux, but no subreddit related to PinePhone is should be followed or linked to on r/linux. We will edit this post if an official subreddit appears on reddit.
While it's ok to have unofficial subreddits (as most are, including r/linux) but per reddit [guidelines](https://www.redditinc.com/policies/moderator-guidelines) it must be clear they're unofficial - and when the mods are engaging in suspicious behavior it became clear that this PSA was needed.
https://redd.it/ctjuqx
@r_linux
PinePhone, an open source phone project which can be read about here: https://www.pine64.org/pinephone/, does not currently have a verified subreddit presence. PinePhone is a great and exciting project, however, a subreddit has appeared that is not following reddit guidelines and may try to scam users by appearing to be official. On r/linux, some members of the PINE64 team have project flair and they are the only official reddit presence at this time.
r/linux encourages **everyone** to unsubscribe from all subreddits that appear to be presenting as an official PinePhone presence until further notice. A specific subreddit was linked on r/linux a few days ago and that helped the subreddit grow by over 400 people. That subreddit is ran by someone that has refused to hand over the subreddit to the PinePhone team as well as engages in spam and vote manipulation here on r/linux and has been reported to the admins. Automod rules are in place and the subreddit will not be allowed to be mentioned on r/linux.
**Do not** harass/brigade PinePhone related subreddit users or mods - please just unsubscribe. If you stay subscribed, be aware of scams and unofficial links to buy the PinePhone and report suspicious activity to https://reddit.com/report
To be clear, PinePhone is a legitimate project and this is just about subreddits related to it. You're welcome and encouraged to post directly to official PinePhone resources on r/linux, but no subreddit related to PinePhone is should be followed or linked to on r/linux. We will edit this post if an official subreddit appears on reddit.
While it's ok to have unofficial subreddits (as most are, including r/linux) but per reddit [guidelines](https://www.redditinc.com/policies/moderator-guidelines) it must be clear they're unofficial - and when the mods are engaging in suspicious behavior it became clear that this PSA was needed.
https://redd.it/ctjuqx
@r_linux
Librem 5 August Update - Purism
https://puri.sm/posts/librem-5-august-update/
https://redd.it/ctj85s
@r_linux
https://puri.sm/posts/librem-5-august-update/
https://redd.it/ctj85s
@r_linux
Purism
Librem 5 August Update – Purism
Purism makes premium phones, laptops, mini PCs and servers running free software on PureOS. Purism products respect people's privacy and freedom while protecting their security.
Unplugged my headphones and got greeted by a nice little easter egg in alsamixer
https://redd.it/ctkec2
@r_linux
https://redd.it/ctkec2
@r_linux
Manjaro ARM 19.08 released with support for the Raspberry Pi 4
https://forum.manjaro.org/t/manjaro-arm-19-08-released/99031?u=orajnam
https://redd.it/ctkx6j
@r_linux
https://forum.manjaro.org/t/manjaro-arm-19-08-released/99031?u=orajnam
https://redd.it/ctkx6j
@r_linux
Manjaro Linux Forum
Manjaro ARM 19.08 released!
Manjaro ARM 19.08 released! I am proud to announce the immediate availability of Manjaro ARM 19.08. With this release we are proud to add 2 new devices to our offerings. The long awaited Raspberry Pi 4 and the very powerful Khadas Vim 3. The Raspberry…
Compile Python code into an executable Linux application
I created some programs with Python and was wondering how I could compile them into a Linux application. I'm using Mint 19.1
https://redd.it/ctjwvg
@r_linux
I created some programs with Python and was wondering how I could compile them into a Linux application. I'm using Mint 19.1
https://redd.it/ctjwvg
@r_linux
reddit
r/linux - Compile Python code into an executable Linux application
0 votes and 5 comments so far on Reddit
NVIDIA graphics cards on a linux system
Hey everyone first time post here.
I've been using a windows - ubuntu dual boot for about a year since I needed a linux system for a course at university and I have really started to like everything about it (and even started hating windows for it). I've also started playing around with blender which is the main reason that I'm looking into building a new computer since my 3 year+ old laptop is having a rough time. I will be using a Linux distro as the only OS on this machine.
I've just watched the most recent video from Chris Titus Tech ( [https://www.youtube.com/watch?v=QJrh2XqpieE](https://www.youtube.com/watch?v=QJrh2XqpieE) ) where he states that, if you're planning on using Linux full time, you're better of using an AMD Graphics card because driver issues with NVIDIA. I really don't know a lot about this so that's why I'm asking you guys.
What are the main problems with NVIDIA graphics cards on Linux systems? Are most problems a one time occurence with an easy fix, or should I be worried? I planned on buying a 1660ti but, if AMD is the better way to go, I could stretch my budget for the 5700.
Thanks for reading and helping me out!
https://redd.it/csxynm
@r_linux
Hey everyone first time post here.
I've been using a windows - ubuntu dual boot for about a year since I needed a linux system for a course at university and I have really started to like everything about it (and even started hating windows for it). I've also started playing around with blender which is the main reason that I'm looking into building a new computer since my 3 year+ old laptop is having a rough time. I will be using a Linux distro as the only OS on this machine.
I've just watched the most recent video from Chris Titus Tech ( [https://www.youtube.com/watch?v=QJrh2XqpieE](https://www.youtube.com/watch?v=QJrh2XqpieE) ) where he states that, if you're planning on using Linux full time, you're better of using an AMD Graphics card because driver issues with NVIDIA. I really don't know a lot about this so that's why I'm asking you guys.
What are the main problems with NVIDIA graphics cards on Linux systems? Are most problems a one time occurence with an easy fix, or should I be worried? I planned on buying a 1660ti but, if AMD is the better way to go, I could stretch my budget for the 5700.
Thanks for reading and helping me out!
https://redd.it/csxynm
@r_linux
YouTube
Linux is Changing
We need to talk about how Linux is changing. It is scaring veteran users as people are coming to Linux from Windows.
┅┅┅┅┅┅┅┅┅┅┅┅┅┅┅┅┅┅
- Titus Tech Talk ➜ https://www.youtube.com/c/ChrisTitusTechStreams
- Recommended Windows Anti-Virus ➜ https://links…
┅┅┅┅┅┅┅┅┅┅┅┅┅┅┅┅┅┅
- Titus Tech Talk ➜ https://www.youtube.com/c/ChrisTitusTechStreams
- Recommended Windows Anti-Virus ➜ https://links…