Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/st4s1k/gsudo
- Owner: st4s1k
- Created: 2018-11-22T22:24:48.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-11-05T11:58:11.000Z (about 1 year ago)
- Last Synced: 2023-11-05T12:30:33.239Z (about 1 year ago)
- Topics: debian, gksu, gksudo, sudo, ubuntu
- Language: Shell
- Size: 8.79 KB
- Stars: 3
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```