Install VMware Tools in Linux

# yum install gcc gcc-c++ kernel-devel # ln -s /usr/src/kernels/[your kernel version] /usr/src/linux # mkdir /mnt/cdrom # mount /dev/cdrom /mnt/cdrom # cd /mnt/cdrom # cp VMwareTools-[version].tar.gz /tmp # cd /tmp…

Continue Reading Install VMware Tools in Linux

Rootkit Hunter installation

Download From http://sourceforge.net/projects/rkhunter/ Install tar zxvf rkhunter-* cd rkhunter-* ./installer.sh --install cd .. rm -rf rkhunter* Run /usr/local/bin/rkhunter --update to update the database Run /usr/local/bin/rkhunter --propupd to create pre-required MD5…

Continue Reading Rootkit Hunter installation

Linux Ethernet Bonding – load balancing / active-passive

This is a notice in the topic of Linux Ethernet Bonding with two ethernet NIC

The case:
There is a server with two ethernet NIC. They are going to be set as either load balancing or active-passive mode.

  1. For load balancing (round-robin) – mode = 0, this is the default, transmitting packets in order from the first available slave through the last, for load balancing and fault tolerance.
  2. For active-passive – mode = 1, Only one of the bond slaves is used, and the others act as stand-by mode. Once the active one failure, after particular time period (miimon=xxx), the stand-by one will take over and resume the network connection.

(more…)

Continue Reading Linux Ethernet Bonding – load balancing / active-passive

[Linux Raid] mdadm raid 1 resizing partition

In order to resize the raid file system from small capacity to larger one, we should reset the raid size and file system size to new setting.
Here are two simple case studies to increase and reduce raid size.
Case 1: Increase the size of /dev/md4 from 4GB to 8GB

  • pre-check the file system
  • increase the raid capacity
  • resize file system capacity
  • pro-check
  • mount and use

Case 2: Reduce the size of /dev/md4 from 8GB to 6GB

  • umount the file system
  • pre-check
  • reduce the file system capacity
  • reduce the raid capacity
  • pro-check
  • mount and use

Reference: HowToForge

(more…)

Continue Reading [Linux Raid] mdadm raid 1 resizing partition

經SSH翻牆@CityU

今日要上cs4280, 但正直要試 linux mdadm raid 1 disk expandion 先不可以經lab 去連vnc 相關的port. 那即時上網找找ssh 番牆的方法. google 大佬真係勁, 首幾個post 就已答到我問題 Jamyy's Weblog - PuTTY - SSH Tunnel 運用備忘 提到用ssh tunnel 的方法. 用Dynamic Tunnel…

Continue Reading 經SSH翻牆@CityU