Hoaxblog.com

Everything is hoax!

Pages:

  • About

Categories:

  • Apache (6)
  • backup (1)
  • cache (2)
  • Cpanel/WHM (11)
  • ddos (1)
  • exam (1)
  • file hosting (2)
  • General (11)
  • Hosting (1)
  • It’s me (2)
  • linux (1)
  • Linux Shell (14)
  • Make Money Online (2)
  • Mysql (2)
  • mysqldump (1)
  • php (1)
  • Programming (3)
  • proxy (1)
  • Reseller (1)
  • SEO (1)
  • Servers (21)
  • VPN (1)
  • Windows (6)
  • wordpress (1)

Archives:

  • June 2008
  • May 2008
  • April 2008
  • March 2008
  • February 2008
  • January 2008
  • December 2007
  • October 2007
  • May 2007
  • April 2007

Blogroll

  • Free Rapidshare Downloads

Meta:

  • Register
  • Login
  • Valid XHTML
  • XFN
  • WordPress


Finally! It crossed 20$!

03 16th, 2008

Oh! Finally i crossed my first benchmark for the free file hosting site of mine. It was 20$ first time and i crossed it in 16 days, i m really glad to findout the way to make money with free file hosting and its really superb tactic i found earlier. My next target is to get at least 34$ every day so that i can generate at least 1000$ at the end of the month from adsense :) Hope the money waiting for me.

Read Comments(0)


PHP Cacher with Suphp?

02 27th, 2008

I think my estimation was really wrong :-S , No php cacher works perfectly with the suphp environment :( Its really very much disappointing :( Xcache would work, but for some photo galleries and some kind of sites which needs to system process will get locked with xcache. Eaccelerator doesn’t work at all with suphp. I m thinking to try apc, though i m really not interested in running apc as i havent heard good regarding its transition intelligence. But finally i have to say, if you are running your server with suphp or phpsuexec then you may need to forget using a php cacher with it. Even in some cases it will conflict with suhosin too lol!

Read Comments(0)


Backing Up/Restoring Mysql Databases using SSH/Shell

02 27th, 2008

This is really the most handy tool for mysql databases. A built in mysqldump can be used via shell to dump mysql databases within a few minutes. Sometimes dumping backups using phpmyadmin is too hazardous. So it’s really a necessary tool and fast too. I have listed this commands and i believe this should be useful to lots of system admins :)

Taking Database Backup

mysqldump -uuser -pmysqluserpassword database_name > database_name.sql

Restoring a Database

mysql -uuser -pmysqluserpassword database_name < database_name.sql

Here, you need to replace the user with the proper database user who has access to that specific database and the mysqluserpassword directs the password of that specific user. Here, one important thing is database_name.sql file can be replaced with the location of the sql file, suppose if you want to save it or retrieve from /home/backup then you can put /home/backup/database_name.sql to do that.

Read Comments(0)


Blocking Iran and China for Proxy Server!!

02 27th, 2008

Finally i made this decision. Its really hard to block a full country from accessing the server, though i was forced to block the traffic from some region located in Iran and China. Our main Proxy server was being abused at high level from these countries and most of my proxy customers were dis-impressed with the performance for last few days. This is the first time i saw my customers informing regarding the degrade in performance, so i was forced to take this hard decision. Although, i do not use cisco hardware firewall to block these traffic or a software firewall. I found the easiet and efficient way to do this is using the maxmind tool to create an artificial intelligence. It shows a page saying an error. I really do not like the stuff to directly drop the full request of a n user. So firewall wasn’t a perfect way to do so. Now my soft works like a charm :)

Read Comments(0)


Best DDOS protector?

02 13th, 2008

DDOS has become a real headache for me in these days. Everyday, around 40% of the load with a good amount of bandwidth is being licked by these lame attackers. From starting i m using the ddos deflate a well known ddos protector to all the server admin. This ddos protector uses “netstat” to find out the connections on the server and ban them for a period of time using a firewall automatically. Whats the main disadvantage of this protector is its not a real time protection, and for running netstat it creates a good amount of load on the server. More Importantly, this ddos protector just bans the ip at a certain ideatically. In lots of cases you may find this that, ddos deflate has banned someone who is not really doing ddos on your server. So if you are trying to fetch for a best ddos protector for a loaded server, specifically for a hosting service, then definitely ddos deflate wont be a good choice without any modification.

When a real time syn flood protector concerns, then the first one comes, is Cisco Guard or that typo firewall software. They uses some artificial techniques to determine the syn flooding and filter the requests. Its good, but in lots of cases when more pure attacks are in effect, it wont perform the best too. Though, it may reduce the load on the server by filtering a good amount of ddos traffic. But i have found that, most of the DC don’t provide this service to buy. Its only available to use for 24 hours so. Moreover, for not having it available in market to buy directly from vendor, no individual businessman going to have it by paying too.

As runtime filtering is not possible without a big artificial intelligence, thats why i m really thinking to modify the ddos deflate to its best. According to my inspection certain modification on this script can make it more perfect and better in lots of ways. But one of the disadvantage of taking high load will kept alive as we cant proceed without checking or analysing the traffic details. Though, the modified ddos deflate should work fine in lots of cases when loaded dedicated boxes concern. My main motive is to make the protector ban the IPs who are estabilished means alive in the network and basically using http protocol. I m also working on it to make it more simple and working faster in the network. I will definitely be posting the download when i m done with the project and tested it in my network :) It should be more perfect comparing from both side i explained :)

Read Comments(0)


How to create .htaccess on windows

02 13th, 2008

In recent times, i bought a windows vps to hold my remote desktop facility and running a file hosting site to earn some bucks from warez :) As i wasn’t familiar with windows server, it looks like total crap to me. Most probably in the world, the best addons for desktop have been created for windows and when it concerns regarding server, then its definitely LINUX. Although, as there are file types factor in windows, you cant create a file with . in front as windows will always say you to put a file name. To make windows understand to include the . with the filname you just need to put double quote in both end while saving the file. Putting the following while saving the file should create a .htaccess file in windows:

".htaccess"

To tell you the truth, windows really sucks when web server concerns :)

Read Comments(0)

« Previous Entries
Next Entries »
© Copyright by Hoaxblog.com