Выгружаем прошивку и конфигурацию свича D-Link DES-1210-28P на TFTP Server


Загружаем прошивку и конфигурацию свича D-Link DES-1210-28P на TFTP Server OpenTFTPServer

Я качал отсюда

Скачиваем сервер и устанавливаем в произвольную папку.

В данном случае установлено в папку по умолчанию C:\OpenTFTPServer\

Я отказываюсь от установки службы, так как мне это не надо.

ip адрес нашего сервера будет 192.168.72.195

Лезем в конфиг и выставляем созданную заранее домашнюю директорию в разделе [HOME]

C:\OpenTFTPServer\firmware

Read More »


Запуск утилиты Disk Cleanup в Windows Server 2012 и 2008 без Desktop Experience


Запуск утилиты очистки диска (Disk Cleanup) в Windows Server 2012 и 2008 без Desktop Experience

В Windows Server 2008 /R2 и 2012 / R2 по умолчанию не установлена утилита очистки диска — Disk Cleanup (cleanmgr.exe), позволяющая удалить ненужные файлы и очистить каталог WinSxS от файлов старых обновлений. Для ее запуска нужно сначала установить отдельный компонент сервера Desktop Experience (Возможности рабочего стола) с помощью Server Manager  или с помощью PowerShell  (Install-WindowsFeature Desktop-Experience).

В Windows 2008 R2 для возможности использовать cleanmgr для удаления устаревших обновлений нужно установить обновление KB2852386.

Но вместе с Desktop Experience устанавливается множество других компонентов, которые абсолютно не нужны на сервере:

 

  • Windows Media Player
  • Темы рабочего стола
  • Поддержка AVI для Windows
  • Windows SideShow
  • Windows Defender
  • Disk Cleanup
  • Sync Center
  • Запись звука
  • Character Map
  • Snipping Tool

Если весь этот мусор в сервере не нужен, то можно пойти более простым способом.

Read More »


Как быстро очистить файл в Linux из командной строки


Быстро очистить файл в Linux

cp /dev/null /pato/to/file.txt

Тем самым мы загоняем пустоту вместо содержимого файла.


MS corefonts Centos


MS corefonts Centos

Installing Microsoft Corefonts on CentOS

This is a thing I always have to google when I need to install Microsoft’s fonts in my CentOS installs so I thought I’d post a short dirty note here to remind me how to do it.

First of all we need some tools to build ourselves in the RPM for msttcorefonts, so fire up your terminal and

[root@localhost ~]$ yum install cabextract rpm-build of term paper research

When finished run the following as root

[root@localhost build]$ wget http://corefonts.sourceforge.net/msttcorefonts-2.0-1.spec
[root@localhost build]$ rpmbuild -ba msttcorefonts-2.0-1.spec
[root@localhost build]$ rpm -ivh /usr/src/redhat/RPMS/noarch/msttcorefonts-2.0-1.noarch.rpm
[root@localhost build]$ /sbin/service xfs reload

That’s it. You should now have Microsoft’s standard fonts installed and ready to go.


XenServer migratevm


wget https://ithelp.bakabuka.com/wp-content/uploads/2017/07/migratevm-1.0.1.tar.gz --no-check-certificate 

tar zxf migratevm-1.0.1.tar.gz && cd migratevm-1.0.1

./migratevm
-sh : source host
-su : source user (usually root)
-sp : source pass
-sv : source VM label or UUID
-dh : destination host
-du : destination user
-dp : destination pass
-ds : destination SR (optional)


Сбрасываем пароль root на Linux


root password reset

1. Boot the system and when you see the following message “Press any key to enter the menu”, press any key. (You will see the list of available kernel versions.)

2. Press e in order to edit commands before booting.

3. Highlight the list item with vmlinuz in it by using the arrow keys and press e.

4. Now type single or init 1 at the end of the line.

5. Then press enter and b to boot the system with the new argument. (The system will boot into single user mode and you will see bash prompt)


Обслуживание программного RAID-массива в операционной системе Linux


mdraid on linux

На этой странице рассматриваются вопросы создания и обслуживания программного RAID-массива в операционной системе Linux. Read More »


Mikrotik failover script


Basic Info

This is an easy to use script for your failover needs. It is currently written for 2 connections and works by pinging any IP address you specify using both of your connections.

If a ping failure is detected a certain number of times, the script increases distance of all default routes that use the gateway present on the interface that failed the ping.

Read More »


XenServer Resize CentOS LVM


XenServer Resize CentOS LVM

оригинальная ссылка

The disk size of a CentOS virtual machine on XenServer can be increased with the following steps. The current VM contains one disk of 8 GB which is divided into a boot partition and an LVM partition:

Read More »