How to resize linux logical volume (lvm) in a virtualbox vm

I was installed Fedora VM in to 8 GB Virtual Disk (vdi) but now I need to resize disk to 16 GB VBoxManage modifyhd “D:\VirtualBox VMs\Fedora\Fedora.vdi” –resize 16384   Now the linux part. You’d have to unmount it to shrink it (which requires a LiveCD / Rescue Mode.) pvresize /dev/sda2 (assuming your LVM partition is sda2. … Read more

redhat rpm dosyalarını yum ile yedekleme

Öncelikle sisteme yum-downloadonly adlı eklenti paketini kurmanız gerekiyor; # yum install yum-downloadonly Örnek Çıktı: Loaded plugins: downloadonly, product-id, refresh-packagekit, rhnplugin, subscription-manager This system is not registered to Red Hat Subscription Management. You can use subscription-manager to register. This system is receiving updates from RHN Classic or RHN Satellite. Setting up Reinstall Process Resolving Dependencies –> … Read more

Glances system monitoring tool

  Glances linux için yeni keşfettiğim basit bir “system monitoring” aracı. CPU,  Network, Disk, Process aktivitelerini gözlemleyebiliyorsunuz. Çalışmak için iki adet kütüphaneye ihtiyaç duyuyor. – statgrab – python-statgrap Kurulumu için https://github.com/nicolargo/glances/downloads adresinden tar.gz paketini indirip aşağıdaki komutları uygulamak yeterli: $ tar zxvf glances-1.3.7.tar.gz $ cd glances-1.3.7 $ ./configure $ make $ sudo make install   … Read more

Linux Grub Problems

If you are using two OS in same machine the most dangerous thing is reinstall one of them. Whenever you install MS Windows then you no longer boots as Grub menu, you can’t boot your linux. You don’t need to spend your time with dozens of unix commands to repair your grub now. There is … Read more

Innotek VirtualBox for Linux

VirtualBox FedoraCore7 Üzerinde VirtualBox Ubuntu FeistyFawn Üzerinde Vmware i çokluk duymuşsunuzdur. VirtualBox ise Vmware in neredeyse birebir kopyası olan bir program. Peki yeni olan ne var diyecekseniz , VBox Vmware in aksine GNU General Public License (GPL) altında yayımlanan serbest bir yazılım. http://www.virtualbox.org/ adresinden kolayca binary lerini indirip sisteminize kurabilirsiniz. Fedora ve Ubuntu üzerinde çalıştırdığımda … Read more

Ubuntu 7.10 üzerine

“Eylül 2007 de çıkacak olan Ubuntu 7.10” tribe 2 versiyonu üzerinde yaptığım denemeler sonucu: * ilk bakışta 7.04 ile arasında hiç bir fark göremedim. Açılış scripti ve masaüstü olarak belirgin bir fark yok. * Sistemdeki güncel kernel sürümü 2.22 * Gnome 2.19 kullanılmış. Masaüstü duvar kağıdı değiştirirken tema yı da sağ tuşla değiştirebilmeniz sağlanmış. * … Read more