Linux - Reddit – Telegram
Linux - Reddit
751 subscribers
4.17K photos
207 videos
39.8K links
Stay up-to-date with everything Linux!
Content directly fetched from the subreddit just for you.

Powered by : @r_channels
Download Telegram
Moving to Linux Phone

Hi Everyone

Im at a bit of a crossroads at the moment.

I cant choose whice OS to use, whice then determines what phone i also buy.

My brain as a cyber student has already chosen but my heart is not in to the 1st choice mainly because it's a google phone and I cant find any information about back doors within the hardware?

so here goes my list. if anyone can persuade me to make a decision base on their experience would be great. I'm looking to run a linux phone as my daily. I have already been through all information and know what apps I need and dont. I'll be using it for Phone calls, SMS, internet base apps. Pretty much getting away from google services, and any tracking that can be done.

1st choice. GrapheneOS with Pixal 3 or 3a

2nd Choice. /e/ (eelo) with Galaxy S9 or oneplus7 or xiomi or maybe nexus 6 or moto g4

3rd Choice. Pinephone

4th choice. LineageOS

Any help would be much appreciated.

Cheers

https://redd.it/gar2lh
@r_linux
AMD or Nvidia GPU for Linux

TL;DR: How does Nvidia perform on Linux in 2020?

2 years ago I bought a Vega 56 and sold my GTX 1070 because no matter what I did, I only had problems with Nvidia on Linux like screen tearing and sluggish DE performance. I am dual booting with Windows because I use Windows only programs professionally and my favorite games don't run in Linux. The Vega 56 does a formidable job on both operating systems but now it's time for an upgrade, so I was thinking about getting a Sapphire Nitro+ RX 5700 XT. However, I hear bad things about the Windows driver, black screens, game and system crashes. So my question is if Nvidia has improved on Linux and if a 2070 Super would be an alternative. Thanks for your help!

https://redd.it/gaqy5a
@r_linux
Krusader, KDE's powerful file manager, is 20 years old today. Krusader is ideal for power users, offering advanced searches, total control via keyboard and root mode. The newest version also incorporates inbuilt panel filtering/searching.
https://krusader.org/

https://redd.it/gas7th
@r_linux
Gamma Text Editor - overview (Beta 0.0.2) - Progress update

