Linux - Reddit – Telegram
Linux - Reddit
755 subscribers
4.18K 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
Getting crazy over the "Input, revisited" in GTK

GTK recently changed the way dead keys are handled ( https://blog.gtk.org/2021/03/24/input-revisited/ ) I have been writing with in english and french with the "US-intl" keyboard. And specifically, I do `<apostrophe><space>` to get an apostrophe, `<apostrophe><apostrophe>` to get "´" and `<apostrophe><e>` to get "é".

Now with the new change, to make "```" easier to type, I need to do `<altgr>+<apostrophe>` to get the simple apostrophe (only in GTK apps, works fine everywhere else).

Does someone knows how I can get back my " ' " when typing `<apostrophe><space>`. Getting rid of all GTK apps is tempting but quite hard and re-learning how to type because "they found a clever way to solve a non problem" would be considered a last resort.

Thanks for the help and sorry for the rant

https://redd.it/mfzig5
@r_linux
Is GNU really bloated?

I've heard people saying that GNU is bloated, is that true? I like to keep my setup minimal and even switched to a non systemd distribution (Gentoo) so it'd be a real shame if I had to replace my coreutils.

https://redd.it/mfw1gk
@r_linux
Emacs Tutorial Through semantic key-bindings, You memorize hundreds of keys instantly

From the prelude, Emacs big-bang its universe simply from M-x. It invoke interactive functions with M(Meta)-x(Execute).

Then it go one more step, replaces the double keys of M-x with the single key of Ctrl, and even further truncates function’s name to its initial letter.

Now instead of redundant M-x forward-char, we straightforwardly strike C-f to move cursor forward a character.

The logic here is obvious: C (Ctrl) substitutes for M (Meta)-x, while f for forward-char.

We pause a moment here to organize our thoughts.

&#x200B;

1. Key “Meta” has source meaning in etymology, so it is applied to invoke full-name functions,
2. Key “Ctrl” corresponds to “Command”
3. Key “f” is abbreviated for “forward-character”

So differs from Vim, we could easily conclude that Emacs was designed to bind keys semantically.

With such semantic key bindings, we could manipulate Emacs smoothly as veterans even without remembering one key binding.

The subsequent sessions starts to the cursor movement semantically from:

&#x200B;

1. Character and Word
2. Line and Sentence
3. Vertical movement
4. Vertically Page down and up
5. Buffer
6. Logic Text Unit
7. Keys layout
8. Concepts

&#x200B;

Read the details from project:

https://github.com/AbstProcDo/Master-Emacs-From-Scratch-with-Solid-Procedures/blob/master/01.semantic-keybinding-en.org

https://redd.it/mg3xqs
@r_linux
Let's go, just got parrot home edition on my potato lappy
https://redd.it/mg6qmx
@r_linux
Best Linux certification LPIC-1 vs LFCS

I want to know of the certification that serves as an introductory/basic linux understanding for the purpose of demonstrating a know-how of the subject matter with decent hands-on.

The choices are LPIC-1(2 exams valid for 5 years) and LFCS( intermediate level). If anyone can comment on the preparation time for taking the certification exams for absolute beginners and their value/level of difficulty.

PS: No prior Linux Experience and objective is not to pursue for long-term Linux Engineer role. Mostly it is the terminal certificate

https://redd.it/mg85c9
@r_linux
Are flatpak really a security threat?

I came across this article on site which claims to be a flatpak killer, how much these claims valid till date? I'm concerned as I just start relying on flatpak for many programs due to recent switch to fedora?

https://redd.it/mga8au
@r_linux
Kali linux wifi networks problem
https://redd.it/mgb8ve
@r_linux
Audio coming from speakers even if headphones are connected (Dual boot)

I installed Ubuntu about a month ago but since yesterday I'm facing a problem when I boot into windows and connect headphones it still plays though the speaker
To solve this I have to reboot the laptop to Ubuntu and then boot again into windows
Is there a proper solution or do I have to do this all the time?

https://redd.it/mgcuxw
@r_linux
If I uninstall a DEB package with Malware, does the Malware disappear?

Sorry for the question, I'm a linux ~~noob~~ layman and just started using it more often with Linux Mint (as my main system).

But I'd like to know.

I'm pretty neurotic with security, privacy, and that sort of thing.

I installed a .deb of dubious source, and obviously you can not guess if the package .deb has viruses or not, but:

&#x200B;

1: Is there any way to know if the .deb package contains any malware based on System Monitor processes? (As in Windows Task Manager)?

&#x200B;

2: If I uninstall the program from the .deb, the supposed virus or malware, would it leave my computer?

&#x200B;

3: Is there any recommended anti-virus for Linux? (with graphical interface)

&#x200B;

4: Sorry for the bad English, ~~I had to use the Translator~~ XD

https://redd.it/mgf7zo
@r_linux
Usage of the word Linux is declining even compared to couple of years ago, and it looks like a trend. I wander what future holds for Linux.
https://redd.it/mgf8jl
@r_linux
Linux file help

I have a simple question about how to locate a file on my server. I am not familiar with Linux. I have purchased a business and in the process to taking customer data base file off old server with old Linux os that was being used for orders. I know what comma separated file name and extension is. I cannot locate it on hard drive. I have reached out to a few Linux specialist without any response.
I appreciate any help.
Thank you, Steve

https://redd.it/mgkyf6
@r_linux
Make AppImage with a command-line tool

Hello, I made a GUI app for a random command-line application and I used that cmd-tool many times in my code like this:

foo --some-flag 123

I created two PKGBUILDs for Arch Linux (one as a dependency for the other one) and it works fine. But unfortunately, I don't know how to run that command-line executable inside an AppImage, Because the GUI app can't find it. I know I need to add ./ but changing my entire code just for a package makes it too complicated. do you guys know how to fix this problem?

I use appimagetool

https://redd.it/mgopzp
@r_linux
Doubt about linux

Hi, I recently got my new thinkpad laptop and I've been curious about linux, but I have some doubts.

Is there a distributor that competes with windows or something similar? I have seen that many people change and that there is a distributor for each "theme" some to play others to program and others to watch movies etc .... But is there one that covers everything? and if so, does it have longevity? I'm afraid that once I start using it in a few years it will be left aside and I will have to change distro.

I am a student so that's why my doubt about the longevity...

https://redd.it/mgpw25
@r_linux
Looking for simple text editor with index functionality

I'm looking for a lightweight Linux alternative to Windows Notepad. I don't need much, basic functionality is fine. I just want it to be lightweight and have some kind of index similar to google docs, so that that I can find a specific chapter without having to look for it manually.

https://redd.it/mgubsj
@r_linux