Search
A web search turned up the Qt online documentation, which suggests using Qt Assistant to organize and read help files packaged as *.qch files. That looks to be packaged by Debian as assistant-qt6....
I often need to fill out PDF forms, like government paperwork and stuff for banks. How can I do this on Linux? Best I could find was Foxit, but it has strange limitations in the Linux version, lik...
This varies because, being modular, Linux will have different components according to what it's used for. I'll write mainly for a mainstream desktop distro. Systemd manages most of the stack these...
Linux Mint comes with "System Monitor", a GNOME utility that - among other things - shows my CPU and RAM usage and network transfer rate. It seems intended as the system's alternative to the Task M...
Gnome Disk Usage Analyzer is a GUI program with similar purpose as du and ncdu. I haven't used it in a long time, but I believe caches scan results. Subsequent scans should become faster, barring ...
ncdu does that. from ncdu --help: -o FILE Export scanned directory to FILE -f FILE Import scanned directory from FILE You can start it with any direc...
I am experiencing hardware or software problems that I cannot explain, or find a solution for. As part of the troubleshooting process, I have now arrived at running an older version of the OS from ...
I have a command check_mail that checks my mail. I have it configured to run hourly because I don't want to hammer the server too much. But, sometimes I am really at the edge of my seat for a resp...
I'm fond of the one-line tabular-like output of aptitude search, but not all systems have aptitude installed. How do I customize the output of apt search (or apt-cache or whatever default tool is a...
According to a post on the Nvidia forums, my EGL installation is broken, as eglinfo should say the vendor is Nvidia; on my system it returns: EGL API version: 1.5 EGL vendor string: Mesa Project ...
This is not a full answer, but my hypothesis is: Your system is configured to resolve domains exclusively through a single server running locally. Thereby, that local server can centrally control ...
https://metadata.ftp-master.debian.org/changelogs/main/p/poppler/poppler_22.12.0-2_changelog contains the changelog for this particular package. It should be obvious how to change to a different ve...
This can be done with Wine Bottles. Install flatpak from your package manager. Install Bottles from Flatpak (may show up as Discover (Software Center)) May take a while, because it has many ...
Windows packages all of its API functions into DLLs, so when you have a program that relies on calls to X, Y and Z you must ensure that you have the correct set of DLLs that provide all of those. T...
From what I understand, you can pass a command to the xinit program that will be executed instead of .xinitrc. So you might be able to use startx sh -c 'xrandr-invert-colors; exec "$HOME/.xinitrc"...
Possibly -f "$dir" not -q "$dir". According to man: -q, --query=STR Start the finder with the given query ... -f, --filter=STR Filter mode. Do not start interactive finder. When used with -...
You said rsyslog specifically. Hopefully you are using a version new enough to use the advanced syntax (aka RainerScript). 1 Would something similar to the following work for you? $EscapeControlC...
Although you have left a post saying it is solved, I think it's not uncommon for this kind of problem to show up. I think it can happen due to misconfiguration of either NM or the network drivers/h...
It seems that what the linked article says is usually correct, about the interfaces which are part of the bridge not being supposed to have IPs themselves. At least in the wanted subnet, I guess. ...
WARNING: You don't have /home/istiak/.local/share/gem/ruby/3.0.0/bin in your PATH, gem executables will not run. Successfully installed bundler-2.2.17 1 gem installed For the above error ru...
Actually, in compiler I had marked the Run the script in context of the bundle (bundle exec). When I unmarked it, I noticed I could compile. So, the second problem is solved. I can run Ruby file no...
I was using Linux mint and Windows 10 together (in different partitions). Few months I was using it freely. Today I got a message in Windows 10 (new updates available or shutdown and update) then, ...
I was reading the documentation. In Debian based Linux, I have to install build-essential, libssl-dev. But, what about Arch-Based Linux? I had tried sudo pacman -Syy build-essential libssl-dev ...
Go to your Gemfile (Inside your project structure) and edit ruby '2.6.6' to ruby '2.7.0' and then you are good to go. Like:
I had write some texts in LibreOffice Writer. Now, I want to print them to pages. For that reason, we use "printer". My printer's name is HP laserJet P1007. In Windows, I can simply download from h...