Category: linux

  • DirectAdmin x509: certificate has expired

    DirectAdmin x509: certificate has expired

    License check failure See the Debug GuideReason: request failed: Post “https://licensing.directadmin.com/start”: x509: certificate has expired or is not yet valid: current time 2022-10-26T11:51:22+03:00 is after 2021-09-30T14:01:15Z The issue is likely due to server CA root certificates being too old. If you are using Centos 7 which is still supported – you should still be able…

  • Fixing error “firmware: failed to load libertas/sd8688_helper.bin (-2)”

    Fixing error “firmware: failed to load libertas/sd8688_helper.bin (-2)”

    by

    in

    After debian install onto guruplug, I’ve noticed few errors: Also, neither Bluetooth nor Wifi were working. To be able to install the libertas firmare You must enable non-free software in Your apt source configuration: Append “non-free” to Your main deb sources to look like this: Now just run the apt-get update, and Your package should…

  • Installing Debian on GuruPlug Server Plus

    Installing Debian on GuruPlug Server Plus

    by

    in

    Let’s hookup our GuruPlug JTAG board as described in GuruPlug serial connection post. Latest debian testing images for GuruPlug may be found here. Boot up the device: => usb start starting USB… USB0: USB EHCI 1.00 scanning bus 0 for devices… 4 USB Device(s) found scanning usb for storage devices… Device NOT ready Request Sense…

  • Updating u-boot on GuruPlug Server PLUS

    Updating u-boot on GuruPlug Server PLUS

    by

    in

    After long post starvation period GuruPlug got chance to be used again.It seems logical, that all the software needs updated. I’ve checked my old post, and it seems like it has some parts missing, and those links with u-boot images doesn’t have any recent update. So I’m here to fix that part.As it’s a follow…

  • Getting rid of “kernel:nf_ct_ftp” messages

    Getting rid of “kernel:nf_ct_ftp” messages

    by

    in

    Sometimes firewall drops nf_ct_ftp messages to console and disturbs the work during increased amount of traffic to FTP port. Those messages may be redirected by creating a file /etc/rsyslog.d/iptables.conf with contents: Then restart rsyslog daemon, and all those messages should be logged to /var/log/messages from now on:

  • The service ‘freshclam’ on server server.loginroot.com is currently down (Debian 8)
  • Yubikey

    Yubikey

    1. What is Yubikey? A YubiKey is a small hardware device that offers two-factor authentication with a simple touch of a button. YubiKeys are built strong enough for the largest enterprises, while remaining simple enough for anyone to use. The YubiKey NEO offers both contact (USB) and contactless (NFC, MIFARE) communications. YubiKeys support FIDO U2F, Yubico-OTP, OATH-OTP, OATH-HOTP, OATH-TOTP,…

  • WordPress visual html editor missing (only Text mode)

    WordPress visual html editor missing (only Text mode)

    by

    in

    It was a pitty, when richer text format was required, but none of the features were visible. And when installing MCEtiny, CKeditor and other plugins didn’t do anything for that, it brought me an idea that some plugin may be interfering with the latest wordpress version. Fortunately answer was incredibly simple. It seems like WP users…

  • “bash: scp: command not found” despite it exists

    “bash: scp: command not found” despite it exists

    by

    in

    If You receive the error something like, despite the scp exist: nsc-book:~ nsc$ scp root@loginroot.com:/root/filename ~/filename bash: scp: command not found nsc-book:~ nsc$ which scp /usr/bin/scp It may look silly, but please check if the destination server has that package too ;) I haven’t expected a CentOS server not having this simple package by default.…

  • git error “server certificate verification failed”

    by

    in

    I’ve got this message on Ubuntu 12.04. Other servers seemed to work fine. root@server:/tmp# git clone https://git.kolab.org/diffusion/RPK/roundcubemail-plugins-kolab.git Cloning into ’roundcubemail-plugins-kolab’… error: server certificate verification failed. CAfile: /etc/ssl/certs/ca-certificates.crt CRLfile: none while accessing https://git.kolab.org/diffusion/RPK/roundcubemail-plugins-kolab.git/info/refs fatal: HTTP request failed The fix: Append CA root of that cert to file: /etc/ssl/certs/ca-certificates.crt