| View previous topic :: View next topic | 
	
	
		| Author | Message | 
	
		| miikew Member
 
 
 Joined: 28 Oct 2009
 Posts: 77
 
 
 | 
			
				|  Posted: Wed Nov 11, 2009 8:45 pm    Post subject: |   |  
				| 
 |  
				| i putted inside smb.conf 
 guest user = administrator
 
 is it enough  ?
 |  | 
	
		| Back to top |  | 
	
		| miikew Member
 
 
 Joined: 28 Oct 2009
 Posts: 77
 
 
 | 
			
				|  Posted: Wed Nov 11, 2009 10:06 pm    Post subject: |   |  
				| 
 |  
				| at my work ports 5000-6000 are blocked 
 how i can change tightvnc ports to for example 10001 and 11001 ?
 |  | 
	
		| Back to top |  | 
	
		| gerasimos_h Site Admin
 
 
 Joined: 09 Aug 2007
 Posts: 1757
 Location: Greece
 
 | 
			
				|  Posted: Wed Nov 11, 2009 10:34 pm    Post subject: |   |  
				| 
 |  
				| Adding "guest user = administrator" will do. For changing the port edit /usr/bin/vncserver and change line
 $vncPort = 5900 + $displayNumber;
 to whatever port you wish
 
 gerasimos_h
 _________________
 Superb! Mini Server Project Manager
 http://sms.it-ccs.com
 |  | 
	
		| Back to top |  | 
	
		| miikew Member
 
 
 Joined: 28 Oct 2009
 Posts: 77
 
 
 | 
			
				|  Posted: Wed Nov 11, 2009 10:49 pm    Post subject: |   |  
				| 
 |  
				| yeah i did, thanks a lot, its working, and i will check it from my work tomorrow |  | 
	
		| Back to top |  | 
	
		| miikew Member
 
 
 Joined: 28 Oct 2009
 Posts: 77
 
 
 | 
			
				|  Posted: Thu Nov 12, 2009 10:10 am    Post subject: |   |  
				| 
 |  
				| ok now i need midnight commander force to work 
 how can i install it ?
 
 i search with googles and download mc-4.7.0-pre4.tar, unpack it and do ./configure but it is saying that gcc is not installed, so i search again, find your post with adding gcc from devel/ but i dont know how to do this
 
 and btw in linux i need to ./configure,make, install everything? there aren't "portable" version of programs like in windows ?
 |  | 
	
		| Back to top |  | 
	
		| gerasimos_h Site Admin
 
 
 Joined: 09 Aug 2007
 Posts: 1757
 Location: Greece
 
 |  | 
	
		| Back to top |  | 
	
		| miikew Member
 
 
 Joined: 28 Oct 2009
 Posts: 77
 
 
 | 
			
				|  Posted: Thu Nov 26, 2009 11:23 am    Post subject: |   |  
				| 
 |  
				| i need to admit that this distro is outstanding   
 
 i'm running it right now on P3 500mhz 512kb cache with 512 sdram 133, with BX motherboard, i have 3 HDDs inside 8gb for linux and 2x1TB Sata (with silicon pci controller) for media/sharing,
 server work 24/7 and it consumes 50Watts in idle, 70Watts when copying from 1TB to another 1TB, i checked it with pro energy meter
 
 i configured almost everything, so right now i'm really satisfied with it
 
 now i,m trying to run jdownloader but its not that easy, firstly i need to install java
 i will post here the results of my fight
  |  | 
	
		| Back to top |  | 
	
		| miikew Member
 
 
 Joined: 28 Oct 2009
 Posts: 77
 
 
 | 
			
				|  Posted: Mon Nov 30, 2009 10:05 am    Post subject: |   |  
				| 
 |  
				| i have working jDownloader, finally i have setuped everything what i had on my windows PC 
 but
 
 i discovered that performance of my network drastically goes down, but only uploading
 
 i can write to the CIFS drives from my W7 machine with 9.8Mb but downloading is on level 2-3Mb, dont know the reason, few weeks before i was able to download with 8-9Mb, what can i check to find the reason of this behavior ?
 
 second thing, i cannot run this python/bash scripts on my server, can you look on it ? it says something with permission but without details i dont know where to look for a foult
 http://kaczo.info/wdtv/wdsub.zip
 
 anyway thanks a lot
 |  | 
	
		| Back to top |  | 
	
		| miikew Member
 
 
 Joined: 28 Oct 2009
 Posts: 77
 
 
 | 
			
				|  Posted: Mon Nov 30, 2009 10:12 am    Post subject: |   |  
				| 
 |  
				| i forget to add that in this package the main script is wdsub 
 it downloads subtitles for movies so
 
 wdsubr is doing the same but for all movies in folder
 
 so the usage is
 
 wdsub heroes.s01e01.avi
 
 or
 
 wdsubr /./mnt/media/heroes/s01/
 
 probably i'm doing smth wrong because lot of people is using those scripts
 |  | 
	
		| Back to top |  | 
	
		| miikew Member
 
 
 Joined: 28 Oct 2009
 Posts: 77
 
 
 | 
			
				|  Posted: Mon Nov 30, 2009 11:34 am    Post subject: |   |  
				| 
 |  
				| ok i solve problem with scripts 
 some paths inside scripts were wrong
 for example 7zip was originally in opt/bin  but really was installed in usr/bin/7z
 
 now i need to run this script every 1-2 days, i'm now googling for cron
  |  | 
	
		| Back to top |  | 
	
		| gerasimos_h Site Admin
 
 
 Joined: 09 Aug 2007
 Posts: 1757
 Location: Greece
 
 | 
			
				|  Posted: Mon Nov 30, 2009 8:09 pm    Post subject: |   |  
				| 
 |  
				| I'm glad you are working you way out with problems. Cron jobs are simple , either place your script under /etc/cron.daily or use webmin to create one.
 
 gerasimos_h
 _________________
 Superb! Mini Server Project Manager
 http://sms.it-ccs.com
 |  | 
	
		| Back to top |  | 
	
		| miikew Member
 
 
 Joined: 28 Oct 2009
 Posts: 77
 
 
 | 
			
				|  Posted: Mon Nov 30, 2009 10:08 pm    Post subject: |   |  
				| 
 |  
				| yeah and remember that i never been linux user   
 but
 
 i'm  really good dos user so i can manage simple problems in linux which not expect from me linux knowledge
 
 but with this transfer problem, it can be hard for me to solve the problem
 dont know where to start
 |  | 
	
		| Back to top |  | 
	
		| gerasimos_h Site Admin
 
 
 Joined: 09 Aug 2007
 Posts: 1757
 Location: Greece
 
 | 
			
				|  Posted: Mon Nov 30, 2009 10:36 pm    Post subject: |   |  
				| 
 |  
				| Try to stop rtorrent or other processes  and try again. I have experienced different speeds depending hardware specs.
 I think running on a pentium III processor and mobo that's a bottleneck.
 Also ethernet cards have differences, my favorites are marvel yukon gigabit ethernet cards, they are available only on motheboards though, haven't find a PCI one yet.
 
 gerasimos_h
 _________________
 Superb! Mini Server Project Manager
 http://sms.it-ccs.com
 |  | 
	
		| Back to top |  | 
	
		| miikew Member
 
 
 Joined: 28 Oct 2009
 Posts: 77
 
 
 | 
			
				|  Posted: Tue Dec 01, 2009 9:22 am    Post subject: |   |  
				| 
 |  
				| i had normal throughput 2 weeks before but smth happens and now i have 2-3mb download, but upload still is on normal level ~9mb so smth is wrong with Samba/cifs shares i think |  | 
	
		| Back to top |  | 
	
		| gerasimos_h Site Admin
 
 
 Joined: 09 Aug 2007
 Posts: 1757
 Location: Greece
 
 |  | 
	
		| Back to top |  | 
	
		|  |