Bash menu, in order to get faster access to your scripts
If you want to have in the Bash, then you can create this type of menu in the Bash. Here is the script
Hier kommt alles rein, was mit Linux zu tun hat, was ich so selber erlebe.
If you want to have in the Bash, then you can create this type of menu in the Bash. Here is the script
You have to check whether you have the Bash. Go to your terminal and type in: echo $0 Sieh dir diesen Beitrag auf Instagram an Ein Beitrag geteilt von Sven Kraemer (@svenkraemer1978)
I have recorded the newest version of my update script in Fedora 41. I show you the first steps how I find it with the history command. Today there are no updates. The video has length about 1:26 minutes.
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 one of my previous blog entry I have presented a start script, but this was not my favourite. I have changed into a shutdown script because I think it is more useful. After a reboot or shutdown, you have en empty free home directory from PDF files. I directly save the PDF files into the home directory $Home. The new thing is the system will ask you whether you want to reboot or shutdown the system. If you don’t…