Posts

Showing posts with the label Linux

Shell Scripting: Overview

Shell : Command Line Interface It's allow users to execute commands and scripts Script: Series of commands in a file Bash : Bourne again shell

🐍 Install python 2.7.10 [Linux]

How to install python in linux tar zxvf Python-2.7.10.tgz cd Python-2.7.10./configuremakesudo make install For IDLE apt-get install idle

ℹ️ Vim Editor ℹ️

i     ➡️    Insert mode G     ➡️    Go to the end of the file Esc   ➡️    Exit insert mode :w    ➡️    Save :q    ➡️    Quit :q!   ➡️    Force Quit