Install Zentyal 4.0 on Ubuntu Server 14.04.1
I don’t use this anymore, but kept the instructions here for future reference I installed a fresh Ubuntu Server 14.04.1 with a static IP address. After logging in to the node, I made sure it was up
I don’t use this anymore, but kept the instructions here for future reference I installed a fresh Ubuntu Server 14.04.1 with a static IP address. After logging in to the node, I made sure it was up
I got an error message after a fresh install with RAID1 error: Diskfilter writes are not supported.I found this fix by Rarylson Freitas that worked for me. Source http://askubuntu.com/questions/46846
I don’t use this anymore, but kept the instructions here for future reference I installed a fresh Ubuntu Server 14.04.1 with a static IP address. After logging in to the node, I made sure it was up
I created a USB thumb drive that can boot some LiveCD ISO files. This is useful for me because I can copy the ISO files to the USB thumb drive instead of burning CDs or DVDs. (Optional) modified my /e
I got an Invalid CD-ROM error during install from my LiveISO-USB, so I selected Execute a shell. I created folder to mount my LiveISO-USB and mount it: 12mkdir /liveusbmount -o ro /dev/sda1 /liveusb M