Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/st4s1k/gsudo

gksu/gksudo alternative for debian based distros, nothing fancy
https://github.com/st4s1k/gsudo

debian gksu gksudo sudo ubuntu

Last synced: about 1 month ago
JSON representation

gksu/gksudo alternative for debian based distros, nothing fancy

Awesome Lists containing this project

README

        

# gsudo (GUI sudo)
gksu/gksudo alternative for debian based distros, nothing fancy
# Installation
```
git clone [email protected]:st4s1k/gsudo.git &&
cd gsudo &&
chmod +x gsudo_installer &&
bash ./gsudo_installer
```
1. Copy-paste this command into the terminal.
2. Press Enter
3. If prompted, enter the root password.
# Usage
Now you can run "gsudo" from anywhere, even Alt+F2 console. Example:
```
gsudo gedit
```
# Portable
"gsudo" file is a portable version, just modify the permissions and run it:
```
chmod +x gsudo
./gsudo gedit
```