Skip to content
CodeMarvels
All's the Code !
  • Home
  • Privacy Policy
  • About

Category: Technology

Notes/Technology

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

Posted on May 4, 2019 by Kj / 0 Comment

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

Notes/Technology

Python print not displayed in docker console

Posted on May 4, 2019 by Kj / 0 Comment

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 Kj / 0 Comment

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 Kj / 0 Comment

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/ \; [/b...

Notes/Technology

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

Posted on August 7, 2018 by Kj / 0 Comment

  Problem: After connecting, openfire servers disconnects from Smack client giving an exception as below – Connection XMPPTCPConnection[dhee@dheeyant...

Notes/Technology

Get CQLSH working on Linux

Posted on October 13, 2017 by Kj / 0 Comment

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

Notes/Technology

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

Posted on October 13, 2017 by Kj / 0 Comment

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

Notes/Technology

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

Posted on September 10, 2017 by Kj / 0 Comment

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 Kj / 0 Comment

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

Fix : Touchpad not working in Ubuntu

Posted on September 6, 2017 by Kj / 0 Comment

Could fix the touch-pad of my Ubuntu system which went off due to an unknown reason with these commands  – On terminal run – sudo rmmod i2c_hid sudo...

Posts navigation

« Previous 1 2 3 4 … 19 Next »

Categories

  • Algorithms
  • Android Development
  • BoshServlet
  • C++ projects
  • Code Philosophies
  • Conversational AI
  • Machine Learning
  • Miscellaneous
  • Notes
  • Society
  • Technology
  • Tutorial / Run-book
  • Uncategorized

Recent Posts

  • SSH without running .bashrc
  • Migrate data from one Cassandra server to another using medusa
  • A JS assistant to remind us to exercise during WFH days
  • Flush DNS cache in Ubuntu 20.xx and above
  • Change the datacenter set in cassandra-rackdc on Ubuntu

Meta

  • Log in
  • Entries feed
  • Comments feed
  • WordPress.org
© 2022 CodeMarvels
Powered by WordPress | Theme: Graphy by Themegraphy