Monthly Archives: April 2018

mdadm replace broken drive on Debian Jessie

If the drive should be replaced, then 1. start with determining which one is broken. See details of md device # mdadm –detail /dev/mdX # smartctl -a /dev/sdY  smartmontools required to be installed 2. replace required drive physically 3. See … Continue reading

Posted in Administration, hardware, Linux/Unix | Leave a comment

rdp client from linux. Freerdp, xfreerdp

The best rdp client on linux I found to work is the freerdp usage from console: $ xfreerdp /u:lamer /w:1024 /h:768 /v:1.2.3.4:13389 +clipboard /a:drive,home,/home Simple options that required mostly: /v:<server>[:port] Server hostname /port:number Server port /w:<width> Width /h:<height> Height /size:<width>x<height> … Continue reading

Posted in Administration, Linux/Unix, windows | Leave a comment