Hello I'm french and beginner. I installed antix on several computer at my job.
How can reach other computer on my local network and how can make appear ?
Thanks by advance
Nicolas
topic title: where is local network ?
14 posts
• Page 1 of 1
-
Posts: 32
- Joined: 01 Jun 2016
-
Posts: 2,238
- Joined: 16 Dec 2007
#2
there is not network browsing per se in antix. however, we have findshares for locating shares and connectshares for mounting them. there is a spot in the antix faq for them.
also, I have a video series on the matter:. the video is from antiX 15 but the info is valid.
calixtus06 wrote:Hello I'm french and beginner. I installed antix on several computer at my job.
How can reach other computer on my local network and how can make appear ?
Thanks by advance
Nicolas
there is not network browsing per se in antix. however, we have findshares for locating shares and connectshares for mounting them. there is a spot in the antix faq for them.
also, I have a video series on the matter:. the video is from antiX 15 but the info is valid.
-
Posts: 32
- Joined: 01 Jun 2016
#3
hello Dolphin - Oracle
So I saw the video. Thanks. It's difficult for me as I'm french .
1) first method: In the terminal, write the command"findshares"...after what I have to do ?
2) second method : menu/applications/internet/connectshares configuration
"nominate share" ok" save and close" : I didn't understand the second method
3) go to home/dolphin/.conf/connectshares : what I have to change, write ?? I didn't understand
4) menu/applications/ connectshares ???
go to /mnt/name of the pc on the local network/file on this pc : how to mount this pc ?
5) menu/applications/system tools/ rox filer : I didn't understand the followed advice..
So If you can help me
Thanks by advance
Nico
So I saw the video. Thanks. It's difficult for me as I'm french .
1) first method: In the terminal, write the command"findshares"...after what I have to do ?
2) second method : menu/applications/internet/connectshares configuration
"nominate share" ok" save and close" : I didn't understand the second method
3) go to home/dolphin/.conf/connectshares : what I have to change, write ?? I didn't understand
4) menu/applications/ connectshares ???
go to /mnt/name of the pc on the local network/file on this pc : how to mount this pc ?
5) menu/applications/system tools/ rox filer : I didn't understand the followed advice..
So If you can help me
Thanks by advance
Nico
-
Posts: 2,238
- Joined: 16 Dec 2007
#4
I will try to help __{{emoticon}}__
what version of antiX are you using?
what version of antiX are you using?
-
Posts: 32
- Joined: 01 Jun 2016
#5
Hello I think it's the 16. How Can I check this ?
Thanks
Thanks
-
Posts: 2,238
- Joined: 16 Dec 2007
#6
lets' try another method.
edit to /etc/udevil/udevil.conf
look for"allowed filesystems" and add", cifs" to the line.
then you can use spacefm to mount your shares. use this in the location bar
smb://hostname/sharename
in my screen shot, my server is"mediapc" and my sharename is"media".
edit to /etc/udevil/udevil.conf
look for"allowed filesystems" and add", cifs" to the line.
then you can use spacefm to mount your shares. use this in the location bar
smb://hostname/sharename
in my screen shot, my server is"mediapc" and my sharename is"media".
-
Posts: 279
- Joined: 17 Oct 2009
#7
I still use smbnetfs to mount my shares and for file transfers.
========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"antix.freeforu ms.org/using-smbnetfs-with-antix-for-accessing-network-shares-t3775.html?hilit=smbnetfs"
linktext was:"antix.freeforu ms.org/using-smbne ... t=smbnetfs"
====================================
========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"antix.freeforu ms.org/using-smbnetfs-with-antix-for-accessing-network-shares-t3775.html?hilit=smbnetfs"
linktext was:"antix.freeforu ms.org/using-smbne ... t=smbnetfs"
====================================
-
Posts: 32
- Joined: 01 Jun 2016
#8
hello and thanks for your help
I placed myself in root in the terminal . I had got # and the command nano /etc/udevil/udevil.conf
But I can't save because I think I'm not really root.
How can I do ?
I placed myself in root in the terminal . I had got # and the command nano /etc/udevil/udevil.conf
But I can't save because I think I'm not really root.
How can I do ?
Last edited by calixtus06 on 16 Feb 2017, 15:31, edited 1 time in total.
-
Posts: 2,238
- Joined: 16 Dec 2007
#9
save from nano is
cntl+x, then answer"y" to the question
cntl+x, then answer"y" to the question
-
Posts: 32
- Joined: 01 Jun 2016
#10
is it possible with ssh or samba . Because at my job two pc are on windows
Yes I have done that twice but nothing changed ( ??)dolphin_oracle wrote:save from nano is
cntl+x, then answer"y" to the question
is it possible with ssh or samba . Because at my job two pc are on windows
-
Posts: 2,238
- Joined: 16 Dec 2007
#11
I got nothing. I'm afraid our language barrier may be too high. I do not understand why you cannot edit the /etc/udevil/udevil.conf.
connectshares and spacefm/udevil are the 2 methods I use.
you should be able to do this without editing anything.
as regular user:
sudo mount -t cifs //hostname/sharename /mountpoint
you will need to make the mount point ahead of time (a folder like /media/network)
connectshares and spacefm/udevil are the 2 methods I use.
you should be able to do this without editing anything.
as regular user:
sudo mount -t cifs //hostname/sharename /mountpoint
you will need to make the mount point ahead of time (a folder like /media/network)
-
Posts: 1,445
- Joined: 09 Feb 2012
#12
sudo nano /etc/udevil/udevil.conf
In case you are"not really root", try again:I placed myself in root in the terminal . I had got # and the command nano /etc/udevil/udevil.conf
But I can't save because I think I'm not really root.
sudo nano /etc/udevil/udevil.conf
-
Posts: 32
- Joined: 01 Jun 2016
#13
hello and thanks for your patience
I managed to use spacefm and it seems to work at home . We will see at my job .
I managed to edit the file ...(??)
With connectshare nothing works ( ???)
I managed to use spacefm and it seems to work at home . We will see at my job .
I managed to edit the file ...(??)
With connectshare nothing works ( ???)
-
Posts: 1,028
- Joined: 21 Aug 2011
#14
Help-->antiX-->antiX FAQ-->Connectshares.
It might be easier to use than the video because you can read and re-read at a pace that suits you.
After you have given it a try post again and I will try to help sort out problems. Hopefully the guide will enable you to move one-step-at-a-time to success.
One of the benefits of Connectshares is you are not tied to using a single file manager such as SpaceFM. Connectshares works with all file managers and also works with many other apps such as word-processors. A file manager is not needed.
I only speak English, no French at all. If the language barrier is too high, it might be worth you trying to find someone who can speak French and English to help you.
Are you able to read guides written in English? If yes have a look atcalixtus06 wrote:With connectshare nothing works
Help-->antiX-->antiX FAQ-->Connectshares.
It might be easier to use than the video because you can read and re-read at a pace that suits you.
After you have given it a try post again and I will try to help sort out problems. Hopefully the guide will enable you to move one-step-at-a-time to success.
One of the benefits of Connectshares is you are not tied to using a single file manager such as SpaceFM. Connectshares works with all file managers and also works with many other apps such as word-processors. A file manager is not needed.
I only speak English, no French at all. If the language barrier is too high, it might be worth you trying to find someone who can speak French and English to help you.