All Posts tagged as "server management"

Linux Server Administration - Quick Tips

Following are some quick tips related to Linux Server Administration:

Read
server management

Viewing package information using yum history command

The yum history command displays list of all commands used to install or remove packages using yum package manager. The list is ordered by date and id. Each history item is called a transaction.

Read

Installing latest version of Php

PHP is a popular programming language commonly used for building web based applications. Most Linux distributions provide PHP out of the box. However the version of PHP in most cases is not the current stable version.

Read

Upgrading R from version 3.0 to 3.5

R is a free software package for statistical computing. It is part of most Linux distributions. However the latest version of R is not always available. To install the latest version of R we need to add the URL of a CRAN mirror to a file in /etc/apt/sources.list.d.

Read