Menu

How to open  internet options dialog box without opening Internet Explorer

We can open the Internet Options dialog box to modify the settings of Internet Explorer or repair the IE browser. Many times we came to a situation where IE stop working and did not even load properly to reset the settings or restore the internet settings or browser settings. Below are the steps using which you can open the Internet Options dialog and make the required changes without waiting or struggling for internet explorer to get loaded. 


Internet explorer browser
On my computer when internet explorer stop working it also stopped Mozilla Firefox, but Chrome and Edge are working perfectly at the same time.


Steps to open internet options dialog without IE browser

  1. Open Runbox, press the Windows logo key+R to open the Run box
  2. Type inetcpl.cpl and select OK
  3. The Internet Options dialog will appear 
  4. Make the required changes and click on apply

Hope this helps you to reset the internet explorer setting and fix the browser issue. Thank you!



AEM replication exception

Issue

When we see the below error in AEM replication queue while publishing content in AEM, that means the user doesn't have enough permission to replicate the content or the publishing user that is configured in the AEM replication queue is not the correct user for replication.

error: com.day.cq.replication.ReplicationException: Repository error during node import: OakConstraint0027: The admin user cannot be removed.

Resolution


Check the ACL for that user on the publisher instance and ensure that the user has the permission to create, delete, and modify nodes. 

ssh_dispatch_run_fatal: Connection to server x.x.x.x port 22: message authentication code incorrect

When we are doing the ssh to a server using ssh command, then sometimes on windows we got this error that doesn't allow us to connect with the servers. 

command: ssh userjorvee@10.10.10.10

 ssh_dispatch_run_fatal: Connection to server xx.xx.xx.xx port 22: message authentication code incorrect


To fix the above issue you can run the ssh with these parameters.

ssh -m hmac-sha2-256 userjorvee@10.10.10.10


Workaround:

1. https://www.nrel.gov/hpc/announcements/posts/windows-ssh-workaround.html