воскресенье, 30 октября 2016 г.

Черный список для transmission


Рабочий список блокировок для Transmission

http://list.iblocklist.com/?list=bt_level1&fileformat=p2p&archiveformat=gz

понедельник, 3 октября 2016 г.

Сайты в локальной сети mikrotik

Для тех у кого дома в локальной сети установлен свой веб сервер, статический внешний ip.
Так вот чтобы в локалке переходить на доменные имена сервера нужно таким вот образом настроить нат на микротике.

/ip firewall nat
add chain=dstnat action=dst-nat to-addresses=192.168.88.111 to-ports=80 protocol=tcp dst-address=95.79.25.172 dst-port=80
add chain=srcnat action=src-nat to-addresses=95.79.25.172 to-ports=80 protocol=tcp src-address=192.168.88.111/24

Сброс пароля ipmi на supermicro


  1. Качаем ftp://ftp.supermicro.com/utility/IPMICFG/
  2. Распакуем в корень папки C:/ipmi
  3. В консоле вводим

  1. Get the user ID of the IPMI user whose password you want to set:
    ipmicfg-win -user list
  2. Set a new password for that user:
    ipmicfg-win -user setpwd 2 ADMIN
  3. Login to the IPMI web GUI using the password you just set.

Matrox G200EH ubuntu 14.04 16.04

Настройка видеодрайвера на сервере supermicro с видеокартой  VGA compatible controller: Matrox Electronics Systems Ltd. MGA G200eW WPCM450 (rev 0a)

sudo nano /etc/X11/xorg.conf
Section "Device"
        Identifier "Matrox Graphics, Inc. MGA G200EV"
        Driver "vesa"
        Option "OldDmaInit" "True"
EndSection

Section "Monitor"
        Identifier "PlugAndPlay"
        Option "DPMS"
EndSection

Section "Screen"
 Identifier "Default Screen"
 Device "Matrox Graphics, Inc. MGA G200EV"
 Monitor "PlugAndPlay"
 DefaultDepth 24
 SubSection "Display"
            Modes "1280x1024" "1024x768" "832x624" "800x600" "720x400" "640x480"
        EndSubSection
EndSection
Все припрекрасно работает по vnc и ipmi