![Oracle Drags Its Feet in the JavaScript Trademark Dispute](https://cdn.sanity.io/images/cgdhsj6q/production/919c3b22c24f93884c548d60cbb338e819ff2435-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
github.com/alediator/vpn
This is a command build just for learn a bit of golang that depends on openconnect
and any post script you want to execute it before.
Bear in mind that this is a first language project just to play a bit with golang and cobra for the cli. Generating more than 4MB binary for something that you would do it with a simple bash script is too much, by the way it works!
On the other hand, thanks to CodelyTV and friendsofgo for introducing me to golang.
VPN_POST_SCRIPT
chmod +x vpn
/usr/local/bin
)vpn connect -h
And follow the instructions:
> vpn connect -h
Helper to connect to a VPN through openconnect.
Note that this is able to read `.env` files (by default in `/home/$USER/.vpn`)
Usage:
vpn-cli connect [flags]
Flags:
-a, --flags string additional flags for openconnect - VPN_ADDITIONAL_FLAGS at .env
-h, --help help for connect
-v, --host string host to use for the vpn - VPN_HOST at .env
-p, --password string static password - VPN_STATIC_PASSWORD at .env
-s, --script string script to execute - VPN_POST_SCRIPT at .env
-t, --token string dynamic token key
-u, --user string user to use - VPN_USER at .env
If you want to save part of the configuration, just get the .env.dist file, edit it and save it at /home/$USER/.vpn
FAQs
Unknown package
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.