-
In this paragraph:
Openconnect VPN
- Openconnect supports forticlient VPN connections and can be configured through the Gnome Network dialog. Install
network-manager-openconnect-gnomeusingapt-get. The add a new network connetcion in Settings-> Network -> VPN. Choose Multi-protocol VPN (openconnect), then: protocol=Fortinet SSL VPN, token mode=TOTP.
The openconnect configuration also needs the following parameter: Gateway=mol02.wur.nl
Btw, great guide! Very useful.
Edited by Vilasa Abad, Luis - Openconnect supports forticlient VPN connections and can be configured through the Gnome Network dialog. Install
-
Hi all, Maybe could be interesting for the public of this post:
How to set up a directory syncing with Microsoft Official OneDrive Client
Install onedrive client:
Code
sudo apt install onedriveRun the synchronization command:
Code
onedrive --synchronizeAuthorize account: This command will provide a link to be used on a web browser, where it will needed to sign in to the personal WUR Microsoft account in order to authorize the application, the return url shall be copied as answer to the command in your console.
After synchronization, personal files will be available in the ~/OneDrive folder within the Ubuntu home directory.
Start the service: For continuous background syncing, it is needed to run the appropriate service commands, such as:
Code
systemctl --user stop onedrive onedrive --synchronize --resync systemctl --user start onedriveEdited by Vilasa Abad, Luis
Please register or sign in to comment