User:Zuhui//Prototyping/Virtual Plotter: Difference between revisions
< User:Zuhui | | Prototyping
(Created page with "continuing from the virtual Linux ==Terminal== '''inkscape''' $ su $ apt install inkscape $ exit $ inkscape ππ ===virtual Chiplotle3 install===") Β |
|||
| Line 8: | Line 8: | ||
ππ | ππ | ||
===virtual Chiplotle3 install=== | ===virtual Chiplotle3 install in Terminal=== | ||
$ su | |||
$ nano /etc/group | |||
add user name at the end of 'dialout' | |||
what does it do? | |||
: <code>etc/group</code>file is managing groups in your computer, it lists which users are belong to which groups | |||
: <code>dialout</code> is related to serial port or modem(?). to use the serial port, i need permission to access this group | |||
Revision as of 19:50, 13 May 2025
continuing from the virtual Linux
Terminal
inkscape
$ su $ apt install inkscape $ exit $ inkscape
ππ
virtual Chiplotle3 install in Terminal
$ su $ nano /etc/group add user name at the end of 'dialout'
what does it do?
etc/groupfile is managing groups in your computer, it lists which users are belong to which groupsdialoutis related to serial port or modem(?). to use the serial port, i need permission to access this group