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
 
81%
+7 −0
Q&A Looking for a way to sync dotfile content between different machines without introducing security issues

I switch between three computers and have never been able to keep my dotfiles in sync. I cannot put them into source control because they contain sensitive data. So, my question is: how do I share ...

3 answers  ·  posted 1y ago by paulsweatte‭  ·  last activity 1y ago by matthewsnyder‭

Question security bash-function dotfiles
81%
+7 −0
Q&A Make Less use a normal view instead of hexdump view

As I noted in a comment thread, I don't get the same behavior as you do (nor do I recall ever seeing it on any system), which points toward something about your setup. Apparently in response to the...

posted 3y ago by Canina‭

Answer
81%
+7 −0
Meta Who should the temporary moderators be?

Especially considering the limited apparent interest thus far, I'll throw my hat into the ring and see what happens. Canina I have previous moderator experience from elsewhere (am currently a mod...

posted 3y ago by Canina‭

Answer
81%
+7 −0
Q&A How to get number of files in directory

How do you find out the number of files in a directory from the command line?

4 answers  ·  posted 3y ago by mcp‭  ·  last activity 8mo ago by Ed Morton‭

Question bash zsh ls
81%
+7 −0
Q&A What does a minimal /etc/hosts need to contain?

I run an environment that, until recently, did all local name resolution by putting names in /etc/hosts. I'm in the process of replacing that with local DNS. The DNS part works fine, and now I'm tr...

1 answer  ·  posted 3y ago by ajv‭  ·  last activity 3y ago by dsr‭

Question linux hosts
81%
+7 −0
Q&A What partition type should be used for cross-platform FAT partitions?

Question What partition type should I use for FAT partitions such that Linux and Windows systems both recognize the drive? Notes I am partitioning the drive with fdisk and making the filesystem ...

1 answer  ·  posted 2y ago by mcp‭  ·  last activity 2y ago by Ullallulloo‭

Question linux windows fdisk fat filesystem
81%
+7 −0
Q&A How to count the lines of a file?

I think the typical way to do this uses wc ("word count") with the -l ("lines") option. $ wc -l /path/to/file 47 /path/to/file $ wc -l </path/to/file 47 $ cat /path/to/file | wc -l ...

posted 1y ago by Michael‭  ·  edited 1y ago by Michael‭

Answer
81%
+7 −0
Q&A Do shells have anything to do with port forwarding or port triggering?

Port forwarding is something a router does. Port triggering is basically port forwarding that's enabled when a connection attempt is detected and then automatically disabled. That's also handled ...

posted 4y ago by LawrenceC‭

Answer
80%
+6 −0
Q&A How to forward SSH access of one machine, through another, to the rest of a network?

I have a setup with two Raspberry PIs, a CM3 module with only a USB connection to the outside, and the Pi4 with a lot of connectors. I set up things such that CM3 functions as USB Gadget, and once...

3 answers  ·  posted 4y ago by CanisSomnolentus‭  ·  last activity 1y ago by Michael‭

Question raspbian networking ssh
80%
+6 −0
Q&A Does /proc/config.gz always contain all supported options of a kernel?

Assuming I have a running Linux system that has the /proc/config.gz file: Does the (unpacked) file always contain all of the options the particular kernel supports, including commented out like: ...

1 answer  ·  posted 4y ago by sktpin‭  ·  edited 2y ago by Quasímodo‭

Question configuration kernel
80%
+6 −0
Q&A What are the correct permissions for `~/.ssh/config`?

I got this message: Bad owner or permissions on /Users/rbiaa065/.ssh/config What should the permissions be to make ssh happy?

1 answer  ·  posted 2y ago by wassied‭  ·  last activity 2y ago by r~~‭

Question ssh
80%
+6 −0
Q&A Is it a bad idea to pipe a script from curl to your shell?

Yes, it's a sloppy practice often joked upon but the security concerns are overblown: Piping unknown code into bash feels scary (and it should), but running make can be just as dangerous. Some inst...

posted 10mo ago by Ordoviz‭

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

