Monday, 23 April 2018

[DBeaver 5.0.x] Application "org.jkiss.dbeaver.core.application.standalone" could not be found in the registry.


From time to time DBeaver CE refuses to start with mentioned exception. Apparently it is able to write bork in its own configuration such that it cannot process it properly itself. To fix this, remove config directory:
${HOME}/.dbeaver4/configuration
Earlier versions (3.x at least) have been affected too.

Saturday, 7 April 2018

[CUPS] Samsung ML-2525W

  • I was not able to make WLAN work
  • URL: ipp://192.168.178.26/ipp
  • Driver: Samsung ML-2525W, 2.0.0 ← probably a ppd I saveguard at my subversion repository Documents/software/ML-2525W.ppd
  • Resolution: 600 dpi ← does 1200 dpi work as well?
  • Media size: A4
  • Airpressure: High ← why that, it's a laser printer???

Thursday, 5 April 2018

[LibreOffice Calc] ERR:502 in vlookup (sverweis)

Make sure that the referenced column is not outside the defined area. hlookup/wverweis probably analogous.

[git] Create a local branch from another branch

From the active branch git checkout -b <LOCAL_BRANCH> From a donator branch git checkout -b <LOCAL_BRANCH> <DONATING_BRANCH...