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
760 posts
 
60%
+1 −0
Q&A Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock'

I have installed mysql-server on Ubuntu 20.04 then I tried to sign into mysql-server using sudo mysql -u root but I have got Error: Can't connect to local MySQL server through socket '/var/run/mys...

2 answers  ·  posted 3y ago by Kevin M. Mansour‭  ·  last activity 3y ago by Kevin M. Mansour‭

Question ubuntu mysql-server
60%
+1 −0
Q&A Preserve the sources extracted by dpkg-source so as to save time

It takes a long time to build even the source package for a PPA of a huge project, and while the build isn't finished my computer is under heavy load so I can barely navigate a browser. The frustra...

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

Question .deb dpkg
60%
+1 −0
Q&A Running `bashcompinit` in zsh to enable use of bash completion specifications gives "command not found"

I'd like to use the answers in this post while using zsh: compgen -c # will list all the commands you could run. compgen -a # will list all the aliases you could run. compgen -b # will list a...

0 answers  ·  posted 2y ago by mcp‭  ·  edited 2y ago by Canina‭

Question zsh
60%
+1 −0
Q&A How to make vi-mode bindings in terminal copy to clipboard

I don't know if this is universal or specific to my setup (zsh, GNOME Terminal, Xorg), but using "+yy (double quote, plus, Y, Y) instead of just yy works for me. Note this is the same command used...

posted 2y ago by deleted user

Answer
60%
+1 −0
Q&A Who creates subdirs under `/run`?

A system daemon needs to create several files under /run/program-name/ (and possibly other subdirs of that). They are the PID file, and at least one Unix socket file (but maybe more). The FHS spe...

1 answer  ·  posted 2y ago by alx‭  ·  edited 2y ago by alx‭

Question unix /run
60%
+1 −0
Q&A What does capital T mean in the output of 'ls -l'?

To get rid of it, I ran: $ sudo chmod o-t /opt/dell/srvadmin/var/log/openmanage/omcmdlog.xml $ ls -l /opt/dell/srvadmin/var/log/openmanage/omcmdlog.xml -rw-rw-r--. 1 root root 735 Dec 19 22:03...

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

Answer
60%
+1 −0
Q&A How to reduce DPI of external monitor using xrandr

Have I have the DPI on my laptop set in .Xresources with Xft.dpi: 192. I am outputting to the external monitor with: xrandr --output HDMI-2 --auto --rotate left --right-of eDP-1 Want I want ...

0 answers  ·  posted 2y ago by mcp‭  ·  last activity 1y ago by Mithical‭

60%
+1 −0
Q&A Preserve the sources extracted by dpkg-source so as to save time

From man dpkg-source, -ss Specifies that the original source is available both as a directory and as a tarfile. dpkg-source will use the directory to create the diff, but the tarfile to ...

posted 2y ago by Quasímodo‭

Answer
60%
+1 −0
Q&A xrandr rotate not filling external monitor

This was fixed after restart. I believe this was caused by updating without restarting. It's possible it also had to do with disconnecting the HDMI cable.

posted 2y ago by mcp‭

Answer
60%
+1 −0
Q&A xrandr rotate not filling external monitor

Problem I can rotate output, but it does not fill screen. Instead it rotates in place so that the right side of the screen goes off the monitor. xrandr --output HDMI-2 --auto --mode 1920x1080 --...

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

60%
+1 −0
Q&A Dynamic IP & lease loss - "callback" mechanism?

I'm playing with NAT, and have a script now that, at startup of my little Linux machine, creates some DNAT rules, which take one incoming special port, and forward that to another interface with a ...

1 answer  ·  posted 2y ago by CanisSomnolentus‭  ·  last activity 1y ago by jimbobmcgee‭

Question networking
60%
+1 −0
Q&A A shell script that can run under different shells

I came up with three methods. Exit early Use exit early instead of the elif syntax. Basically shell is an interpreter. As soon as the parsing of the first if statement is finished, it will be e...

posted 2y ago by mjy‭

Answer
60%
+1 −0
Q&A Reducing Noise from yum-cron when repos are out of date

