Partner with you to deliver responsive and cost-effective IT & Support solutions
Reponsive
Cost-Effective
Partner with you
Focus
Attitude to Serve
Professional
These are the reasons why AionSolution is your vendor when you are seeking someone to support your IT in your office.
Ubuntu Backup and Restore
1: Backing-up
To do this, become root with
Code:
sudo su
and go to the root of your filesystem (we use this in our example, but you can go anywhere you...
You can repair a corrupted filesystem with the program "fsck".The system utility fsck (for "file system check" or "file system consistency check") is a tool for checking the consistency of...
This guide shows how to remove a failed hard drive from a Linux RAID1 array (software RAID), and how to add a new hard disk to the RAID1 array without...
sudo aptitude install nis dhcp3-server tftpd (may fail start the service because /etc/dhcp3/dhcpd.conf is not configured)
sudo ifconfig eth0:1 192.168.0.1 (when system only has 1 nic port)
# import gpg key
wget -q http://drbl.sourceforge.net/GPG-KEY-DRBL -O-...
Zimbra reponse with 5-10s before SMTP banner
220 mail.example.com ESMTP Postix
Need to do a trace at the server
tcpdump -s 1500 -w /tmp/server_trace.pcap
Looking at a wireshark trace, i see the server sending...
Ubuntu 8.04 LTS Server (Hardy Heron) Install Guide
The following guide is for installing ZCS on Ubuntu Server 8.04 LTS, and is a revision of my previous Ubuntu Server 6.06 installation...
Setting up software RAID in Ubuntu Server
April 24th, 2007 Posted by Derrick Webber
Updated Mar 13 2009 to reflect improvements in Ubuntu 8.04 and later.
Linux has excellent software-based RAID built into...
Webmin is a web-based interface for system administration for Unix. Using any modern web browser, you can setup user accounts, Apache, DNS, file sharing and much more. Webmin removes the...