[CentOS] install latest gcc/g++ dev tools on centos

2015-02-22 Thread Adekoya Adekunle
Guys, How can I install the latest version of gcc/g++ development tools on my centos ? I have version 4.1.* on the machine. Can I do above from yum ? I would be glad to read your responses to my questions Br Kunle ___ CentOS mailing list

[CentOS] Cents OS from Bash Shell

2013-04-25 Thread Adekoya Adekunle
I want to know the right command to type from a bash shell so that i can 1) Check the version of my cent os 2) Check all the open ports (tcp and udp) on my machine 3) Open a specific port say port 3306 so that a telnet request from a remote machiene can be accepted 4) Disable the

Re: [CentOS] crontab and gedit

2013-01-23 Thread Adekoya Adekunle
i tried this(gedit /etc/crontab). it loads a file. the content of this file is different from what i have in crontab -e. why the difference ? On Wed, Jan 23, 2013 at 12:31 PM, Reindl Harald h.rei...@thelounge.netwrote: Am 23.01.2013 12:23, schrieb Adekoya Adekunle: hi, How can I

Re: [CentOS] crontab and gedit

2013-01-23 Thread Adekoya Adekunle
crontab -e and /etc/crontab ? i would love to read on this On Wed, Jan 23, 2013 at 12:48 PM, Johnny Hughes joh...@centos.org wrote: On 01/23/2013 05:41 AM, Adekoya Adekunle wrote: i tried this(gedit /etc/crontab). it loads a file. the content of this file is different from what i have in crontab

[CentOS] cronjob not running

2013-01-22 Thread Adekoya Adekunle
i did this from the console crontab -e then i inserted this in my vi editor 10 * * * * curl http://mysite.com/test.php then i exited vi then i did crontab -l and the cron job was listed then i did /sbin/service crond start and i waited for 10 mins to get a message echo to my

[CentOS] A printable PDF that documents centos 6.3

2012-10-08 Thread adekoya adekunle
Hi, Any link where I can download a printable pdf that documents centos 6.3 ? Thanks Kunle ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

[CentOS] PHPMYADMIN on Centos 6.3

2012-10-05 Thread adekoya adekunle
Hi guys, Pls I need good and working instructions on how to install phpmyadmin on centos 6.3 ? I would appreciate your kind and timely response on this. regards kunle ___ CentOS mailing list CentOS@centos.org

Re: [CentOS] Apache : Listen on ports other than 80

2012-10-01 Thread adekoya adekunle
Thanks guys, This now work fine. I found your help extremely useful. This URL - ( http://docs.fedoraproject.org/en-US/Fedora/13/html/Managing_Confined_Services/sect-Managing_Confined_Services-Configuration_examples-Changing_port_numbers.html) further shed more light on SELinUX . Thanks