www.fuji-san.ru – азиатская
Полезные команды CMD Windows + контекст .BAT файлов
Узнать модель материнской платы из cmd:
wmic baseboard get product,Manufacturer,version,serialnumber
https://x-flame.ru/kak-uznat-model-materinskoj-platy-cherez-cmd/
Узнать подробности видимых WiFi сетей:
netsh wlan show networks mode=bssid
Запустить программу из .bat файла с параметрами:<
start "" "c:\program files\Microsoft Virtual PC\Virtual PC.exe" -pc MY-PC -launch
In other words, give it an empty title before the name of the program to fake it out.
Save output to file:
command.name > fileName.txt
Remove text from file:
findstr /v /i /L /c:"Mabrur" text.txt >out.txt
/v means “lines that do not contain
/i means “case-insensitive”.
*all lines containing the /L literal string Mabrur, whether it is as product or some other column, or is part of a longer string will be excluded.
https://stackoverflow.com/questions/49569889/how-to-delete-some-line-from-txt-file-using-batch
Полезные ссылки про Тай
Самостоятельные путешествия:
https://mistervalenok.ru
Как переехать жить в Тай: хорошее обновляющееся описание
https://waytotai.ru/
Старые досовкие игры в браузере :-)
https://js-dos.com/games/
Video Magnification
Спасибо, tema!
https://people.csail.mit.edu/mrub/vidmag/#code
Интересный способ узнать о незаметных вещавх, происходящих на видео.
Connect to an iSCSI SAN, add LUN to ESXi datastores list
Disable beep Windows 8/8.1/10/2012
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\Beep
Вино
Latitude 41 Sauvignon Blanc – очень вкусное вино :-)
https://www.cigarpro.ru/drinks/Wine/NewZeland/Latitude-41/Latitude-41_826.html
Шрифты
Хорошие сайты подбора шрифтов:
https://www.myfonts.com – очень удобно, наглядно, огромное количество шрифтов. Дорого.
https://webfont.ru/ – удобный поиск, шрифты басплатны
https://www.fontsquirrel.com – большой выбор
https://www.paratype.ru/pstore/
Еще один сайт с конфигом openvpn
https://oss-it.ru/233
Хорошо объяснено