Wrong time when booting Linux Mint and Windows 10
timedatectl set-local-rtc 1
timedatectl set-local-rtc 1
Otwieramy pendrive instalacyjny z systemem ,wchodzimy do katalogu Sources i tworzymy plik ei.cfg
W plik ei.cfg wpisujemy:
(dla wersji Windows 8 Pro)
[EditionID] Professional [Channel] Retail [VL]
Dla zwykłego Windows 8 wpisujemy:
[EditionID] Core [Channel] Retail [VL]
If you installed a new kernel, it is possible to even reconfigure the kernel module with the new driver. To do this, run the following command in the terminal:
sudo dpkg-reconfigure nvidia-390
add forceEnable
config into your config/bootstrap.php
if (Configure::read('debug')) { Configure::write('DebugKit', ['forceEnable' => true]); Plugin::load('DebugKit', ['bootstrap' => true]); }
in config/app.php
in option "Datasources": create new sub option like this:
'debug_kit' => [
'className' => 'Cake\Database\Connection',
'driver' => 'Cake\Database\Driver\Mysql',
'persistent' => false,
'host' => DB_HOST,
'port' => DB_PORT,
//'port' => 'non_standard_port_number',
'username' => DB_ACC,
'password' => DB_PASS,
'database' => DB_NAME,
//'encoding' => 'utf8mb4',
'timezone' => 'UTC',
'flags' => [],
'cacheMetadata' => true,
'log' => false,'quoteIdentifiers' => false,
'url' => env('DATABASE_URL', null),
]
upgrading debugKit
composer require --dev cakephp/debug_kit "~3.16.6"
loading debugKit
bin/cake plugin load DebugKit
For apache
sudo certbot –authenticator webroot –installer apache –webroot-path <path to served directory> -d <domain>
0 0,12 * * * /opt/certbot/bin/python -c ‘import random; import time; time.sleep(random.random() * 3600)’ && /usr/bin/certbot renew -q
sudo certbot certonly --apache
sudo certbot certonly --standalone
sudo certbot certonly --apache --apache-server-root /etc/httpd --apache-vhost-root /etc/httpd/sites-enabled --apache-challenge-location /etc/httpd -d rotmanka.pl,www.rotmanka.pl
sudo certbot revoke --cert-path /etc/letsencrypt/live/rotmanka.pl/fullchain.pem
Saving debug log to /var/log/letsencrypt/letsencrypt.log
Would you like to delete the certificate(s) you just revoked, along with all
earlier and later versions of the certificate?
(Y)es (recommended)/(N)o:
http://mirrordirector.raspbian.org/raspbian/ jessie main contrib non-free rpi”
doveadm pw -s MD5-CRYPT -p password | sed 's/{MD5-CRYPT}//'
update admin set password=’CRYPTED PASSWORD’ where username=’USERNAME’;
Bitdefender Security for Virtualized Enviroments
default login: root
default password: sve
setup command: sva-setup
communication server: ip address:8443
update server configuration: ip:7076
gammu sendsms TEXT 048123456789 -text "Halooo .."
openssl x509 -in signed_cert.der -inform DER -out server.crt