Suramya's Blog : Welcome to my crazy life…

November 14, 2005

How to fix your Monitor refresh rate in Debian

Filed under: Computer Tips,Linux/Unix Related — Suramya @ 12:00 AM

The easiest way I have found is to use the ‘gtf’ command. The syntax of the command is:

gtf Horizontal Vertical RefreshRate

so if you wanted a screen resolution of 1024×768 with a 100 hz refresh rate the command would be:

gtf 1024 768 100

and the command will show you a line something like this:

# 1024×768 @ 100.00 Hz (GTF) hsync: 81.40 kHz; pclk: 113.31 MHz
Modeline “1024×768_100.00″ 113.31 1024 1096 1208 1392 768 769 772 814 -HSync +Vsync

Now you need to copy this to the monitor section of the /etc/X11/XF86Config-4

so that it would look something like:

Section “Monitor”
Identifier “Generic Monitor”
Option “DPMS”

# 1024×768 @ 100.00 Hz (GTF) hsync: 81.40 kHz; pclk: 113.31 MHz
Modeline “1024×768_100.00″ 113.31 1024 1096 1208 1392 768 769 772 814 -HSync +Vsync

EndSection

Save the changes and restart the xserver for the changes to take effect.

Hope this helps.

– Suramya

November 9, 2005

Building extra secure Web applications

Filed under: Security Tutorials,Tech Related — Suramya @ 4:30 PM

Interesting article from IBM that offers a new security design framework that covers two common types of vulnerability: action tampering and parameter manipulation (also known as data tampering).

Check it out: Build extra secure Web applications

– Suramya

Proposed Legislation in NY Addresses Wireless Security concerns

Filed under: Computer Related — Suramya @ 1:06 PM

Interesting new policy is in works in the Westchester County (NY). It actually makes sense as long as they don’t extend it to include all WiFi access points instead of just ones run by comercial businesses. (Check out gWiFi.net for a list of free and open access points.).

Westchester County (NY) executive Andy Spano is sponsoring legislation that would require commercial businesses that offer wireless hot spots to have firewalls and other security measures in place if they also collect sensitive customer information. The legislation would require companies to separate the confidential data they hold from the networks
that offer wireless access. One analyst has observed that whether a network is wireless or wired, organizations should keep sensitive data secure. The proposed legislation is believed to be the first of its kind in the United States.

Original Source: Sans.org NewsBytes

Additional Info:
http://www.eweek.com/article2/0%2C1895%2C1882081%2C00.asp
http://software.silicon.com/security/0,39024655,39153963,00.htm
http://www.fcw.com/article91313-11-04-05-Web
http://www.westchestergov.com/whatsnew/pressfr.htm

November 8, 2005

Reducing browser privileges for a user

Filed under: Security Tutorials,Tech Related — Suramya @ 10:31 PM

This article shows a simple approach of reducing privileges for Internet-facing applications on such as IE, Firefox, IM and email clients when the user must operate as a Windows administrator.

Reducing browser privileges

November 7, 2005

Top 21 PHP progamming mistakes – Part I: Seven Textbook Mistakes

Filed under: Tutorials — Suramya @ 3:39 PM

A really interesting series of Articles that talk about common mistakes made by inexperienced PHP Programmers and how to avoid them.

Top 21 PHP progamming mistakes

– Suramya

November 5, 2005

What Should I Read Next?

Filed under: Interesting Sites — Suramya @ 11:32 PM

Cool site that recomends books to read based on the book you searched for. I tried a couple of searches and found that its recomendations were pretty accurate and correct (I had already read some of the books it recommended and had liked them)

Check it out if you like reading: What Should I Read Next?

November 2, 2005

Windows XP services that can be disabled

Filed under: Computer Security,Security Tutorials,Tech Related — Suramya @ 9:53 PM

One of the most effective ways to secure a Windows workstation is to turn off unnecessary services. This reference sheet lists the Windows XP SP 2 services, describes each service’s function, specifies whether you can safely disable the service, and outlines the ramifications of disabling the service.

Good Information. Check it out.

Downloading Windows XP services that can be disabled – TechRepublic

Windows XP services that can be disabled

Filed under: Computer Security,Security Tutorials,Tech Related — Suramya @ 9:51 PM

One of the most effective ways to secure a Windows workstation is to turn off unnecessary services. This reference sheet lists the Windows XP SP 2 services, describes each service’s function, specifies whether you can safely disable the service, and outlines the ramifications of disabling the service.

Good Information. Check it out.

Downloading Windows XP services that can be disabled – TechRepublic

Network monitoring with Cacti

Filed under: Computer Software,Security Tools,Tech Related — Suramya @ 9:04 PM

Interesting software to try out for network monitoring. Hopefully it will be simpler to use/setup than some of the other software I have tried earlier.

Network monitoring with Cacti

October 31, 2005

Ajax Tutorial: Ajax What Is It Good For?

Filed under: Computer Software,Tech Related,Tutorials — Suramya @ 9:09 PM

Nice Tutorial on Ajax and what it is good for. Interesting read.

Ajax Tutorial: Ajax What Is It Good For?

– Suramya

« Newer PostsOlder Posts »

Powered by WordPress