easy-samba/README.md

60 lines
2.3 KiB
Markdown
Raw Permalink Normal View History

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:
2021-08-03 13:55:25 +02:00
* [easy-samba-1.6.3.tar.gz](https://github.com/q3aql/easy-samba/releases/download/v1.6.3/easy-samba-1.6.3.tar.gz) - Generic package (English + Spanish Languages).
* [easy-samba-1.6.3-en.deb](https://github.com/q3aql/easy-samba/releases/download/v1.6.3/easy-samba-1.6.3-en.deb) - Debian based package (English version).
* [easy-samba-1.6.3-en.rpm](https://github.com/q3aql/easy-samba/releases/download/v1.6.3/easy-samba-1.6.3-en.rpm) - RedHat/Fedora based package (English version).
* [easy-samba-1.6.3-es.deb](https://github.com/q3aql/easy-samba/releases/download/v1.6.3/easy-samba-1.6.3-es.deb) - Debian based package (Spanish version).
* [easy-samba-1.6.3-es.rpm](https://github.com/q3aql/easy-samba/releases/download/v1.6.3/easy-samba-1.6.3-es.rpm) - RedHat/Fedora based package (Spanish version).
2021-03-28 22:19:49 +02:00
_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
2021-08-03 13:55:25 +02:00
$ tar zxvf easy-samba-1.6.3.tar.gz
2021-03-28 22:19:49 +02:00
$ 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
2021-08-03 13:55:25 +02:00
$ tar zxvf easy-samba-1.6.3.tar.gz
2021-03-28 22:19:49 +02:00
$ 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/)