+1-323-909-4740 [email protected]

Crazy Disk Layout

Found a set of disk in my pile that came out of a Buffalo NAS root@debian:~# mdadm –detail /dev/md127 /dev/md127: Version : 1.2 Creation Time : Thu May 28 11:42:20 2015 Raid Level : raid5 Array Size : 1953259520 (1862.77 GiB 2000.14 GB) Used Dev Size : 976629760...

Microsoft Powershell on Linux

https://aka.ms/pscore6 https://aka.ms/pscore6-docs # Install system components sudo apt-get update sudo apt-get install curl gnupg apt-transport-https # Import the public repository GPG keys curl https://packages.microsoft.com/keys/microsoft.asc | sudo apt-key add...

OpenSSH for Windows 10

  Enable it in Windows Options.   Setting Bash as the default shell New-ItemProperty -Path “HKLM:\SOFTWARE\OpenSSH” -Name DefaultShell -Value “C:\Windows\System32\bash.exe” -PropertyType String -Force...

CentOS basic setup

CentOS Install and basic setup   Install from CD   Install Xentools # mkdir /media/cdrom # mount /dev/xvdd /media/cdrom # /media/cdrom/Linux/install.sh # reboot   Set Hostname # vim /etc/sysconfig/network Edit HOSTNAME= to hostname.domain   Enable...

Asterisk Source Build

Installation of Asterisk AMI https://wiki.debian.org/Cloud/AmazonEC2Image/Jessie PREREQS apt-get install vim screen -y apt-get install build-essential apt-get install linux-headers-$(uname -r) apt-get install libxml2 libxml2-dev openssl libssl-dev libncurses5...