![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/zuber488/-vpn
Lantern allows you to give or get access to the internet through other users around the world connected by a peer-to-peer network.
Lantern is written in Java and runs on modern Mac, Windows, and Ubuntu Linux desktop systems.
To run Lantern from source, you need Maven and Java installed. The Lantern developers use Oracle's Java 1.6 SDK, but other SDKs may work.
Then you can run:
$ ./run.bash
That's actually a "build and run" script that'll grab dependencies, build and
then run Lantern. There's also a quickRun.bash
script that will just run it
when already built.
Lantern binds its HTTP API to a random port for security. You can pass
--api-port=xyz
to override this. This is helpful for pointing external
browsers at Lantern for development.
If you want to run Lantern in headless mode, you can pass --disable-ui
. That
can be useful if you want to just keep Lantern running all the time on a
server, for example.
If you're running Linux, note that Lantern's UI currently targets the Ubuntu 12.04 desktop environment (i.e. Unity). Other environments may work as well, but you may need to run something like the following before you can use the UI, depending on your system:
sudo apt-get install libxtst6
sudo yum install xorg-x11-deprecated-libs
You can also access JavaDocs and automatically generated reports on the Lantern codebase at the following:
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.