Linux 101

Mount cifs/smb: mount -t cifs //server/share/subdir_if_wanted /mnt/mountpoint -o domain=DOMAIN,username=USERNAME,password=PASSWORD Suppress application feedback: /usr/bin/application >/dev/null 2>&1 MO/PO - Localization apt-get install gettext Generate machine readable: msgfmt pofile.po -o mofile.mo You can also dump mo content to stdout. msgfmt pofil.po -o -

January 1, 2013

Debian ev3

Download latest ev3dev from https://www.ev3dev.org/ Write the ev3dev image on SD card using https://www.balena.io/etcher/ a graphical sd burner. Insert newly created SD card to SD slot (text facing up), boot up by pressing center button on brick. To make it easier to remove the SD card, stick a small tape on top/bottom. Connect to wireless if Wifi dongle supported, use the brick menu to scan network and type in password. Change hostname in /etc/hosts. After wireless connection: ssh robot@ip By mdns name: ...

January 1, 2000

Mount cifs in linux

mount -t cifs //server/share/subdir_if_wanted /mnt/mountpoint -o domain=DOMAIN,username=USERNAME,password=PASSWORD

January 1, 2000