Moving shared hosting account to new server

Shinjiru will be moving my shared hosting account to a new server tomorrow. The move is scheduled for 9pm (GMT +8) 8th May 2008. Since my DNS records will also need to be updated, The Danesh Project will be down till the updated DNS entries propagate to all DNS servers on the net. This will take up to 72 hours. [1]: /wp-content/uploads/2008/05/shinjiru-logo.jpg)

2008-05-07 · 1 min · Danesh Manoharan

Web Hosting in Malaysia

I posted [Malaysian Web Hosting][2] some time back. Since then a few new entries came in so I thought it might make sense to republish them for you. [webserver.com.my][3] [mercumaya.net][4] [mesrahosting.net][5] [emerge web hosting][6] [ipserverone][7] [Exabytes][8] [Shinjiru.com.my][9] [NewMedia Express][10] (Singapore) [Server Freak hosting solutions][11] [yeahhost][12] [WebHost2U][13] [DataKL][14] CYNET Studio The Gigabit [MalaysiaHost][15] [EasyNet][16] [HileyTech][17] [MalaysiaHoster][18] [CleverInternet][19] [GizTech][20] [MalaysiaHosting2U][21] [Eternal Solutions][22] [Senihost][23] [Interunix][24] [1]: /wp-content/uploads/2008/05/malaysia_button1.jpg) [2]: /posts/malaysian-web-hosting/ [3]: http://www.webserver.com.my/ [4]: http://mercumaya....

2008-05-07 · 1 min · Danesh Manoharan

How to limit ssh access to specific users or groups

Its sometimes necessary to limit who has access to a server via SSH. Most Linux security hardening checklist today require this to be enforced. Fortunately this can be easily done with openSSH. Just edit the /etc/ssh/sshd_config file and add the desired directives shown below. You don’t need them all, just use what suits you needs. openSSH provides 4 directives, AllowUsers, AllowGroups, DenyUsers and DenyGroups AllowUsers buddy john doe Only users buddy, john and doe will be able to log in via ssh....

2008-05-06 · 1 min · Danesh Manoharan

How to find recently installed RPMs

rpm -qa --last will return all installed rpm packages with their installed time. The last installed packages will be at the top of the list. rpm -qa --last | less is will return all installed packages with their install date. Less allows you to scroll through the results. rpm -qa --last | tail -n [lines] will return the last 5 packages. Replace [line] with any number you want, in my case 5 for file lines....

2008-05-05 · 1 min · Danesh Manoharan

Cheap hosting at Shinjiru

[Shinjiru][2] is where I’m hosted. The guys are giving away 500 shared hosting packages at only RM 9.90 . That’s a 90% price cut on the original RM 99 proce tag. The package comes with 50GB of storage and 5GB /month bandwidth allocation. However there is a catch, the promotion is only open to those currently hosted with Shinjiru and is limited to 3 purchases per user. But don’t worry, registered member are allowed to purchase the packages for their friends and family....

2008-05-02 · 1 min · Danesh Manoharan