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
 
75%
+4 −0
Q&A Running several commands without && or ; or ()

A shell script! You don't need a shebang line, just invoke it as /bin/sh script.sh, but if you want to add one (e.g. perhaps you anticipate doing this more than once) Then you can copy the command...

posted 4y ago by Grove‭

Answer
75%
+4 −0
Q&A How to detect if a Linux Docker host has had unwelcome guests?

You can't expect an attacker to abide by any particular rulebook. In fact, if they did, then the defenders' job would be so much easier. That's why attackers don't do it. Remember the adage: a de...

posted 4y ago by Canina‭  ·  edited 4y ago by Canina‭

Answer
75%
+4 −0
Meta Tag/category suggestions

Categories should be used for broad categories of posts. For example, see how Writing separates the main Q&A from writing challenges, or how Cooking separates its Q&A from recipes, or how M...

posted 4y ago by Canina‭  ·  edited 4y ago by Canina‭

Answer
75%
+4 −0
Q&A How to configure GNOME Keyring to by default NOT automatically unlock keyrings whenever logged in, on Debian?

On a Debian Buster system I use, the password for connecting to a VPN is stored in the GNOME Keyring. Therefore, whenever I want to connect to the VPN in question, I get prompted to unlock my keyri...

1 answer  ·  posted 4y ago by Canina‭  ·  edited 4y ago by deleted user

Question gnome-keyring debian
75%
+4 −0
Meta cd /usr/team && ls -la

As we start on building a new community here together, we're bound to find some sticking points. Those might be bugs, new features you need, things you need support with... whatever they are, the C...

0 answers  ·  posted 4y ago by luap42‭

Question support announcements
75%
+4 −0
Q&A How to change keyboard layout without a DE?

According to the keyboard layout wiki, keyboard configurations (for both the console and Xorg) can be conveniently set using the localectl command. In order to set a second keyboard layout, we hav...

posted 2y ago by mr Tsjolder‭

Answer
75%
+4 −0
Q&A Documentation for double asterisk glob expansion

Where can I find documentation on double asterisk in glob expansion? It is discussed in the .gitignore section of Pro Git. It works in ls **/* to list all terminal files. It is supported by py...

2 answers  ·  posted 1y ago by mcp‭  ·  last activity 1y ago by Kamil Maciorowski‭

Question bash glob
75%
+4 −0
Q&A Where does GtkFileChooserDialog store bookmarks?

For most users, in $HOME/.config/gtk-3.0/bookmarks. Otherwise, if you set the XDG_CONFIG_HOME environment variable (which you can inspect with env), in $XDG_CONFIG_HOME/gtk-3.0/bookmarks. From the...

posted 2y ago by Quasímodo‭  ·  edited 2y ago by Quasímodo‭

Answer
75%
+4 −0
Q&A Why does a reverse hexdump truncate the message?

From man xxd, the section on the -r flag (emphasis added): -r | -revert reverse operation: convert (or patch) hexdump into binary. If not writing to stdout, xxd writes into its output file with...

posted 2y ago by r~~‭

Answer
75%
+4 −0
Q&A How do I set up my own DNS on my LAN, with delegation of public domains?

What you describe is a typical mixed authoritative/recursive resolver setup. Such a DNS server setup will respond from its own data about zones for which it has explicit configuration, and will per...

posted 2y ago by Canina‭  ·  edited 2y ago by Canina‭

Answer
75%
+4 −0
Q&A Can I make a compressed RAM drive and externally prepare a (pre-)compressed file to copy onto it?

Linux does have the concept of a RAM DRIVE (multiple concepts actually, including ramfs and tmpfs being common). You should look at https://en.wikipedia.org/wiki/Zram - ZRAM claims to be exactly ...

posted 2y ago by davidgo‭

Answer
75%
+4 −0
Q&A How do I tweak the start parameters of GUI apps?

There are many GUI apps on my computer that show up as eg. items in the start menu. When I launch these, what if I want to control how exactly they are launched, such as setting environment variabl...

1 answer  ·  posted 1y ago by matthewsnyder‭  ·  last activity 1y ago by matthewsnyder‭

Question configuration graphics xdg
75%
+4 −0
Q&A What unexpected things can happen if a user runs commands expecting a text file on input lacking a file-final newline?

I would consider your own tools as the central use case. Seriously, do you want to litter every while read (or your language's equivalent) with this pesky corner case handling? while read -r line ...

posted 2y ago by tripleee‭

Answer
75%
+4 −0
Q&A Simplest way of stripping leading/trailing whitespace from file or program output

The simple and obvious solution: sed 's/^ *//;s/ *$//' Many recipes you find online will erroneously add a g flag, but these regular expressions can only match once per line anyway. (In some m...

