For Legend look here
Goodies in the VM provided for FCAN
Current Version: 1.0
The Other User: admin
-
The provided vm has another user:
adminwith password12345that uses
ZSH as command line program.
The difference of this ZSH to the one ofzasheris, that it is not using
the standard configuration and has some convinience functionalities. -
The user is also capable of starting a Xorg desktop. But it is configured for
a terminal.
This gives other advantages:- Aliased Font
- Better colors
- Symbols not available on the TTY
You can start this with the command
startx.
After this type inlsd -aand have a look at an improved version ofls. -
You can install additional software with
pacman-
Search for a package with
pacman -Ss -
Install a package with:
sudo pacman -S -
Remove package with:
sudo pacman -R -
Update package list:
sudo pacman -Sy -
Update package list and update system (needs reboot afterwards)
sudo pacman -Syu # Update system without package list update: sudo pacman -Su
-
The root user of the vm
The super admin user of the vm (root) is also available.
The password for this user is toor (root backwards).