Kovica
petek, 11. februar 2022
Java: No PC/SC library found on this system on Linux
›
If you get "No PC/SC library found on this system" when trying to work with a SmartCard via javax.smartcardio API, then you need ...
sobota, 30. maj 2020
System tray not visible in i3
›
If you are running i3 on Ubuntu GNOME and icons in system tray are not visible then uninstall indicator-application package. This was sugges...
ponedeljek, 11. september 2017
Sort on open/save dialog in Google Chrome on Ubuntu
›
If you want the sort to work so that the directories are displayed first you have to do the following: - sudo apt install dconf-editor - d...
torek, 21. marec 2017
XFCE4 reset panels
›
xfce4-panel --quit ; pkill xfconfd ; rm -rf ~/.config/xfce4/panel ~/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-panel.xml ; xfce4-panel;
ponedeljek, 13. februar 2017
DB2 Terminate LOAD
›
What tables are in Load Pending State: SELECT TABSCHEMA, TABNAME, LOAD_STATUS FROM SYSIBMADM.ADMINTABINFO WHERE LOAD_STATUS = 'PENDING...
četrtek, 9. februar 2017
DB2 LOAD from CURSOR
›
You can do a LOAD from CURSOR in command line. Example is taken from Fast and easy data movement using DB2's LOAD FROM CURSOR feature : ...
ponedeljek, 6. februar 2017
How to tell Maven to disregard SSL errors (and trusting all certs)?
›
Answer at StackOverflow and copied here if it gets removed: You can disable SSL certificate checking by adding one or more of these comman...
›
Domov
Prikaži spletno različico