mkdir /ramdisk/Выставляем права
chmod 777 /ramdisk/Монтируем
mount -t tmpfs -o size=1024M tmpfs /ramdisk/Если надо изменить размер
mount -o remount -o size=2048M /ramdisk/
admin 25 сентября, 2020
Когда сидишь на сервере Windows из под Remmina данные сочетания не работают. Из можно запустить из командной строки, вот несколько способов:
Run > shell:::{2559a1f2-21d7-11d4-bdaf-00c04f60b9f0}
cmd > explorer.exe shell:::{2559a1f2-21d7-11d4-bdaf-00c04f60b9f0}
admin 18 сентября, 2020
Posted In: Windows
When attempting to connect to an iLO 3 remote console on an HP Server;
iLO Error
General Exception
Name: com.hp.ilo2.intgapp.intgapp
ExitException: Unable to load resource
https://{Server}/html/intgapp3_231.jar
Solution
Having added the URL to the iLO to the trusted sites in the the Java Preferences, I thought this all I had to do.
Turns out I was wrong.
Navigate to Administration > Security > Encryption > Encryption Enforcement Settings > Enforce AES/DES Encryption > Change to ‘Enabled‘ > Apply > Wait for the iLO to reset, and try again.
admin 10 сентября, 2020