24 Lis
After renewing a contract license, the kicense information widget indicates that all or some of the licenses are not available. QuickFix: Run the following commands in the CLI diag debug app update -1 diag debug en exec update-now
Posted in Hardware, Scriptíky by: admin
No Comments
28 Srp
# sudo apt install recode # recode -f utf8..flat soubor.txt
Posted in Linux, Scriptíky by: admin
No Comments
24 Čvc
# mysql -u root -p MariaDB [(none)]> use nextcloud; MariaDB [nextcloud]> set global innodb_large_prefix=on; MariaDB [nextcloud]> set global innodb_file_format=Barracuda; MariaDB [nextcloud]> quit; # sudo -u www-data php occ maintenance:repair
Posted in Debian, Linux, Scriptíky by: admin
No Comments
30 Dub
Uninstall-WindowsFeature -Name Windows-Defender
Posted in Scriptíky, Windows by: admin
No Comments
20 Led
Quick Fix # apt-get install desktop-file-utils
Posted in Distribuce, Kernel, Linux, Scriptíky, Ubuntu, virtualizace by: admin
No Comments
17 Led
1. Power off (all) servers 2. Change the volume LUN ID to ID 0 on DE4000H 3. Power on (all) servers
Posted in Hardware, virtualizace, Ze života by: admin
No Comments
05 Říj
1. Forgot device from UniFi 2. SSH to UniFi AP (default credential ubnt/ubnt) ssh root@ip_of_unifi_ap 3. Upload latest firmware image from UniFi web site (https://www.ui.com/download/unifi/unifi-ap) cd /tmp wget https://dl.ubnt.com/unifi/firmware/BZ2/4.0.15.9872/BZ.ar7240.v4.0.15.9872.181229.0259.bin –no-check-certificate mv BZ.ar7240.v4.0.15.9872.181229.0259.bin fwupdate.bin 4. Run upgrade process syswrapper.sh upgrade2 & 5. Wait a moment & adopt device in controller
Posted in Bezpečnost, Hardware, Linux, Scriptíky by: admin
No Comments
05 Říj
Edit Bind config file vi /etc/bind/named.conf.options … options { … dnssec-enable yes; dnssec-validation auto; … }; …
Posted in Bezpečnost, DNS, Linux, Scriptíky by: admin
No Comments
24 Zář
# Show controller slots ssacli ctrl all show config # Disable HBA Mode ssacli controller slot=0 modify hbamode=off # Recheck controller status ssacli controller slot=0 show
Posted in Hardware, Kernel, Linux, Scriptíky, virtualizace by: admin
No Comments
21 Zář
# Set NTP servers w32TM /config /syncfromflags:manual /manualpeerlist:pool.ntp.org /update # Restart the time service net stop w32time && net start w32time # Resync the time w32tm /resync # Verify status w32tm /query /status
Posted in Scriptíky, Windows by: admin
No Comments