Rexxer

Some tips for me and other

News

Exchange 2010 + mobile devices limits

Не думал, что в моей небольшой организации возникнут проблемы с кол-вом разрешенных мобильных устройств. Но этот момент настал. Один из пользователей не смог подключиться к почте со своего нового Айпада. Понять что происходит помогло сообщение в его почте о превышении им лимита. Что в этом случае можно сделать: 1. Увеличить лимит для всего сервера либо […]

Mikrotik + script for a channel failing detecting

I have got a router Mikrotik 750. Periodically I have issues when the internet channel failed. But it start work when I changed port speed to 10Mbps and later turned it back to 100Mbps. (problem with cable 🙂 ) So, I wrote script for switching the port speed automatically: :global u :local PingCount 3; :local […]

Exchange 2010 + export single mailbox

1. Run Exchange powershell console and type (e.g.): New–ManagementRoleAssignment –Role “Mailbox Import Export” –User domainadmin So, You got rights import-export for user admin. 2. Restart Exchange powershell console. 3. Create a share on a server or use existed one, and grant Exchange Trusted Subsystem read/write permission. You can’t export on the local disks (but why […]

TRAC + strict permissions

Once PM ask me to configure strict access to a project in TRAC for user. He can have access only for “New ticket” and view only own tickets. Firstly, I have created the user account and add him to the special group. I assigned the next permissions for this group: MILESTONE_VIEW REPORT_VIEW TICKET_APPEND TICKET_CHGPROP TICKET_CREATE […]

Office 2010 Guru – прошел тест для просто так

Результат: 17 із 20, 5:41 хв.Стати Guru можна тут

Smokeping + ports update

После очередного обновления портов моя мониторилка перестала работать через веб. Переустановил начисто перл, speedy, smokeping – не помогло. Решилось путем нескольких запусков: perl-after-upgrade -f

Windows Deployment Services – добавление новых драйверов

Краткая напоминалка: Делаем backup image на всякий случай (можно и не делать). 1. Run WAIK cmd as administrator 2. Монтируем образ в папку: imagex /mountrw d:setup_x64.WIM 2 c:mount or Dism /Mount-Wim /WimFile:d:setup_x64.wim /Index:2 /MountDir:C:mount 3. Добавляем драйвера из папки d:inf: Dism /Image:C:mount /Add-Driver /Driver:d:inf /Recurse 4. Закрываем образ: Dism /Unmount-Wim /MountDir:C:mount /Commit 5. Делаем replace […]

RRDTools – мой скрипт для мониторинга температуры

#!/bin/sh input=`/usr/local/etc/rc.d/digitemp_DS9097 -a -q -s /dev/cuau0 -o%.C` /usr/local/bin/rrdtool update /var/rrdtool/db/digitemp.rrd N:$input if [ $input -ge 35 ]; then mail -s “There is too HOT in the server room, current temp is $input degrees by Celsius” admin@mydomain.com < /usr/local/etc/mail.txt echo “Temp is $input” | ssh -l user mail.mydomain.com sendsms XXXXXXXXXX fi WWWPREFIX=/usr/local/www/apache22/data/images RRDPREFIX=/var/rrdtool/db /usr/local/bin/rrdtool graph $WWWPREFIX/temp.png […]

SBS 2011 Essentials + WP7 Connector

Нужно было установить SBS 2011 Essentials и подключить WP7 к этому делу. Устанавливал на VMWare ESXi, один сетевой интерфейс, размер диска для виртуальной машины = 160гб (при 40Гб не захотел устанавливаться, тем не менее стандарт-эдишн установился на 80гб). После установки нужно пройти по пунктам стартовой страницы в панели управления. Т.к. сервер у меня подключен в […]

HTC Incredible Verizone Activation Bypass

Разработчики ресетнули данный девайс. После ресета он потребовал пройти активацию, но у нас нет сети Веризон. Нужно сделать так: 1) press EMERGENCY CALL 2) DIAL ##778 (CALL) 3) PRESS EDIT MODE 4) ENTER PASSWORD WHICH IS: 000000 5) TAP NAM Settings 6) Enter Your 10 digit phone number press OK или просто вводим 10 нулей […]

Previous Posts Next posts