• tux
    Using logrotate to rotate log files

      Logrotate is a great utility to manage and adminster log files in a system. It provides you with a lot of options, namely, automatic rotation, compression and mailing of log files. Each log file can be...

    • Posted 131 days ago
    • 0
  • Amazon Web Services (AWS) introduces Android App

    Here is a great news for all the AWS cloud freaks. AWS recently introduced the AWS management console android app. I was so eager to download the app and do a test drive. The best part what...

    • Posted 134 days ago
    • 0
  • aws
    Installing and Configuring new AWS Command line tools (CLI)

    Greetings, I grabbed an chance to install and configure the all new AWS CLI tools which is far more better then the existing command line tools. Here I have explained briefly explained how to install and configure...

    • Posted 134 days ago
    • 0
  • Aws
    AWS RDS instance upgrade down time

    I have a few questions in regards to upgrading the RDS instance. What is the downtime when upgrading the instance from let’s say small to large. Is the downtime relatively similar when you go and change any...

    • Posted 375 days ago
    • 0
  • Uploading a file to #amazon s3 using c#

    These are the few steps to upload a file to amazon s3 using c sharp. Download the amazon.dll (sdk) from the website and import the .dll file in your code . Add aws accesskey and secret key in appsettings...

    • Posted 431 days ago
    • 0