Hello, I would like to know how to start PIA gui app from the command line, for example I can start Firefox just by typing 'firefox' on the command line.
To be a bit clearer, what martouf posted is the autostart entry. This one will only work if you have enabled starting on boot. There are other ways that will always start it normally:
~/pia.sh
if you haven't deleted it after the installer.
Otherwise you can also run that to start the app itself:
/opt/pia/run.sh
If you'd like to make it _really_ short, you can always make it an alias in your shell:
Comments
if you haven't deleted it after the installer.
Otherwise you can also run that to start the app itself:
If you'd like to make it _really_ short, you can always make it an alias in your shell:
Which makes it available as just "pia".