Linux Tutorials on the topic “linux”

  • Set Up Hudson For Continuous Integration Under Linux

    Author: hieuletrungTags: Comments: 2

    Set Up Hudson For Continuous Integration Under Linux Hudson monitors executions of repeated jobs, such as building a software project or jobs run by cron. This article explains how you can set it up on Linux.

  • How To Modify Your Gnu/Linux Box To Serve As A USB Over IP Server

    tux Author: shayne.aloneTags: Comments: 11

    How To Modify Your Gnu/Linux Box To Serve As A USB Over IP Server There was a long time that I was looking for a way to put away my old co CRM server! But why? Because I had installed a virtualization environment with Xen and all my servers are turned to small VPS on a nice pretty infrastructure. The base point was that the CRM had a USB/Lock and there was no way to take the lock under a virtualized VPS.

  • A Simple Mailserver On Arch Linux (Postfix + Dovecot)

    Author: dengarTags: , , , Comments: 8

    A Simple Mailserver On Arch Linux (Postfix + Dovecot) This tutorial describes how to install a complete mailserver using Postfix and Dovecot on an Arch Linux machine or VPS. This specific tutorial is based on my 256MB VPS. Basic linux knowledge is required as I'm not describing every step in detail.

  • IP Management With PHPIP

    Author: abhandariTags: Comments: 2

    IP Management With PHPIP Phpip is an IP Management tool which helps to manage your network with the detailed information of your client or network IP at the distributed point. This is basically useful for ISPs as well as large networks.

  • Squid - Delay Pools Bandwidth Management

    Author: kiranjithTags: Comments: 9

    Squid - Delay Pools Bandwidth Management This feature is used to restrict the bandwidth usage for the user community. It has been introduced in ver 2.x.

  • Evolving A Database With MySQL

    mysql Author: DonQuichoteTags: , Comments: 0

    This tutorial explains how to "grow" your own database definition in a way that is maintainable, by using so-called "recreate" scripts. These scripts can be used to both create a database from scratch and update an existing database.

  • Boot Linux Over HTTP With netboot.me

    tux Author: Falko TimmeTags: Comments: 2

    Boot Linux Over HTTP With netboot.me This tutorial shows how you can boot Linux over HTTP with netboot.me. All that users need is Internet connectivity and a small program (gpxe) to boot the machine. This gpxe program provides network booting facility. netboot.me allows you to boot into the following distributions: Debian, Fedora, OpenSUSE, and Ubuntu. netboot.me provides gpxe images for USB sticks, CDs, and also for floppies, i.e., you can boot from a USB sticks, a CD, or a floppy.

  • Easier Reinstalls

    Author: ardchoille42Tags: Comments: 3

    Easier Reinstalls I typically reinstall my computer operating system every six months. The reasons for this are that it cleans out the system and reinstalls require me to be in front of the computer for a total of about ten minutes so it's painless. Notice I said "in front of the computer", the system does all of the work for me with some specially crafted bash scripts.

  • Secure Your Wordpress Blog Administration With Two-Factor Authentication

    Author: nowenTags: , , Comments: 3

    Secure Your Wordpress Blog Administration With Two-Factor Authentication Wordpress is a very popular blogging service. It was recently hit by a disturbing vulnerability that allowed attackers to reset the Administrator's password. While there is a patch for that vulnerability now, wouldn't it be best to not use static passwords? It is actually quite simple to add two-factor authentication to Wordpress.

  • Finding Files On The Command Line

    tux Author: ardchoille42Tags: Comments: 11

    Finding Files On The Command Line One of the things I like about Linux is the command line. I have used nautilus, gnome-commander, konqueror, kommander, dolphin and thunar to manage files in Linux and these file managers are great for what they do. But there are times when one simply wants to find a file when working on the command line without having to open a GUI application.