Alerts This Week
Warning Icon 1 697
Alerts This Week
Warning Icon 1 697

Stay Ahead With Linux Security News

Filter Icon Refine news
X Clear Filters
X Clear Filters
View More

Get the latest News and Insights

Get the latest Linux and open source security news straight to your inbox.

Community Poll

What got you started with Linux?

No answer selected. Please try again.
Please select either existing option or enter your own, however not both.
Please select minimum {0} answer(s).
Please select maximum {0} answer(s).
/main-polls/150-what-got-you-started-with-linux?task=poll.vote&format=json
150
radio
0
[{"id":483,"title":"Self-taught through trial and error","votes":546,"type":"x","order":1,"pct":78.45,"resources":[]},{"id":484,"title":"Formal training or courses","votes":30,"type":"x","order":2,"pct":4.31,"resources":[]},{"id":485,"title":"A job that required it","votes":34,"type":"x","order":3,"pct":4.89,"resources":[]},{"id":486,"title":"Other","votes":86,"type":"x","order":4,"pct":12.36,"resources":[]}] ["#ff5b00","#4ac0f2","#b80028","#eef66c","#60bb22","#b96a9a","#62c2cc"] ["rgba(255,91,0,0.7)","rgba(74,192,242,0.7)","rgba(184,0,40,0.7)","rgba(238,246,108,0.7)","rgba(96,187,34,0.7)","rgba(185,106,154,0.7)","rgba(98,194,204,0.7)"] 350
bottom 200
Loading...

Explore Latest Linux Security news

We found 2 articles for you...
81

P3P Privacy Standard Faces Adoption Challenges In Web Development

Six months after its recommendation as an Internet standard, a major privacy initiative is entering an awkward adolescence as software heavyweights adopt it and individual Web sites leave it to languish. . . . Six months after its recommendation as an Internet standard, a major privacy initiative is entering an awkward adolescence as software heavyweights adopt it and individual Web sites leave it to languish . In ordinary economic times, a protocol like the World Wide Web Consortium's Platform for Privacy Preferences (P3P) might have a hard time gaining acceptance in the marketplace, as mainstream consumers generally exhibit lax security practices when it comes to their own online privacy. But in an economic downturn, the privacy protocol also is subject to disinterest by Web developers with scarce resources The link at news.com is no longer available. . Three quarters past its endorsement, X4Y faces hurdles in uptake as platforms allow it to stagnate due to financial obstacles.. P3P, Privacy Standard, Data Security, Web Privacy, Online Protection. . LinuxSecurity.com Team

Calendar 2 Nov 02, 2023 User Avatar LinuxSecurity.com Team Privacy
78

Firefox 4 Beta Offers Extended HTML5 And CSS3 Features For Developers

The Mozilla Foundation has released an early beta of the upcoming version 4 of Firefox, its flagship cross-platform browser for Windows, OS X, and Linux. The long-awaited release introduces a number of improvements and additions over previous versions of Firefox. Firefox 3 came out two years ago, while version 3.5 of the Web browser debuted in 2009.. HTML 5 and CSS 3, the standards that are slated to power next-generation Websites, are clearly at the forefront of Mozilla's development efforts. Firefox 4 includes extended support for many of the new features that those two technologies introduce, including the Websocket API, which enables Web-based applications to access servers using arbitrary protocols like, for example, the one used by e-mail clients. The link for this article located at PC World is no longer available. . Chrome 90 Preview brings improved compatibility with WebAssembly and ES2021, powering innovative online experiences and services.. Firefox 4 Beta, open source browser, web development, HTML5 support, CSS3 features. . LinuxSecurity.com Team

Calendar 2 Jul 07, 2010 User Avatar LinuxSecurity.com Team Vendors/Products
72

Netfilter 2.4.x: Exciting New Homepage Launch for All Users

The netfilter core team proudly announces: The new netfilter/ipables project homepage. So finally, in the beginning of 2002, about one year after 2.4.x was released, the netfilter project gets its new homepage.. . .. The netfilter core team proudly announces: The new netfilter/ipables project homepage. So finally, in the beginning of 2002, about one year after 2.4.x was released, the netfilter project gets its new homepage. Subject: [ANNOUNCE] new netfilter homepage Date: Wed, 9 Jan 2002 18:33:31 +0100 From: Harald Welte To: This email address is being protected from spambots. You need JavaScript enabled to view it. Hi Everybody! The netfilter core team proudly announces: The new netfilter/ipables project homepage. / / as well as the old locations: / As we all know, the old homepage was quite OK for a small development project during the 2.3.x series, where only developers would access the homepage. Since 2.4.x is considered stable, and distributions ship the kernel, we get more and more users - and thus the website is accessed mainly by ordinary users these days. On June 06, 2001 the netfilter core team made a call for volunteers looking for a webmaster doing the design. Our choice was Shane Chan. He did a great job, but unfortunately there was some misunderstanding about the tools to be used and some other technical details. I've now taken the original HTML design by Shane and written some 400 lines of perl code to handle the HTML generation from templates, scoreboard handling, etc. So finally, in the beginning of 2002, about one year after 2.4.x was released, the netfilter project gets its new homepage. Thanks to everybody who helped, especially Shane. If you note any broken links, spelling errors or missing information, please contact me immediately! -- Live long and prosper - Harald Welte / This email address is being protected from spambots. You need JavaScript enabled to view it. http://www.gnumonks.org/ ============================================================================ GCS/E/IT d- s-: a-- C+++ UL++++$ P+++ L++++$ E--- W- N++ o? K-w--- O- M- V-- PS+ PE-- Y+ PGP++ t++ 5-- !X !R tv-- b+++ DI? !D G+ e* h+ r% y+(*) . The netfilter core group proudly unveils the debut of the netfilter/ipables project website, crafted for the community.. Netfilter Project, iptables, open source firewall, community announcement, web development. . Anthony Pell

