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

Remember to check /etc/xdg/autostart for things mysteriously auto-starting on Openbox

Posted 11-10-2020 at 05:44 PM by the dsc (linux-related notes)
Updated 11-10-2020 at 05:49 PM by the dsc

Sometimes there's some program somehow auto-starting, you want to either to not have it auto-starting or change some environment variable, then you don't see it anywhere on Openbox' own autostart, or on other possible autostart-like scripts on the home folder, like ~/.config/autostart, maybe .Xsessionrc and the like, and google's results end up in threads of people asking the same question and not finding any answer... and only after a reasonable amount of time you remember there's /etc/xdg/autostart,...
Member
Posted in Uncategorized
Views 1414 Comments 0 the dsc is offline
Old

Workaround for the GTK file dialog causing segfaults or something on appimage versions of Inkscape

Posted 11-05-2020 at 08:46 AM by the dsc (linux-related notes)
Tags gtk, inkscape

https://gitlab.com/inkscape/inkscape...note_423123594

Quote:
Originally Posted by Mike Neilly
[...] Downloading the newer schema file from https://gitlab.gnome.org/GNOME/gtk/-...er.gschema.xml and installing it in /usr/share/glib-2.0/schemas/org.gtk.Settings.FileChooser.gschema.xml, running "glib-compile-schemas ." in that directory and using Alt-F2 r to restart gnome-shell seems to resolve the issue with Inkscape 1.0.1.
...
Member
Posted in Uncategorized
Views 2571 Comments 0 the dsc is offline
Old

Apparently Linux works in a way that makes perhaps a bit more likely for one to think an USB hdd is going bad

Posted 10-30-2020 at 07:10 AM by the dsc (linux-related notes)
Updated 10-30-2020 at 07:14 AM by the dsc
Tags lunux, usb

I was googling a lot to figure out what could be happening, but already under the assumption that one of the HDDs I have in a USB dock station was about to fail definitively. In fact, part of my reading was around trying to understand if maybe Linux itself doesn't deal well with this kind of set-up, in ways that could be perhaps more damaging than the normal internal usage of the HDD.

But then I found a piece of information suggesting that maybe what happened was just that the USB...
Member
Posted in Uncategorized
Views 3142 Comments 0 the dsc is offline
Old

tmpfs ~/.cache cleaner daemon-script idea, to clean RAM space while trying to minimize SSD writes

Posted 10-27-2020 at 07:20 AM by the dsc (linux-related notes)
Updated 11-01-2020 at 03:45 AM by the dsc (maybe grammar or worse, maybe style)
Tags hack, script, ssd, tmpfs

In line with the idea of reducing how much it's written on SSD, some people suggest using tmpfs for lots of things, one of them can be the ~/.cache directory. Which must be implemented in a per-user basis or with some pre-mount script that would do such tmpfs mounts before each user login. But regardless, the point is that they may spare the SSD, but not the RAM, obviously. If you quit a cache-heavy program, its cache would still be there, leaving other programs you're running with less RAM to use....
Member
Posted in Uncategorized
Views 198 Comments 0 the dsc is offline
Old

Miscellaneous links and things that helped me on this new install, with SSD issues, systemd, and removable JFS hdd issues, and whatever else

Posted 10-25-2020 at 08:15 AM by the dsc (linux-related notes)
Updated 10-27-2020 at 10:56 PM by the dsc (addition)

"rc.local" doesn't run by default anymore, so:

https://www.troublenow.org/752/debian-10-add-rc-local/
https://www.linuxbabe.com/linux-serv...l-with-systemd

Which in turn may be useful or necessary to have /var/cache/apt/archives as a tmpfs, with this:

Code:
mkdir -p /var/cache/apt/partial 
mkdir -p /var/cache/apt/archives 
mkdir -p /var/cache/apt/archives/partial 

chown -R _apt /var/cache/apt
...
Member
Posted in Uncategorized
Views 1604 Comments 0 the dsc is offline

  



All times are GMT -5. The time now is 06:20 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