Skip to content

Latest commit

 

History

History
23 lines (12 loc) · 916 Bytes

README.md

File metadata and controls

23 lines (12 loc) · 916 Bytes

Cyberoam Desktop client for Ubuntu

This repository contains a few simple scripts I wrote with Python QT library and bash to save my time from having to open the Cyberoam web client in the browser everyday. (Cyberoam doesn't have an official desktop client for Ubuntu).

How to run?

Assuming you have Python and the other dependencies installed, you can run the following commands to install this:

  1. Set the right address to access your Cyberoam web client in the cyberoam file.

  2. Set the excecute permissions on the install script.

chmod +x install

  1. run the install script.

sudo ./install

What this does?

It copies the included scripts to /opt/, /usr/bin/ and Ubuntu autostart directories. This will most probably work only in Ubuntu.

Once you install, it will start automatically on the startup, and you can also use the cyberoam command from a terminal to start it.