cj00 1 Posted ... In the Windows 7 version I could start AirVPN when Windows starts, I am now using Linux Mint and see no option, anyway to make this start when I boot up Linux? Quote Share this post Link to post
InactiveUser 188 Posted ... Two steps:- Tell the AirVPN client to automatically connect when launched- Add the AirVPN client to Mint's "Startup Applications".Here's a screenshot detailing all the steps:I tried this with Mint 17.1 MATE, but the Cinnamon edition features the same "Startup Applications" tool, afaik.Caveat: You still have to enter your sudo/user password every time AirVPN starts.If that bothers you, you can edit the "sudoers" file to let you run AirVPN as root without having to enter any password.If you're totally new to sudo and its sudoers file, I'd recommend reading Ubuntu's documentation first:https://help.ubuntu.com/community/SudoersThe paragraph "Shutting Down From The Console Without A Password" describes a similar use case to what we're doing here.The only way to edit sudoers is on the command line using: sudo visudo Add the following line to the very end of that file (replace the word "user" with your own user name): user ALL=(ALL) NOPASSWD: /usr/bin/airvpn Exit visudo with ctrl-x. Go back into Mint's "Startup Applications", edit the AirVPN entry.Change its command from .. /usr/bin/airvpn to .. sudo /usr/bin/airvpn and reboot. 10 foxmulder, M_O_Z_G, Just a Fred and 7 others reacted to this Quote Hide InactiveUser's signature Hide all signatures all of my content is released under CC-BY-SA 2.0 Share this post Link to post
Just a Fred 7 Posted ... Thank you I'm just starting out with Linux from Windows - at this stage the terminal commands are like magical incantations. Quote Share this post Link to post
Shift 24 Posted ... Fantastic thanks. Also works with lubuntu autostartup. Lubuntu uses Menu/Preferences/DefaultApplicationsforLXSessionthen tab Autostart add "sudo /usr/bin/airvpn" (make sure you have edited the sudoers file first)close and rebboot I have attached a screen shot of the sudoers file edited for super linux n00bs like me 2 InactiveUser and amair reacted to this Quote Share this post Link to post
Dec 0 Posted ... Thanks, sheivoko, your short guide is appreciated, even almost two years later. I've run into a problem however: I can not get Airvpn to auto start. I added the path like suggested in the pictures of the guide. I suspect that me using the portable version (because it doesn't use Mono) located somewhere in /home/ might have something to do with it..? Changing the sudoers file worked as expected. Any ideas how I could get airvpn eddie to autostart? Any help would be much appreciated. Edit: After what I think were several reboots in the last few days where the client didn't automatically start, I booted the machine again this morning and suddenly AirVPN Eddie was running. I'm not sure what changed, but for now it seems to work. Quote Share this post Link to post
LZ1 672 Posted ... Thanks, sheivoko, your short guide is appreciated, even almost two years later. I've run into a problem however: I can not get Airvpn to auto start. I added the path like suggested in the pictures of the guide.I suspect that me using the portable version (because it doesn't use Mono) located somewhere in /home/ might have something to do with it..? Changing the sudoers file worked as expected. Any ideas how I could get airvpn eddie to autostart? Any help would be much appreciated. Edit: After what I think were several reboots in the last few days where the client didn't automatically start, I booted the machine again this morning and suddenly AirVPN Eddie was running. I'm not sure what changed, but for now it seems to work.Hello! If you use the Experimental client then you'll find that Mono 4 is supported . Quote Hide LZ1's signature Hide all signatures Hi there, are you new to AirVPN? Many of your questions are already answered in this guide. You may also read the Eddie Android FAQ. Moderators do not speak on behalf of AirVPN. Only the Official Staff account does. Please also do not run Tor Exit Servers behind AirVPN, thank you. Did you make a guide or how-to for something? Then contact me to get it listed in my new user guide's Guides Section, so that the community can find it more easily. Share this post Link to post
Lamu 0 Posted ... Caveat: You still have to enter your sudo/user password every time AirVPN starts.If that bothers you, you can edit the "sudoers" file to let you run AirVPN as root without having to enter any password.If you're totally new to sudo and its sudoers file, I'd recommend reading Ubuntu's documentation first:https://help.ubuntu.com/community/SudoersThe paragraph "Shutting Down From The Console Without A Password" describes a similar use case to what we're doing here.The only way to edit sudoers is on the command line using: sudo visudo Add the following line to the very end of that file (replace the word "user" with your own user name): user ALL=(ALL) NOPASSWD: /usr/bin/airvpn Exit visudo with ctrl-x. Go back into Mint's "Startup Applications", edit the AirVPN entry.Change its command from .. /usr/bin/airvpn to .. sudo /usr/bin/airvpn and reboot. Thank you for the guide. Is it secure/recommendable to let the application start without password? Quote Share this post Link to post
Inora 1 Posted ... any idea why in Mint Linux if i don't close AirVPN program before reboot/shutdown it takes around 90sec to reboot/shutdown but if i close it manually before reboot/shutdown its like instant. Quote Share this post Link to post
LZ1 672 Posted ... Caveat: You still have to enter your sudo/user password every time AirVPN starts.If that bothers you, you can edit the "sudoers" file to let you run AirVPN as root without having to enter any password.If you're totally new to sudo and its sudoers file, I'd recommend reading Ubuntu's documentation first:https://help.ubuntu.com/community/SudoersThe paragraph "Shutting Down From The Console Without A Password" describes a similar use case to what we're doing here.The only way to edit sudoers is on the command line using: sudo visudo Add the following line to the very end of that file (replace the word "user" with your own user name): user ALL=(ALL) NOPASSWD: /usr/bin/airvpn Exit visudo with ctrl-x. Go back into Mint's "Startup Applications", edit the AirVPN entry.Change its command from .. /usr/bin/airvpn to .. sudo /usr/bin/airvpn and reboot.Thank you for the guide. Is it secure/recommendable to let the application start without password?No, it's not recommended . There's a link to it in my New User guide, in the AirVPN Community guides section. Quote Hide LZ1's signature Hide all signatures Hi there, are you new to AirVPN? Many of your questions are already answered in this guide. You may also read the Eddie Android FAQ. Moderators do not speak on behalf of AirVPN. Only the Official Staff account does. Please also do not run Tor Exit Servers behind AirVPN, thank you. Did you make a guide or how-to for something? Then contact me to get it listed in my new user guide's Guides Section, so that the community can find it more easily. Share this post Link to post
Lamu 0 Posted ... Caveat: You still have to enter your sudo/user password every time AirVPN starts.If that bothers you, you can edit the "sudoers" file to let you run AirVPN as root without having to enter any password.If you're totally new to sudo and its sudoers file, I'd recommend reading Ubuntu's documentation first:https://help.ubuntu.com/community/SudoersThe paragraph "Shutting Down From The Console Without A Password" describes a similar use case to what we're doing here.The only way to edit sudoers is on the command line using: sudo visudo Add the following line to the very end of that file (replace the word "user" with your own user name): user ALL=(ALL) NOPASSWD: /usr/bin/airvpn Exit visudo with ctrl-x. Go back into Mint's "Startup Applications", edit the AirVPN entry.Change its command from .. /usr/bin/airvpn to .. sudo /usr/bin/airvpn and reboot.Thank you for the guide. Is it secure/recommendable to let the application start without password?No, it's not recommended . There's a link to it in my New User guide, in the AirVPN Community guides section.Thank you Quote Share this post Link to post