/var/log/mariadb/mariadb.log [ERROR] Can’t init tc log
Remove the zero byte /var/lib/mysql/tc.log
Iordanis Kazanas – Virtual Systems Administrator
Remove the zero byte /var/lib/mysql/tc.log
Unexpected response from the server. The file may have been uploaded successfully. Check in the Media Library or reload the page. Add the following line to http or server or location context to increase the size limit in nginx.conf, enter: # set client body size to 2M # client_max_body_size 2M; The client_max_body_size directive assigns the … Read more
Setting up a basic Postfix SMTP server Set up Dovecot IMAP server and TLS encryption Create Virtual Mailboxes with PostfixAdmin Creating SPF and DKIM record to get through spam filters Setting up DMARC to protect your domain reputation How to Stop Your Emails From Being Marked as Spam How to Host Multiple Mail Domains in … Read more
Add this piece of code to nginx.conf server {[…]if (!-e $request_filename) {rewrite ^.*$ /index.php last;}[…]}
If the VM has a GUI (X11, and so on), install or upgrade open-vm-tools-desktop: sudo yum install open-vm-tools-desktop Otherwise, install open-vm-tools: sudo yum install open-vm-tools
To upgrade all of your system software as well as their dependencies to the latest version, use this command: # yum update
Assuming your disk is /dev/sda and standard RHEL/CentOS partitioning: Extend partition Enter p to print your initial partition table. Enter d (delete) followed by 2 to delete the existing partition definition (partition 1 is usually /boot and partition 2 is usually the root partition). Enter n (new) followed by p (primary) followed by 2 to … Read more
# Scrolling buff altscreen on caption always “%{= kG}%-Lw%{= kY} %n %t %{= kG}%+Lw%{= kc}” # Putty fix # term xterm termcapinfo xterm ti@:te@ defscrollback 100000 # Fancy vbell on vbell_msg “Wee~” hardstatus on hardstatus string ‘%{= kc}%H (%l) %-21=%{= .m}%D %d.%M.%Y %0c’ # Bind F11 and F12 (NOT F1 and F2) to previous and … Read more
Disable IPv6 in kernel module (requires reboot) 1. Edit /etc/default/grub and add ipv6.disable=1 in line GRUB_CMDLINE_LINUX, e.g.: # cat /etc/default/grub GRUB_TIMEOUT=5 GRUB_DEFAULT=saved GRUB_DISABLE_SUBMENU=true GRUB_TERMINAL_OUTPUT=”console” GRUB_CMDLINE_LINUX=”ipv6.disable=1 crashkernel=auto rhgb quiet” GRUB_DISABLE_RECOVERY=”true” 2. Regenerate a GRUB configuration file and overwrite existing one: # grub2-mkconfig -o /boot/grub2/grub.cfg 3. Restart system and verify no line “inet6” in “ip addr show” … Read more
github.com: MrOtherGuy/firefox-csshacks github.com: Aris-t2/CustomCSSforFx C:\Users\$user\AppData\Roaming\Comodo\IceDragon\Profiles\ $profile_name .default\chrome\userChrome.css C:\Users\$user\AppData\Roaming\Mozilla\Firefox\Profiles\$profile_name.default\chrome\ userChrome.css Sample userChrome.css for Firefox on Linux: sample userChrome.css for Firefox on Windows: