July 2009
Mon Tue Wed Thu Fri Sat Sun
« Jun   Aug »
 12345
6789101112
13141516171819
20212223242526
2728293031  

Month July 2009

Production Cost For PS3 Down 70 Percent

I bought my PS3 when it was at $600.  It came with only one game controller, and 60 GB HD.  Now a day you can grab a PS3 for $200 less.  PS3 from Blogmyway online store costs only $389.95, brand new, and it has 160 GB HD, and one Dualshock 3 wireless controller.  I still think the current price of PS3 is expensive.  The good news is that Sony corp CEO Nobuyuki Oneda said the production cost of PS3 units is now %70 cheaper.  This means Sony may be able to cut down the price of the PS3 further!  In my opinion, if you’re a patient type, you don’t have to go out and buy a PS3 now, you can wait till next year that Sony drops the price for PS3 again, and get a PS3 then will be cheaper.

For your information:  I get commission in U.S. dollar if you buy a PS3 at Blogmyway Store.

Preventing Malicious Activities From Havocking Your Website And Web Applications

Running a website now a day is a complicated thing if you want to be doing it the right way and is serious about running it.  Let start with why should you care how your website looks like?  You don’t want to create a website that looks like it is a dinosaur’s fossil right?  This means your website needs to have extra features such as RSS feeds, a social feature that helps you share website’s contents with Digg and Newsvine and so on, web 2.0 style in general, provide comment form for web discussion in appropriate areas, and more.  How a website “looks and behaves” is a big subject which you can bet on that delving further can lead to hours of reading materials and hand-on practices.

An even more complicated matter that you should care or have taken care of when running a website is to securely running it.  What is that mean?  Unfortunately, when running a website that is behaving in a modern way (web 2.0 speaking), you have to watch out for the evil doers remotely.  Why is that?  Modern websites contain more forms and functions that allow website visitors to interact with your website’s databases, and if you don’t have a clue about website security, then hackers and script kiddies can easily take all kind of bites at your cakes –  your website and your website’s databases.  You can look up these terms for starter — SQL injection, XSS, comment spams, registration spams, and web application vulnerabilities.

The list of appropriate ways for running a website securely and attractively can be really long.  It’s best to leave a completion of the various tutorials and tips and tricks on this matter to the appropriate technical books that you can always pick up in a book store near you, or download such books digitally from valid online sources.

Let talk about prevention!  I think prevention is better than cure, but you need both to have a good night sleep!  Though I will only rant about prevention on this specific post.  My prevention rant should not be your completed guide to web security, because I merely scratch the surface of this very topic.  When installing a web application for your website, it’s best to choose a well written web application (well coded).  All web applications have bugs that may introduce security risks for website’s owners, and this is why you should do research about a specific web application before applying it for your website.  Some open source web applications are so successful, because there are huge communities that support them.  Successful web applications’ communities release bug fixes fast to patch up security holes, and answering rocket science questions often on the support forums.  It’s best for you to choose a web application that has a huge active support community.  If it’s an in-house web application (custom made), then let hope you have good or great web developers/programmers be ready whenever you have an emergency situation.  Even better, you can learn some programming languages yourself.

I can say the best prevention of all is to install ModSecurity if you are running Apache web server.  ModSecurity allows you to introduce security rules that can prevent malicious web activities to reach your web applications.  With correct security rules, ModSecurity can prevent SQL injections, XSS attacks, automatic bot activities, and a lot more.  It’s like a firewall for your web applications.

ModSecurity’s rules are complicated, and if you’re brand new to this whole website running process, I think you should ask for professional help.  Though if you are a daredevil, you can always try install ModSecurity yourself, grab excellent ModSecurity’s rules from GotRoot.com, and apply the rules.  One thing you should know about ModSecurity is that it’s excellent in preventing malicious activities from reaching your web applications, it can also break your website’s functionalities if you configure it wrongly.  Why?  Some ModSecurity’s rules are too strict, and by using those rules, your website’s functions and features may not be able to run normally since ModSecurity is blocking it.  Watch ModSecurity’s log carefully to see which rule is preventing which feature in your website from functioning, and then delete out that specific rule is one of the way to quickly fix this type of situation.

There is an easier way to allow your website works well with ModSecurity is to add a whitelist IP address or addresses.  For example, if your website is host on IP 111.222.333.444, you can add SecRule REMOTE_ADDR “^111.222.333.444$” “nolog,phase:1,allow” to your ModSecurity configuratin file(s).  Locating this main configuration file is varies depend on what system you are running your Apache and ModSecurity on.  From this main configuration file you can use Include statement to include rules that are in external directories and files.

Western Digital 1 Terabyte Mobile Hard Drive Is Out

In the good old days when hard drive was merely a few gigabytes, and it was expensive too.  Now you can get a hard drive up to a terabyte and more.  You can count on that hard drives keep getting bigger in capacity, but the size might get pretty slim.  I’m not talking about a hard drive that is residing in server or desktop, it’s possible to get a terabyte hard drive inside your laptop now.  You gotta love a laptop that can store up to terabytes eh?

A professor at a university that I went to once said it’s unimaginable why one needs more than 10 gigabytes hard drive, but he was so wrong.  Well, we can’t blame him since it was the past!  As the way things go now a day, computer users are hungry bunch as they grab whatever they see on the Internet and store them onto their hard drives.  I’m talking about videos, long flash movies, free video games.  So many free open source software that one can go about to fill up a large hard drive easily.

A nerd like me love to split a large hard drive into many partitions.  With many partitions I can install different  operating systems (Linux flavors and Windows) onto each partition.  Doing this with a large hard drive you can get not only dual boot but triple boot and more.  Neat!

Good news for hungry nerdy bunch as Western Digital is now shipping a 1 terabyte mobile hard drive.  Getting this hard drive won’t be too expensive either, it’s below $300.  More

Follow

Get every new post delivered to your Inbox.

Join 135 other followers