Category Archives: File Systems

Make the SWAP Space Span 3 disks With Stripping.

Once the system is installed do not forget to configure the priority of the swap spaces. If the priority is set correctly then all your swap spaces will be used as it they are stripped making it faster.

To see the current swap space setup use the command :

swapon -s

Continue reading

Installing and Configuring Zentyal 3.3 on Ubuntu 12.04-LTS Part 3

Welcome to part three. If you missed part 1, Initial installation and configuration you can see it here. The second part setting up users and domains is here

In part three we will be setting up

  • Email
  • Securing Web Based Email
  • Anti-Spam/Virus Measures
  • Grey Listing

Continue reading

Split Large Files and Rebuild Them

The other day I needed to transfer a 3.8G file over ftp. The problem was that the ftp server timed out and logged me out when only around a third of the file was transferred.

So I needed to split the file into small chunks and send those. Then you have the problem of sticking all the fragments back together again. Thankfully I’m not on Windows 🙂 I use Linux so this was all done with standard Linux commands.

First I split the file into 500Mb fragments.

Continue reading

Setup apcupsd with a APC Back-UPS RS 800

Where I live, in the country 🙂 I get one or two power fluctuations a month and a power failure two – three times a year for 5 to 30 minutes. So I decided to get a UPS so my Mail server would not go down and possibly get its file system corrupted by the sudden power failure.

Continue reading

Installing a Mailserver on Ubuntu 12.04 LTS Part 2

In this part we will be adding to the mail server created in Installing A Mailserver on Ubuntu 12.04 LTS Part 1, in this part we will be building on that and adding anti-virus and anti-spam software and a tool to greylist emails to cut down on the work our server has to do. This will be added to postfix via amavis-new.

The server called mailserver will end up running the following servers and services. Once all the parts of this series posts are completed.

Continue reading

Installing and Configuring Zentyal 3.3 on Ubuntu 12.04-LTS Part 2

Welcome to part two of my Zentyal howto. If you missed part 1, you can see it here. it covers the initial configuration installation and getting the network up and usable.

In part two we will be setting up

  • Users
  • Groups
  • File sharing
    • Limited access File sharing
  • Adding machines to the domain.
    • Windows
    • Linux
  • Backing up the Zentyal configuration
  • AND Restoring the Zentyal configuration
  • Continue reading