Search
What switches do I need to add to see my video RAM (VRAM) with inxi? inxi -G shows my video card model and other info, but not video RAM.
I'm posting the same answer on both sites, because the questions are basically the same. Personally, I am in favor of merging Linux Systems Codidact and Power Users Codidact, ideally by transferri...
What factors should I consider when choosing a Linux distribution? In particular, how does my level of skill or familiarity with Linux influence this decision? For example, are there distributions...
I would want to... ... turn my sensors output into a live histogram. How to? Any available script already written? (✿◠‿◠)
That's what .xinitrc and .xprofile is for, Note that if you are using a window manager like bspwm they might have there own separate which runs automatically by running them. In that case your XIN...
A file can be created by the human user directly interacting on the laptop, or indirectly by a program. In principle, you cannot detect statically all file creation calls in a software (even if yo...
I was trying to write multi-line way. Even, I had looked at every tool also. Even, when I import a Math equation that doesn't make multiline (that's written as side line). Libre Office was very use...
I was using Chrome for a moment in Manjaro. My theme was Adwaita dark which I chose from Tweaks. Suddenly, I noticed my theme was changed for no reason. I had updated my system 4-5 hours ago. When ...
That's my Bash script: #!bin/sh cd qpixel sudo systemctl enable mysql mysql -u root -p rails s When it executes the line mysql -u root -p it will ask for password. To do so, I have tried...
I didn't use Lubuntu. So, I don't have idea of Lubuntu's UI/UX. When we update system, it actually make changes to the system which only root user can do. If you want to give the access to those ki...
I did this with NetworkManager. nmtui to open the TUI interface and then select "Edit..." and the ethernet connection You can also use the equivalent GUI or CLI commands, but I find them hard...
I use kitty as my terminal, which allows you to map a key for copying any text from the screen to the keyboard. The text is selected by pressing some hint keys, similar to the Vimium extension. It'...
Most Linuxes are small, and I would consider them for experts by default. This is because you won't be able to just Google problems and copy the solution from some blog. You'll have to actually tro...
The basic version is xsensors, widely packaged and originating at http://www.linuxhardware.org/xsensors/. There are various desktop-environment specific versions which might be prettier, according...
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 ...
I copy-paste several commands at once from a markdown editor (Typora) to Bash in a Putty window terminal; the file I work with reads as follows (empty lines included): $ non sed command 1 $ non s...
UUOC is an ancient Unix yarn. I can't find the original essay (I believe from Usenet, where else...) but if memory serves it's either from early 90s or before. cat is actually a program for concat...
To migrate your main filesystem to a new drive, utilize disk cloning software or backup utilities like Clonezilla or EaseUS Todo Backup for a perfect transfer.
I have the following problems working with sed: It doesn't allow multiline operations (thus, no indentations, no nesting) It is generally obligatory to wrap entire commands in quote marks (sed ...
wget -q -O - https://archive.kali.org/archive-key.asc | apt-key add Using the above code you are adding a key. Then try to update your system.
I have always found PulseAudio to be difficult to use and overcomplicated. Recently I also discovered that it is written by Lennart Poettering, whom I dislike. I am now very motivated to use someth...
Hacking tools are execute from terminal. While Powerusers is for OS's Q&A. Some sample of Linux system's question is included below : How to turn on night light in terminal? How to create u...
There's lot of Facebook Brute Forcer and lot of hacking tools is available in github. Don't ask : You can't ask us which Brute Forcer is best(Which tool you have to use for fb/insta/website hac...
I had installed Kali Linux recently. I can't update or upgrade my system. Even, I can't install anything. Here's the error log apt update Get:1 http://kali.cs.nctu.edu.tw/kali kali-rolling InRele...