Windows Server 2019 iSCSI PowerShell
# Create new virtual disk from storage pool C:\Users\Administrator> New-VirtualDisk -StoragePoolFriendlyName 1500gbpool -FriendlyName 1000gbvd1 -Size 1024GB -ProvisioningType Thin -ResiliencySettingName Parity Ref: https://docs.microsoft.com/en-us/powershell/module/storage/new-virtualdisk?view=win10-ps
AU Study/ECU 191
2019. 4. 15. 19:33
Apache and ftp on Ubuntu
1. Ubuntu 1.1 IP address setup ip address sudo ip address add 192.168.0.3/24 dev ens33 ping 192.168.0.2 ip link set dev ens38 up sudo dhclient ens38 1.2 Apache install sudo apt update sudo apt install apache2 systemctl status apache2 1.3 vsftpd install sudo apt install vsftpd sudo adduser ftpadmin 1.3.1 vsftpd configure (uncommenting 2 lines, Ctrl+O to save, Ctrl + X to exit) sudo nano /etc/vsft..
AU Study/ECU 191
2019. 4. 13. 23:25