Skip to main content

Mandriva

Mandrake Linux was created in 1998 with the goal of making Linux easier to use for everyone. At that time, Linux was already well-known as a powerful and stable operating system that demanded strong technical knowledge and extensive use of the "command line"; MandrakeSoft saw this as an opportunity to integrate the best graphical desktop environments and contribute its own graphical configuration utilities and quickly became famous for setting the standard in ease-of-use and functionality. Mandriva Linux, formerly known as Mandrakelinux, is a friendly Linux Operating System which specializes in ease-of-use for both servers and the home/office. It is freely available in many languages throughout the world.

Related Links:Mandriva Forum, Mandriva Reviews, Official website, Distrowatch Page Would you like to receive an email when a new version of Mandriva is released? If so then click here. < <
Mandriva Enterprise Server 5.1 Review Mandriva Enterprise Server 5.1 1 isos in 1 groups
Mandriva Linux 2010 Review Mandriva Linux 2010
Mandriva Linux 2009.1 Review Mandriva Linux 2009.1
Mandriva One 2009 Xfce Review Mandriva One 2009 Xfce
Mandriva Linux 2009 Review Mandriva Linux 2009 8 isos in 4 groups
Mandriva Linux 2008.1 Review Mandriva Linux 2008.1 3 isos in 1 groups
Mandriva Linux 2008 Review Mandriva Linux 2008 4 isos in 2 groups
Mandriva Linux 2007.1 Review Mandriva Linux 2007.1 6 isos in 2 groups
Mandriva One 2007 "Metisse" Review Mandriva One 2007 "Metisse" 1 isos in 1 groups
Mandriva Linux Free 2007 Review Mandriva Linux Free 2007 3 isos in 3 groups
Mandriva One Free 2007 Review Mandriva One Free 2007 2 isos in 2 groups
Mandriva One 2006 Review Mandriva One 2006 1 isos in 1 groups
Mandriva Linux 2006 Review Mandriva Linux 2006 6 isos in 2 groups
Mandriva Linux 2006 Beta 3 Review Mandriva Linux 2006 Beta 3 3 isos in 1 groups
Mandrake Linux 10.1 Official Review Mandrake Linux 10.1 Official
Mandrake Linux 10.1 Community Review Mandrake Linux 10.1 Community
MandrakeMove 9.2 Review MandrakeMove 9.2 1 isos in 1 groups
Mandrake Linux 10.0 Official Review Mandrake Linux 10.0 Official

Comments

Popular posts from this blog

ipsec tunnel pfSense and Centos

pfSense 1.2.3 -------- external ip: 1.1.1.1 internal ip: 172.20.1.20 internal network: 172.20.1.0/24 Centos 5.5 -------- external ip: 2.2.2.2 internal ip: 172.20.2.1 internal network: 172.20.2.0/24 pfSense config from a reset. Firewall rule to allow all ipsec communication (all protocols). pfSense ipsec config -------------------- Mode: Tunnel Interface: WAN (I'm not sure this should be WAN, but changing it to LAN makes no difference) Local subnet: 172.20.1.0/24 Remote subnet: 172.20.2.0/24 Remote gateway: 2.2.2.2 Phase 1 Negotiation mode: agressive My identifier: My IP adress Encryption algorithm: 3DES Hash algorithm: SHA1 DH key group: 2 Authentication method: Pre-shared key Pre-Shared Key: secret Phase 2 Protocol: ESP Encryption algorithms: Rijndael (AES) Hash algorithms: SHA1 PFS key group: 2   Centos ipsec config ------------------- /etc/sysconfig/network-scripts/ifcfg-ipsec0 TYPE=IPSEC ...

VIM Faster Navigation

Sometimes even the simplest of tasks like navigating through a single file can be optimized. Vim offers several methods of navigation within a file, which can adapt to the contents of the file and how it is organized. Some of these methods are obvious, while others are more complex. Mostly, the files we are editing are well structured. If our files are text, then this structure can be in the form of paragraphs, sentences, and words, or at other times code with functions, blocks, and code lines. Vim supports jumping around the file, according to the structure in the file, and has key bindings that make it easy to go to the exact place in the file where you want to go. Moving within a text file You are working on a normal text file and in the middle of a sentence you realize that you have forgotten to make the first letter in the paragraphs uppercase. You could of course, use the arrow-keys or the h/j/k/l navigation keys to move to the beginning of the paragraph to cor...

Endian Firewall

With perilous threats from crackers and script kiddes lurking in the network, IT administrators could do no better than placing a firewall protection. Firewall prevents unwanted access to departmental systems while preventing local systems from attacking systems on the other network. It ensures that the traffic entering and leaving the secured LAN is accessing the correct applications on the correct computers. We had already done with the top free Windows firewall. However, there is cool open source firewall to take advantage of. Open source firewall not only offers better customization options, but also reduces the cost of ownership. After a comprehensive search we assorted the top 10 open source firewall. 1. Endian Firewall This is an open source firewall based on the IPCop Linux Firewall. It is one of the most widely used open source firewall with comprehensive features. It is almost an opensource Universal threat Management (UTM) device with a Statefull firewall, VPN, Webpro...