Linux Tutorials on the topic “linux”
-
How To Change The Date And Time From The Console
Author: estrellagalicia • Tags: linux • 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
Author: gbi • Tags: centos, linux, monitoring, ubuntu • 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
Author: linuxscooter • Tags: backup, linux, other • 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
Author: vtapas • Tags: linux, suse • 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: jsalamero • Tags: linux • Comments: 4Using 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: babarsaleem • Tags: linux • Comments: 7How 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: pefu • Tags: linux, samba, storage • Comments: 24Accessing 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: stefbon • Tags: linux, samba, storage • Comments: 0An 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.
-
Expanding A Root-FS
Author: gbi • Tags: centos, linux, storage • Comments: 3
Expanding A Root-FS There might be the situation, that your root filesystem runs out of space, so it has to be expanded. With filesystems other than the root filesystem this could easily be done for instance with gparted. With the root filesystem this is not possible, as gparted could only expand filesystems that are not mounted, which is impossible with the root filesystem. The only way to enlarge the root filesystem is to boot from a kind of rescuesystem, Live-CD or the like, and then to expand the root filesystem. The following tutorial describes, how this is achieved by using Systemrescue-CD.
-
Setting Up LVM On Top Of Software RAID Subsystem - RHEL & Fedora
Author: SKRHCE2006 • Tags: linux, fedora, storage • Comments: 1Setting Up LVM On Top Of Software RAID Subsystem - RHEL & Fedora Here is a quick look how to build an LVM on top of RAID 1 array, so that we combine the power of these two. This kind of setup is extremely useful in situations where we want a file server to store large amounts of data which provides a centralized backup, storage space for downloadable files via ftp/http, and that may grow enormously in the coming years after the initial setup.