similar to: Inquiry:What is the equivalent of nmap command on CentOS 5.2 ?

Displaying 20 results from an estimated 2000 matches similar to: "Inquiry:What is the equivalent of nmap command on CentOS 5.2 ?"

2010 Mar 08
1
openldap-2.3.43 and db4-utils - DB_VERSION_MISMATCH
Hi, I just started to set up a test ldap server and followed some tutorials. One topic is the tuning/monitoring of the bdb. So I installed the db4-utils and executed a "db_stat -h /var/lib/ldap/ -m". The answere is no stat, but: db_stat: Program version 4.3 doesn't match environment version db_stat: DB_ENV->open: DB_VERSION_MISMATCH: Database environment version mismatch The
2010 Jan 11
2
looking for kernel-xen- 2.6.18-164.el5
Hi all, does anyone know where I can download kernel-xen- 2.6.18-164.el5 for CentOS 5? I can't install it with yum, since yum has a much newer version already. I have searched google, but can't find a download link, only a lot of references to the kernel w.r.t problems. -- Kind Regards Rudi Ahlers SoftDux Website: http://www.SoftDux.com Technical Blog: http://Blog.SoftDux.com Office:
2009 Sep 29
1
Inquiry:Problem with nmap
Dear All Can you please do me favor and let me know how can I solve my problem with nmap , as described below : "My CentOS server can ping the network element , but when I try to scan its open ports to see which ones are open at now the nmap cannot distinguish them and returned as they are being filtered : #nmap -sS -p 20-80 172.18.0.1 Can you please let me know how can I modify my nmap
2009 Nov 15
6
Inquiry:Problem in installing Asterisk 1.4.13 on my Debian 3.1 server
Dear All Please be informed that I need to install Asterisk 1.4.13 on my Debian 3.1 server . But I got the following message when trying for "#./configure" : "error: no acceptable C compiler found in $PATH" Can you please do me favor and let me know what is the problem ? Let me thank you in advance -------------- next part -------------- An HTML attachment was scrubbed... URL:
2009 Nov 07
4
Inquiry:Mainboard type?
Dear All Can you please do me favor and let me know how can I check for my CentOS mainboard type ? Please be informed that I want to know if it is as EPIA 500 or EPIA 600 and I am seeking a way to check it as we check for our HDD type via /proc/ide/hda/model . Can you please let me know where such an info can be checked via /proc folder ? Let me thank you in advance -------------- next part
2009 Sep 26
8
Inquiry:How to convert *.wav files ?
Dear All Can you please do me favor and let me know how can I convert *.wav files into 32 bit 44 KHz ? Please be informed that I have specific sound files in *.wav format that I converted them into *.gsm format with the aid of the following command : #sox FR00003.wav FR00003.gsm It got through but the voice quality is poor . I need to convert the original *.wav sound files (their file attribute is
2009 Nov 14
3
Inquiry:How to stop Asterisk?
Dear All Can you please do me favor and let me know how can I stop my Asterisk ? Can you please confirm if the following procedure is correct to stop it ? #/etc/init.d/asterisk stop #cd /etc/init.d #chmod 0000 asterisk Let me thank you in advance -------------- next part -------------- An HTML attachment was scrubbed... URL:
2009 Dec 02
5
Inquiry:How to compare two files but not in line-by-line basis?
Dear All Can you please do me favor and let me know how can I compare two files but not in line-by-line basis on my CentOS server ? I mean say row#1 in file1 has the same data as say row#5 in file2 , but the comm compares them in line-by-line basis that is not intended . It seems that the diff cannot do the job as well . Thank you in advance -------------- next part -------------- An HTML
2009 Sep 12
3
Inquiry:Migration from Linux 7.2 to CentOS 5
Dear All Can you please do me favor and let me know what are the highlights of major benefits of CentOS Release 5 (Final) over the RedHat Linux 7.2 (Enigma) as we are going to migrate to it ? Thank you in advance Regards H.Motamedi -------------- next part -------------- An HTML attachment was scrubbed... URL:
2009 Oct 31
3
Inquiry:iptables ?
iptables -I INPUT -s 0.0.0.0/0 -p tcp --dport 5901 -j ACCEPT I'm going strictly off memoy here so you may need to man iptables. :) hadi motamedi <motamedi24 at gmail.com> wrote: >Dear All >To open a port , I know that I need to go to "System -> Administration -> >Security Level and Firewall" -> Other ports and then I can open port-5901 as >tcp
2009 Sep 24
3
Inquiry:Problem in mounting external cdrom
Dear All I tried to mount an external cdrom on my CentOS 5 server but un-successful . I attached the device to my USB port and then the followings have been added to my /dev folder : "cdrom -> scd0 cdrom-sr0 -> scd0 cdrw -> scd0 cdrw-sr0 -> scd0 cdwriter -> scd0 cdwriter-sr0 -> scd0" To this end , I tried to mount it as the followings (but it didn't get through) :
2009 Jul 22
3
Inquiry abount Asterisk "extensions.conf"
Dear All Can you please let us know how we can modify our Asterisk "extensions.conf" file so it interprets the subscriber dialed digits in one-by-one digit manner . At its current configuration , it interprets them in an whole packet . I mean , say the subscriber dials as "665 0000" so we need Asterisk to send it to the peer switch as 6,6,5,0,0,0,0 but not as one
2009 Sep 01
4
Inquiry:Problem with Call Parking
Dear All Can you please do me favor and let me know what is the problem with my Asterisk call parking as it is not functioning correctly on my Asterisk ? Please find attached my "features.conf" . According to my configuration , the subscriber needs to press hash (pound) key and dial 700 to initiate the transfer . We tried but it didn't get through on our Asterisk . Can you please let
2009 Dec 23
2
Inquiry:yum?
Dear All I want to add "yum" to my CentOS 5.2 so I downloaded the rpm package from the www.pbone.net . But I didn't have success in installing it so please let me know if there is another way to accomplish this job ? Thank you in advance -------------- next part -------------- An HTML attachment was scrubbed... URL:
2009 Oct 13
2
Inquiry:Application cannot start on my CentOS 5.2
Dear All Please be informed that I tried to start my application on my CentOS 5.2 client but it cannot be started and returns the following error message : "There are 1744M available in /usr Starting mscmain service : system clock granularity : 1 microseconds. Error ip address Error config file ./conf/msc_sys.conf!" Can you please do me favor and help me ? Thank you in advance
2009 Nov 10
2
Inquiry:How to check for IP conflict on my CentOS server?
Dear All Please be informed that I have set an secondary IP address on my CentOS server to be able to reach to another Intranet , as the followings: #ifconfig eth0:1 172.18.209.1 netmask 255.255.0.0 up But I am not aware if any other node on the new Intranet is making use of this IP address . Can you please do me favor and let me know how can I check if any IP conflict occured ? Let me thank you
2009 Oct 12
2
Inquiry:Problem installing application on Cent OS
Dear All Please be informed that I tried to install the "Real VMX" application on my Cent OS client . I setup the environment variables and build kernel . Then I add the following entry to my /boot/grub/menu.lst : title Real VMX rootnoverify (hd0,0) kernel -type=netbsd /vmx I tried to reboot my Cent OS client and at the boot loader when I select "Real VMX" I got the
2009 Jul 28
1
Inquiry:Asterisk pbx announcements
Dear All It seems that our Asterisk pbx announcement files are being stored inside the "/var/lib/asterisk/sounds" folder . Can you please let us know what is the appropriate program to open and hear them on an MS Windows client ? (e.g. "pbx-invalid.gsm") Regards H.Motamedi -------------- next part -------------- An HTML attachment was scrubbed... URL:
2010 May 03
10
Math?
Dear All Is there any software package like MATLAB for Windows available for centos? Thank you -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.centos.org/pipermail/centos/attachments/20100503/7a522211/attachment-0001.html>
2010 Jun 15
6
How to measure file transfer speed?
Dear All I have one centos server equipped with WiFi . I want to measure data rate speed on this connection . Is there any utility on my centos that can measure data speed on one specific Ethernet connection when transferring large size files through WiFi connection? Thank you -------------- next part -------------- An HTML attachment was scrubbed... URL: