Skip to main content

Featured

Adobe Experience Manager - Create an OSGI Configuration

 In this article, let's create an OSGi configuration, configure it and use it in AEM code. So now let's get started with the creation of an OSGi configuration. Technical details and Assumptions: All the following details are tested in AEM version 6.5.8, Java version 11.0.2 Creation of OSGi configuration: To create an OSGi configuration we need to create an ObjectClassDefinition. I have included a sample OCD configuration, which can be used as a reference to create one. The next step would be to create an interface and an implementation that can help fetch the OSGi configurations.  Interface: Implementation: Let's try to use the OSGi configuration created so far in Models/Servlets. For demonstration purposes, I used AEM Models here, but the same can be implemented in Servlets too. Now that we have created the OSGi configuration. Once building the code, we should be able to see the OSGi configuration in the web console (http://localhost:4502/system/console/configMgr) C...

Forgot your Wi-Fi password???

Don't worry, Sit back and Relax for a while...
  1. Now, Open the Command Prompt(cmd) in your PC.
  2. Then, Type "netsh wlan show profiles", Click Enter.
  3. If the command is not working or if cmd says that the command is not accessible, it means that, you don't have administrator rights. So, Type "cd C:\Windows\System32". Now, you can access any commands in cmd. Then, Go to Step 2 and then continue from Step 4.
  4. The cmd shows a list of Wi-Fi names which were already accessed in your computer.
  5. Now, all you have to do is, identify the name of the Wi-Fi for which you need to find the password.
  6. Then, Type "netsh wlan show profile name=(...) key=clear" 
[Note: Type the profile name within brackets!!!]
You'll get key content along with a big list of details...
The key content is the password, you were looking for....
For more info, click here....






Comments

Popular Posts