To redirect your website from HTTPS to HTTP, add the following rule in your website’s .htaccess file: # Redirect HTTPS to HTTP RewriteCond %{HTTP:X-Forwarded-Proto} =https RewriteRule ^(.*)$ http://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
30 years in IT
Посмотреть температуру процессора в Linux Mint
Установка ПО sudo apt-get install lm-sensors Следить за температурой процессора в режиме реального времени watch sensors
Записать образ на флешку в Linux
Для записи образа на USB устройство используйте команду: sudo dd bs=4M if=./linuxmint-19.3-xfce-32bit.iso of=/dev/sdd Вместо ./linuxmint-19.3-xfce-32bit.iso – пишете путь к вашему образу Вместо /dev/sdd вашу флешку. Посмотреть, какое у нее имя, можно так: sudo fdisk -l
Добавить сочетание клавиш для запуска Shutter в Linux Mint 20 Mate
Инструкция, как добавить горячие клавиши для вызова программы создания скриншотов Shutter в Linux Mint 20 Mate. Идем в меню Параметры Комбинации клавиш клавиатуры Видим это окно Жмем Добавить. Вводим Имя Ваше название для сочетания клавиш Команда shutter -s Жмем Применить Находим в списке наше название Делаем двойной клик по названию и затем нажимаем необходимую нам комбинацию клавиш. Дополнительно посмотрите инструкцию: Что делать, если не работают сочетания горячих клавиш с Win(Super L) на русской раскладке.
RZ70 registration SLD error on HA system
Symptom: We have RZ70 registration SLD error, and errors AS Java components registration in SLD. This error may occured in new installed HA system. Possible solution: Add parameter gw/acl_mode=0 in SCS profile and profile DEFAULT.PFL Another solution errors RZ70 registration in SLD you can read in my post RZ70 SLD Error.
Original language RU for current object collides with permitted display or editing languages EN
Symptom You have imported a third party software component in ESR. The problem occur when You open for example a Message Mapping. You get the following warning: Original language RU for current object collides with permitted display or editing languages EN In your case instead of RU may be other language. Solution Change in Exchange Profile by the url http://<host>:<port>/exchangeProfile Exchange Profile –> IntegrationBuilder Set parameters com.sap.aii.ib.client.login.languages=EN,RU com.sap.aii.ib.client.content.languages=EN,RU
Secure Store AS Java Error
If You have error in secure store SAP AS Java use instructions and attachments in SAP Note 1592575 – Error while accessing secure store – Invalid encryption key
sap xi cache error return status code ‘500’(Internal Server Error)
Symptom We have getting error(System Message) in Integration Builder that Http connection to http://server:port/sap/xi/cache?sap-client=client return status code ‘500’(Internal Server Error) in response. INTEGRATION_DIRECTORY_HMI destination is working fine and Runtime cache is also having green status. Solution Go to PFCG transaction and generate the profile of role SAP_XI_ID_SERV_USER. Check profile for user PIDIRXXX.
PI Enterprise Services Builder Or Integration Builder Start Error
Symptom When You try start PI Enterprise Services Builder or Integration Builder tools we have error, for example as bellow Internal problem occured (INTERNAL_PROBLEM) Solution 1. Go to “http://<host>:<port>/dir/ -> Administration Tab 2. Click on Java Web Start Administration and click on Restore Archives and Generate New Signature 3. Wait 15 min 4. Restart the J2EE server If you have another error which occur when logging in to the Process Integration (PI) Enterprise Services Repository (ESR) or Integration Builder tools, you can see SAP documentation Troubleshooting PI ESR and Integration Builder Logon Issues
CIM_ERR_ACCESS_DENIED: User is not allowed to write CIM instances for class SAP_InstalledProduct in domain SLD
Symptom. You have error CIM_ERR_ACCESS_DENIED in NWA Configuration Wizard. For example, CIM_ERR_ACCESS_DENIED: User is not allowed to write CIM instances for class SAP_InstalledProduct in domain SLD This error occur, because user, which used in Destination SLD Data Supplier does NOT have the necessary authorization to write in the SLD. Solution. Simple way, add roles SAP_SLD_CONFIGURATOR and SAP_SLD_ADMINISTRATOR to user, which used in Destination SLD Data Supplier.