LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Blogs
User Name
Password

Notices


Just annotations of little "how to's", so I know I can find how to do something I've already done when I need to do it again, in case I don't remember anymore, which is not unlikely. Hopefully they can be useful to others, but I can't guarantee that it will work, or that it won't even make things worse.
Old

Sometimes apt-get manages to install stuff that synaptic will fail or refuse to

Posted 07-09-2023 at 05:56 PM by the dsc (linux-related notes)

I'm not sure it's some configuration I have on synaptic (maybe having the stable-security as the prioritary release? I'm not sure it's set as such, though), or some inherent difference between both (I used to think it was just a GUI frontend to apt-get that would do pretty much exactly the same, once you click to "apply" at least, but it may not be the case), but in some cases synaptic will fail to install some packages, and not really give an explanation why. But the very same package...
Member
Posted in Uncategorized
Views 106 Comments 0 the dsc is offline
Old

More important than visual "dark modes," DEs and programs should have a "detailed/compact design" setting/flavor that can be set immediately

Posted 07-06-2023 at 12:59 PM by the dsc (linux-related notes)
Updated 07-06-2023 at 01:04 PM by the dsc
Tags design, rant

When start some random file manager in its default GUI settings, I almost shriek in despair. It seems it's always over-padded design, with huge icons everywhere, with menus always hidden somewhere.

I like detailed lists of files most of the time. This concept is just brilliant, you have all the info you can need in a neatly organized design, can quickly order the listing clicking on some attribute-label at the top and so forth. A great addition over the years were the instant-filter...
Member
Posted in Uncategorized
Views 175 Comments 0 the dsc is offline
Old

Weird conflict/dependency/maybe-bug hell with Debian Bookworm and RTL8188FTV (0bda:f179)

Posted 06-27-2023 at 10:14 AM by the dsc (linux-related notes)
Updated 06-30-2023 at 10:30 AM by the dsc (news)

There's some weird situation, for me at least, where apparently I can't install the headers of linux 6, due to failure in dkms building the module for this USB wireless adapter. Which in turn depends on the headers themselves being installed, if I'm not misunderstanding, which may well be the case.

Additionally, there were some reported bugs in some stuff, G++ and/or GCC, while updating from frankendebian-pre-Bookworm to what may be a more proper bookworm release. Although I think...
Member
Posted in Uncategorized
Views 238 Comments 0 the dsc is offline
Old

Rather basic realization on scripting logic, it may be often better to let C programs do "excessive" work than trying to spare them w/ Bash

Posted 06-01-2023 at 12:29 PM by the dsc (linux-related notes)
Updated 06-01-2023 at 12:34 PM by the dsc

"C" stuff will be much faster than scripts, so sometimes even a "dumb" use of a C program will be more optimal (take less time) than trying to sort out a more minimal task for the C program with bash.

Like
Code:
 grep -h -m 1 THING-TO-GREP index_*
versus

Code:
 < ... some bash-script logic that tries to figure out the most likely index_NNNN files
 so grep has only to work with a few, not all ... > 

 grep
...
Member
Posted in Uncategorized
Views 215 Comments 1 the dsc is offline
Old

For those who don't like notify-send exhibiting its title ("notify-send") on LXQT

Posted 02-24-2023 at 06:03 PM by the dsc (linux-related notes)
Updated 02-24-2023 at 06:04 PM by the dsc

(Or anywhere using lxqt-notificationd, like in otherwise pure Openbox, which happens to be my case)

The "proper" way would be to have it always explicitly setting something else with "-a," but apparently one can emulate the title-less implementation of other notification daemons with an wrap-around script like this:

Code:
#!/bin/bash

if [[ ! "${@}" =~ "-a " ]] ; then

/usr/bin/notify-send -a ""
...
Member
Posted in Uncategorized
Views 283 Comments 0 the dsc is offline

  



All times are GMT -5. The time now is 11:48 PM.

Main Menu
Advertisement
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration