Labels

Aliases are custom commands

Aliases are custom commands which can be used to make the work with the shell easier and faster. For example, if your current working directory is /usr/bin and you want to quickly go to /var/cache/apt/archives you can do a 'cd /var/cache/apt/archives'....
READ MORE - Aliases are custom commands

How-To: Manipulate Audio Files Using CLI Tools in Debian

Note: This how-to may also work in Ubuntu and other Debian-based distributions. This is a tutorial about using CLI (Command Line Interface) tools in Ubuntu and Debian to manipulate, encode and decode various audio formats, like FLAC or OGG Vorbis. It...
READ MORE - How-To: Manipulate Audio Files Using CLI Tools in Debian
E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? try to resolved with this command : ~$ sudo apt-get update --fix-missing and then,...
READ MORE -

YUM packages tool (Fedora, RedHat and alike)

# yum -y install [package]download and install a rpm package [man] # yum localinstall [package.rpm]That will install an RPM, and try to resolve all the dependencies for you using your repositories. [man] # yum -y updateupdate all rpm packages...
READ MORE - YUM packages tool (Fedora, RedHat and alike)