Created
December 13, 2014 12:00
-
-
Save kostyll/b559c74954bfe72c9b7a to your computer and use it in GitHub Desktop.
share inet in linux
http://forum.sambapos.com/t/step-by-step-on-how-to-configure-multiple-concurrent-rdp-clients-to-run-sambapos-iphone-ipad-galaxy-tablet/769/11 - allow multi RDP-connections in win 7
if there is NetworkManager:
nm-applet
nm-connection-editor
http://www.hydro.washington.edu/~jhamman/hydro-logic/blog/2013/10/04/pybook-remote/
freesshd.com
192.168.1.2:/d/andrew on /media/dasha_d type nfs (rw,addr=192.168.1.2)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
stupid solution of changing ip if the system is changing it to:
while true ; do sudo ifconfig eth1 192.168.1.1 ; done