33 lines
365 B
Markdown
33 lines
365 B
Markdown
basic Tools:
|
|
============
|
|
|
|
basic console:
|
|
---------------------
|
|
|
|
```
|
|
pacman -S terminator
|
|
```
|
|
|
|
File explorer
|
|
---------------------
|
|
```
|
|
pacman -S thunar thunar-volman gvfs
|
|
```
|
|
The 2 last element is for the mounting of the usb stick
|
|
|
|
|
|
CRON
|
|
---------------------
|
|
```
|
|
pacman -S cronie
|
|
```
|
|
|
|
and enable it:
|
|
```
|
|
systemctl start cronie
|
|
systemctl enable cronie
|
|
```
|
|
|
|
|
|
|