archives

How to Install C and C++ Compilers in Ubuntu and testing first C and C++ Program

If you are a developer you need C and C++ Compiler for your development work on your ubuntu system this tutorial will explain howto install C and C++ Compilers in Ubuntu with program examples.In ubuntu you can install the build-essential for C and C++ compilers.

Full Story

sshpass - Non-interactive ssh password authentication

SSH’s (secure shell) most common authentication mode is called “interactive keyboard password authentication”, so called both because it is typically done via keyboard, and because openssh takes active measures to make sure that the password is, indeed, typed interactively by the keyboard.

Sometimes, however, it is necessary to fool ssh into accepting an interactive password non-interactively. This is where sshpass comes in.

Full Story