000
- Total activity 549
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 100
Posts
Recent activity by 000-
from PHP, how I can detect visitior using IPv6 ?
Hi, I read: Then . . . using PHP, how we can detect if visitor is using IPv6 ?how is the REGEX ?
-
with php73 PIPE email = SUCCESS!, with php74 = FAIL, why?
Hello, when we update PHP to 7.4 PIPE, STDIN = ERROR: local delivery failed Action: failed Final-Recipient: rfc822;admin@avast.com Status: 5.0.0 but with PHP 7.3 ALL run fine:PTP 7.3 install mod...
-
from putty, wich command run to detect if I am running JAILED shell or NORMAL shell ?
Hi. Some idea about wich command run to detect if I am running JAILED shell or NORMAL shell ? Thanks PD: with JAILED is possible continue running app.js (NODE) AFTER of close console?, how?
-
systemctl status = Failed to read server status: Connection timed out
Hi, all my webs is down: [root@yahoo ~]# systemctl status Failed to read server status: Connection timed out [root@yahoo ~]#Some idea about how I can fixed this? I restart server many times . . ....
-
how I can REINSTALL default DNS in CentOs 7 + WHM ?
Hi, all my users/domains is down. Then I run: [root@yahoo ~]# cat /etc/resolv.conf ### Hetzner Online GmbH installimage # nameserver config nameserver 213.133.100.100 nameserver 213.133.98.98 nam...
-
netstat - ESTABLISHED = LOGIN?, and how we can get the USERNAME used for that connection?
hello, we run [CODE=bash][root@pepsi ~]# netstat -tan | grep \:22 tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN tcp 0 0 pepsiserver:22 150.158.111.25...
-
how check QUOTA of USERX from CONCOLE? (quota -vs)
Hi, when I run quota -vs result is error, error, error: [theuser@host ~]$ quota -vs quota: Cannot resolve mountpoint path /home/virtfs/theuser/opt: No such file or ...
-
php -m | grep imagick imagick = true, but in PHPINFO() = false
Hello. all is ok when I run[root@pepsi ~]# php -m | grep imagick imagickbut in page PHP [PHP][root@pepsi ~]# grep CPANEL /etc/cpupdate.conf CPANEL=release [root@pepsi ~]# cat /usr/local/cpanel/ve...
-
how: /usr/sbin/csf -g 'fragment of IP', no´t IP complet ??
Hello. I need know if CSF block IPs containing "32" also starting with: "132" ... is possible ? With /usr/sbin/csf -g 132.232.97.47 I can get only THIS IP But is possible find BY FRAGMENTS ? ...
-
Count total number of emails in queue with a specific subject line?
Hello. I only find exiqgrep -i |awk '{ print "exim -Mvh "$1 }' |sh |grep -i 'here subject EXACT'but please, how I can count the number of emails in queue with "*some string in subject*" ?? After...