Script to shut down the Linux PC – new version
I have created a Bash script in order to shut down the pc. You can integrate this script into a menu in the bash. An example you can see here in my blog entry. . The script
I have created a Bash script in order to shut down the pc. You can integrate this script into a menu in the bash. An example you can see here in my blog entry. . The script
🐧️ Linux Bash: ❓️ How to use variables in the Bash? ❓️ I use here the following Bash internal variables into a script. ➡️ $LOGNAME = the name from /etc/passwd ➡️ $XDG_SESSION_TYPE = What kind of session I use: X11 or Wayland From Facebook: OpenSource Traveler
In Bash, you have two variables, $USER and $LOGNAME. $LOGNAME $LOGNAME provides the primary login name of the user. This name is typically stored in the /etc/passwd file and is read by the login program during the initial session setup. It is an environment variable. $USER $USER provides the name of the current user. It is often set by the shell itself or the login manager. It is an environment variable. What is an environment variable? An environment variable is…
2 hours troubleshooting in my AlmaLinux 9.6 system on my notebook. I only tried to update the Python package PyGObject. I could not update this package via pip install -U PyGObject to the current version: PyGObject 3.52.3 I got the error message: pip install -U PyGObject Defaulting to user installation because normal site-packages is not writable Requirement already satisfied: PyGObject in /usr/lib64/python3.9/site-packages (3.40.1) Collecting PyGObject Downloading pygobject-3.54.3.tar.gz (1.3 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.3/1.3 MB 9.6 MB/s 0:00:00 Installing…
In der heutigen Zeit, wo man so viele Social-Media Kanäle pflegt ist es wichtig, wo man was einstellt. Nicht jeder Content läuft in allen Kanälen gleich gut. Daher mache ich eine öffentliche Differenzierung. Fangen wir anders an, wo was bei mir nicht läuft, vielleicht auch ein Tipp für andere, die das gleiche Problem haben und wie ich ein Generalist sind: Linux läuft nicht in: Daher: Ausflugsthemen laufen nicht in: Daher: ÖPNV läuft nicht in: Daher: Zivile Luftfahrt läuft nicht in:…