Linux Tutorials on the topic “linux”

  • How To Set Up A Wireless Network Using WPA/WPA2 With Radius Authentication With CIITIX-WiFi

    Author: lashfayTags: , Comments: 2

    How To Set Up A Wireless Network Using WPA/WPA2 With Radius Authentication With CIITIX-WiFi This document serves as quick guide on how to set up a wireless network using WPA / WPA2 with radius authentication. This document will only cover the basics and is not exhaustive of all possibilities and features but with this information and basic networking skills you should be able to get running very soon. I decided to do this guide for the users wanting to try out and implement radius authentication for WiFi security.

  • How To Configure The AIDE (Advanced Intrusion Detection Environment) File Integrity Scanner For Your Website

    Author: abefromanTags: , , Comments: 9

    How To Configure The AIDE (Advanced Intrusion Detection Environment) File Integrity Scanner For Your Website A file integrity scanner is something you need to have.  Imagine a hacker placing a backdoor on your web site, or changing your order form to email him a copy of everyone's credit card while leaving it appear to be functionally normally. By setting up daily reporting, this notifies you within, at most, 24 hours of when any file was changed, added, or removed.  It also helps establish an audit trail in the event your site is compromised. These instructions are designed for an end user, where you don't need to have root access, to implement and assumes your server has the aide binary installed.  Most hosts will have this installed already, or will install it for you upon request.

  • How To Change The Date And Time From The Console

    tux Author: estrellagaliciaTags: Comments: 6

    How To Change The Date And Time From The Console This short tutorial explains how you can modify your system date and time from the console.

  • Flexnet License Monitoring With rrdtool

    tux Author: gbiTags: , , , Comments: 0

    Flexnet License Monitoring With rrdtool Some of you may know the commercial Flexnet Licencing Application (©Macrovision). It's a client-server based solution for managing the usage of socalled Flexnet-enabled applications. You can hold licenses of more than one product on one license-server. As you typically have to buy licenses and licenses can be expensive it would be nice to have a monitoring solution, to see the utilization of the precious licenses, wether they are underutilized (so money is wasted) or are always fully utilized (so that you can suspect that sometimes people can not do their work, or only delayed) which is also a waste of resources. As far as I know there are commercial applications for performing such reports, but again you have to spent money. Why not build a simple system yourself, which shows the actual and past usage in an "MRTG style"?

  • Ghosting The Machine

    tux Author: linuxscooterTags: , , Comments: 23

    Ghosting The Machine This is a short but potentially extremely handy guide to ghosting one Linux box to another (or simply making a full backup of a desktop/server). You might have a small office where you customise one desktop just how you like it and need to roll this out to N other PC's or simply want a backup of a server or desktop to another machine or even to an image file. The main tool here is netcat which is extremely powerful and has a multitude of other great uses that won't be covered here.

  • Install Linux Without Burning An ISO To CD/DVD - Use The ISO Downloaded To Your Hard Drive

    tux Author: vtapasTags: , Comments: 16

    Install Linux Without Burning An ISO To CD/DVD - Use The ISO Downloaded To Your Hard Drive I am describing here a method to install Linux without using a DVD ROM or CD Drive; I have checked it myself. There are many ways to do so you can install Linux by 1) booting from the network; 2) having an ISO image on your hard disk; 3) booting from USB; 4) installing a linux system from scratch by building your own.

  • Using eBox As A Gateway: Firewall, Traffic Shaping, HTTP Proxy And More

    Author: jsalameroTags: Comments: 4

    Using eBox As A Gateway: Firewall, Traffic Shaping, HTTP Proxy And More eBox Platform is the Linux small business server that allows you to manage all your network services like firewall, DHCP, DNS, VPN, proxy, IDS, mail, file and printer sharing, VoIP, IM and much more. These functionalities are tightly integrated, automating most tasks, avoiding mistakes and saving time for system administrators. This article will show you step by step how to use eBox as a Gateway, featuring network configuration, load balancing between two Internet connections with WAN failover and multigateway rules for policy routing, traffic shaping, DHCP and DNS cache for the LAN network and HTTP proxy with different content filtering policies and antivirus.

  • How To Set Up An AAA Server With CIITIX-WiFi

    Author: babarsaleemTags: Comments: 7

    How To Set Up An AAA Server With CIITIX-WiFi CIITIX-WiFi is a turnkey solution to your WiFi hotspot needs. Built onto the rock solid stable debian linux, setting up a secure (TTLS) WiFi hotspot is just a minute away. This guide shows how to set up an AAA server (authentication, authorization and accounting) with CIITIX-WiFi.

  • Accessing Windows Or Samba Shares Using AutoFS

    Author: pefuTags: , , Comments: 24

    Accessing Windows Or Samba Shares Using AutoFS You already installed Linux on your networked desktop PC and now you want to work with files stored on some other PCs in your network. This is where autofs comes into play. This tutorial shows how to configure autofs to use CIFS to access Windows or Samba shares from Linux Desktop PCs. It also includes a tailored configuration file.

  • Browsing the Windows network with your linux machine with automatic mounting and discovery of all hosts and shares.

    Author: stefbonTags: , , Comments: 0

    An attempt to complete automatic discovery and mounting of SMB (Windows and Samba) networkshares For some time I've been looking for a good way to let my computer discover the Windows network and other networkservices like SSH and FTP and mount shares on demand. After trying the kioslaves in the desktop of my choice (KDE) and the FUSE programs Fusesmb and SmbNetFs, I was not really satisfied. There had to be an way to let my computer discover all the workgroups/domains, the hosts and the shares, and mount a share on a hosts on demand.This contruction does that exactly, for the networkservices SMB ("Windows Neighboorhoud") and SSH. Support for FTP is underway.