Displaying 20 results from an estimated 4000 matches similar to: "How to schedule for a repeated task?"
2010 Feb 21
3
Decompiler?
Dear All
I have disassembled the object file on my CentOS server , by the following :
#objdump wmain
In the output , I have recognized the intended subroutine that I need to find the exact command syntax that it sends out . To this end , I tried to capture it through 'tcpdump' but didn't success . I read this segment assembly language code but it is somewhat difficult to decode . Can
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 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 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
2010 Jan 28
2
Advanced fsck?
Dear All
My CentOS server got file system inconsistency , asking for "type Ctrl-D for
normal boot or give root password for maintenance to run fsck manually". I
tried for manually run fsck , as the followings :
#fsck -s /dev/hda3
But after rebooting the server it will come back again at the similar prompt
asking for "give root password for maintenance" . Can you please do me
2014 Nov 17
2
automated stopserver & shutdown?
Dear All
In an environment , I have 20 centos servers running together . For
shutting them down , I need to issue the followings on each of the
servers :
#./stopServer
#init 0
This is cumbersome to try to issue these on huge amount of servers to
keep them safely going shutdown. Can you please let me know how can I
automate it and say let just one server send stop processes and
shutdown commands to
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>
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:
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:
2011 Jul 16
5
firewall?
Dear All
I need to put my centos 5.6 server as firewall server in fron of a
windows-running node before connecting it to the net. Can you please
let me know what stuff do I need to put on my centos server?
Thank you
2016 Apr 11
3
meminfo
On 4/11/16, Peter Brady <subscriptions at simonplace.net> wrote:
> On 11/04/2016 8:26 PM, Hadi Motamedi wrote:
>> Can you please let me know how can I check for the instantaneous
>> occupied amount of my RAM the similar way the task manager shows it on
>> my Win server ?
> If you have an X instance running then the GNOME system monitor will
> give a very similar
2010 Aug 02
4
how to reformat a partition to ntfs?
Dear All
I want to install win xp on my centos machine . Can you please let me know
how can I reformat a partition to ntfs?
Thank you
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.centos.org/pipermail/centos/attachments/20100802/8b3d9536/attachment-0003.html>
2011 Mar 08
5
Internet connection sharing?
Dear All
My centos machine is connected to my MS Windows machine on the net.The
MS Windows machine is connected to Internet via valid IP address
setting and on its secondary ip address setting it can see my centos
machine on the intranet.Can you please let me know how can try for
Internet connection sharing such that my centos machine can see
internet with minor modifications done?
Thank you in
2010 Feb 04
7
Virtualization software to install Windows as guest on CentOS 5 as host ?
Dear All
I need to install Windows as guest on my CentOS 5 as host . Can you please give me the link to download the requierd rpm package for this purpose ?
Thank you
_________________________________________________________________
Hotmail: Powerful Free email with security by Microsoft.
https://signup.live.com/signup.aspx?id=60969
-------------- next part --------------
An HTML
2016 Oct 30
7
Power Cut
Dear All
I am using a centos server for cdr billing and mediation device on a remote
network. I am experiencing problem that I am suspicious it comes from main
supply power cut at the remote site. The power supply to the remote site
comes from battery charger that will be automatically switched in circuit
under main supply power cut but cannot provide adequate power for more than
2 hours . I am
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
2016 Apr 11
4
meminfo
Dear All
As far as I know , to check for the amount of installed RAM on my
centos server I checked it as:
#more /proc/meminfo
Can you please let me know how can I check for the instantaneous
occupied amount of my RAM the similar way the task manager shows it on
my Win server ?
Thank you in advance
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 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:
2014 Dec 02
5
centos 6.3
Dear All
I want to put my stuff on centos 6.3 but some colleagues warned that
it is not wise to use it at now for some bugs reported. Can you please
confirm if this is true and which vulnerability can be risked for ?
Thank you