Ostatnio widziany: cze 21, 2026
use echo 1 > /proc/sys/kernel/sysrq echo b > /proc/sysrq-trigger
yes, it’s safe, you will only lose configuration. 1. make backup of current firmware using avrdude 2. before update, connect to serial using te...
my_var = TCHAR(uint_var);
set this config $wgMainCacheType = CACHE_ACCEL; $wgMainCacheType = CACHE_DB;
1. .htaccess RewriteEngine On RewriteCond %{DOCUMENT_ROOT}%{REQUEST_URI} !-f RewriteCond %{DOCUMENT_ROOT}%{REQUEST_URI} !-d RewriteRule ^(.*)$ i...
find . -mmin -60 -type f -exec ls -l {} +
cp -iprv /source/ /target/ i Interactive. Will prompt you if overwriting files. p Preserve file attributes like date, time, etc. r R...
rsync -vrlptD --stats --human-readable --progress /source/directory/ /target/directory
