This Book Is For If you have a great idea for a mobile app, and some familiarity with Java, or
Continue readingAuthor: javavogue
How to install mosquitto MQTT On Ubuntu
Install mosquitto in ubuntu: Mosquitto will be in the Ubuntu repositories so you can install as with any other package.add
Continue readingEjabberd is not running in that node error
Hi, I’m trying to configure ejabberd without success. Service is running at Debian Sid and when i type: # ejabberdctl
Continue readingDifference between “apt-get remove” or “apt-get purge”
Should I use apt-get remove or apt-get purge apt-get remove : remove is identical to install except that packages
Continue readingscala tutorial for beginners
Introduction scala variable
Continue readingandroid tutorial for beginners
1. What is Android? 1.1. The Android operating system 1.2. Task 1.3. Android platform components 1.4. Google Play 2. Android
Continue readingHow to Empty a file
Empty a file using command(terminal) Method 1. $ > test.txt empty a file for when you want to flush all
Continue readingCatch multiple Java exceptions in the same catch clause
Can I catch multiple Java exceptions in the same catch clause In a java application i need throw same custom
Continue readingBackups and Restore data In Cassandra
Cassandra backs up data by taking a snapshot of all on-disk data files (SSTable files) stored in the data directory.
Continue readingJava Memory Leak Cause
In computer science, a memory leak is a type of resource leak that occurs when a computer program incorrectly manages
Continue reading