F.A.Q.
Updated 24 Mars 2020
Black screen at bootup time
If you encounter a black screen instead of your desktop when booting from a Live USB, try hitting F3 in the boot menu, then selecting an appropriate video driver from the list:
If booting with EFI, use "Video Selection":
Changer la disposition du clavier
Pour passer d'un clavier à l'autre sur Calculate Linux, utilisez Caps Lock
. Pour capitaliser, utilisez Shift+CapsLock
. To enter additional symbols, such as the rouble symbol (₽), use the " Compose" key (right Alt). For more details, check out here.
Configurer le routage des paquets à partir du réseau local
Si vous avez l'intention d'utiliser votre système Calculate Linux comme routeur pour les machines locales (192.168.0.0.0/24), exécutez ce qui suit :
sysctl -w net.ipv4.ip_forward=1
iptables -t nat -I POSTROUTING -s 192.168.0.0/24 -j MASQUERADE
Installer le logiciel
In Calculate Linux, software is installed from a software database named Portage. It comes in the 'portage' package. This directory is updated whenever you use the 'cl-update' command. As a result, new applications or new versions of existing applications may be made available, the stability marking of the version may change, obsolete versions or versions that have issues may be masked (marked as non-recommended for installation) or removed.
Toutes les applications disponibles sont divisées en catégories. Le nom complet d'une application est donc défini comme le format catégorie/application
. Par exemple, games-fps/openarena
(remplacement open-source pour Quake 3 Arena), dev-embedded/ponyprog
(EEPROM et programmeur microcontrôleur), media-gfx/blender
(système de création et de publication 3D), etc.
Le logiciel de recherche, utilisez l'outil [eix] Par exemple, installons `deluge', un client torrent:
eix deluge
* net-p2p/deluge Available versions: 1.3.15-r2{tbz2} **1.3.9999 **9999 {console geoip gtk libnotify sound webinterface PYTHON_TARGETS="python2_7"} Homepage: http://deluge-torrent.org/ Description: BitTorrent client with a client/server model
Note
La recherche partielle est prise en charge.
Note
Vous n'avez pas besoin des privilèges root pour effectuer une recherche avec [eix].
La sortie indique que le nom de l'application est net-p2p/deluge
. You will have to become root to install it:
emerge -a net-p2p/deluge