Communities

Writing
Writing
Codidact Meta
Codidact Meta
The Great Outdoors
The Great Outdoors
Photography & Video
Photography & Video
Scientific Speculation
Scientific Speculation
Cooking
Cooking
Electrical Engineering
Electrical Engineering
Judaism
Judaism
Languages & Linguistics
Languages & Linguistics
Software Development
Software Development
Mathematics
Mathematics
Christianity
Christianity
Code Golf
Code Golf
Music
Music
Physics
Physics
Linux Systems
Linux Systems
Power Users
Power Users
Tabletop RPGs
Tabletop RPGs
Community Proposals
Community Proposals
tag:snake search within a tag
answers:0 unanswered questions
user:xxxx search by author id
score:0.5 posts with 0.5+ score
"snake oil" exact phrase
votes:4 posts with 4+ votes
created:<1w created < 1 week ago
post_type:xxxx type of post
Search help
Notifications
Mark all as read See all your notifications »

Search

Advanced Search Options

To further refine your search, you can use additional qualifiers such as score:>0.5. For example, the search score:>=0.5 created:<1y grammar would return only posts mentioning "grammar" that have a score >= 0.5 and were created less than a year ago.

Further help with searching is available in the help center.

Quick hints: tag:tagname, user:xxx, "exact phrase", post_type:xxx, created:<N{d,w,mo,y}, score:>=0.5

Filters
 
50%
+0 −0
Q&A printer installation in Linux

You have to execute following command in Terminal. For Arch-Based Linux : pamac install manjaro-printer pamac install hplip sudo pacman -S system-config-printer Then, go to settings. You wil...

posted 4y ago by deleted user

Answer
50%
+0 −0
Q&A unable to access Manjaro (kernel file not found)

I have Prime OS and Windows 10 alongside Linux Manjaro. I was using Prime OS nearly 2 hours. Then, I turned off my laptop for 30-60 minutes. Then, I turned my laptop on and I was using Windows 10 f...

1 answer  ·  posted 4y ago by deleted user  ·  last activity 4y ago by deleted user

Question manjaro grub
50%
+0 −0
Q&A Intel® Centrino® Advanced-N 6205 not found in Debian

I was installing Debian. But, I know that I have installed wireless connection system manually in Debian. are e needs non-free firmware files to operate. The firmware can be h as a USB stick o...

2 answers  ·  posted 4y ago by deleted user  ·  edited 2y ago by Canina‭

Question debian wifi firmware
50%
+0 −0
Q&A How can I access Manjaro without any error? (I had installed two grub-loader)

I was using Manjaro. And, I had Windows alongside Manjaro. I have installed Debian without "removing" any OS (I had removed Prime OS). And, I was using grub-loader of Manjaro earlier (Manjaro's gru...

1 answer  ·  posted 4y ago by deleted user  ·  last activity 4y ago by deleted user

Question debian manjaro grub-loader
50%
+0 −0
Q&A Grub rescue error

If you print out ls than you will see disks. You have to check which have your Linux. One by one you have to try following commands. set boot=(hd0,msdosN) #N is number is disk. set prefix=(h...

posted 4y ago by deleted user

Answer
50%
+0 −0
Q&A Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock'

Simply, mysql-server isn't running, you will have to run it first using: sudo service mysql start then try to sign into mysql-server using: sudo mysql then you are good to go.

posted 4y ago by Kevin M. Mansour‭  ·  edited 4y ago by Kevin M. Mansour‭

Answer
50%
+0 −0
Q&A USB host: any special kernel option(s) needed to detect Gadget devices?

I have a custom, ARM Cortex A53 based Linux system, based on Buildroot one RaspberryPi CM3 module, connected to the other system via USB The USB gadget is correctly set up on the CM3 module ...

0 answers  ·  posted 4y ago by sktpin‭

Question USB gadget buildroot
50%
+0 −0
Q&A How can I access Manjaro without any error? (I had installed two grub-loader)

Most of distros can't boot Manjaro. You have to restore grub-loader of Manjaro. And, when installing multiple linux OS always install Manjaro last. mount /dev/sdyC /mnt mount /dev/sdyB /mnt/boot ...

posted 4y ago by deleted user  ·  edited 4y ago by deleted user

Answer
50%
+1 −1
Q&A "A server is already running" error in rails

To fix this: First, run cat command on the file listed in the message. e.g: cat /home/XXX/ruby/YYY/tmp/pids/server.pid cat command will return a 5 digit number. e.g 12345 12345 is the PID ...

posted 4y ago by Kevin M. Mansour‭  ·  edited 2y ago by Trilarion‭

Answer
50%
+0 −0
Q&A Why I can't use dark theme in Manjaro?

Unselect automatic dark theme in Layouts. Then, go to tweaks and select any theme.

posted 4y ago by deleted user

Answer
50%
+0 −0
Q&A unable to access Manjaro (kernel file not found)

You are unfortunately not the only one to run into this problem. Many people interrupt the update process because they think their machine is hanging, and then they press the reset button. For othe...

posted 4y ago by deleted user  ·  edited 4y ago by deleted user

Answer
50%
+0 −0
Q&A grub loader can't detect Bliss OS | Shell

I noticed that the error was error : file/android-11.13-r3/kernel not found So, I decided to find kernel location in Solus(A Linux distro). There's a way to copy path of any file in Linux. ...

posted 4y ago by deleted user

Answer
50%
+0 −0
Q&A Latin American keyboard layout on IBus for Debian Bullseye doesn't work; Spanish layout is applied instead

(This answer updates this one.) This issue seems to be fixed in IBus 1.5.27. As this commit shows, the offending line xkb:latam:*:* has been deleted from engines/denylist.txt, which now allows ...

posted 4mo ago by aura-lsprog-86‭

Answer
50%
+0 −0
Q&A Auto-enable FN-toggling for the first N FN keys

BIOS Fn / hotkey hack There is another way, although it doesn't sound like something I would like assuming your BIOS will permit (my previous Acer did, this doesn't), you toggle the need for Fn...

