Fix : Touchpad not working in Ubuntu
Could fix the touch-pad of my Ubuntu system which went off due to an unknown reason with these commands – Sreekumar KjSreekumar (KJ) has been a hobby prog...
Could fix the touch-pad of my Ubuntu system which went off due to an unknown reason with these commands – Sreekumar KjSreekumar (KJ) has been a hobby prog...
On terminal run : gnome-tweak-tool In the dialog that pops up – Select Windows tab from the left panel. In the right panel under Tilebar buttons section – Set M...
On terminal run sudo gnome-disks In the dialog box that opens, choose the disk to mount from the left panel. In the right panel click on the gears icon In the p...
Just thought of sharing this. If you buy a new laptop bag, you have to be careful to remove the small sachets that contain small silica balls (or whatever they ...
Problem : Getting the message “Websocket already in CLOSED or CLOSING state” from browser console after sending the first message. Reason: The packet size is la...
Problem : UTF-8 content is displayed and treated as garbage (eg: DL4J vector search misses all the time) Reason: User’s default encoding not set to UTF-8. Fix: ...
Problem : JSON file which store top level JSON arrays just wouldn’t parse (using org.json library), and gives out an error message like – “Json Array should beg...
Problem : Pressing Tab keys not auto-completing when using Bash within a VNC session (to guest VM running on Ubuntu and XFCE.) Reason : Unknown, possibly tabs a...
Problem : When connected from a remote client, this error is thrown (at client) – An unexpected connection driver error occured (Exception message: Socket close...
This is how I could make Spring Zuul work with my backend XMPP (over BOSH) server which had a hanging post of 5 mins. Please find the relevant settings in appli...