Please read the following thread about the current changes
A co powiecie na to? Code: # array=( a b c ) -sh: syntax error: unexpected "(" Na routerze, na który pisałem poprzedni skrypt (Sumy kontrolne sum kontrolnych), mam taką sytuację: Code: # /bin/sh --version /bin/sh --version BusyBox v1.35.0 (2022-01-07 12:12:12 +04) built-in shell (ash) więc nie mogę się na nim posłużyć tablicami w takiej postaci, jak je można wyrazić w Bashu (bo go tam nie ma!), tak jak np. tu: Iterowanie po tablicach w Bashu. ...
# array=( a b c ) -sh: syntax error: unexpected "("
# /bin/sh --version /bin/sh --version BusyBox v1.35.0 (2022-01-07 12:12:12 +04) built-in shell (ash)
Najczęstszy scenariusz wykorzystania sum kontrolnych plików to: pobrać plik właściwy,wyliczyć sumę kontrolną,pobrać plik z sumą kontrolną,porównać sumy,jak sumy nie są zgodne, to pobrać plik właściwy ponownie. Owszem, mamy XXI wiek na przykład dla obrazów iso: Code: http://download.opensuse.org/tumbleweed/iso/openSUSE-Tumbleweed-DVD-x86_64-Current.iso.magnet http://download.opensuse.org/tumbleweed/iso/openSUSE-Tumbleweed-DVD-x86_64-Current.iso.torrent ...
http://download.opensuse.org/tumbleweed/iso/openSUSE-Tumbleweed-DVD-x86_64-Current.iso.magnet http://download.opensuse.org/tumbleweed/iso/openSUSE-Tumbleweed-DVD-x86_64-Current.iso.torrent
Updated 07-Jan-2022 at 14:21 by pbojczuk
NOTE: This will only work if all other NVIDIA installs have been removed NOTE: This was made up for the 331.20 driver. The package will update to newer versions of the driver, currently 331.38 The package is in fact no more than a spec file, that pulls in the appropriate NVIDIA.....run from NVIDIA's ftp site. If a 32bit openSUSE is installed then NVIDIA-x86-331.20.run will be downloaded, in case of a 64bit openSUSE the NVIDIA-x86_64-331.20.run.runs the installer in a non-gui ...
Updated 14-Jan-2014 at 16:20 by Knurpht
I am running opensuse Tumbleweed on my UEFI box. Yesterday, there was a kernel update. After the update, the box had several kernels: 3.7.10-1.1-1 ## from installing 12.33.8.8-3.1 ## from a Tumbleweed update3.8.9-5.1 ## also a TW update3.9.0-6.1 ## from the latest TW update I'm not sure why there are so many kernels. I had thought that there would be only two. But, I have the disk space, so no problem. UEFI What does this have to do ...