Categories
December 2025 M T W T F S S « Sep 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 Tags
AMD RAIDXpert error apache2 asterisk backup configuration cpanel custom ssh port debian debian mint DID exim freepbx ispconfig3 ispcongig3 java key authentication keyboard linux linux mind linux raid local server mdraid mint netboot mydns openVZ pure-ftp pxe rsync ssh run as menu self-signed skype slave ssh ssl transport ubuntu 12.04 whmsd
Category Archives: Mint
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 debian, linux, linux raid, mdraid
Leave a comment
Install ATI drivers to Linux Mint Debian Edition LMDE
apt clean apt update apt reinstall build-essential module-assistant fglrx-driver fglrx-modules-dkms libgl1-fglrx-glx glx-alternative-fglrx fglrx-control fglrx-glx sudo aticonfig –initial -f
Posted in Debian, Mint
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/
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 configuration, debian, keyboard
Leave a comment
DebianMint netboot install
1) in the “APPEND” line of the “/tftpboot/pxelinux.cfg/default” file the statement “boot=casper” must be replaced with “boot=live”. 2) make soft link: ln -s casper live must be created: cd /tftpboot/images/linuxmint ln -s caspar live