martedì, novembre 24, 2020
giovedì, marzo 12, 2020
How to get out of projector mode (Win 7) - black screen
I was stuck on windows reboot, after having tried to connect my windows laptop to a projector.
I could see just black screen, it was scaring.
Solution: Hold [Windows key] + P
source
I could see just black screen, it was scaring.
Solution: Hold [Windows key] + P
source
domenica, febbraio 02, 2020
Uninstall Logitech GHUB from Mac
- Delete the G Hub application from /Applications
- Trash the entire folder lghub at ~/Library/Application Support/
- Trash ~/Library/Application Support/Logitech/Gaming/ghubDevices.json
- Trash settings.json from that same folder
domenica, gennaio 05, 2020
default spring security in spring-boot app
If you include this dependency in your pom:
groupId: org.springframework.boot
artifactId: spring-boot-starter-security
you "inherited" the default spring security.
When you application starts, have a look to this message:
Using generated security password: 03219696-3a8d-49d5-8385-11e84fe94ac8
Then if the login mask shows up:
Type this:
user: user
password: that password in the message...
groupId: org.springframework.boot
artifactId: spring-boot-starter-security
you "inherited" the default spring security.
When you application starts, have a look to this message:
Using generated security password: 03219696-3a8d-49d5-8385-11e84fe94ac8
Then if the login mask shows up:
Type this:
user: user
password: that password in the message...
Iscriviti a:
Post (Atom)