User Tools

Site Tools


alicebeast

This is an old revision of the document!


ALICE beast machine admin info

This page contains information on how to manage the ALICE beast machine.

For a description of the machine hardware and WIP click here

Admin rights

Direct access to root user is discouraged. Administrators should use the sudo command to become root.

Adding an administrator

To elect a new administrator, it is enough to add them to the wheel unix group.

:!: Fiddling with sudo configuration files is strongly discouraged. :!:

usermod -aG wheel <username>

Example:

usermod -aG wheel pflorido

Software installation

For system/distribution software installation it is recommended to use the yum command and the rpm system. Centos7 is a RedHat based distribution. The commands are pretty much the same as ubuntu. Here I give you a quick reference of most useful commands.

Search for a package

yum search <string>

Example:

yum search tmux

Install a package

yum install <packagename>

Examples:

yum install tmux

Find which package contains a specific file

yum provides */<expression>

Examples:

yum provides */libboost*

upgrade system packages

yum upgrade

You will be asked to accept the changes.

alicebeast.1592491205.txt.gz · Last modified: 2020/06/18 14:40 by florido

Accessibility Statement