If you have fault „file is to large” you can use following command: buffer -i /mnt/disk/image.img -o /home/user/image.img -m 5000000 the -m value is buffer size. I’ve got this problem
Aby nasz komputer nie przechodził do trybu gui podczas startu systemu należy edytować plik grub: sudo nano /etc/default/grub Zamieniamy linijkę: GRUB_CMDLINE_LINUX_DEFAULT=”quiet splash” na: GRUB_CMDLINE_LINUX_DEFAULT=”text” Następnie trzeba wydać polecenie, które zaktualizuje
Create activator in: cd /usr/share/applications we creat activator: nano myActivator.desktop and define icon, execute and terminal or not one in file: [Desktop Entry] Type=Application Terminal=false Name=chromium-browser Icon=/opt/chromium.png Exec=/usr/bin/chromium-browser --user-data-dir=/opt/ szymon@geek:/usr/share/applications$