Join the social network of Tech Nerds, increase skill rank, get work, manage projects...
 

How to solve the downloading problems while using Kindle app?

Many people prefer reading through Kindle application as they find it as the cheaper and convenient way to access unlimited titles. But, at times you might not be able to download some books using your Kindle app. So, today we will discuss the ...

How to install, configure & use AWS client in ubuntu

To Install awsclient we need to install python-pip first:-- --> sudo apt-get install python-pip After installing pip we can install awsclient using :- --> sudo apt-get install awscli After successfully installing awsclient, we n...

Exporting table from Amazon RDS into a csv file

A simple command to export tables from Amazon RDS into a csv file mysql -uroot -ptest123 --database=test -e "select concat(id,',',login) FROM users" > userdata.csv This command will simply connect to mysql from terminal using root as u...

Copy image into amazon S3

Here is the small steps to upload images or any file into amazon S3 server:- <?php define('awsAccessKey', 'AKIAJMEIK5LU3NAR3BTQ'); define('awsSecretKey', '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'); function copyImagetoAma...
Sign In
                           OR                           
                           OR                           
Register

Sign up using

                           OR                           
Forgot Password
Fill out the form below and instructions to reset your password will be emailed to you:
Reset Password
Fill out the form below and reset your password: