Domain Name Yahoo

Easy Help Troubleshoot Your Linux Box



  

Solve your problem here.

Yes, many Linux administrators are having problems. Browse your problem here, ask what to do and how to solve your problems. We are here for you.. DomainNameYahoo.info


Welcome Message on SSH

Trick to create the welcome message after user logged into ssh of your server.
Edit file motd on /etc
# vi /etc/motd
This computer system is for authorized users only. All activity is logged and regulary checked by systems personal. Individuals using this system without authority or in excess of their authority are subject to having all their […]

February 25th, 2009 Posted by admin | General, ssh | no comments

Santrex.net Internet Solutions

Santrex, Your no.1 Internet solutions!
At Santrex, we provide you with rock solid stability, top notch DDOS protection and cutting edge performance! A shell provider, ircd provider, webhosting provider, all in one provider you can trust, Below is a selection of our wide range of services, from individual personal solutions to enterprise organization sized packages.
Our network […]

February 25th, 2009 Posted by admin | Hosting Provider | no comments

Advertisement

More about Linux, Hostings, Website, Server, Microsoft and various advertisements will appear below.

Promotion Code

Thanks to retailmenot.com for the list of coupon code.
I just registering for Santrex.net on webhosting package and find coupon code on retailmenot.com  therefor I am posting it here, hopefully it help people.
10% discount
Code:    digitalpoint10off
Code:     10FREE
To complete your registration on santrex.net click here
I believe, retailmenot.com is providing many coupon code you must try.

February 25th, 2009 Posted by admin | Hosting Provider | no comments

Building SMS Gateway using CENTOS

Another article, I posted how to setup sms-gateway on UBUNTU box.
Now I try to setup sms gateway on Centos Box.
# uname -a
Linux hardcorepolice 2.6.18-92.1.6.el5.centos.plusxen #1 SMP Thu Jun 26 13:43:14 EDT 2008 i686 i686 i386 GNU/Linux
Fedora repository
Fedora repository is available at http://freshrpms.net/packages/. (Contributed by Matthias Saou)
But I just simply run the command
# yum install kannel
Loading […]

February 24th, 2009 Posted by admin | CentOS, SMS gateway | one comment

Chmod authorization Proftpd

Sometimes we need to configures manually all the chmod of each files and directories.
You can configure each  ftp accounts from enable / disable chmod using  directives on proftpd.conf
<Limit SITE_CHMOD>
AllowUser ftpadmin
DenyAll
</Limit>
Above directives  mean that only ftpadmin user can use chmod, anyone else denied.
To be able all ftp user use chmod :
<Limit SITE_CHMOD>
AllowAll
</Limit>
Save proftpd.conf and reload the […]

February 24th, 2009 Posted by admin | General, ftp | no comments