Linux Bash: Searching for an empty folder
This is a very easy script in the Linux Bash in order to find a folder. Here you can add your directory path and the max depth where the Bash should search.
Hier kommt alles rein, was mit Linux zu tun hat, was ich so selber erlebe.
This is a very easy script in the Linux Bash in order to find a folder. Here you can add your directory path and the max depth where the Bash should search.
Linux Bash 5.2.32(1): I have created a Python (version 3.13.7) script in order to shut down my pc. I don’t want to click on the graphic menu in the Gnome (47.9 my version). This is the script in order to shut down the pc: The script checked first the current time and second whether pip has something in the cache, when I had updated some packages. I have saved into many subfolders in my file system Linux_PC/Programmieren/Python/Python_eigene_Scripte/herunterfahren_system.py with the command…
You can change your root password on several ways, if you forgot it. The short way sudo su passwd or sudo passwd root Or the long way Restart the system: Restart the system or switch it on. GRUB menu: Press a key (e or c) during the startup process to edit the GRUB startup menu (the boot loader). Edit boot parameters: Find the line that starts with linux or linuxefi. Add a new parameter at the end of this line….
What is Calibre? Calibre: The one-stop solution for all your e-book needs Problem description I could not start the program in Fedora 41 and the command line, the Bash, told me this: sven@fedora:~$ calibre Traceback (most recent call last):File „/usr/bin/calibre“, line 21, insys.exit(calibre())~^^ File „/usr/lib64/calibre/calibre/gui_launch.py“, line 73, in calibre main(args) ^^^^^^ File „/usr/lib64/calibre/calibre/gui2/main.py“, line 547, in main run_main(app, opts, args, gui_debug, si, retry_communicate=True) ~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^File „/usr/lib64/calibre/calibre/gui2/main.py“, line 559, in run_mainreturn run_gui(opts, args, app, gui_debug=gui_debug)File „/usr/lib64/calibre/calibre/gui2/main.py“, line 397, in run_guirun_gui_(opts, args, app,…
This morning, I tried to update my Python packages with the command: pip3 list -o –format columns| cut -d‘ ‚ -f1|xargs -n1 pip install -U but I could not update the module torch. Here are the messages: Downloading torch-2.8.0-cp313-cp313-manylinux_2_28_x86_64.whl (887.9 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 887.9/887.9 MB 6.7 MB/s 0:01:24 Downloading nvidia_cublas_cu12-12.8.4.1-py3-none-manylinux_2_27_x86_64.whl (594.3 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 594.3/594.3 MB 9.3 MB/s 0:00:54 Downloading nvidia_cuda_cupti_cu12-12.8.90-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (10.2 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10.2/10.2 MB 6.7 MB/s 0:00:01 Downloading nvidia_cuda_nvrtc_cu12-12.8.93-py3-none-manylinux2010_x86_64.manylinux_2_12_x86_64.whl (88.0 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 88.0/88.0 MB 9.5 MB/s …