Some of services still using basic auth. For generate credentials for webserver (apache/nginx) need to use special utility – htpasswd
Category: Without category
How to temporary disable HSTS in Chrome browser
Sometimes need to disable hsts when certificate expired.
It’s not secure and strongly not recommend! Only for development purposes!
Minicom – Console output recording to file
For recording console output to file using minicom need to do:
- Press Ctrl A + Z
- Press Shift + L for start recording
- Waiting for writing output
- Press Shift + L for stop recording
- Check file minicom.cap – it’s a text file and you can open using any text editor
Onion Omega 2 – Enable/Disable WiFi AP
At first, please update to the latest firmware version, because old firmware can’t support this.
Continue readingVim – Arrow keys (left/right) don’t work in input/insert mode
For some system vim have small issues, especially in input mode. Easy way to fix – using no compatible mode.
Continue reading