Reading time: 2 minutesThe basics Installing software in a Linux O.S. it’s equivalent to say install packages.To install packages there are various package managers.It’s a crucial component of Linux, in that it keeps track of everything installed; downloads packages; ensures all packages are installed in a common location; helps to upgrade packages; resolves dependencies; and keeps users from

Read More

Reading time: 2 minutesThe Linux command line (also called Linux Terminal) is a very powerful tool that allows to run many tasks, also complex, in a rapid way. Bash (acronym of Bourne Again SHell) is a GNU/Linux text shell. It’s the evolution of /bin/sh standard Unix shell. You can write programs by using shell scripting (.sh extension), they

Read More
Load More