How to use sftp on Ubuntu to transfer files to remote server ?

If you have got an SSH/SFTP access to your remote server, but your server doesn’t support SCP, … Read more

How to install phpmyadmin in Amazon EC2 Linux Instance ?

phpmyadmin

This post details, how you can install phpmyadmin which will help you with GUI to create mysql … Read more

How to compile TR-069 Java client Modus-TR-069 on Ubuntu Linux ?

Modus is a Java/OSGi implementation of a generic client for CWMP protocol, i.e. TR-069 standard from Broadband … Read more

Using cURL to do http GET and POST with JSON and XML data

In our lot of posts here in this website like “Send data using http POST from client … Read more

Install SQLite3 on Ubuntu

If you are working on creating database for some project, higher chances are that you will end … Read more

Solved – /usr/bin/python: No module named django

If you get below error, when you tried to check django version using command “python -m django … Read more

Solved: django.db.utils.OperationalError: no such table

When we tried to run django server after copied from one directory to another and deleting the … Read more

How to upload file / image using CURL command line ?

curl

If you want to upload some file or image from ubuntu curl command line utility, its very … Read more