Re: [CentOS] Help with at Bash script

2014-12-03 Thread Alikhan Damirov
if i understood cerrectly,you need that: domain=$(tcpdump -l -n -e port 53 | awk '{if ($14 ~ /A.*?/) print $15}') while read line do echo $line done < $domain On 3 December 2014 at 08:29, Hal Wigoda wrote: > What is domain, BTW? > > (Sent from iPhone, so please accept my apologies in advance for

Re: [CentOS] (py)curl error 7

2014-12-25 Thread Alikhan Damirov
Hi, from man yum.conf: ip_resolve Determines how yum resolves host names. `4' or `IPv4': resolve to IPv4 addresses only. `6' or `IPv6': resolve to IPv6 addresses only. On 25 December 2014 at 11:53, Mateusz Guz wrote: > Hi, > > Disabled ipv6 (using sys

Re: [CentOS] selinux on/off percentage

2012-04-01 Thread alikhan damirov
I don't know about statistics, but selinux have log's. Watch here: http://wiki.centos.org/HowTos/SELinux By default SELinux log messages are written to */var/log/audit/audit.log* On 2 April 2012 08:42, James A. Peltier wrote: > On almost all servers that I have SELinux is turned on in enforcing

Re: [CentOS] PHP and PHP53

2012-04-16 Thread alikhan damirov
There are not any problems. On my server: # rpm -qa | grep php php-pecl-memcache-3.0.5-3.el6.x86_64 php-xml-5.3.3-3.el6_2.6.x86_64 php-5.3.3-3.el6_2.6.x86_64 php-pear-1.9.4-4.el6.noarch php-pgsql-5.3.3-3.el6_2.6.x86_64 php-gd-5.3.3-3.el6_2.6.x86_64 php-soap-5.3.3-3.el6_2.6.x86_64 php-common-5.3.3-

Re: [CentOS] Centos 5.8, PHP 5.3 and MySQL

2012-05-11 Thread alikhan damirov
If i understood correctly, you need to install php-mysql package Like this: # rpm -qa | grep php-mysql php-mysql-5.3.3-3.el6_2.6.x86_64 On 9 May 2012 02:30, Boris Epstein wrote: > Hello again, > > It looks like all I had to do was reboot the server machine in question and > restart my browser fo