# apt-get install mdadm
# mdadm –create /dev/md0 –level=1 –raid-devices=2 /dev/sdb /dev/sdc
# mkfs.ext4 /dev/md0
# blkid
copy md0 UUID
# vi /etc/fstab
[UUID] /home ext4 noatime,rw 0 0
# apt-get install mdadm
# mdadm –create /dev/md0 –level=1 –raid-devices=2 /dev/sdb /dev/sdc
# mkfs.ext4 /dev/md0
# blkid
copy md0 UUID
# vi /etc/fstab
[UUID] /home ext4 noatime,rw 0 0
fix compiz:
# add-apt-repository ppa:lavie-alexis/compiz-precise+placepluginfixed
# apt-get update
# apt-get upgrade
and relogin
Download Chrome .deb from https://www.google.com/intl/en/chrome/browser/
https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
Install it:
# dpkg – i google-chrome-stable_current_amd64.deb
Fix dependencies:
# apt-get install -f
# apt-get install fail2ban
# cd /etc/fail2ban
# cp jail.conf jail.local
…config jail.local
# /etc/init.d/fail2ban restart
In firefox config: about:config
Change gfx.color_management.mode to 0
Install:
# apt-get install lm-sensors
Load module
# modprobe coretemp
My laptop CPU temperature… lol
# sensors
acpitz-virtual-0
Adapter: Virtual device
temp1: +70.0°C (crit = +96.0°C)
temp2: +60.0°C (crit = +113.0°C)
coretemp-isa-0000
Adapter: ISA adapter
Core 0: +66.0°C (high = +100.0°C, crit = +100.0°C)
Core 1: +71.0°C (high = +100.0°C, crit = +100.0°C)
# apt-get install sshfs
mount script:
#!/bin/sh
sshfs user@remote:/home/user/folder /localfolder
Auto login ssh is recommended:
https://www.virtualbox.org/
Install:
# dpkg -i virtualbox-4.1_4.1.22-80657~Ubuntu~precise_amd64.deb
File > Preferences > Extension >
Add : Oracle_VM_VirtualBox_Extension_Pack-4.1.22-80657.vbox-extpack
Change group to enable usb support
# usermod -a -G vboxusers <username>
check exec dependencies by getlibs
# getlibs /usr/bin/skype
It will give you suggestion library
get .so directly
# getlibs -l libc.so