Best posts made by Danp
-
RE: Windows Tape Library Emulator
Did you check out the offerings from Starwinds?
https://www.starwindsoftware.com/starwind-virtual-tape-library
https://www.starwindsoftware.com/download-starwind-products#free-products
-
RE: Free bare metal virtualization, HyperV free or VMware ESXi 6 free or else ?
@openit said in Free bare metal virtualization, HyperV free or VMware ESXi 6 free or else ?:
How about physical RAID with XenServer 7, no issues/complex I guess ?
No issues as long as your hardware is on the HCL.
-
RE: Xen Orchestra: plugin?
I have. You can follow their instructions and install with NPM.
Alternatively, you can just
git clone
the repository and then build from source, which is what I did. Here are the steps:cd /usr/local/lib/node_modules/ git clone -b master https://github.com/vatesfr/xo-server-transport-email git clone -b master https://github.com/vatesfr/xo-server-backup-reports cd xo-server-transport-email/ sudo npm install && npm run build cd .. cd xo-server-backup-reports/ sudo npm install && npm run build
-
RE: Installing XenServer 7 on Lenovo TS140
@openit Probably your installation media.
-
Forget Ubuntu, now OpenSuse Linux comes to Windows 10
http://www.techworm.net/2017/01/forget-ubuntu-now-opensuse-linux-comes-windows-10.html
Now your Linux experience on Windows 10 is bound to get a further refill with OpenSuse Linux distro. OpenSUSE has given the users an option to run openSUSE inside your Windows 10 installation. This way, you can run most openSUSE Apps within Windows 10 without having to install the Operating System separately like Ubuntu with Bash.
-
RE: Substitutes for Active Directory and Windows Server
I believe NethServer was the other one recently discussed.
-
RE: SPAM Emails Appearing to Come from Solarwinds
@scottalanmiller Should be a simple resolution. Solarwinds just needs to repurchase the erroneous account from whomever they sold it to. I'm very familiar with the collection industry, so let me know if I can be of any assistance.
-
RE: Major Intel CPU vulnerability
Easily examine and understand any Windows system's hardware and software capability to
prevent Meltdown and Spectre attacks. -
RE: XCP-ng project
There's now a Kickstarter campaign where we can pledge to support this project. I've already made my pledge. How about you?
-
RE: Google Pixel 2 XL: Unable to setup Exchange email
@gjacobse I have a 2XL, but I just use Outlook for Android. What's their reasoning for using the Gmail app to access Exchange?
-
RE: Setting up an Ansible Test Environment in Ubuntu 16.04.4
For anyone interested, I recently setup Ansible AWX on Fedora 27 using this guide. Running as a local VM so didn't do anything with Nginx / reverse proxy.
-
RE: Xen Orchestra - Community Edition - Installing with Yarn
@momurda "Doesn't work" isn't sufficient feedback for us to determine why you are having such issues with this script.
Perhaps you could show us the commands you used to perform the installation and the output from the SSH session.