Tag: linux

  • Connect cisco switch and linux server for kvm virtualization

    We need bridge (brX) interface(s) for linux kvm virtualization. EXAMPLE FOR 3 VLAN-S VLAN-s must be defined on Cisco switch VLAN 10 – IT vlan VLAN 20 – DMZ vlan VLAN 30 – guest vlan Define vlan without ip (L2 switch): switch# conf t switch(config)# vlan 10 switch(config-vlan)# name vlan-it switch(config-vlan)# end switch# write Define…

  • Linux on macbook …

    Problems: 1. Bootup delay (20-30 sec) SOLUTION: Insert OSX disc, boot from it, open terminal and enter following: bless –device /dev/disk0s2 –setBoot –legacy –verbose where /dev/disk0s2 is the partition you installed grub (do ‘diskutil list’ to find out correct partition). Of course, ‘–verbose’ is optional. This makes Macbook EFI firmware boot your Linux installation in…

  • Mount ntfs on linux (debian)

    # aptitude install ntfs-3g # mount -t ntfs-3g /dev/xzy /mnt/xzy