
Research
Malicious npm Packages Impersonate Flashbots SDKs, Targeting Ethereum Wallet Credentials
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
lynda-copy-course
Advanced tools
A command-line utility for copying downloaded Lynda.com courses from one machine to another
A command line utility for copying downloaded Lynda.com courses from one machine to another.
This software is a rough cut, and has been 'tested' only on the author's windows machine. It's probably a good idea to create a backup copy of your 'destination' folder before use.
Install via npm
with
npm install -g lynda-copy-course
If npm installations are unfamiliar, Lynda.com's Learning NPM the Node Package Manager course may be a good place to start.
From the command line:
lynda-copy-course D:\path\to\source\Lynda\directory C:\path\to\destination\lynda\directory [-a]
Source and destination directories are required.
Input directories should be the folders which contain Lynda's sqlite database file, db.sqlite
. On Windows, this folder is located at "~\AppData\Local\lynda.com\Lynda.com Desktop App"
by default.
If the optional -a
or --all
flags are passed, all eligible courses (ones present in the source directory but not present in the destination directory) will be copied. Otherwise, users will be prompted to select courses for copying, as in the above screenshot.
My primary machine is an offline-first desktop with bandwidth restrictions. This utility lets me transfer Lynda.com courses downloaded with a laptop at my local library to my primary machine.
It would be handy if the Lynda.com Desktop app checked the local disk before downloading video files. That way, users could move course files manually, and the app would only have to download meta-data and thumbnails.
FAQs
A command-line utility for copying downloaded Lynda.com courses from one machine to another
The npm package lynda-copy-course receives a total of 0 weekly downloads. As such, lynda-copy-course popularity was classified as not popular.
We found that lynda-copy-course demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
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.
Research
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
Security News
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.
Security News
Following last week’s supply chain attack, Nx published findings on the GitHub Actions exploit and moved npm publishing to Trusted Publishers.