Calendar 2 Feb 18, 2002 User Avatar Anthony Pell Firewalls
67

Creating Dynamic Template-Driven Pages For E-Commerce Using Perl And Python

This article talks about "template-driven pages, this time using Perl and Python to deliver those SSI templates straight into CGI documents. In the last article we examined the different ways in which we could introduce pages purely using the SSI (Server . . . . This article talks about "template-driven pages, this time using Perl and Python to deliver those SSI templates straight into CGI documents. In the last article we examined the different ways in which we could introduce pages purely using the SSI (Server Side Includes) features of Apache. The problem with SSI is that it doesn't apply to pages that have been served by a CGI script. Instead, you need to manually read and regurgitate the template for yourself within the script or CGI service that you are using. " The link for this article located at ApacheToday is no longer available. . Uncover the process of developing template-based web pages with Perl and Python for CGI scripts. Enhance your online retail platform.. Template-Driven Pages, CGI Development, Perl Solutions, Python Solutions. . LinuxSecurity.com Team

Calendar 2 Sep 13, 2000 User Avatar LinuxSecurity.com Team Cryptography
77

Building An E-Commerce Site: Catalogs, Carts, And User Experience

In this installment, we add scripts to let the user browse our product catalog and we let them order our products. After completing this installment, you will have experience navigating the product catalog, viewing product details, managing the shopping cart, . . .. In this installment, we add scripts to let the user browse our product catalog and we let them order our products. After completing this installment, you will have experience navigating the product catalog, viewing product details, managing the shopping cart, purchasing the shopping cart items, and understanding the payment process. The link for this article located at DevShed is no longer available. . Elevate your online retail expertise by integrating product listings and checkout systems for a smooth customer experience.. Product Catalog, Shopping Cart, E-Commerce Development, Online Store Features. . LinuxSecurity.com Team

Calendar 2 Jun 09, 2000 User Avatar LinuxSecurity.com Team Server Security
77

Addressing Apache Configuration Challenges for E-Commerce Sites

This ApacheToday article discusses what issues are involved with Apache to configure an E-Commerce site. "So, E-Commerce is the buzzword, but how do you actually produce an E-Commerce site? ... Here's a quick guide to some of the issues . . .. This ApacheToday article discusses what issues are involved with Apache to configure an E-Commerce site. "So, E-Commerce is the buzzword, but how do you actually produce an E-Commerce site? ... Here's a quick guide to some of the issues facing the E-Commerce developer that we'll be covering in future articles" The link for this article located at ApacheToday [LinuxToday] is no longer available. . Establishing an E-Commerce site with Apache involves optimizing server performance for traffic, enhancing security, and managing SEO through various techniques.. Apache Configuration, E-Commerce Solutions, Web Development Issues. . LinuxSecurity.com Team

Calendar 2 May 31, 2000 User Avatar LinuxSecurity.com Team Server Security
67

Creating A Linux E-Commerce Solution: Development Steps Overview

Part one of this five-part article, found on LinuxToday, discusses what's required to build an e-commerce solution using Linux. . . .. Part one of this five-part article, found on LinuxToday, discusses what's required to build an e-commerce solution using Linux. The link for this article located at VARBusiness is no longer available. . Delve into the fundamental prerequisites for establishing an online retail platform using Linux with this comprehensive guide.. Linux E-Commerce, Open Source Solutions, Web Development. . LinuxSecurity.com Team

Calendar 2 Feb 07, 2000 User Avatar LinuxSecurity.com Team Cryptography
News Add Esm H340

Get the latest News and Insights

Get the latest Linux and open source security news straight to your inbox.

Community Poll

What got you started with Linux?

No answer selected. Please try again.
Please select either existing option or enter your own, however not both.
Please select minimum {0} answer(s).
Please select maximum {0} answer(s).
/main-polls/150-what-got-you-started-with-linux?task=poll.vote&format=json
150
radio
0
[{"id":483,"title":"Self-taught through trial and error","votes":546,"type":"x","order":1,"pct":78.45,"resources":[]},{"id":484,"title":"Formal training or courses","votes":30,"type":"x","order":2,"pct":4.31,"resources":[]},{"id":485,"title":"A job that required it","votes":34,"type":"x","order":3,"pct":4.89,"resources":[]},{"id":486,"title":"Other","votes":86,"type":"x","order":4,"pct":12.36,"resources":[]}] ["#ff5b00","#4ac0f2","#b80028","#eef66c","#60bb22","#b96a9a","#62c2cc"] ["rgba(255,91,0,0.7)","rgba(74,192,242,0.7)","rgba(184,0,40,0.7)","rgba(238,246,108,0.7)","rgba(96,187,34,0.7)","rgba(185,106,154,0.7)","rgba(98,194,204,0.7)"] 350
bottom 200
Your message here