С Праздником, Коллеги!!
Правда об админах!
Пестня!
Посвящается.
[media id=9]
(Группа “Pr-Mex” )
или
Отчего юзера
shell compare string
Потрібно було знайти присутність/входження строки в іншій, в шелл скрипті. …
#!/bin/sh
aa="String_String_String"
bb=$(echo ${aa} | grep -i "String")
if [ ${#bb} -gt 0 ];
then
echo "Exists"
else
echo "Not exists"
fi
Zabbix не бачить процесси
Zabbix-agent не бичить процесси, але вони запущені.
/usr/local/bin/zabbix_get -s 127.0.0.1 -p 10050 -k “proc.num[sshd].last(0)”
0
# ps -ax| grep sshd
637 ?? Is 0:13.32 /usr/sbin/sshd
Проблема в цьому….
sysctl -a | grep security.bsd.see_other
(more…)
yum -y update missing dependency libcares.so.1
При trixbox оновлені вискочило …
yum -y update missing dependency libcares.so.1 is needed by package sipsak-0.9.6.1.el5.i386
Не біда. Робимо наступне…
wget http://download.fedora.redhat.com/pub/epel/5/i386/sipsak-0.9.6-8.el5.i386.rpm
wget http://download.fedora.redhat.com/pub/epel/5/i386/c-ares-1.6.0-2.el5.i386.rpm
rpm -Uhv sipsak-0.9.6-8.el5.i386.rpm c-ares-1.6.0-2.el5.i386.rpm
yum update
Або
# wget http://dl.fedoraproject.org/pub/epel/5/i386/epel-release-5-4.noarch.rpm
# rpm -Uvh epel-release*rpm
# yum install sipsak -enablerepo=epel
Скрипт auto vpn and route
Деколи потрібно приєднятись до ВПН сервера і прописати маршрут тільки на деяку мережу.
ВПН видає різні ацпі адреси…
Створюемо ВПН зэдняння з назвою VPN_name
auto_vpn.bat
rasdial /disconnect
rasdial "VPN_name" vpn_login vpn_pass
ipconfig |find "IP-"|find /v "You'r local IP" > IP.txt
(more…)
zyxel auto backup config
#!/bin/sh
(sleep 2 ; echo “LOGIN” ; sleep 2 ;echo “PASSWORD” ; sleep 2; echo “ENABLE_PASSWORD” ;echo “sh run” ; sleep 5; quit) | telnet 192.168.1.1
Trixbox, not working export statistics to cvs…
export trixbox statistics to cvs.
Ищем в файле cdr.php
(строка 828)
foreach($this->getrowsfromdbihatelongfunctionnames($this->input->post(‘startdate’), $this->input->post(‘enddate’), $this->input->post(‘source’), $this->input->post(‘srctype’), $this->input->post(‘destination’), $this->input->post(‘desttype’), $this->input->post(‘channel’), $this->input->post(‘duration’), $this->input->post(‘durationend’), $this->input->post(‘durstarttype’), $this->input->post(‘durendtype’), 0, 0, $this->input->post(‘datasort’), $this->input->post(‘datadir’)) as $row) {
Меняем 0 на 999999
foreach($this->getrowsfromdbihatelongfunctionnames($this->input->post(‘startdate’), $this->input->post(‘enddate’), $this->input->post(‘source’), $this->input->post(‘srctype’), $this->input->post(‘destination’), $this->input->post(‘desttype’), $this->input->post(‘channel’), $this->input->post(‘duration’), $this->input->post(‘durationend’), $this->input->post(‘durstarttype’), $this->input->post(‘durendtype’), 0, 999999, $this->input->post(‘datasort’), $this->input->post(‘datadir’)) as $row) {
Гімн Hyundai Club Полтава (Garri Trans Former)
Кобелячанин Ігор Богословський написав гімн для Всеукраїнського клубу «Hyundai» та виконав його разом з відомим полтавським рок-гуртом «Транс-Формер»
Коли чуєш новостворений гімн — заряджаєшся енергією та оптимізмом. Виявляється, ще є люди, які об’єднуються за інтересами, товаришують, виручають одне одного та просто насолоджуються життям.
(more…)