Skip to content

Instantly share code, notes, and snippets.

View Silenoid's full-sized avatar
🪐
The future is not like it used to be

Silenoid Silenoid

🪐
The future is not like it used to be
  • Swisscom
  • Netherlands, Rotterdam
View GitHub Profile
@Silenoid
Silenoid / MegaCMD-Linux-installation-and-setup.md
Last active December 29, 2025 21:19 — forked from iamnimnul/README.md
Install mega-cmd on Linux and making mega-cmd-server service running by itself

Install megacmd-bin from AUR.

Use the mega-cmd functions to login, sync stuff. Every time you'll run it, the mega-cmd-server will be started, but also stopped when exiting the mega-cmd console, not synching in background. In order to do that, make the mega-cmd-server command as a systemd service:

# Create the service file (see mega.service) and update "User=<your own user>"
sudo nano /etc/systemd/system/mega.service
sudo chmod 644 /etc/systemd/system/mega.service
sudo systemctl daemon-reload
sudo systemctl enable mega