I have a few CentOS servers that I want to stay automatically up to date with yum-cron, and I want to get emails when there are problems but I do not want to get so many emails about repos being ou...

0 answers  ·  posted 3y ago by re89j‭  ·  edited 3y ago by Canina‭

Question yum-cron yum repo noise
60%
+1 −0
Q&A Scalable fonts are not loaded into the X server database

Further digging led me to this post on the FreeBSD forum, in which a user says that The functionality of the freetype module is contained in the libXfont library. And sure enough I managed to...

posted 3y ago by Quasímodo‭

Answer
60%
+1 −0
Q&A How do I prevent remote syslog events from printing locally?

I have a GNU/Linux host that I use to aggregate syslog events from a few switches, printers, and generally less versatile hosts on my LAN. I set up rsyslog years ago to listen on UDP:514 and save ...

1 answer  ·  posted 3y ago by re89j‭  ·  last activity 2y ago by bgstack15‭

60%
+1 −0
Q&A Why is libvkd3d1 not upgrading on my system? (lubuntu 20.04 LTS)

In Debian derivatives (of which Ubuntu is one), and more generally those distributions that use the Debian apt package manager tool suite, for packages to be "kept back" during an upgrade means tha...

posted 3y ago by Canina‭

Answer
60%
+1 −0
Q&A I deselected a package and changed my mind. How to select it without re-emerging?

From Selected-packages set (Portage) — Adding an atom without recompilation (yes, embarrassingly the very link in the question, the word "atom" put me off...), emerge --noreplace xournalpp --no...

posted 3y ago by Quasímodo‭

Answer
60%
+1 −0
Q&A How can you create a separate home partition using LVM?

I'm currently using Fedora 34 and want to install Fedora 35 while keeping around just my home folder. Currently I don't have a separate home partition, but I read online that it's easy to make one ...

1 answer  ·  posted 3y ago by true_blue‭  ·  edited 3y ago by true_blue‭

60%
+1 −0
Q&A How can you create a separate home partition using LVM?

I don't use Fedora myself, but from the documentation, it looks like it doesn't use LVM unless you explicitly set that up during installation, but rather Btrfs by default. How your system is actual...

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

Answer
60%
+1 −0
Q&A Can you put systemd units under a custom path?

The systemd manual gives a list of path where systemd looks for unit files. However, I want to isolate my units in a path of my own choosing. Is it possible to configure systemd to add some path t...

1 answer  ·  posted 11mo ago by matthewsnyder‭  ·  last activity 7mo ago by Cadence‭

60%
+1 −0
Q&A Is it safe to completely take over ~/.config/systemd/user?

~/.config/systemd/user intended purely for units created and managed by the user manually, or are there any automated processes that expect to control it? For example, do packages or programs ever...

0 answers  ·  posted 11mo ago by matthewsnyder‭

Question systemd
60%
+1 −0
Q&A How to forward SSH access of one machine, through another, to the rest of a network?

Grove's answer is likewise good, but OpenSSH introduced ProxyJump (-J) in 2016 with v7.3, making it even easier to chain SSH hosts together: ssh -J user@interstitial.example me@destination.example...

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

Answer
60%
+1 −0
Q&A Modern and practical way to schedule tasks on a Linux machine that is not always on

Historically, cron was the main way to schedule tasks on Linux. Briefly, there will be some file like /etc/crontab which will contain one line for each task. The line starts with a schedule string ...

posted 12mo ago by matthewsnyder‭

Answer
60%
+1 −0
Q&A Looking for a way to sync dotfile content between different machines without introducing security issues

A first quick solution I hacked up was to sync via NAS. Synology NAS served as a synchro point. I synced via git repo. etckeeper was used to sync machine config, pass was used to sync passwords. S...

posted 1y ago by LAFK‭

Answer
60%
+1 −0
Q&A Modern and practical way to schedule tasks on a Linux machine that is not always on

The standard way to schedule tasks in most Linux systems nowadays is to use systemd timers. This requires writing a systemd timer config file, which has syntax similar to INI. This is summarized i...

posted 12mo ago by matthewsnyder‭  ·  edited 12mo ago by matthewsnyder‭

Answer