Be a Super Geek
Script powerful macros with a little help from Hostineer. If Launchpad can do it, so can you.
Flexible Pipelining
Beacon pipes its output as human-readable, JSON, and native bash data types.
Access Anywhere
Beacon can be run anywhere, including your desktop.
Hall of Fame Snippets
Impress your boss, your friends, your mother, or even yourself with these Herculean feats of keyboard kungfu.
Find out what platform release your account is on.
Quickly take control of all files in the current directory bypassing discretionary access controls.
Randomly generate a new password for the specified user.
newpasswd username
Create a new MySQL database and immediately access it.
mkdb dbname
Enumerate domains, check WordPress version and update if necessary.
Grant read, write, execute permissions recursively to the named user
addacls username path
Creates a new addon domain, then installs WordPress, Drupal, or any web app. ${n,,} takes the parameter n and converts to lowercase in bash v4+ using case modifiers.
newdomain domain [wordpress|drupal|joomla|laravel|ghost]