background preloader

Linux

Facebook Twitter

Free Operating Systems That Aren't Linux - Software - Open Source. We look beyond the traditional open source OS of choice to other free options such BSD, OpenSolaris, HaikuOS, ReactOS, and PureDarwin.

Free Operating Systems That Aren't Linux - Software - Open Source

The words free and open source operating system usually bring one stock answer to mind: Linux. But Linux isn't the only FOSS OS out there, and in fact hasn't been for some time now -- it's just the one that's most immediately associated with the label. Here's a survey of other operating systems that have also been built as open source products, are free to use, and generally come with little to no restrictions over their use. Many of them have taken strong cues from the way Linux has developed, typically in the collections of userland tools that are available. List of Free Operating Systems: Download Now! There are an increasing number of equipment manufacturers and technology groups that provide operating systems (OS) for free personal and commercial use without any cost or fee.

List of Free Operating Systems: Download Now!

You are sometimes even free to use them, change their source code and redistribute them as well. Like Anything that comes for free, do not expect fancy printed manuals and CD-ROMs and technical support. Yet you can count on the community that uses these OS to provide you support through chat rooms and forums and mailing lists. You will also note that the size of these OS range from 1 to 10 GB so if you don’t have decent broadband connection, paying for a DVD/CD-ROM might seem reasonable. Also if you are not that techie, some of these companies offer helpdesk and support contracts, which can be bought at a reasonable price.

Www.centos.org - The Community ENTerprise Operating System. Free and Open Source Operating Systems. The Linux Command Line by William E. Shotts, Jr. NTP Server. DHCP Server. To configure a DHCP server, you must create the dhcpd.conf configuration file in the /etc/ directory.

DHCP Server

OpenLDAP. This section provides a quick overview for installing and configuring an OpenLDAP directory.

OpenLDAP

For more details, refer to the following URLs: 24.6.1. Editing /etc/openldap/slapd.conf To use the slapd LDAP server, modify its configuration file, /etc/openldap/slapd.conf, to specify the correct domain and server. The suffix line names the domain for which the LDAP server provides information and should be changed from: suffix "dc=your-domain,dc=com" Edit it accordingly so that it reflects a fully qualified domain name.

Suffix "dc=example,dc=com" The rootdn entry is the Distinguished Name (DN) for a user who is unrestricted by access controls or administrative limit parameters set for operations on the LDAP directory. LinuxCommand.org: Learn the Linux command line. Write shell scripts. Rebirth of BackTrack, the Penetration Testing Distribution. Kali Linux - Penetration Testing Distribution - Documentation. Top 15 Open Source/Free Security/Hacking Tools. BackBox Linux. BlackArch Linux. ActiveTcl is Tcl for Windows, Mac, Linux, AIX, HP-UX & Solaris. Linux and Open source PortSpoof – An interesting anti-snooping tool for Linux - Vimperator.

Fool those who try to portscan your system!

Linux and Open source PortSpoof – An interesting anti-snooping tool for Linux - Vimperator

The Portspoof program is designed to enhance OS security through emulation of legitimate service signatures on otherwise closed ports. It is meant to be a lightweight, fast, portable and secure addition to the any firewall system or security infrastructure. The general goal of the program is to make the port scanning software (Nmap/Unicornscan/etc) process slow and output very difficult to interpret, thus making the attack reconnaissance phase a challenging and bothersome task I’ve found the concept behind this small program really interesting : instead of close all your ports with a firewall deceive the real ports, thus annoying the guys who are running portscan versus your server/computer.

The Portspoof program primary goal is to enhance OS security through a set of techniques that will slow down and keep your attackers out from staying low profile during their reconnaissance against your system(s). Art of Active (Offensive) Defense Features. Linux and Open source Understanding Nmap Commands: In depth Tutorial with examples - Vimperator. Article by James Hawkins As we all know, Nmap (Network Mapper) is a stealth port scanner widely used by network security experts (including forensics & Pen-testing Experts).

Linux and Open source Understanding Nmap Commands: In depth Tutorial with examples - Vimperator

In this article we’ll see the different types of Nmap Scans, its techniques, understanding the purpose and goals of each scan , its advantages or disadvantages over other scanning tools, which could be better at evading firewalls & IDS (To a certain extent) and much more. In this first part, I have made my best to explain the basic scanning techniques, Host discovery options, port scanning options, techniques used in detecting Operating system & services running on the system. i also give Nmap as already installed on your system. Let’s start with one of the most basic and default scan, the one without using any parameters.

Open up the terminal, in Ubuntu ctrl+alt +t This is a basic scan of the local IP address 192.168.1.34, we use sudo to gain administrator privileges, and then we give the target to Nmap. Discovery.