13 Led
When installing a certificate on Apache web server, you might receive an error SSL Library Error: 185073780 error:0B080074:x509 certificate routines:X509_check_private_key:key values mismatch during restart of Apache service. Most often, this error appears if you are using an incorrect private key along with the certificate you received from the Certificate Authority. In order for Apache to […]
Posted in Apache, Bezpečnost, Linux, Scriptíky, Služby by: admin
No Comments
12 Led
It appears, that update-desktop-database was not installed by default. After an apt-get install desktop-file-utils VMware Remote Console installs without error.
Posted in Linux, Ostatní, Scriptíky, Služby, virtualizace by: admin
No Comments
12 Led
Perform the following actions: 1. Run regedit.exe and locate the HKEY_LOCAL_MACHINE\SOFTWARE\Veeam\Veeam Endpoint Backup key. Create the following value under this key:Name = Recreatedatabase Type = DWORD Value = 1 2. Go to Control panel > Administrative Tools and run Services. Restart the Veeam Agent for Microsoft Windows service. A new database instance will be created (this usually […]
Posted in Bezpečnost, Ostatní, Scriptíky, Služby, virtualizace, Windows by: admin
No Comments
31 Bře
How to fix Dell Deployment Toolkit “apply bundles.sh is invalid” 1. ALT+F2 (new terminal console) 2. lsblk (information about disks and partitions) 3. mount /dev/sdXY /opt/dell/toolkit/systems 4. cd /opt/dell/toolkit/systems/drm_files 5. ./apply_bundles.sh
Posted in Bezpečnost, Hardware, Kernel, Linux, Ostatní, Scriptíky by: admin
No Comments
24 Bře
Hezké sobotní dopoledne. Myšlenkama už si vidím někde venku na procházce, ale na jednom ze serverů potřebuji ještě dodělat nějaké nastavení. Utahuji šrouby a měním práva na adresáři. Do konzole ťukám „chown -R root.root /“. 600 ms ticha a pak bolestivý záblesk v hlavě. S hrůzou v očích si uvědomuji tu fatální chybu. Nechtěl jsem […]
Posted in Bezpečnost, Linux, Ostatní, Scriptíky, Ze života by: admin
1 Comment
22 Zář
Microsoft opět boduje. Po aktualizaci Windows Outlook z větší části nemluví česky ale švédsky. Řešení je naštěstí jednoduché – odinstalujte KB4011086 a následně ho v ovládacích panelech – aktualizacích skryjte. Rychlý fix: msiexec /package {90120000-001A-040E-0000-0000000FF1CE} /uninstall {BBE4FD45-34D1-4497-8F75-77965C4E044D} /qn /quiet /norestart psexec \\CLIENT „msiexec.exe“ /package „{90120000-001A-040E-0000-0000000FF1CE} /uninstall {BBE4FD45-34D1-4497-8F75-77965C4E044D} /qn /quiet /norestart“
Posted in Scriptíky, Windows by: admin
No Comments
01 Kvě
echo „“ >> /etc/lftp.conf echo „set ftp:ssl-allow true“ >> /etc/lftp.conf echo „set ftp:ssl-force true“ >> /etc/lftp.conf echo „set ftp:ssl-protect-data true“ >> /etc/lftp.conf echo „set ftp:ssl-protect-list true“ >> /etc/lftp.conf
Posted in Debian, FTP, Linux, Scriptíky by: admin
No Comments
11 Bře
Before: # lsusb | grep -i huawei Bus 002 Device 007: ID 12d1:14fe Huawei Technologies Co., Ltd Fix it with command: usb_modeswitch -v 12d1 -p 14fe -J After: # lsusb | grep -i huawei Bus 008 Device 005: ID 12d1:1506 Huawei Technologies Co., Ltd. E398 LTE/UMTS/GSM Modem/Networkcard You can also create a udev rule: vi […]
Posted in Debian, Hardware, Kernel, Linux, Modemy, Scriptíky, Služby by: admin
No Comments
30 Říj
telnet localhost 6017 admin_username[TAB]admin_password[RETURN] userlist[RETURN] Passwords are displayed in cleartext…
Posted in Bezpečnost, Hack/Crack, Linux, Scriptíky by: admin
No Comments
04 Úno
# wget –user=ftp –password=ftp ftp://ftp.rs.internic.net/domain/db.cache -O /etc/bind/db.root
Posted in Debian, DNS, Linux, Scriptíky, Ubuntu by: admin
No Comments