[https://gitlab.com/hamadmarri/gamma-text-editor](https://gitlab.com/hamadmarri/gamma-text-editor)

Gamma (Γ) is a lightweight text editor. It is meant to be an alternative to Gedit or Notepad++. Although the current implementation is tested on linux under Gnome desktop environment, Gamma can run on Linux, Windows, and Mac if dependencies are installed (see Dependencies section below). Gamma uses GTK3 (cross-platform GUI toolkit) and PyGObject which is a Python package that provides bindings for GObject based libraries such as GTK, GStreamer, WebKitGTK, GLib, GIO and many more.

​

Release Notes:

[https://gitlab.com/hamadmarri/gamma-text-editor/-/releases/v0.0.2](https://gitlab.com/hamadmarri/gamma-text-editor/-/releases/v0.0.2)

* Save as file
* Flatpak
* Show welcome page when run the first time
* typing assistant enhancement
* Scroll the text by pressing CTRL+Arrow-Keys
* Abstract way to communicate with other plugins
* Bottom panel
* Output plugin
* Open more than one window
* Files listing visibility able to be toggled
* Help pages
* Welcome page

​

Your thoughts please

https://redd.it/gassbw
@r_linux
KSOS - an OS by ACM IIT Roorkee to help in learning OS Development

For the past several months, the members of IIT Roorkee ACM Student Chapter were busy building their very own OS from scratch.

They have released v1.0.0 of KSOS, as well as open-sourced it to encourage external collaborations and learning of OS development!

Check out the code on GitHub:
[https://github.com/acmiitr/KSOS](https://github.com/acmiitr/KSOS).

Read about their OS Development journey:
[https://medium.com/@acmiitr/journey-to-the-core-of-the-computer-df40421acb1c](https://medium.com/@acmiitr/journey-to-the-core-of-the-computer-df40421acb1c)

https://redd.it/gava24
@r_linux
Security on User-Space file systems

I had a quick question about user-space file systems. How is the security of a system affected on a user-space file system?

I understand what a user space file system does, but I'm not too sure how that makes a system more secure. This is just a guess, but is it because it only allows the user to be able to access the files or something like that?

https://redd.it/gaw29a
@r_linux
I created Tux pixelart and I public it on CC-0 license.

​

https://preview.redd.it/tcdonqxw4yv41.png?width=250&format=png&auto=webp&s=c98a37db63251c8ecee3db95775048006a13c6d7

So this is my Tux pixelart. You can do with it anything you want. :)

[Repo](https://github.com/samedamci/linux_tech_tips/blob/master/assets/img/tux_icon.png) with license and original resolution.I use this art on this simple [page](https://linuxtechtips.netlify.app/) placeholder. In future in this place I want to public some tips for Linux beginners.

https://redd.it/gauc7n
@r_linux
Is there any way to install the (one of the oldest) Kornshell 88 version?

So I have Windows 10 installed on my job PC.

The project we are working on uses kornshell noscripts to do some export and file handling in production environments. The thing is, to migrate all the noscripts to some newer version or completely re-write them in some other noscript language would be very very costly (nearly impossible).

So I installed on my Windows machine WSL (Windows subsystem for Linux / Ubuntu distro) and inside it installed ksh.I did this to at least be able to test the noscript changes somehow. But the negative thing is the earliest version for this Ubuntu Kornshell is 93 and the one they use on their production machines is ksh 88. There are a lot of syntax differences between the two versions.

I assume it would also be costly to migrate to the newest Kornshell version. Since the flow for the noscript changes to reach the production environments is quite lengthy the best way is to somehow find a way to install ksh88 on my local machine for testing.

So back to the actual question is there any repository or some installation on the internet from where I can install the 88 version of Kornshell?

Or is it possible for example to install some Unix distro (as a VM) that would come with that version of Kornshell already installed?

https://redd.it/gb0y1g
@r_linux
Looking for resource for Linux shell command

Hi all, I have used linux for 2 years but I'm not an expert about it but I would love to be one. I'm learning all the shell command I can on the fly, but I feel like I need a more systematic way. So can someone direct me to some resources where I can learn all/majority Linux commands please? I use sh shell and bash most if the time and I work on a lot of embedded systems projects

https://redd.it/gb3lz2
@r_linux
Build a conformant kubernetes cluster in containers (like KIND does), on Linux, using docker only, by hand, from scratch, for learning. You'll end up with a handy utility. 9 days old today! Thanks Covid-19!! Contributions welcome.
https://github.com/mclarkson/my-own-kind

https://redd.it/gb6ien
@r_linux
NewsFlash, the successor to Jangernert's FeedReader, has been released into it's first Beta! It is an RSS/news reader with adaptive design alongside support for Miniflux, Feedly, Fever, and more incoming!
https://gitlab.com/news-flash/news_flash_gtk/-/releases

https://redd.it/gb9cmo
@r_linux
Vermin the VM manager

I want to announce [vermin](https://github.com/mhewedy/vermin) a project I was working on for the last couple of weeks.

It is a single binary file to create and manage [r/virtualmachines](https://www.reddit.com/r/virtualmachines/) based on VirtualBox.

It started as a shell noscript with some go binaries as utilities, but now it has been fully rewritten in the awesome [r/golang](https://www.reddit.com/r/golang/)

**vermin** is mainly built to enable quick creation of VMs and provide handy commands as well such as cross copying files and port forwarding.

It accomplishes this by simply using [r/virtualbox](https://www.reddit.com/r/virtualbox/) and wraps some r/ssh commands as well.

I Hope anybody needs a simple solution to create and work with VMs to find vermin useful.

**If you like vermin, please star the project at** [**https://github.com/mhewedy/vermin**](https://github.com/mhewedy/vermin) **and start using it.**

Special thanks for John Arundel for suggesting the name.

https://redd.it/gba1l3
@r_linux