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

Powered by : @r_channels
Download Telegram
not have metal construction. There should be zero problems. Plastic does not interfere with radio waves enough to cause more than 1-1.5 dB loss in the absolute worst case. In the devices with metal bodies, there should be no issue anyway because of [antenna bands.](https://zdnet3.cbsistatic.com/hub/i/r/2019/08/05/01ca94f7-18a5-4fc2-aa7b-fc31fc3a076e/resize/1200x900/108e3cfb8870f30b703ad9ab0ce0901f/galaxy-note-10-3.jpg) The image I linked is a modern ultra-high end device where you can easily see two thin rectangular plastic antenna bands. There is a reason modern antenna bands are so small: it has become incredibly easy (and thus cheep) to mass produce highly directive antennas. This is especially true for for designs intended for UE's. As a student working in a lab on campus, we had a tight budget and needed to buy antennas for a system we were building. For legal reasons, we were operating on the 1.3 GHz band. Unfortunately, this was impossible because all the "off the shelf" (and very cheap) antennas were designed for various cell phone bands. We ended up ordering a custom design (Gerber files from a fellow student) and fabricated 150 large PIFA antennas for ~$100.

In summary, this large paragraph is a justification for the following strong opinion. *I believe there may be serious reception issues with the Liberm 5. These reception issues are not related to antennas. Mr. Weavers in-passing and extremely brief mention of "antenna routing" issues may be the tip for the (reception/SNR) iceberg.*

~~=========================================================~~

I want to make clear that I do not hold ill will against Purism or FOSS mobile efforts. I absolutely hate that any activity on my smartphone goes directly to Google. For years, I have been holing onto a 100-200 dollar class smartphone because use of said device must be kept to a minimum to protect my privacy (I try to keep all my online activity on a laptop that I control). However, this entire post is an opinionated criticism of Purism's hardware choices. At the end of the day, a cellular device that truly protects your privacy (with potential serious hardware and reception issues) is no different than a Android or iOS phone which has had its antennas and RF cards ripped out. A smartphone is only useful when it can be used. Otherwise, a laptop on a WiFi connection with VoIP (and a VPN) will be objectively more useful.

https://redd.it/dnmwlc
@r_linux
New Video Series Out "How To Use Linux Mint | A Complete Guide"

I just recently finished producing a complete video series on how to use Linux Mint, from the Cinnamon Desktop, to files & folders, installing apps, customizing, and more! I made them to be a resource to all, so please enjoy and feel free to share with new users who might find it a helpful resource:

[https://www.youtube.com/watch?v=kUC9RbrS0q0&list=PLrW4kXWyzgoKKLkdHTH8E5v\_JboLeAITi](https://www.youtube.com/watch?v=kUC9RbrS0q0&list=PLrW4kXWyzgoKKLkdHTH8E5v_JboLeAITi)

​

https://i.redd.it/9dwl04t461v31.jpg

https://redd.it/dnpx3i
@r_linux
Bodge it Your Way - A Linux Story

**tl;dr:**

*Too many tabs open in Firefox. Want more keyboard centered control over Firefox. Plugins do not suffice due to API restrictions. Build a custom solution where i3 and rofi manage the "tabs"(which are now windows). Works fine on Arch, Rofi is the show stopper on debian. Final thougts on the greatness of our savior linux, some xkcd comics and a note with cheesy philosophy.*

​

**Main Content:**

I like vim. And I like surfing the web. Until some years ago, there were some Firefox plugins that allowed to use your browser similar to vim. Due to security risks, the Firefox plugin infrastructure got rehauled and the Firefox-vim solutions now are somewhat limited.

My Linux path let me down the long dark road of tiling window managers, what I feel is just consequent should you also like vim (possibly for emacs users too, for that matter, but that wasn't my road to follow). Of course, one does not just use i3, but combine it with dmenu, its i3 incarnation or some other derivative, to start your programs with it at least. In my case its rofi. Using already i3, rofi and the castrated Firefox-vim plugins I thought "Wouldn't it be lovely if i3&rofi managed my tabs". Having usually 20-30 open tabs, I stopped using the top tabbar long time ago, but I loose oversight also on the sidebar, should I exceed 15 or so tabs. So I dreamed of tabs I could switch with rofi, Firefox showing only the addressbar and website and a mouse I would never have to touch again. So I bodged together something that reminds of a solution to my problems.

What I wanted:

1. New windows instead of tabs, so i3 can manage it.
2. Open new address with rofi, but have my Firefox url completion.
3. Start a search from rofi
4. Switch window/tab with rofi
5. only the address bar in Firefox

Where there Problems? \[This goes for arch linux\]

1. There are plugins and some settings in Firefox you can click to make that happen. No Problem here. Also no problem in opening dozens of windows. Windows and tabs seems to be the same for Firefox. This is different, should you force Firefox into opening a new instance! But I don't want that anyway, so this is fine. (You might think about doing this if you want to separate your banking account from your facebook account, so maybe that is a future feature of similar bodge?)
2. That was surprisingly easy. Firefox's History resides in a SQLite file somewhere. I copy it to /tmp, so its unlocked when I open it. SQLite generates a list of entries and the FZF search in Rofi gives me sane sorting of these addresses. The sorting is not as good as in Firefox, but its gets the job done surprisingly well...(More specifically, I move a first copy of the history in /tmp to a new name and then query with SQLite on that, while I copy a new history in parallel, so I don't have a delay when opening rofi)
3. This doesn't work. I "query" Firefox via commandline arguments. Firefox comes with "firefox --search <term>" which for some reason doesn't work on neither arch-linux nor debian. Via random trying I got it to search under some strange conditions and when my first word was "google", but then "google" would also appear in my search, which rendered this solution useless... Should you have any idea why that is so, I would be happy to hear about it.
4. Well, the developers of rofi build rofi with that feature in mind. No problem here. You can set a filter, so only Firefox windows are shown to start with.
5. Many people want to get rid of the tabbar. It is/was not supported by Firefox by default. But you can hack the UI's css... So thats what I did. I had to do it a long time ago, when I started using the sidebar, so this was already solved for me.

The same setup on debian failed, as rofi doesn't take the input I generate with SQLite. I don't care too much about this, as my debian has a large screen and the tabs are not to much of a hazzle. Its my primary workstation and debian's main purpose is, that in one or two years it should reliably behave like it does today. So I don't want to try to muc
h stuff on it... On my notebook, I have arch installed. Being a notebook, I care about my limited screens "real-estate" and there it works fine... So I didn't care to much about digging into a solution.

I use this setup daily and my main problem is my default behavior of opening tabs with Ctrl+t when surfing to google for something new. I havn't yet found out how to remap that to new window. So now I sometimes and up with having multiple windows and in some windows multiple tabs... Other then that it works like a charm (well, as much charm as you could expect from a bodge like that)

**Final thoughts**

Is this more efficient? If so, will this ever pay off?You probably already have your favorite xkcd comic at hand. Should you not, here are two possible options for you:

[https://xkcd.com/1205/](https://xkcd.com/1205/)

[https://xkcd.com/1319/](https://xkcd.com/1319/)

The answer is probably: NoBut it should be: No, does it have to be?

I would love to see myself in a long line of craftsman that took pride and joy in their work and tools and put ornaments on them and improved them in small ways, that might never pay of. However, I just bodged together a couple of programs and didn't even debugged a probably minor problem that stopps me from using it everywhere. Nevertheless, I still like my solution. I like whats possible with Linux/arch/debian (maybe its possible with windows & mac, but probably not this easy). I am, again, impressed how much I could change my system by just combining some programs in a certain way (Yeah, I know its the UNIX-philiosophy. But just because it has a name doesn't mean it shouldn't be cherished from time to time) . Of course, this takes a long time learning that these programs exist and one could combine them in that certain way to achieve a certain outcome... But now that its out its easy and it feels good ;)

To end on a philosophical note: Maybe that's something that, among other aspects, drives Linux desktop users: The possibility to bodge your tool into something that fits you and your style. In a far reminiscence of those gone days where we roamed the wild and slugged stones on stones to sometimes even improve our weapons, instead of just making a big pile of dust. Its maybe not about efficiency but feeling good with the tools at your hand and exploring the space of possibilities.

https://redd.it/dnrdxl
@r_linux
Is taskwarrior dead/dying?

Taskwarrior is a super cool task manager, but...

There haven't been any posts in the taskwarrior [blogosphere](https://taskwarrior.org/) since early 2018

There hasn't been any significant [Git activity](https://github.com/GothenburgBitFactory/taskwarrior) in the past \~6 months

Their [IRC Channel](https://botbot.me/taskwarrior/) provider has shut down.

Does anyone have any background info about what is up?

https://redd.it/dnu9g9
@r_linux
Operating Ststems comparison

Hi there,

I'm looking for a book (or site) that compares Windows 10, Mac OS X and Linux from a technical point of view, do you guys have any suggestions?

Thanks guys

https://redd.it/dns76a
@r_linux
Linux Experiences/Rants or Education/Certifications thread - October 28, 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/do3vpz
@r_linux
Sell me on identifying disks based on UUIDS over Labels.

Why on earth would it be best practice to meaningfully identify a disk based on uniquely generated garbage?

Bad practice to use /dev/sda1 etc in fstab as it can change on you without notice so use a UUID?

Okay, why not identify via the label field? Human settable and meaningful data entry and still just as computationally static as a UUID field until manually manipulated. More accessibly changed yes but UUID is not immuteable either so is that really a argument that can stand?

Accidental conflicts are more likely to arise? Not if naming schemes are followed, regardless a malicious user is perfectly capable of changing the UUID on their USB thumb drive aswell so UUID doesnt even remove that risk.

Identifying via label makes certain processes significantly easier to understand by design aswell, migrating disks for example, provided you label correctly the fstab file won't require regeneration.

https://redd.it/do74qp
@r_linux