posted 2mo ago by mcast‭

Answer
50%
+0 −0
Q&A How does the OOM Killer stop its victim process?

I couldn't find a definitive authoritative documentation anywhere but this seems pretty good: Mel Gorman: Understanding the Linux Virtual Memory Manager, Section 13.4 Once a task is selected, t...

posted 7mo ago by Iizuki‭

Answer
50%
+0 −0
Q&A Disable ability of users to enable lingering in systemd

I managed to disable the feature via polkit. To do this I created two policy files: /etc/polkit-1/localauthority/50-local.d/50-disable-linger-self.pkla [disable loginctl linger self] Identity=un...

posted 7mo ago by GeraldS‭

Answer
50%
+0 −0
Q&A How to extract .tar.gz archive?

tar can do it all: $ tar --extract --ungzip --one-top-level --file archive.tar.gz That will result in a directory named according to the archive (so just archive in this case) containing the ex...

posted 7mo ago by Iizuki‭  ·  edited 7mo ago by Iizuki‭

Answer
50%
+0 −0
Q&A how to use chromium's --proxy-server option

It's been a while since I did proxy server stuff with Chrome and friends. (I'm mostly a Firefox user.) But when I was into it, I used an extension called SwitchyOmega. That extension itself has app...

posted 3mo ago by Michael‭

Answer
50%
+0 −0
Q&A How to connect to Zigbee devices?

Possibly Home Assistant is relevant, or helpful in discovering other relevant tools? I think it includes Threads, which I think can be transported on Zigbee. (My research here is incomplete / I ha...

posted 2mo ago by polydact‭

Answer
50%
+0 −0
Q&A Partially moving /home to a new partition, leaving some content behind

Karl's advice is good. I would also recommend trying LVM2 to give yourself more flexibility in future. Ubuntu flavour docs but it's essentially the same in all distros. The thing it does for you ...

posted 2mo ago by polydact‭

Answer
50%
+0 −0
Meta Should we merge with Power Users?

I'm new here and have only looked at a dozen Q&A posts so far. TL;DR how about waiting until there is more traffic? I was about to post a Linux Systems "also relevant for BSD", and while I su...

posted 2mo ago by polydact‭

Answer
50%
+0 −0
Q&A Dark grey/black semi-transparent rectangle covers Gnome Terminal (bug in Enhanced Tiling?)

The bug I'm experiencing is that my (one almighty many-tabbed to multiple screen sessions in other places) Gnome Terminal started acquiring a dark semi-transparent rectangle over it. I'm using Ubu...

0 answers  ·  posted 2mo ago by mcast‭  ·  edited 2mo ago by mcast‭

Question debugging gnome-terminal wayland tiling
50%
+0 −0
Q&A Latin American keyboard layout on IBus for Debian Bullseye doesn't work; Spanish layout is applied instead

I answered this question over SE, as it can be found here. UPDATE. I've found that the latest commit in the IBus source has the blacklist already implemented, and that all Latin American layouts...

posted 4mo ago by aura-lsprog-86‭

Answer
50%
+0 −0
Q&A Latin American keyboard layout on IBus for Debian Bullseye doesn't work; Spanish layout is applied instead

The following question was asked by SE user RAKK. The original source can be found here. I am running Debian 11 Bullseye for AMD64 on an HP Pavillion Touch 14-N009LA laptop, using IBus and MATE ...

2 answers  ·  posted 4mo ago by aura-lsprog-86‭  ·  last activity 4mo ago by aura-lsprog-86‭

Question debian keyboard-layout ibus
50%
+0 −0
Q&A Understanding semicolons in Bash functions

The shell uses ; to reliably end a statement, with foreground execution. In some cases, a line break also ends a statement with foreground (except that when the statement is not obviously complete...

posted 4mo ago by alx‭  ·  edited 3mo ago by bgstack15‭

Answer