-
Search Results
-
Recently I began using network shares, and I learned how hard it is to create one… I searched for GUI’s to do that, and the first one I found was actually more complex than sucefully following LearnLinuxTV (youtube channel) tutorial on the subject…
And then I discovered system-config-samba – it’s a simple and useful GUI, perfecly localized to boot.Mini How to create a shared samba folder:
1- install (samba and it’s dependencies and then) system-config-samba
2- antiX Menu > Preferences > Samba
3- Select the folder you want to share; choose a name for the shared folder (optional, if you don’t choose a name, by default it’s the same as the real folder); choose write and visibility permissions (with a simple tick); in second tab select who can access the share (just check the allow access to everyone, if you don’t want to use a password, for example) and it’s done! Yeah… it’s that simple- no need to edit config files…My antiX 21 laptop is on vacation :-), but my antiX 19 computers run just fine the mx package I got here:
Is it possible to add it to the antiX repo (it’s not on antiX’s 19, and I could not test in antiX’s 21)
P.
For those that have been keeping up with my posts here in the forum, my main antiX project right now is FT10 – that aims to both give antiX a more modern look and feel, and still use as little resources as possible and provide some extra amenities- the current FT10 beta provides some extra scripts, including one to configure zzzfm to look more streamlined, and have some extra features, like a trash can and recent files. Thanks to madibi’s request, last night I tried to figure out how to set up a network share, and how to easily mount it in zzzfm. I’m aware that antix includes “connectshares”, but I wanted something that did not require any configuration- I wanted to have a list of all networked shared folders, that I could mount with a single click- some Linux file managers do provide that, but implementing this from the ground up (in the form of a script that could be summoned from zzzfm) was harder than I though.
-the script is available here: https://gitlab.com/antix-contribs/ft10-transformation/-/raw/main/connect_to_existing_network_shares.sh
-Dependencies: arp-scan, smbclient (on my computer this dependencies take about 15mb of disk space, or so…)How to use the script:
1- Configuration:
1.1- open an empty text file
1.2- copy the text in https://gitlab.com/antix-contribs/ft10-transformation/-/raw/main/connect_to_existing_network_shares.sh and paste it to the text file
1.3- save it with a name, something like “connect_to_existing_network_shares.sh” (without the quotation marks), in your user’s home folder
1.4- using zzzfm navigate to your home folder, right click the script you just created >Propreties > Permitions > and check, at least the first “Execute” field > click “ok”
1.5- Don’t forget to make sure all the required dependencies are installed. You can do that doing this in the terminal:
sudo apt install -y arp-scan smbclient
and enter your password, if asked to…2- Running the script:
right click the script, choose to execute it.
If all goes well, the script will present you with the IP’s of all devices connected to your network. click the IP of the device that hosts your network shared folder. If only one shared folder is detected, the script will try to mount it. If more than one shared folder is detected, a new window will allow you to select which one you want to mount. If a password is required to access that folder, enter it, when prompted to in a terminal window that asks for it.
Once again, if all goes well, you’ll see your shared folder displayed in zzzfm…How useful do you folks think this will be? My aim, if it works well, is to include a new Bookmark in FT10’s zzzfm- something like “Shared folders”, that launches this script…
It’s only the first beta, without any checks, etc… As always, all feedback is welcome.P.
Edit: if you want to run the script withou having to enter your sudo password (BE CAREFULL DOING THIS, DO IT AT YOUR OWN RISK):
Menu > Terminal:sudo geany /etc/sudoersand add, in the end of the file:
user host = (root) NOPASSWD: /usr/share/arp-scan user host = (root) NOPASSWD: /usr/sbin/arp-scansave the file, and restart your session. Now you don’t have to enter the password to use the script
- This topic was modified 1 year, 2 months ago by PPC.
Fresh 19.5 iso files available.
antiX-19.5 is a point release update of our 19 series based on Debian buster.
As usual we offer the following completely systemd-free (and for this particular upgrade – elogind-free) flavours for both 32 and 64 bit architecture. Available iso files for sysVinit or runit.
This is predominantly an update of our last release (19.4).
NOTE: elogind, libpam-elogind and libelogind0 have also been removed.
Instead we use seatd and consolekit.
Many upstream core Debian packages have been rebuilt to remove a hard dependency on libsystemd0/libelogind0
These include apt, cups, dbus, gvfs, openssh, policykit-1, procps, pulseaudio, rpcbind, rsyslog, samba, sane-backends, udisks2, util-linux, webkit2gtk and xorg-serverThose using previous versions of antiX-19 do not need to download this new version. Simply upgrade via apt or synaptic.
Full announcement here: antiX-19.5 point release update
Philosophers have interpreted the world in many ways; the point is to change it.
antiX with runit - leaner and meaner.
Pin Linux OS (MX Linux 21 Spin). A light version of MX Linux LXDE. This is not a new Distro it’s just an MX Linux 21 spin using LXDE. This system is based on antiX-core using MX Linux repository, come with minimal installed, so you can add any app from Debian and MX repositories.
The base version its only the base, only essential to boot up the system with graphic interface. Kernel 5.14
The base for old machines its the same base but with more old drivers and kernel 4.9
The full version its like a ready to go system already customised.
Support only 64 bits (x86_64, amd64).
No support for Printer, Samba, or Bluetooth. But you can install them if you need them easily.For printers:
sudo apt install cupsFor Bluetooth:
sudo apt install bluemanFor Samba sharing:
sudo apt install sambaRecommended for old machines, either laptops or desktops. Nevertheless, if you have a modern machine the system will fly blazing fast, good for games, for example.
Still in the testing stage, so feel free to report any problem, I’ll be happy to help and sort out any case when is possible.
