My Journey Installing Ubuntu 18.04 on the Dell XPS 15 7590 (2019)
https://medium.com/@tylergwlum/my-journey-installing-ubuntu-18-04-on-the-dell-xps-15-7590-2019-756f738a6447
https://redd.it/ehcq1i
@r_linux
https://medium.com/@tylergwlum/my-journey-installing-ubuntu-18-04-on-the-dell-xps-15-7590-2019-756f738a6447
https://redd.it/ehcq1i
@r_linux
Medium
My Journey Installing Ubuntu 18.04 on the Dell XPS 15 7590 (2019)
The Trials and Tribulations of Linux on the Dell XPS 15 7590
KeePass: an MFA TOTP codes, a browser’s passwords, SSH keys passwords storage configuration and…
https://medium.com//keepass-an-mfa-totp-codes-a-browsers-passwords-ssh-keys-passwords-storage-configuration-and-a1b1efe50e13?source=friends_link&sk=f06b47b910d6e2559a9fc5070716ed3a
https://redd.it/ehc4j0
@r_linux
https://medium.com//keepass-an-mfa-totp-codes-a-browsers-passwords-ssh-keys-passwords-storage-configuration-and-a1b1efe50e13?source=friends_link&sk=f06b47b910d6e2559a9fc5070716ed3a
https://redd.it/ehc4j0
@r_linux
Medium
KeePass: an MFA TOTP codes, a browser’s passwords, SSH keys passwords storage configuration and Secret Service integration
So, this seems to be the last post in the whole series about passwords and SSH management in Linux.
Keyring alternative: Access KeePassXC entries of an unlocked database from the command line
Took me a while to wrap my head around this. Found nothing about it on the internet so I wanted to share it here.
You might know Keyrings in Linux. One of their use cases is to be unlocked while login or later manually to provide passwords to other applications. You don't have to type these passwords manually then. This works because your this keyring application (e.g. gnome-keyring) supports libsecret to store password for other applications.
The issue with that: You either have to unlock it manually or unlock it at login and it stays open for your whole session. Another password to remember...
KeePassXC is a popular password manager. I want to use it as the central place that I unlock to access my stuff and lock it when I don't need it (or at system lock/inactivity...).
KeePassXC provides a Secret Service integration so that it can be used by any other application via libsecret. Just enable it in the settings (you have to get rid of other keyring libsecret provider first), create a separate folder for libsecret stuff and expose this folder in the database settings. Now it can be used by other applications.
But that wasn't enough for me. I wanted to access passwords in my unlocked KeePassXC session via command line. keepassxc-cli and keepassxc themselves don't have such options.
To accomplish this:
1. Install seahorse to get the secret-tool.
2. Add an entry in you're libsecret folder (never clone an entry there, libsecret will crash somehow!).
3. Put the password to be accessed as the password. 4. In Advanced add an additional attribute. This name and value will be used to access the password later. In this example I use "account" as attribute name and "mail" as attribute value. Use whatever you want here. Save the entry.
5. Open a terminal. Use this command to access the password:
```
secret-tool lookup account mail
```
And there should be the saved password.
6. Done. Now you can use this in any noscript to access passwords in your unlocked KeePassXC session. When KeePassXC is not running or locked, secret-tool will just fail with exit code 1.
I think this is really nice and it helps me a lot e.g. for checking for new e-mails in the background but only if the KeepassXC database is unlocked. This way I don't expose my e-mail password all the time. And I only have one password manager, no additional keyrings and stuff.
https://redd.it/ehfhud
@r_linux
Took me a while to wrap my head around this. Found nothing about it on the internet so I wanted to share it here.
You might know Keyrings in Linux. One of their use cases is to be unlocked while login or later manually to provide passwords to other applications. You don't have to type these passwords manually then. This works because your this keyring application (e.g. gnome-keyring) supports libsecret to store password for other applications.
The issue with that: You either have to unlock it manually or unlock it at login and it stays open for your whole session. Another password to remember...
KeePassXC is a popular password manager. I want to use it as the central place that I unlock to access my stuff and lock it when I don't need it (or at system lock/inactivity...).
KeePassXC provides a Secret Service integration so that it can be used by any other application via libsecret. Just enable it in the settings (you have to get rid of other keyring libsecret provider first), create a separate folder for libsecret stuff and expose this folder in the database settings. Now it can be used by other applications.
But that wasn't enough for me. I wanted to access passwords in my unlocked KeePassXC session via command line. keepassxc-cli and keepassxc themselves don't have such options.
To accomplish this:
1. Install seahorse to get the secret-tool.
2. Add an entry in you're libsecret folder (never clone an entry there, libsecret will crash somehow!).
3. Put the password to be accessed as the password. 4. In Advanced add an additional attribute. This name and value will be used to access the password later. In this example I use "account" as attribute name and "mail" as attribute value. Use whatever you want here. Save the entry.
5. Open a terminal. Use this command to access the password:
```
secret-tool lookup account mail
```
And there should be the saved password.
6. Done. Now you can use this in any noscript to access passwords in your unlocked KeePassXC session. When KeePassXC is not running or locked, secret-tool will just fail with exit code 1.
I think this is really nice and it helps me a lot e.g. for checking for new e-mails in the background but only if the KeepassXC database is unlocked. This way I don't expose my e-mail password all the time. And I only have one password manager, no additional keyrings and stuff.
https://redd.it/ehfhud
@r_linux
reddit
Keyring alternative: Access KeePassXC entries of an unlocked...
Took me a while to wrap my head around this. Found nothing about it on the internet so I wanted to share it here. You might know Keyrings in...
According to this site, the linux kernel contains over 6000 instances of the word "todo."
https://www.vidarholen.net/contents/wordcount/#hack*,workaround*,todo,fixme
https://redd.it/ehfrch
@r_linux
https://www.vidarholen.net/contents/wordcount/#hack*,workaround*,todo,fixme
https://redd.it/ehfrch
@r_linux
Linux Experiences/Rants or Education/Certifications thread - December 30, 2019
Welcome to r/linux rants and experiences! This megathread is also to hear opinions from anyone just starting out with Linux or those that have used Linux (GNU or otherwise) for a long time.
Let us know what's annoying you, whats making you happy, or something that you want to get out to r/linux but didn't make the cut into a full post of it's own.
For those looking for certifications please use this megathread to ask about how to get certified whether it's for the business world or for your own satisfaction. Be sure to check out r/linuxadmin for more discussion in the SysAdmin world!
_Please keep questions in r/linuxquestions, r/linux4noobs, or the Wednesday automod thread._
https://redd.it/ehgvtm
@r_linux
Welcome to r/linux rants and experiences! This megathread is also to hear opinions from anyone just starting out with Linux or those that have used Linux (GNU or otherwise) for a long time.
Let us know what's annoying you, whats making you happy, or something that you want to get out to r/linux but didn't make the cut into a full post of it's own.
For those looking for certifications please use this megathread to ask about how to get certified whether it's for the business world or for your own satisfaction. Be sure to check out r/linuxadmin for more discussion in the SysAdmin world!
_Please keep questions in r/linuxquestions, r/linux4noobs, or the Wednesday automod thread._
https://redd.it/ehgvtm
@r_linux
reddit
Linux Experiences/Rants or Education/Certifications thread -...
Welcome to r/linux rants and experiences! This megathread is also to hear opinions from anyone just starting out with Linux or those that have...
Ideas for billing software
My Father has been using the same windows 98 billing software since 2005 and his PC finally died. I want to switch him to linux, but I can't do that without a simple, easy to use, non-cloud based billing software for his pool service business. Any ideas for something a 65 year old guy can understand? I don't need mobile integration, scheduling etc. He just needs to send a bill to his 350 customers every month and print a summary for taxes at the end of the year. Everything I have found seems to be either cloud-based or way, way to complicated for what he needs. Thanks for the help.
https://redd.it/ehir3x
@r_linux
My Father has been using the same windows 98 billing software since 2005 and his PC finally died. I want to switch him to linux, but I can't do that without a simple, easy to use, non-cloud based billing software for his pool service business. Any ideas for something a 65 year old guy can understand? I don't need mobile integration, scheduling etc. He just needs to send a bill to his 350 customers every month and print a summary for taxes at the end of the year. Everything I have found seems to be either cloud-based or way, way to complicated for what he needs. Thanks for the help.
https://redd.it/ehir3x
@r_linux
reddit
Ideas for billing software
My Father has been using the same windows 98 billing software since 2005 and his PC finally died. I want to switch him to linux, but I can't do...
Adventures making gnome-shell run in Valgrind: part 1
https://www.danielplayfaircal.com/blogging/gnome/dconf/2019/12/30/running-gnome-shell-in-valgrind.html
https://redd.it/ehk29o
@r_linux
https://www.danielplayfaircal.com/blogging/gnome/dconf/2019/12/30/running-gnome-shell-in-valgrind.html
https://redd.it/ehk29o
@r_linux
Daniel Playfair Cal’s Blog
Adventures making gnome-shell run in Valgrind: part 1
My adventures debugging crashes and hangs when running gnome-shell in Valgrind, and tracing them to bugs in DConf
Reliable laptop for heavy web development on Linux
My company is looking for reliable laptop model to buy for the employees. In the past we've tried several, mostly Dell XPS 13 and 15. The computers have been decent, but there usually have been issues, such as failing hardware (batteries expanding, keyboards and power supplies failing, needing to install drivers for WiFi manually, etc).
In theory, these computers would have been perfect. In practice, not so much. That is why I'm asking for suggestions based on personal experience rather what the sales sheet says.
Since we are working with Magento and Docker (among other things), 16GB RAM and 512GB storage would be minimum. Also, no real budget limitations, but obviously $10k per laptop might be too much :D
Thanks for the help
https://redd.it/ehkvzo
@r_linux
My company is looking for reliable laptop model to buy for the employees. In the past we've tried several, mostly Dell XPS 13 and 15. The computers have been decent, but there usually have been issues, such as failing hardware (batteries expanding, keyboards and power supplies failing, needing to install drivers for WiFi manually, etc).
In theory, these computers would have been perfect. In practice, not so much. That is why I'm asking for suggestions based on personal experience rather what the sales sheet says.
Since we are working with Magento and Docker (among other things), 16GB RAM and 512GB storage would be minimum. Also, no real budget limitations, but obviously $10k per laptop might be too much :D
Thanks for the help
https://redd.it/ehkvzo
@r_linux
reddit
Reliable laptop for heavy web development on Linux
My company is looking for reliable laptop model to buy for the employees. In the past we've tried several, mostly Dell XPS 13 and 15. The...
Type in 'error' to see word count in Kernel or click the link below
[https://www.vidarholen.net/contents/wordcount/#hack\*,workaround\*,todo,fixme,error](https://www.vidarholen.net/contents/wordcount/#hack*,workaround*,todo,fixme,error)
https://redd.it/ehkk5a
@r_linux
[https://www.vidarholen.net/contents/wordcount/#hack\*,workaround\*,todo,fixme,error](https://www.vidarholen.net/contents/wordcount/#hack*,workaround*,todo,fixme,error)
https://redd.it/ehkk5a
@r_linux
How to exit from this "grub rescue error"?My system is dual booted with Windows 10 and Ubuntu 19.04 !
https://redd.it/ehm0i8
@r_linux
https://redd.it/ehm0i8
@r_linux
Video: LibreOffice in 2019 – project and community recap
https://www.youtube.com/watch?v=W7YQU_dycos
https://redd.it/ehmn40
@r_linux
https://www.youtube.com/watch?v=W7YQU_dycos
https://redd.it/ehmn40
@r_linux
YouTube
LibreOffice in 2019: project and community recap
A quick look back at 2019 in the LibreOffice project and community! If you find LibreOffice useful, support us with a donation: https://www.libreoffice.org/d...
Linux/Chromebook Question
So I recently got a Chromebook for programming and found that the compilers don't allow for building JFrames in Java. I tried using the Linux (Beta) that is on the system and get Eclipse installed and it fails to load the install button on the install window. So I am thinking of something else, and I might be completely idiotic for even thinking that this may work. Is it possible to install Linux onto a thumb drive, and boot off that with the Chromebook? If it is, is it something I would have to do while using the Chromebook, or could I use a desktop to create it, and then use it with the Chromebook?
https://redd.it/ehonin
@r_linux
So I recently got a Chromebook for programming and found that the compilers don't allow for building JFrames in Java. I tried using the Linux (Beta) that is on the system and get Eclipse installed and it fails to load the install button on the install window. So I am thinking of something else, and I might be completely idiotic for even thinking that this may work. Is it possible to install Linux onto a thumb drive, and boot off that with the Chromebook? If it is, is it something I would have to do while using the Chromebook, or could I use a desktop to create it, and then use it with the Chromebook?
https://redd.it/ehonin
@r_linux
reddit
Linux/Chromebook Question
So I recently got a Chromebook for programming and found that the compilers don't allow for building JFrames in Java. I tried using the Linux...
TIL you can set the brightness of external monitors with ddcutil
[See here.](https://wiki.archlinux.org/index.php/Backlight#External_monitors)
I've always been a bit annoyed about having to navigate through the clumsy monitor buttons. Being able to do that with a keybind is a great advantage.
https://redd.it/ehteue
@r_linux
[See here.](https://wiki.archlinux.org/index.php/Backlight#External_monitors)
I've always been a bit annoyed about having to navigate through the clumsy monitor buttons. Being able to do that with a keybind is a great advantage.
https://redd.it/ehteue
@r_linux
reddit
TIL you can set the brightness of external monitors with ddcutil
[See here.](https://wiki.archlinux.org/index.php/Backlight#External_monitors) I've always been a bit annoyed about having to navigate through...
Kitty Terminal Theme Changer
I just released a tool that some people might find helpful. It provides a simple CLI interface for changing the Theme used by your Kitty Terminal as well as toggling between a light and a dark theme if you wish.
[https://github.com/fretboardfreak/kitty-theme-changer](https://github.com/fretboardfreak/kitty-theme-changer)
It works nicely with the collection of Kitty Themes put together by [/u/dexpota](https://www.reddit.com/u/dexpota/) a while back: [https://github.com/dexpota/kitty-themes](https://github.com/dexpota/kitty-themes)
Merry New Years and Happy Holidays.
https://redd.it/ehx1aj
@r_linux
I just released a tool that some people might find helpful. It provides a simple CLI interface for changing the Theme used by your Kitty Terminal as well as toggling between a light and a dark theme if you wish.
[https://github.com/fretboardfreak/kitty-theme-changer](https://github.com/fretboardfreak/kitty-theme-changer)
It works nicely with the collection of Kitty Themes put together by [/u/dexpota](https://www.reddit.com/u/dexpota/) a while back: [https://github.com/dexpota/kitty-themes](https://github.com/dexpota/kitty-themes)
Merry New Years and Happy Holidays.
https://redd.it/ehx1aj
@r_linux
GitHub
GitHub - fretboardfreak/kitty-theme-changer: A helper noscript to change Kitty Terminal Emulator themes on the fly.
A helper noscript to change Kitty Terminal Emulator themes on the fly. - GitHub - fretboardfreak/kitty-theme-changer: A helper noscript to change Kitty Terminal Emulator themes on the fly.
Are there any tablets 100% compatible with linux?
I've been looking for something like the Microsoft Surface series, a tablet with detachable keyboard (but with Linux), with no luck.
https://redd.it/ehy4tf
@r_linux
I've been looking for something like the Microsoft Surface series, a tablet with detachable keyboard (but with Linux), with no luck.
https://redd.it/ehy4tf
@r_linux
reddit
Are there any tablets 100% compatible with linux?
I've been looking for something like the Microsoft Surface series, a tablet with detachable keyboard (but with Linux), with no luck.
Now that the decade is ending. What's are some things you guys look forward for Linux in 2020+? Also how did the kernel improve in your experience since 2010?
https://redd.it/ehyush
@r_linux
https://redd.it/ehyush
@r_linux
reddit
Now that the decade is ending. What's are some things you guys...
Posted in r/linux by u/Aceflamez00 • 1 point and 3 comments
2019: the year in review — Adventures in Linux and KDE
https://pointieststick.com/2019/12/31/2019-the-year-in-review/
https://redd.it/ehzj6r
@r_linux
https://pointieststick.com/2019/12/31/2019-the-year-in-review/
https://redd.it/ehzj6r
@r_linux
Adventures in Linux and KDE
2019: the year in review
2019 was a massive year for KDE. I’d like tho take the opportunity to highlight some of the biggest improvements and new features that arrived in this year: Wayland Though Plasma-on-Wayland i…
.NET framework uner MIT licens. Does that mean someone with the skills can make it work under Linux and distroes can include it in their repo?
https://devblogs.microsoft.com/dotnet/announcing-net-2015-preview-a-new-era-for-net/
https://redd.it/ei1cz5
@r_linux
https://devblogs.microsoft.com/dotnet/announcing-net-2015-preview-a-new-era-for-net/
https://redd.it/ei1cz5
@r_linux
.NET Blog
Announcing .NET 2015 Preview: A New Era for .NET
Updated (2017): See .NET Framework Releases to learn about newer releases. Updated (July 2015): See Announcing .NET Framework 4.6 to read about the final version of the .NET Framework 4.6. Today is a pivotal moment for .NET. With the release of .NET 2015…