https://github.com/maxchehab/remote-linux-unlocker
Android application and Linux daemon to login and out of computer remotely.
https://github.com/maxchehab/remote-linux-unlocker
Last synced: 20 days ago
JSON representation
Android application and Linux daemon to login and out of computer remotely.
- Host: GitHub
- URL: https://github.com/maxchehab/remote-linux-unlocker
- Owner: maxchehab
- Created: 2017-07-12T03:33:29.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2020-11-04T10:49:08.000Z (over 4 years ago)
- Last Synced: 2025-03-27T16:51:09.212Z (about 1 month ago)
- Language: Java
- Homepage:
- Size: 1.83 MB
- Stars: 28
- Watchers: 4
- Forks: 6
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Remote-Linux-Unlocker
Remote Linux Unlocker is an android application paired with a linux daemon that allows users to unlock and lock the Ubuntu Unity lock screen.### How to install the android application
Install the android application from the [Google Play Store](https://play.google.com/store/apps/details?id=com.maxchehab.remotelinuxunlocker) or download the source from this repository.### How to install the linux daemon
```sh
$ wget https://github.com/maxchehab/remote-linux-unlocker/raw/master/linux-daemon/linux-daemon.zip$ unzip linux-daemon.zip
$ cd linux-daemon
#edit `unlocker-daemon.service` so that the absolute path to unlocker-daemon.py is correct
$ mv unlocker-daemon.service /etc/systemd/system/unlocker-daemon
$ sudo systemctl daemon-reload
$ sudo systemctl enable unlocker-daemon
$ sudo systemctl start unlocker-daemon
$ ./remote-linux-pair
```