Apt-Cacher-NG on Ubuntu
Apt-Cacher-NG is an apt proxy. It caches the packages you download locally each time you update your system. Why bother … Continue Reading →
You have to let people see what you wrote. It will never be perfect, but perfect is overrated.
Apt-Cacher-NG is an apt proxy. It caches the packages you download locally each time you update your system. Why bother … Continue Reading →
Creating a KVM Guest Using libvirt : There are a couple of different ways to create a KVM guest: … Continue Reading →
Pre-installation checklist egrep -c ‘(vmx|svm)’ /proc/cpuinfo If 0 it means that your CPU doesn’t support hardware virtualization. If 1 or … Continue Reading →
—–Creating VMs using KVM on Ubuntu—- root@openstack:~# kvm-img create -f qcow2 ubuntu-12.04_64.img 5G Formatting ‘ubuntu-12.04_64.img’, fmt=qcow2 size=5368709120 encryption=off cluster_size=65536 … Continue Reading →
mount RHEL6 DVD mount /dev/dvd /mnt go to the mounted directory cd /mnt/Packages/ Install FTP package rpm -ivh … Continue Reading →
—–> apt-get install scsitools —–> rescan-scsi-bus Note: No need for any tools in CentOS. It detect hard disk automatically. … Continue Reading →
Edit /etc/hostname and add your unqualified hostname: boson Edit /etc/hosts: sudo vi /etc/hosts Add an entry of your desired hostname … Continue Reading →
Note: check IPTABLES start VSFTPD service File Transfer Protocol (FTP) is a TCP protocol for uploading and downloading files between … Continue Reading →
Single User Mode in Ubuntu: To reset the root password you have to boot to single user mode. Follow to … Continue Reading →
NFS mounts work to share a directory between several virtual servers. This has the advantage of saving disk space, as … Continue Reading →