- <Win+R> -> sysprep
- sysprer.exe -> "Run as Administrator"
- System Cleanup Action "Действие по очистке системы":
- Enter System Out-of-Box Experience (OOBE) "Переход в окно приветствия системы (OOBE)"
- Generalize "Подготовка к использованию" - check
- Enter System Out-of-Box Experience (OOBE) "Переход в окно приветствия системы (OOBE)"
- Shutdown Options "Параметры завершения работы"
- Shutdown "Завершение работы"
- Ok
- Clone VM
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
file -> preferences -> settings -> user -> search ('python.terminal.executeInFileDir') -> Check |
export TERM=xterm
##1. Install isohybrid tool
Install syslinux package which contain isohybrid tool. It used to convert ISO image into USB drive compatible format.
$ apt-get install syslinux
##2. Convert ISO image into USB drive compatible format
sudo dd bs=4M if=blablabla.iso of=/dev/sdc status=progress
-
Предварительно записать образ "прошивки" на USB-носитель. Образ находится на диске в каталоге HW50. Имя файла образа имеет примерно следующий вид: hw50_vipnet_base_i386_4.2.0-327.img
-
Вставить USB-носитель, с записанным образом, в HW50
-
Включить HW50
-
Сразу после включения часто нажимать <Del> до появления окна:
----------Enter Password-----------
sudo apt-get install ttf-mscorefonts-installer
cd /var/lib/update-notifier/package-data-downloads/partial
grep Url: /usr/share/package-data-downloads/ttf-mscorefonts-installer | awk '{print $2}' | sudo xargs -n 1 'wget'
cd -
sudo /usr/lib/msttcorefonts/update-ms-fonts /var/lib/update-notifier/package-data-downloads/partial/*
sudo rm -f /var/lib/update-notifier/package-data-downloads/partial/*
sudo mv /var/lib/update-notifier/package-data-downloads/ttf-mscorefonts-installer.FAILED /var/lib/update-notifier/package-data-downloads/ttf-mscorefonts-installer
sudo fc-cache -f -v
query the remote server to see what configuration is used as followed :
ssh -p22 -G user@<IP_Address>
ssh -p22 -o KexAlgorithms=+diffie-hellman-group1-sha1 user@<IP_Address>
- Update packages:
- NDMSv2 +
- OPKG -> Open Package support
- OPKG -> Opkg kernel filesystems modules
- OPKG -> Opkg kernel netfilter modules
- OPKG -> Opkg kernel trafficcontrol modules
- Networking -> IPv6
- USB Storage -> *
- Applications -> FTP Server (for upload firmware only)
- Make ext2/ext3 partition on USB-stick
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo umount /dev/sdXY | |
sudo dd bs=4M if=isoname.iso of=/dev/sdX && sync |
NewerOlder