All posts by PF
weekly bw stats

More stats!




NOTICE Jail started without ‘journalmatch’ set. Jail regexs will be checked against all journal entries
So!, my apache-auth (and others) weren’t showing up the File list.

2018-11-07 20:02:28,651 fail2ban.filtersystemd [23523]: NOTICE Jail started without ‘journalmatch’ set. Jail regexs will be checked against all journal entries, which is not advised for performance reasons.
Lets edit /etc/fail2ban/jail.d/00-systemd.conf and set backend to auto.
Trix – A rich text editor for everyday writing.
Trix
A rich text editor for everyday writing.
Compose beautifully formatted text in your web application. Trix is an editor for writing messages, comments, articles, and lists—the simple documents most web apps are made of. It features a sophisticated document model, support for embedded attachments, and outputs terse and consistent HTML.
Can’t locate API module structure `mod_ssl’ in file
Starting httpd: httpd: Syntax error on line 202 of /etc/httpd/conf/httpd.conf: Can’t locate API module structure `mod_ssl’ in file /etc/httpd/modules/mod_ssl.so: /etc/httpd/modules/mod_ssl.so: undefined symbol: mod_ssl
If you are trying to load it like
LoadModule mod_ssl modules/mod_ssl.so
Your doing it WRONG!
This is the way!
LoadModule ssl_module modules/mod_ssl.so
#1366 – Incorrect integer value: ” for column ‘upd_iid’ at row 1
While I was switching a legacy site from servers… some SQLs weren’t working…
#1366 - Incorrect integer value: '' for column 'upd_iid' at row 1
This worked for me…
I’v edited my /etc/mysql/my.cnf and comment the original “sql_mode” and added this one
sql_mode = ""
Save and restart mysql!
Hello gab

There has been plenty of debate over whether platforms such as Facebook should tolerate racist rhetoricians or misinformation-mongers, but less over what happens when the platform itself becomes the problem. Gab was created to support speech that more mainstream sites deemed unacceptable. Now, payment processors have deemed Gab’s own failure to moderate even the most deplorable and dangerous speech unacceptable, too. So have hosting providers and domain-name registers. That, for now, has resulted in the site’s disappearance from the Web.
Source https://www.washingtonpost.com/opinions/if-the-internet-belongs-to-everyone-that-includes-gab/2018/11/04/1ff91c64-de0c-11e8-85df-7a6b4d25cfbb_story.html
SQL non-case sensitive search
SELECT * FROM myTable WHERE LCASE(myField) LIKE LCASE('sOmeVal')
As seen on
https://stackoverflow.com/questions/1224364/sql-server-ignore-case-in-a-where-expression
web4 – htop & details


