dpkg was interrupted you must manually run dpkg configure a to correct the problem ubuntu: when i run command
Continue readingCategory: ubuntu
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 readingHow to Install Mysql in Ubuntu
Installing Mysql In Ubuntu follow these steps: Step 1: sudo apt-get update Step 2: sudo apt-get install mysql-server-5.6
Continue readingHow to Install Java In Ubuntu
Installing default JRE/JDK Step 1: sudo apt-get update Step 2: sudo apt-get install default-jre Step 3: sudo apt-get install default-jdk
Continue readingLinux Tutorial for Beginners
Importance command for Java developer How to Empty a file Basic commands How to create file. How to create folder.
Continue readingBasic Unix Commands For Java Developers
1. cd cd Directory name 2. cd .. go to just one level above parent folder 3. rm -rf repository/
Continue reading