Re: [CentOS] firewall?

2011-07-19 Thread Les Mikesell
On 7/19/11 11:07 PM, hadi motamedi wrote:

 If we cannot find the exact application name for centos, say MATLAB
 for centos does not exist, so we must search for 'Mathematics
 laboratory for centos' ? Or if Pspice for centos does not exist so we
 must search for 'Electronics circuit schematics editor and simulator
 for centos' ? If there any reference site that we can select centos
 application with respect to their functionality deffinition but not
 just the application name?

Not very much software is Centos-specific, but anything that runs on Red Hat 
Enterprise versions should work on the corresponding Centos version, including 
the things in third party 'EL' rpm repositories and commercial products (like 
Matlab...).

The biggest searchable, up to date collection of open source software project 
descriptions is probably http://freshmeat.net, but once you locate an 
interesting project you might want to see if you can find an RPM-packaged 
version at EPEL, rpmforge, etc. for easy installation and updates instead of 
trying to build from source yourself.

And you might like 'R' as an alternative to octave or matlab.

-- 
   Les Mikesell
lesmikes...@gmail.com



___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] firewall?

2011-07-19 Thread Bob Hepple
On Wed, 20 Jul 2011 08:37:23 +0430
hadi motamedi motamed...@gmail.com wrote:

 On 7/19/11, John Hodrien j.h.hodr...@leeds.ac.uk wrote:
  On Tue, 19 Jul 2011, hadi motamedi wrote:
 
  centos. Can you please let me know where powerful centos stuffs for
  various purposes can be selected and installed from the internet?

I find http://alternativeto.net/ useful now and then ...


-- 
Bob Hepple bhep...@promptu.com
ph: 07-5584-5908 Fx: 07-5575-9550
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] svn check out failed for 'connection refused' reason

2011-07-19 Thread Steve liu
yes, port level block I think. see below.

===
nc -v svn.mplayerhq.hu 3690
nc: connect to svn.mplayerhq.hu port 3690 (tcp) failed: Connection timed out
nc -v svn.mplayerhq.hu 80
Connection to svn.mplayerhq.hu 80 port [tcp/http] succeeded!
===
I'll try to contact our IT to solve this, thanks


On Wed, Jul 20, 2011 at 12:04 PM, cool...@gmail.com wrote:

 On Jul 19, 2011 11:30 AM, Steve liu lsen@gmail.com wrote:
  e.g.
  svn co svn://svn.mplayerhq.hu/mplayer/trunk mplayer
  svn: Can't connect to host 'svn.mplayerhq.hu': Connection refused
 
  and this is my iptables status and some info to confirm the DNS and ICMP
 connection are ok.

 Do an nmap scan on svn.mplayerhq.hu.  Look for svn / subversion in etc
 services to see which port you specifically need to have open.  I'd bet your
 upstream firewall is blocking the port.  You can try connection to the host
 + port with nc -w2 -v to see if you get connected.  Type some junk and you
 should see some error back from the server.
 If the network looks good with all of the above, the problem is with your
 local svn binary, or its configuration.

 ___
 CentOS mailing list
 CentOS@centos.org
 http://lists.centos.org/mailman/listinfo/centos


___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


<    1   2