2021-03-28 22:19:49 +02:00
|
|
|
easy-samba - A basic GTK (zenity) or CLI interface to create, add and remove folders in Samba.
|
|
|
|
==============================================================================================
|
2018-06-02 15:56:08 +02:00
|
|
|
|
2021-03-28 22:19:49 +02:00
|
|
|
### Downloads:
|
|
|
|
* [easy-samba-1.6.2.tar.gz](https://github.com/q3aql/zenigrub-custom/releases/download/v1.6.2/easy-samba-1.6.2.tar.gz) - Generic package (English + Spanish Languages).
|
|
|
|
* [easy-samba-1.6.2-en.deb](https://github.com/q3aql/zenigrub-custom/releases/download/v1.6.2/easy-samba-1.6.2-en.deb) - Debian based package (English version).
|
|
|
|
* [easy-samba-1.6.2-en.rpm](https://github.com/q3aql/zenigrub-custom/releases/download/v1.6.2/easy-samba-1.6.2-en.rpm) - RedHat/Fedora based package (English version).
|
|
|
|
* [easy-samba-1.6.2-es.deb](https://github.com/q3aql/zenigrub-custom/releases/download/v1.6.2/easy-samba-1.6.2-es.deb) - Debian based package (Spanish version).
|
|
|
|
* [easy-samba-1.6.2-es.rpm](https://github.com/q3aql/zenigrub-custom/releases/download/v1.6.2/easy-samba-1.6.2-es.rpm) - RedHat/Fedora based package (Spanish version).
|
|
|
|
|
|
|
|
_Dependencies: samba, bash, coreutils, zenity, xterm, grep, sed_
|
2018-06-02 15:56:08 +02:00
|
|
|
|
2021-03-28 22:19:49 +02:00
|
|
|
### Installation (Generic package - English version):
|
2018-06-24 20:37:58 +02:00
|
|
|
|
2021-03-28 22:19:49 +02:00
|
|
|
* Open terminal and run the following commands:
|
2018-06-24 20:37:58 +02:00
|
|
|
|
2021-03-28 22:19:49 +02:00
|
|
|
```shell
|
|
|
|
$ tar zxvf easy-samba-1.6.2.tar.gz
|
|
|
|
$ cd easy-samba
|
|
|
|
$ sudo make install
|
|
|
|
```
|
2018-06-02 15:56:08 +02:00
|
|
|
|
2021-03-28 22:19:49 +02:00
|
|
|
### Installation (Generic package - Spanish version):
|
2018-06-02 15:56:08 +02:00
|
|
|
|
2021-03-28 22:19:49 +02:00
|
|
|
* Open terminal and run the following commands:
|
2018-06-02 15:56:08 +02:00
|
|
|
|
2021-03-28 22:19:49 +02:00
|
|
|
```shell
|
|
|
|
$ tar zxvf easy-samba-1.6.2.tar.gz
|
|
|
|
$ cd easy-samba
|
|
|
|
$ sudo make install-es
|
|
|
|
```
|
|
|
|
|
|
|
|
### How to use:
|
2018-06-02 15:56:08 +02:00
|
|
|
|
2021-03-28 22:19:49 +02:00
|
|
|
* For `GTK (Zenity) interface`, you should open Menu > Accessories > Easy-Samba or run the following command:
|
2018-06-02 15:56:08 +02:00
|
|
|
|
2021-03-28 22:19:49 +02:00
|
|
|
```shell
|
|
|
|
$ sudo easy-samba-gtk
|
|
|
|
```
|
|
|
|
|
|
|
|
* For `CLI interface`, you run the following command:
|
2018-06-24 20:37:58 +02:00
|
|
|
|
2021-03-28 22:19:49 +02:00
|
|
|
```shell
|
|
|
|
$ sudo easy-samba
|
|
|
|
```
|
|
|
|
|
|
|
|
### Images (Screenshots)
|
|
|
|
|
|
|
|
<img src="https://raw.githubusercontent.com/q3aql/easy-samba/master/img/easy-samba-image.png" width="850" />
|
|
|
|
|
|
|
|
### External links:
|
2018-06-02 15:56:08 +02:00
|
|
|
|
|
|
|
* [Samba](https://www.samba.org/)
|
2021-03-28 22:19:49 +02:00
|
|
|
* [zenity homepage](https://wiki.gnome.org/Projects/Zenity)
|
|
|
|
* [xterm homepage](https://invisible-island.net/xterm/)
|
|
|
|
* [Coreutils homepage](https://www.gnu.org/software/coreutils/coreutils.html)
|
|
|
|
* [Bash homepage](https://www.gnu.org/software/bash/)
|
|
|
|
* [Grep homepage](https://www.gnu.org/software/grep/)
|
|
|
|
* [sed homepage](https://www.gnu.org/software/sed/)
|