| Autor | 
    Nachricht | 
  
  
    | 
      
     | 
    
      
        
					
            Titel: How to share files between 2 kanotix machines 
             Verfasst am: 25.09.2006, 03:18 Uhr
           | 
				 
       
     | 
  
  
    
      
        
          
             
             
  
            Anmeldung: 24. Jun 2006 
            Beiträge: 90 
            Wohnort: Muppet Theater 
            
            
           | 
         
       
     | 
    
      
        
          | What is the way to share folders/files/harddrives between 2 kanotix machines hooked to the same router?  I knew how to do this using windows, but now I need to learn the linux way.  I saw something on a debian site about NFS, and setting it up looked mildy complicated and involved getting several services started.  Was that what I wanted, or is there another/easier way?  Thanks. | 
         
        
          | 
          
            
          
            
            
           | 
         
         
	        |     | 
	       
       
     | 
  
  
    | 
      
      
     | 
  
  
      | 
  
  
    | 
      
     | 
    
      
        
					
            Titel: RE: How to share files between 2 kanotix machines 
             Verfasst am: 25.09.2006, 03:46 Uhr
           | 
				 
       
     | 
  
  
    
      
        
          
            Team Member 
             
  
  
            Anmeldung: 03. Mai 2005 
            Beiträge: 1544 
            Wohnort: out there somewhere 
            
            
           | 
         
       
     | 
    
      
     | 
  
  
    | 
      
      
     | 
  
  
      | 
  
  
    | 
      
     | 
    
      
        
					
            Titel: RE: How to share files between 2 kanotix machines 
             Verfasst am: 25.09.2006, 03:55 Uhr
           | 
				 
       
     | 
  
  
    
      
        
          
             
             
  
            Anmeldung: 24. Jun 2006 
            Beiträge: 90 
            Wohnort: Muppet Theater 
            
            
           | 
         
       
     | 
    
      
        
          Yeah, that's more my speed    Thanks piper.  I'll give this a try and report back.  Where did you search to find that?  I seem to have missed it. | 
         
        
          | 
          
            
          
            
            
           | 
         
         
	        |     | 
	       
       
     | 
  
  
    | 
      
      
     | 
  
  
      | 
  
  
    | 
      
     | 
    
      
        
					
            Titel: RE: How to share files between 2 kanotix machines 
             Verfasst am: 25.09.2006, 04:01 Uhr
           | 
				 
       
     | 
  
  
    
      
        
          
            Team Member 
             
  
  
            Anmeldung: 03. Mai 2005 
            Beiträge: 1544 
            Wohnort: out there somewhere 
            
            
           | 
         
       
     | 
    
      
     | 
  
  
    | 
      
      
     | 
  
  
      | 
  
  
    | 
      
     | 
    
      
        
					
            Titel: RE: How to share files between 2 kanotix machines 
             Verfasst am: 25.09.2006, 08:37 Uhr
           | 
				 
       
     | 
  
  
    
      
        
          
             
             
  
            Anmeldung: 25. Mar 2005 
            Beiträge: 2133 
             
            
            
           | 
         
       
     | 
    
      
        
          | UncleDeadley, a simple form of file sharing is already built into Konqueror: Enter
 Code: 
su
 
dpkg-reconfigure freenx
 
on the server. This will start ssh and set up the freenx server. On the client, launch Konqueror and type 
Code: 
fish://[ip_address]
 
in the address field. Replace "[ip_address]" with the IP address of the server and you can access your files upon entering your user name and password. You can even remote control the server with NXclient from the Network menu. | 
         
        
          
          
            
          
             _________________ And I ain't got no worries 'cause I ain't in no hurry at all (Doobie Brothers, "Black Water").
            
           | 
         
         
	        |     | 
	       
       
     | 
  
  
    | 
      
      
     | 
  
  
      | 
  
  
    | 
      
     | 
    
      
        
					
            Titel: RE: How to share files between 2 kanotix machines 
             Verfasst am: 27.09.2006, 05:47 Uhr
           | 
				 
       
     | 
  
  
    
      
        
          
             
             
  
            Anmeldung: 24. Jun 2006 
            Beiträge: 90 
            Wohnort: Muppet Theater 
            
            
           | 
         
       
     | 
    
      
        
          Oh, ockham, that was just TOO easy!  Thanks    I also found this forum post relating to freenx: http://kanotix.com/PNphpBB2-viewtopic-t ... reenx.html
 
and enabled the freenx server on my home machine so I can get to it from work.  Are there any default settings I need to change so that I don't get myself hacked? | 
         
        
          | 
          
            
          
            
            
           | 
         
         
	        |     | 
	       
       
     | 
  
  
    | 
      
      
     | 
  
  
      | 
  
  
    | 
      
     | 
    
      
        
					
            Titel: RE: How to share files between 2 kanotix machines 
             Verfasst am: 27.09.2006, 09:18 Uhr
           | 
				 
       
     | 
  
  
    
      
        
          
             
             
  
            Anmeldung: 25. Mar 2005 
            Beiträge: 2133 
             
            
            
           | 
         
       
     | 
    
      
        
          | Yes: Select a password for your user account that's difficult to crack (the longer the better) and create a pair of ssh keys as described in biohackery's how-to. | 
         
        
          
          
            
          
             _________________ And I ain't got no worries 'cause I ain't in no hurry at all (Doobie Brothers, "Black Water").
            
           | 
         
         
	        |     | 
	       
       
     | 
  
  
    | 
      
      
     | 
  
  
      | 
  
  
    | 
      
     | 
    
      
        
					
            Titel: RE: How to share files between 2 kanotix machines 
             Verfasst am: 27.09.2006, 16:31 Uhr
           | 
				 
       
     | 
  
  
    
      
        
          
             
             
  
            Anmeldung: 24. Jun 2006 
            Beiträge: 90 
            Wohnort: Muppet Theater 
            
            
           | 
         
       
     | 
    
      
        
          OK, I did the custom key as suggested in the how-to, and I'll come up with a bigger password.  Thanks again   | 
         
        
          | 
          
            
          
            
            
           | 
         
         
	        |     | 
	       
       
     | 
  
  
    | 
      
      
     | 
  
  
      | 
  
  
  
    | 
      
     |