Shell Scripting: Overview Get link Facebook X Pinterest Email Other Apps By Hiline Creators™ Shell : Command Line Interface It's allow users to execute commands and scripts Script: Series of commands in a file Bash : Bourne again shell Read more
🐍 Install python 2.7.10 [Linux] Get link Facebook X Pinterest Email Other Apps By Hiline Creators™ 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 Read more
ℹ️ Vim Editor ℹ️ Get link Facebook X Pinterest Email Other Apps By Hiline Creators™ i ➡️ Insert mode G ➡️ Go to the end of the file Esc ➡️ Exit insert mode :w ➡️ Save :q ➡️ Quit :q! ➡️ Force Quit Read more