I have a static website I serve with Caddy. The Caddy is inside a container. I notice that occasionally I get malicious requests, looking at the paths requested. Some examples are: /cgi-bin/luc...

1 answer  ·  posted 8mo ago by matthewsnyder‭  ·  last activity 8mo ago by GeraldS‭

Question server security caddy
80%
+6 −0
Q&A How to convert a markdown file to PDF?

It feels like it has become a bit trickier to do so, but pandoc should do most of the work, here. For example, on a Debian-like system for installation commands: sudo apt install pandoc pandoc -...

posted 6mo ago by John C‭

Answer
80%
+6 −0
Q&A How to get the kernel version?

uname, short for Unix Name, is part of GNU coreutils, and thus very likely already installed: $ uname --kernel-release 6.13.3-...

posted 3mo ago by Iizuki‭

Answer
80%
+6 −0
Q&A How do I view fonts?

How can I view font files, like .ttf, in Linux? I'd like to see a sample of the font (quick brown fox...) and metadata about it (like exact name).

2 answers  ·  posted 2y ago by matthewsnyder‭  ·  last activity 2y ago by andrew.46‭

Question arch-linux fonts
80%
+6 −0
Q&A Vim key bindings not working in terminal python interpreter

Python's interactive interpreter uses GNU Readline, so Bash's line interpreter, not Zle, which is Zsh's. Therefore, when you enter python, the cursor either won't change or will change accordingly...

posted 2y ago by Quasímodo‭

Answer
80%
+6 −0
Q&A How do I view fonts?

I use KDE with Slackware -current so: KDE Plasma Version 5.27.3 and this has a quite serviceable Font Manager that can be found from: System Settings --> Appearance --> Font Management Bu...

posted 2y ago by andrew.46‭

Answer
80%
+6 −0
Meta Should posting on Meta affect reputation?

When we launched this community, we did not yet have the ability to set different reputation grants for different categories. We've had this for a while but we failed to follow up before now, sorr...

1 answer  ·  posted 2y ago by Monica Cellio‭  ·  edited 1y ago by ArtOfCode‭

Question discussion status-completed
80%
+6 −0
Q&A How does the root user locate executables?

but it clearly does see that change. Nope. Your environment is being reloaded in the sudo process. sudo echo $PATH gives the same result as echo $PATH because $PATH is expanded by your shell ...

posted 1y ago by r~~‭

Answer
80%
+6 −0
Q&A How to RTFM well to get a CLI command

I've been met with the phrase RTFM often. I recognize its value. However, the manual pages are often hard to understand and written by people who know so much about the topic at hand that they don'...

2 answers  ·  posted 1y ago by LAFK‭  ·  last activity 1y ago by matthewsnyder‭

Question man-page
80%
+6 −0
Q&A How to figure out the licenses of files installed from packages?

The Debian Administrator's Handbook: The Inner Workings of the Debian Project: Documentation for each package is stored in /usr/share/doc/package/. (...) The copyright file includes information ...

posted 3y ago by Quasímodo‭

Answer
80%
+6 −0
Q&A A shell script that can run under different shells

I have a shell script with a syntax compatible to both bash and zsh, except for a section that has zsh specific syntax that throws syntax errors if sourced from bash. Is there an easy way to escap...

2 answers  ·  posted 3y ago by 4015.alt‭  ·  last activity 3y ago by mjy‭

Question shell bash shell-scripting zsh
80%
+6 −0
Q&A Why is Pause/Break key is immediately released? Can that be fixed?

From Wikipedia: Break key: The Pause key is different from all other keys in that it sends no scancodes at all on release in PS/2 modes 1 or 2, so it is impossible to determine whether this key ...

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

Answer
80%
+6 −0
Q&A How do I deal with a "pending update to "snap-store" snap, close the app to avoid disruption" notification in Ubuntu 22.04?

For several days now, I've been getting a notification telling me that there's a pending update to the "snap-store", and to close the app to avoid disruption. I first got this notification while...

1 answer  ·  posted 2y ago by Mithical‭  ·  last activity 2y ago by Quasímodo‭

Question ubuntu