Skip to content
CodeMarvels
A Coder’s Notebook.
  • Home
  • About
  • Privacy Policy

Category: notes

notes/technology

GCloud gives warning : `docker-credential-gcloud` not in system PATH

Posted on May 4, 2019 by Sreekumar Kj

Problem : On an Ubuntu VM, the Docker pulls from Gcloud private repository give the error [bash] Error response from daemon: unauthorized: You don’t have the ne...

notes/technology

Python print not displayed in docker console

Posted on May 4, 2019 by Sreekumar Kj

Problem: Python print function not printing to display when running inside docker Reason:  The python output is buffered. Solution: Run python (in the docker fi...

notes/technology

Spring boot and Hibernate Second Level cache giving NoCacheRegionFactoryAvailableException

Posted on November 16, 2018 by Sreekumar Kj

Problem: Setting below in application.properties, [bash] hibernate.cache.use_second_level_cache=true hibernate.cache.hazelcast.use_native_client=true hibernate....

notes/technology

Linux: Copy files owned by a user to another folder

Posted on September 30, 2018 by Sreekumar Kj

Example To copy all files owned by root in folder rpms to say folder docker-rpms, do this – [bash] find rpms -user root -exec cp -f {} docker-rpms/ \; [/bash] N...

notes/technology

Openfire with Smack disconnects with error : You acknowledged stanzas that we didn’t send

Posted on August 7, 2018 by Sreekumar Kj

Problem: After connecting, openfire servers disconnects from Smack client giving an exception as below – Connection XMPPTCPConnection[dhee@dheeyantra.com/bot] (...

notes/technology

Get CQLSH working on Linux

Posted on October 13, 2017 by Sreekumar Kj

Problem : CQLSH never works after a usual install. Fix: Install as below (on terminal)- Make sure to use pip, not pip3; python 2.7 not python 3.x. pip install c...

notes/technology

Fix : /boot disk has no space ( on Ubuntu)

Posted on October 13, 2017 by Sreekumar Kj

Problem : /boot disk has no space, thus blocking installation or removal of any package using apt-get Fix : In terminal – cd /boot ls sudo rm -r abi-4.4.0-89-ge...

notes/technology

Fix : oss_audio: failed to open audio device /dev/dsp

Posted on September 10, 2017 by Sreekumar Kj

Problem: Ubuntu gives the error oss_audio: failed to open audio device /dev/dsp  when trying to test festvox voice models. Fix: On terminal- [bash] sudo apt-get...

notes/technology

“Sndfile not found” error while installing scikits audiolabs

Posted on September 8, 2017 by Sreekumar Kj

Problem: The following error occurs when installing scikits audiolabs SndfileInfo: libraries sndfile not found in /usr/local/lib libraries sndfile not found in ...

notes/technology

Gnome : Bring back the maximize and minimize buttons

Posted on September 6, 2017 by Sreekumar Kj

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...

Posts pagination

« Previous 1 2 3 4 … 10 Next »

Recent Posts

  • Aindram Volume 01, My First Stint at AI Music Production
  • Indra Geetam 02: A poem inspired from RigVeda Suktam 1.4
  • Indra Geetham 01: A Song of Indra, Inspired by Ṛgveda Sūkta 1.5
  • देवेन्द्रषोडशस्तुतिः
  • इन्द्रस्तुतिदशकम्

Categories

  • Algorithms
  • Android Development
  • BoshServlet
  • C++ projects
  • Code Philosophies
  • Conversational AI
  • Machine Learning
  • Miscellaneous
  • notes
  • Poetry
  • Society
  • technology
  • Tutorial / Run-book

Recent Comments

No comments to show.

Archives

  • August 2026
  • August 2025
  • June 2025
  • February 2025
  • March 2024
  • April 2023
  • March 2023
  • February 2023
  • August 2022
  • December 2021
  • November 2021
  • July 2021
  • June 2021
  • May 2021
  • March 2021
  • November 2020
  • October 2020
  • September 2020
  • July 2020
  • June 2020
  • February 2020
  • August 2019
  • May 2019
  • November 2018
  • September 2018
  • August 2018
  • October 2017
  • September 2017
  • August 2017
  • July 2017
  • June 2017
  • May 2017
  • April 2017
  • March 2017
  • February 2017
  • December 2016
  • September 2016
  • April 2016
  • March 2016
  • February 2016
  • January 2016
  • September 2015
  • May 2015
  • February 2015
  • January 2015
  • July 2014
  • May 2014
  • April 2014
  • March 2014
  • February 2014
  • October 2013
  • September 2013
  • August 2013
  • July 2013
  • June 2013
  • May 2013
  • March 2013
  • February 2013
  • December 2012
  • November 2012
  • September 2012
  • August 2012
  • June 2012
  • May 2012
  • April 2012
  • February 2012
  • December 2011
  • July 2011
  • June 2011
  • February 2011
  • December 2010
  • November 2010
  • October 2010
© 2026 CodeMarvels
Powered by WordPress | Theme: Graphy by Themegraphy