Category Archives: Ubuntu

Replace disk on failed linux software raid

With command: cat /proc/mdstat chech which disk is failed poweroff machine, replace disk copy partittion data from old to new disk sfdisk -d /dev/sdb | sfdisk /dev/sda add disk partition do raid mdadm –manage /dev/md0 –add /dev/sda1 mdadm –manage /dev/md1 … Continue reading

Posted in Debian, HW issue, Linux tips, Mint, Ubuntu | Tagged , , , | Leave a comment

Using rsysc over SSH with custom ssh port

Using rsync over SSH connection with custom ssh port # rsync -avz -e “ssh -p portNumber” user@server:/path_to/files/ /local_path/  

Posted in Debian, Linux tips, Mint, Ubuntu | Tagged , , | Leave a comment

Change debian keyboard layot

How to change debian keyboard configuration, just use following command: dpkg-reconfigure keyboard-configuration

Posted in Debian, ISPConfig 3, Linux tips, Mint, Ubuntu | Tagged , , | Leave a comment

How to enable Skype Icon on Unity Notification Panel on Ubuntu 12.04 LTS

just run: gsettings set com.canonical.Unity.Panel systray-whitelist “[‘JavaEmbeddedFrame’, ‘Wine’, ‘Update-notifier’, ‘Skype’]” and then restart skype or restart ubuntu…

Posted in Linux tips, Ubuntu | Tagged , | Leave a comment