by hegars | Oct 3, 2019 | Debian, Install, Linux, Storage
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...
by hegars | Sep 4, 2019 | Debian, Install, Linux, Powershell, Windows
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...
by hegars | Jul 18, 2018 | Install, Windows
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...
by hegars | Jun 20, 2018 | Debian, Install, Linux
https://www.cyrius.com/debian/kirkwood/qnap/ts-41x/install/
by hegars | Jun 12, 2018 | Install, Linux
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...
by hegars | Jun 12, 2018 | Install, Linux
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...