@alexntg Well, that's their point, encryption.

Posts
-
RE: PROTONMAIL - AN END-to-END ENCRYPTED EMAIL
-
RE: Physical server to Azure migration
Ok, so the dev quickly checked and the SQL was not working, only because the IP was changed due to the server change. Updated sql with the current IP and restarted sql services, all working fine!
-
RE: active directory real defense for domain admins
@Carnival-Boy Having a Domain administrator account for the regular support tasks is not generally recommended. what I suggest is to create a normal account for these tasks and you can create a GPO targeted to all Computer Objects (excluding your servers) in your AD and add this account to the Restricted Group then this account will have admin access to all machines.
For more details about the Restricted Group: http://www.windowsecurity.com/articles-tutorials/windows_os_security/Using-Restricted-Groups.html
-
Physical server to Azure migration
Bear with me for the long story, but thought of sharing with you all!
I've been working on a server migration from a physical server to Azure.
The physical server has Sharepoint running (testing/development-single server), and to save cost, we wanted to migrate to Azure. Plan was to convert the physical servers disk to vhd using microsoft Disk2vhd for both c and d drives, create the Azure account, use powershell to import the vhd files to Azure, create vm using these disks
The disk size was huge and this server was hosted on a different location, and the only access to that was rdp and ftp and the ftp was really not that good on transferring this huge file. Used Disk2vhd converted the drives to vhdx, I had to use hjsplit to split the vhdx files with 3.5GB each and then download, combine back with hjsplit. After few days of downloading, got all the split files locally, combined it back using hjsplit and then used Azure powershell and tried to import it. Then I learned that Azure doesnt work with vhdx file! (as per my experience and research), wasted almost a week for this!
Redid the vhd creation, (this time as "VHD"), hjsplit-download-combine-Import- success!
So i thought, that was it, followed the MS document, and then created image with the VHD, tried creating the VM, it got stuck on provisioning the VM for around 4 hours and then failed! More google search and found out that the server has to be sysprep'd before you convert to vhd!
But in my case I can't sysprep as the server was already up and running with SP. (Hope this is correct with Sysprep!)
Almost lost hope, but tried one more time.
From Azure- Virtual Machines- Disks- I created 2 disks using the VHD url for the imported VHD files, and then created virtual machine with that- From Gallery-My Disks- selected the c drive disk- and also added the d drive disk as additional- removed the "Install the VM agent" option (enabling this failed the VM creation again), and created the machine, after few minutes, the VM created successfully. Connected to the server via RDP and seems like all working fine!
I've given the server access to the dev to make sure the sp site is working fine, and I really hope all good and ignoring sysprep wont harm!
-
RE: Stop using Nagios :)
Hope he comes up with the proposed solution soon! Would be great to see a server monitoring tool with dashboard which matches the existing trends
-
RE: OReilly Deal of the Day
Packt Publishing Anniversary Celebration
1,300 Titles for Web, Mobile, and Game Developers, IT Administrators, Data Analysts, and More -
RE: Need some advice on GIT
Yeah all of our guys liked it, now need to put a proper plan for migrating our subversion to git lab and train everyone, wish me luck!
-
RE: Need some advice on GIT
It has great web interface. Manage users, groups, logs, wiki, issues etc. All what we were looking for, the guys started testing this already and really love it!
For me to be happy, I need to deploy this manually, but now to get all up and running, learning git commands!
-
RE: vtop — A Terminal Activity Monitor in Node.js
I am using htop on servers, much better info than top
-
RE: Need some advice on GIT
Found an easy installer with bitnami- https://bitnami.com/stack/gitlab
Installed, up and running in 5 minutes!
But I still want to configure it from scratch manually. If I could successfully complete this, will post a how-to!
-
RE: Need some advice on GIT
Thanks @scottalanmiller Atlassian & BitBucket are paid i believe. Moving out from our free subversion server, I need a solid free self hosted GIT option. Thats the reason I was checking Gitlab