BBC News: Hackers warn high street chains
Security Revealed
Earlier this week an article concerning Vista and market share and one about how Open Source Software has cost the IT Industry $60 Billion dollars over the last five years or so. Needless to say this generated some conversations about its validity. I got to wondering if there have ever been accurate market share statistics for Linux or any operating system for that matter and to ask myself the $60 Billion dollar question.
A reader, GreggS, provided a link to a myspace page with a specific friendid that has java script th …(more)…
ZDNet UK: Ballmer – Microsoft may keep XP if users demand it "Microsoft could rethink plans to phase out its Windows XP operating system by 30 June if customers show they want to keep it"
The Huffington Post: Election Systems Upgrade – Money’s Gone To Iraq "the average ATM costs more than the typical touch screen voting machine"
The Register: Prank callers crash Dublin Zoo phone system "zoo had been hit with over 100,000 calls in the last two weeks"
[SECURITY] [DSA 1558-1] New xulrunner packages fix arbitrary code execution
[ MDVSA-2008:091 ] – Updated wireshark packages fix denial of service vulnerabilities
Lotus expeditor rcplauncher uri handler vulnerability
You can install latest Ubuntu Linux 8.04 under Windows Vista / XP without creating a new parition with a new tool called Wubi. It is a Ubuntu installer for Windows users that will bring you into the Linux world with a single click. Wubi allows you to install and uninstall Ubuntu easily. This blog post covers basic installation:
With the latest release of the popular Linux-based operating system, Ubuntu Hardy Heron, the installation process just got easier for Windows users who wish to try out an alternative to Vista or XP. Even .NET developers who are looking out on trying the Mono project (the .NET platform for Linux-based operating systems) can benefit from it. All this is possible thanks to a little Windows utility called Wubi, which is an installer for Ubuntu.
© How To Install Ubuntu Linux Under Windows Vista / XP With Wubi – nixCraft – Support nixCraft when you shop at amazon. Thanks!
Congress can show that it’s serious about workers’ rights by pressing Colombia to change the pattern of violence and paramilitary influence.
Congress can show that it’s serious about workers’ rights by pressing Colombia to change the pattern of violence and paramilitary influence.
Congress can show that it’s serious about workers’ rights by pressing Colombia to change the pattern of violence and paramilitary influence.
I’d like to put limits on user file uploading size. How do I restricts the total size of the HTTP request body sent from the client under Apache 2 Web server?
Answer to “LimitRequestBody: Apache Limiting User Upload File Size“
Copyright © nixCraft. All Rights Reserved. Support nixCraft when you shop at amazon. Thanks!
Gzip is the most popular and effective compression method. Most modern web browser supports and accepts compressed data transfer. By gziping response time can reduced by 60-70% as compare to normal web page. The end result is faster web site experience for both dial up (they’re not dead yet – I’ve dial up account for backup purpose) and boradband user. I’ve already written about speeding up Apache 2.x web access or downloads with mod_deflate.
Lighttpd 1.4.xx supports gzip compression using mod_compress. This module can reduces the network load and can improve the overall throughput of the webserver. All major http-clients support compression by announcing it in the Accept-Encoding header as follows:
Accept-Encoding: gzip, deflate
If lighttpd sees this header in the request, it can compress the response using one of the methods listed by the client. The web server notifies the web client of this via the Content-Encoding header in the response:
Content-Encoding: gzip
This is used to negotiate the most suitable compression method. Lighttpd support deflate, gzip and bzip2.
Open your lighttpd.conf file:
# vi /etc/lighttpd/lighttpd.conf
Append mod_compress to server.modules directive:
server.modules += ( "mod_compress" )
Setup compress.cache-dir to stored all cached file:
compress.cache-dir = "/tmp/lighttpdcompress/"
Finally, define mimetypes to get compressed. Following will allow to compress javascript, plain text files, css file,xml file etc:
compress.filetype = ("text/plain","text/css", "text/xml", "text/javascript" )
Save and close the file. Create /tmp/lighttpdcompress/ file:
# mkdir -p /tmp/lighttpdcompress/
# chown lighttpd:lighttpd /tmp/lighttpdcompress/
Restart lighttpd:
# /etc/init.d/lighttpd restart
Use conditional $HTTP host directive, for example turn on compression for theos.in:
$HTTP["host"] =~ "theos\.in" {
compress.cache-dir = "/var/www/cache/theos.in/"
}
Open php.in file:
# vi /etc/php.ini
To compress dynamic content with PHP please enable following two directives:
zlib.output_compression = On
zlib.output_handler = On
Save and close the file. Restart lighttpd:
# service lighttpd restart
© mod_compress: Lighttpd Gzip Compression To Improve Download and Browsing Speed – nixCraft – Support nixCraft when you shop at amazon. Thanks!
In Sweden, one town alone has welcomed more Iraqi refugees than the U.S. since 2003. Not for long.
In Sweden, one town alone has welcomed more Iraqi refugees than the U.S. since 2003. Not for long.
In Sweden, one town alone has welcomed more Iraqi refugees than the U.S. since 2003. Not for long.
(Posted 20 Apr 2008 by falko)
Kantaris SSA Subtitle File Remote Buffer Overflow Vulnerability
KDE KHTML PNGLoader Heap Buffer Overflow Vulnerability
Watchfire AppScan ActiveX Control Multiple Arbitrary File Overwrite Vulnerabilities
Angelo-Emlak Multiple SQL Injection and Cross-Site Scripting Vulnerabilities
Angelo-Emlak Multiple SQL Injection and Cross-Site Scripting Vulnerabilities
Novell GroupWise HTML Injection and Denial of Service Vulnerabilities
Novell GroupWise HTML Injection and Denial of Service Vulnerabilities
Sun Java System Directory Proxy Server Remote Unauthorized Access Vulnerability
Sun Java System Directory Proxy Server Remote Unauthorized Access Vulnerability
| M | T | W | T | F | S | S |
|---|---|---|---|---|---|---|
| « Mar | May » | |||||
| 1 | 2 | 3 | 4 | 5 | 6 | |
| 7 | 8 | 9 | 10 | 11 | 12 | 13 |
| 14 | 15 | 16 | 17 | 18 | 19 | 20 |
| 21 | 22 | 23 | 24 | 25 | 26 | 27 |
| 28 | 29 | 30 | ||||
