Research
Security News
Malicious npm Package Targets Solana Developers and Hijacks Funds
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
eAlarm is a simple, easy (thus the 'e') alarm that does what any alarm should do. It's used from the command-line, because 'ctrl-c' is still perfectly accessible in the dark.::
----------
ON *NIX
----------
$ eAlarm
OR
$ python /path/to/eAlarm.py /optional/absolute/path/to/directory
OR
$ python /path/to/eAlarm.py
>>> Enter a directory you'd like to sort: absolute/path/to/directory
-----------
ON WINDOWS:
-----------
Open a command prompt and type:
C:\path\to\python.exe C:\path\to\eAlarmgui.py
OR
C:\path\to\python.exe C:\path\to\eAlarm.py
(Or just double-click on whichever script)
Python 2.6 or later (2.6 recommended on Windows)
Pyglet (http://pyglet.org)
AVbin (http://code.google.com/p/avbin)
In Unix: Unpack the tarball, open a terminal, navigate to the directory in which you unpacked the tarball, and type (as admin, i.e., "su" or "sudo") python setup.py install
In Windows, just run the .exe as normal. The script will be installed to C:\Pythondir\Lib\site-packages
This program can be used interactively, or quickly.
For the former, simply execute the program with no arguments. You'll be brought to the intro page and presented with a few options. You can just 'go', you can set the time (or any one of the nine preset times), or you can quit.
For the latter, you can pass the program a time straight from the command-line. To do so, you'd pass a time argument while invoking it. For example, to immediately set the clock for 4:00 PM, you can type 'ealarm 16:00', 'ealarm 4pm', 'ealarm 16', etc. It will also accept 'noon' or 'midnight' as a time argument.
One other possibly important option is the 'test' option, to see whether or not the alarm will actually function on your system. Better safe than sorry, right? You can enter 'T' at the main (interactive) screen, or just type 'ealarm t' from the command line. If after several seconds you still don't hear anything, then you may want not want to use this program.
There isn't much more to it than that, honestly. It's a simple little alarm.
After installation and running the program for the first time (or just running the script itself from wherever you've extracted it to), a configuration file will be created in the ealarm directory, located in one of the following directories:
GNU/Linux: ~/.ealarm
Windows XP: My Documents\ealarm
Windows 7 or Vista: Documents\ealarm
You can edit the configuration file if you'd like (named 'ealarm.cfg') with any plain text editor. You can set the ring sound, current time and preset times inside this cfg file.
GPL version 3. See LICENSE.txt for more info.
FAQs
A command-line alarm clock.
We found that eAlarm demonstrated a healthy version release cadence and project activity because the last version was released less than 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
Security News
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
Security News
Research
Socket researchers have discovered malicious npm packages targeting crypto developers, stealing credentials and wallet data using spyware delivered through typosquats of popular cryptographic libraries.
Security News
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.