Plasma Mobile as Daily Driver on PinePhone
https://blog.bshah.in/2019/12/20/plasma-mobile-as-daily-driver/
https://redd.it/edm4hw
@r_linux
https://blog.bshah.in/2019/12/20/plasma-mobile-as-daily-driver/
https://redd.it/edm4hw
@r_linux
Bhushan Shah
Plasma Mobile as Daily Driver on PinePhone
Last week I was in Bluesystems GmbH meeting in Germany, almost 7000 km away from home. While one would hope that this journey is smooth, of-course this was not case for my journey. I missed my phone in first segment of journey (which now is on route to my…
Faerie Solitaire Remastered is now free (gratis) for Linux
To continue our support of the Linux Gaming community, we made our game Faerie Solitaire Remastered free for Linux on day one of its availability. Another gift for the Linux Gaming community!
https://subsoap.itch.io/faerie-solitaire-remastered-linux
Previously we made our game Faerie Solitaire Harvest free for Linux as well.
https://puppygames001.itch.io/faerie-solitaire-harvest
https://redd.it/ed9i7q
@r_linux
To continue our support of the Linux Gaming community, we made our game Faerie Solitaire Remastered free for Linux on day one of its availability. Another gift for the Linux Gaming community!
https://subsoap.itch.io/faerie-solitaire-remastered-linux
Previously we made our game Faerie Solitaire Harvest free for Linux as well.
https://puppygames001.itch.io/faerie-solitaire-harvest
https://redd.it/ed9i7q
@r_linux
itch.io
Faerie Solitaire Remastered Linux by Subsoap
Free Linux game to support the Linux Gaming community!
Does Linux Prevent These Vulnerabilities?
This is my concern with windows, does Linux do a better job?
So being a casual PC user as I am, I like to explore the many programs made available to me. When I installed some programs, such as OBS, discord, ManyCam(so I can use my phone as a Mic), etc. and I realized the capability programs could exploit to record your screen, record keystrokes, look at your browsing history etc. with no confirmation from windows that what devices or programs an app is using.
One thing I enjoy about iOS and android software is that it gives you confirmation stating the permissions an app can do such as what it reads, writes, or other apps it utilizes. Firefox even has this where it confirms you want to use your microphone or camera with websites like discord so you are not constantly streaming yourself to foreign websites. But Windows on the other hand, just doesn't tell you.
When I downloaded discord, I was greeted with a login screen that said "checking if you are signed in" or something of the sorts. Little did I know it checked my browser to see if I was. Why doesn't windows prevent this or allow me to confirm giving permissions to applications to read other apps? This could easily be used to sell off data and to grab your email, passwords, what you browse, etc.
I also downloaded a mouse macro that allowed my to have my mouse move so I remain online on some of my apps. This had to ability to shut down my PC with no confirmation and could put it into an infinite boot loop. (Then I would have to go into secure mode to delete it)
Please don't suggest to just not download unfamiliar programs , or use solely open source programs, because I am already aware of these options . I feel like I could make a program that would seemingly be harmless, but is recording screens, looking at apps behavior, or browsing a users file system, and have it all sent to my database for data collection.
​
Perhaps I am being paranoid, and maybe windows defender is making sure these programs are safe, but how? What precautions can I take to see if I am being exploited? How is Linux handling this?
https://redd.it/ednr6f
@r_linux
This is my concern with windows, does Linux do a better job?
So being a casual PC user as I am, I like to explore the many programs made available to me. When I installed some programs, such as OBS, discord, ManyCam(so I can use my phone as a Mic), etc. and I realized the capability programs could exploit to record your screen, record keystrokes, look at your browsing history etc. with no confirmation from windows that what devices or programs an app is using.
One thing I enjoy about iOS and android software is that it gives you confirmation stating the permissions an app can do such as what it reads, writes, or other apps it utilizes. Firefox even has this where it confirms you want to use your microphone or camera with websites like discord so you are not constantly streaming yourself to foreign websites. But Windows on the other hand, just doesn't tell you.
When I downloaded discord, I was greeted with a login screen that said "checking if you are signed in" or something of the sorts. Little did I know it checked my browser to see if I was. Why doesn't windows prevent this or allow me to confirm giving permissions to applications to read other apps? This could easily be used to sell off data and to grab your email, passwords, what you browse, etc.
I also downloaded a mouse macro that allowed my to have my mouse move so I remain online on some of my apps. This had to ability to shut down my PC with no confirmation and could put it into an infinite boot loop. (Then I would have to go into secure mode to delete it)
Please don't suggest to just not download unfamiliar programs , or use solely open source programs, because I am already aware of these options . I feel like I could make a program that would seemingly be harmless, but is recording screens, looking at apps behavior, or browsing a users file system, and have it all sent to my database for data collection.
​
Perhaps I am being paranoid, and maybe windows defender is making sure these programs are safe, but how? What precautions can I take to see if I am being exploited? How is Linux handling this?
https://redd.it/ednr6f
@r_linux
reddit
Does Linux Prevent These Vulnerabilities?
This is my concern with windows, does Linux do a better job? So being a casual PC user as I am, I like to explore the many programs made...
notcurses 0.9.1 released, multimedia-capable TUI library
I've spent the last month working on a TUI library for modern, complex terminal applications, and tonight cut [notcurses v0.9.1](https://github.com/dankamongmen/notcurses). It's already up in the [Arch AUR](https://aur.archlinux.org/packages/notcurses/), and Debian Unstable packages will soon be uploaded to my [APT repository](https://www.dsscaw.com/apt.html). It uses terminfo as included with Thomas E. Dickey's NCURSES (to which it owes a great debt), but goes beyond that library, especially along the bling axis.
I hope to cut 1.0.0 early in January with [a good deal more](https://github.com/dankamongmen/notcurses/milestone/2) features, but it's already come pretty far in a month if I say so myself. I've got demos [on youtube](https://www.youtube.com/watch?v=eEv2YRyiEVM), but nothing's quite like building it, ensuring you're in a DirectColor-capable terminal, and giving the demo a spin locally. Or over ssh. Or through seven proxies. If nothing else, it's Something New.
Please let me know your thoughts. Apache 2.0. hack on!
[some shots from the 0.4.0 demo](https://preview.redd.it/w44nm931iy541.png?width=1440&format=png&auto=webp&s=9b6bfa5aaf4bdc71302a33b8415cc22e90a131e2)
https://redd.it/edo49w
@r_linux
I've spent the last month working on a TUI library for modern, complex terminal applications, and tonight cut [notcurses v0.9.1](https://github.com/dankamongmen/notcurses). It's already up in the [Arch AUR](https://aur.archlinux.org/packages/notcurses/), and Debian Unstable packages will soon be uploaded to my [APT repository](https://www.dsscaw.com/apt.html). It uses terminfo as included with Thomas E. Dickey's NCURSES (to which it owes a great debt), but goes beyond that library, especially along the bling axis.
I hope to cut 1.0.0 early in January with [a good deal more](https://github.com/dankamongmen/notcurses/milestone/2) features, but it's already come pretty far in a month if I say so myself. I've got demos [on youtube](https://www.youtube.com/watch?v=eEv2YRyiEVM), but nothing's quite like building it, ensuring you're in a DirectColor-capable terminal, and giving the demo a spin locally. Or over ssh. Or through seven proxies. If nothing else, it's Something New.
Please let me know your thoughts. Apache 2.0. hack on!
[some shots from the 0.4.0 demo](https://preview.redd.it/w44nm931iy541.png?width=1440&format=png&auto=webp&s=9b6bfa5aaf4bdc71302a33b8415cc22e90a131e2)
https://redd.it/edo49w
@r_linux
GitHub
GitHub - dankamongmen/notcurses: blingful character graphics/TUI library. definitely not curses.
blingful character graphics/TUI library. definitely not curses. - dankamongmen/notcurses
AMD Ryzen Series or Intel/NVIDIA
Hey guys, I am planning to buy a laptop and most of my work is on Linux. What works better in Linux AMD or Intel+NVIDIA?
I do some graphic designing and editing work on windows so I need to consider that as well. What do you think will be a better choice?
FYI I can afford either Ryzen 5 3550 or i5 9th gen.
https://redd.it/edq5m3
@r_linux
Hey guys, I am planning to buy a laptop and most of my work is on Linux. What works better in Linux AMD or Intel+NVIDIA?
I do some graphic designing and editing work on windows so I need to consider that as well. What do you think will be a better choice?
FYI I can afford either Ryzen 5 3550 or i5 9th gen.
https://redd.it/edq5m3
@r_linux
reddit
AMD Ryzen Series or Intel/NVIDIA
Hey guys, I am planning to buy a laptop and most of my work is on Linux. What works better in Linux AMD or Intel+NVIDIA? I do some graphic...
Agrep: Based on Levenshtein distances, it's possible to search for words looking alike a word.
https://twitter.com/chaignc/status/1208413293909557248?s=20
https://redd.it/edrg00
@r_linux
https://twitter.com/chaignc/status/1208413293909557248?s=20
https://redd.it/edrg00
@r_linux
Twitter
chaignc
Today learn agrep => approximative grep. Based on Levenshtein distances, it's possible to search for words looking alike a word. https://t.co/3FsInURmeo I'm using it for my personal note taking tools. Knowledge organisation is powerfull!! Cc @nixcraft @climagic
How is the process for a release of a GNU/Linux operating system?
For example, in a distribution like Ubuntu who is responsible for compiling the source code and putting it online?, What control does the community have over that process?.
https://redd.it/ednos7
@r_linux
For example, in a distribution like Ubuntu who is responsible for compiling the source code and putting it online?, What control does the community have over that process?.
https://redd.it/ednos7
@r_linux
reddit
How is the process for a release of a GNU/Linux operating system?
For example, in a distribution like Ubuntu who is responsible for compiling the source code and putting it online?, What control does the...
If package managers are such a big advantage to linux, why is the windows store so hated? What is different
Im a relatively new linux user and I do like the concept of package managers, especially when you have some as robust as those found in the arch based distros.
This got me thinking that windows 10 has something similar but I only see people trash it.
What is windows doing wrong that linux does right?
https://redd.it/edckm6
@r_linux
Im a relatively new linux user and I do like the concept of package managers, especially when you have some as robust as those found in the arch based distros.
This got me thinking that windows 10 has something similar but I only see people trash it.
What is windows doing wrong that linux does right?
https://redd.it/edckm6
@r_linux
reddit
If package managers are such a big advantage to linux, why is the...
Im a relatively new linux user and I do like the concept of package managers, especially when you have some as robust as those found in the arch...
Binary Debugger and Reverse Engineering Framework (Cross-Platform)
https://cutter.re/
https://redd.it/edkb5h
@r_linux
https://cutter.re/
https://redd.it/edkb5h
@r_linux
reddit
Binary Debugger and Reverse Engineering Framework (Cross-Platform)
Posted in r/linux by u/XVilka • 1 point and 0 comments
Linux driver for the Xbox One wireless dongle
https://github.com/medusalix/xow
https://redd.it/edv6la
@r_linux
https://github.com/medusalix/xow
https://redd.it/edv6la
@r_linux
GitHub
GitHub - medusalix/xow: Linux driver for the Xbox One wireless dongle
Linux driver for the Xbox One wireless dongle. Contribute to medusalix/xow development by creating an account on GitHub.
Weird problem with rc.local on Raspbian 7
If I edit something like rc.local, change passwd, or similar, the change will not persist after a reboot. Everything reverts to the previous version.
Any ideas? Maybe it has entered some kind of mode mapping the live operating system folders like /etc/ to RAM or something. The command df shows correct mount points, so I'm unsure what is causing this.
https://redd.it/edyvdc
@r_linux
If I edit something like rc.local, change passwd, or similar, the change will not persist after a reboot. Everything reverts to the previous version.
Any ideas? Maybe it has entered some kind of mode mapping the live operating system folders like /etc/ to RAM or something. The command df shows correct mount points, so I'm unsure what is causing this.
https://redd.it/edyvdc
@r_linux
reddit
Weird problem with rc.local on Raspbian 7
If I edit something like rc.local, change passwd, or similar, the change will not persist after a reboot. Everything reverts to the previous...
Convert Android TV box's OS to Arch Linux ARM?
Is it possible to change Leelbox MXQ mini's OS to Arch Linux ARM? How?
https://redd.it/ee0qj6
@r_linux
Is it possible to change Leelbox MXQ mini's OS to Arch Linux ARM? How?
https://redd.it/ee0qj6
@r_linux
reddit
Convert Android TV box's OS to Arch Linux ARM?
Is it possible to change Leelbox MXQ mini's OS to Arch Linux ARM? How?
best gaming linux distro
so i’m new to linux, but i have been having issues with windows (surprise surprise) which version of distro would you recommend for a complete beginner for gaming any suggestions would be greatly appreciated!
also sorry for the grammar i’m on mobile!
https://redd.it/ee1j6j
@r_linux
so i’m new to linux, but i have been having issues with windows (surprise surprise) which version of distro would you recommend for a complete beginner for gaming any suggestions would be greatly appreciated!
also sorry for the grammar i’m on mobile!
https://redd.it/ee1j6j
@r_linux
reddit
best gaming linux distro
so i’m new to linux, but i have been having issues with windows (surprise surprise) which version of distro would you recommend for a complete...
This week in KDE: it’s gonna be amaaaaaaaaaaazing
http://pointieststick.com/2019/12/22/this-week-in-kde-its-gonna-be-amaaaaaaaaaaazing/
https://redd.it/ee2qjj
@r_linux
http://pointieststick.com/2019/12/22/this-week-in-kde-its-gonna-be-amaaaaaaaaaaazing/
https://redd.it/ee2qjj
@r_linux
Adventures in Linux and KDE
This week in KDE: it’s gonna be amaaaaaaaaaaazing
Features and polish are coming in hot and heavy for Plasma and KDE apps! But have you heard about KDE’s wallpaper contest for Plasma 5.18? We held one of these for Plasma 5.16 and it resulted…
Of developers and snaps: theming
First of all a disclaimer. Please don't turn this post into a "SnAp SuCkS, uSe ApPiMaGe oR fLaTpAk". I believe that different app formats can coexist and as of now they each have their strengths and weaknesses. What I'd like to concentrate on here is the theming of snap applications.
The question is, why do snap applications behave inconsistently in regards to theming? Let's consider to somewhat big programs, GIMP and Firefox. Gimp respects the system theme (those that are supported, I've tested with yaru, adwaita and the elementary theme) while firefox (ubuntu 19.10) doesn't. Why do they behave differently? Well the answer is simple: the gimp snap is connected to gtk-common-themes whereas firefox (and the majority of snap apps) isn't.
So developers, please connect your snap applications to the [gtk-common-themes](https://forum.snapcraft.io/t/how-to-use-the-system-gtk-theme-via-the-gtk-common-themes-snap/6235) package. Your apps will look a lot more consistent with the rest of the desktop and this will lead to a more pleasant user experience.
https://redd.it/ee3o4d
@r_linux
First of all a disclaimer. Please don't turn this post into a "SnAp SuCkS, uSe ApPiMaGe oR fLaTpAk". I believe that different app formats can coexist and as of now they each have their strengths and weaknesses. What I'd like to concentrate on here is the theming of snap applications.
The question is, why do snap applications behave inconsistently in regards to theming? Let's consider to somewhat big programs, GIMP and Firefox. Gimp respects the system theme (those that are supported, I've tested with yaru, adwaita and the elementary theme) while firefox (ubuntu 19.10) doesn't. Why do they behave differently? Well the answer is simple: the gimp snap is connected to gtk-common-themes whereas firefox (and the majority of snap apps) isn't.
So developers, please connect your snap applications to the [gtk-common-themes](https://forum.snapcraft.io/t/how-to-use-the-system-gtk-theme-via-the-gtk-common-themes-snap/6235) package. Your apps will look a lot more consistent with the rest of the desktop and this will lead to a more pleasant user experience.
https://redd.it/ee3o4d
@r_linux
snapcraft.io
How to use the system GTK theme via the gtk-common-themes snap
A common request is to allow applications to follow the GTK theme of the host system desktop. While we don’t yet have all the infrastructure in place for arbitrary themes, we do now have one that will automatically handle the default themes of common Linux…
Of topic but still : is there an official reddit help community??
I’m sorry this Q is not about Linux but I’m looking for help with Reddit.
Is there an active Reddit community??
Thanks.
https://redd.it/ee3ilv
@r_linux
I’m sorry this Q is not about Linux but I’m looking for help with Reddit.
Is there an active Reddit community??
Thanks.
https://redd.it/ee3ilv
@r_linux
reddit
Of topic but still : is there an official reddit help community??
I’m sorry this Q is not about Linux but I’m looking for help with Reddit. Is there an active Reddit community?? Thanks.
Canonical should push BTRFS instead ZFS out-the-linux-tree ?
Why Canonical no help to push and improve BTRFS ?
Why go to ZFS that is out of the Linux tree?
​
i'm missing something or this is again like mir case?
https://redd.it/ee5c76
@r_linux
Why Canonical no help to push and improve BTRFS ?
Why go to ZFS that is out of the Linux tree?
​
i'm missing something or this is again like mir case?
https://redd.it/ee5c76
@r_linux
reddit
Canonical should push BTRFS instead ZFS out-the-linux-tree ?
Why Canonical no help to push and improve BTRFS ? Why go to ZFS that is out of the Linux tree? i'm missing something or this is again...