posted 2y ago by tripleee‭  ·  edited 2y ago by tripleee‭

Answer
75%
+4 −0
Q&A How to automatically block IPs that try exploit URLs?

If these requests are logged into a log file you can install fail2ban and configure it to act on these log entries. You can configure it to block the requests via the local firewall for a duration ...

posted 8mo ago by GeraldS‭  ·  edited 8mo ago by GeraldS‭

Answer
75%
+4 −0
Q&A How can I use Remote Desktop to connect to a sleeping Ubuntu machine and wake it up?

I have a laptop running Ubuntu 24.04.1 LTS that I would like to access with Remote Desktop (or VNC)[1] from a Mac. I found the Ubuntu system settings to enable Remote Desktop and am able to connec...

1 answer  ·  posted 8mo ago by Monica Cellio‭  ·  last activity 7mo ago by Monica Cellio‭

Question ubuntu remote-desktop
75%
+4 −0
Meta Cloudflare blocks the edit of my answer

For a couple of days now I've been trying to edit this answer to include an example that was requested in the comments. Every time I try to edit it I'm presented with this: The expanded answer ...

0 answers  ·  posted 8mo ago by GeraldS‭  ·  edited 8mo ago by ArtOfCode‭

Question support status-completed cloudflare
75%
+4 −0
Q&A How to get the kernel version?

How to get the version of the currently running Linux kernel? I'm looking for a commandline solution, but feel free to post GUI solutions as well.

2 answers  ·  posted 3mo ago by Iizuki‭  ·  last activity 3mo ago by GeraldS‭

Question kernel
75%
+4 −0
Q&A How to get the kernel version?

You can find the version information in /proc/version. $ cat /proc/version Linux version 6.8.0-53-generic (buildd@lcy02-amd64-046) (x86_64-linux-gnu-gcc-13 (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0, ...

posted 3mo ago by GeraldS‭  ·  edited 3mo ago by GeraldS‭

Answer
75%
+4 −0
Q&A What desktop environment am I running?

Login screen Check your login screen. Login Managers often give an option to select between different desktop environments. The last used entry is usually highlighted. It is possible that your ...

posted 10mo ago by GeraldS‭  ·  edited 10mo ago by GeraldS‭

Answer
75%
+4 −0
Q&A Find path to an executable

GNU which does the trick: $ which find /usr/bin/find It's very likely already installed.

posted 9mo ago by Iizuki‭

Answer
75%
+4 −0
Q&A Fuzzy search through multiple files

When I do rg foo /bar/baz/, ripgrep will search for foo in all files under /bar/baz/. For every file that has matching lines, it will print each line with its line number, highlight the matching pa...

0 answers  ·  posted 9d ago by matthewsnyder‭

Question search
75%
+4 −0
Q&A Can rsync handle moves and renames?

I'm quite certain that rsync is not able to deduce that /path/to/src/folder_a/file_w on one side of the transfer is identical to /path/to/src/folder_c/file_w on the other side of the transfer. The...

posted 1y ago by Canina‭

Answer
75%
+4 −0
Q&A What's the point of faillock?

On a default Arch install, faillock makes it so that if you enter the sudo password wrong too many times, even the correct password will be rejected until the timer is up. At the same time, you ca...

0 answers  ·  posted 1y ago by matthewsnyder‭

Question security sudo
75%
+4 −0
Q&A What is cat abuse/useless use of cat?

Especially in a pedagogical context, the issue with something like cat /dev/random | head -c 20 versus the more straightforward head -c 20 /dev/random is that it communicates that extra ceremony is...

posted 1y ago by r~~‭

Answer