Welcome to above the clouds
10 Steps to Be Successful with Enterprise Search by Agnes Molnar, Search Explained
On 3rd of November 2016. was a fantastic webinar about SharePoint Search: 10 Steps to Be Successful with Enterprise Search webinar with Agnes Molnar, Search Explained. If you want to watch it again, we got you covered though with a recorded replay of the webinar. You can access it below. Webinar Link (and registration to […]
Lower Azure pricing from October
Microsoft informed us “New lower Azure pricing effective October 1, 2016”
The Future of SharePoint by Penelope Coventry
There was a fantastic presentation on HUNSUG at IT-Services Hungary, Infopark. On this event Penelope Coventry showed us the future of SharePoint. #FutureOfSharePoint You can download the presentation material here: HUNSUG 2016.06.02. – FutureOfSharePoint
WS2016 Technical Preview 5 Now Available
Some hours ago the newest Technical Preview (TP5) of Windows Server 2016 has been arrived. You can download from here: https://www.microsoft.com/en-us/evalcenter/evaluate-windows-server-technical-preview And what’s new in this technical preview? https://mva.microsoft.com/en-US/training-courses/what-s-new-in-windows-server-2016-preview-12592 Here is some docker related things: https://blog.docker.com/2016/04/docker-windows-server-tp5 Let’s go to check the new features…
Presentation: Docker on Windows – How to avoid traps
The meetup yesterday was excellent. I was very happy because participants asked many great questions which means they felt this is an interesting topic. I enjoy it too and I would like to say thank you for all who were there and who supported me. Additionally you can find here the presentation:
Docker Talk at Budapest Sysadmin Meetup
Wednesday, Mar 23 – Budapest, Hungary Docker (on Windows) – How to avoid traps by Tibor Kiss Windows Server 2016 is the first windows which natively supports the Containers. I am sure many of you have already met with articles about this topic. Now we would like to provide you an overview regarding: – how […]
Get all parameters of a command
I often use Get-Help command in PowerShell to discover the usage of a specific command. Sometimes I merely want to know the parameters which belong to command. In this case the Get-Help is slow. Instead of it you can use the next Keyboard shortcut: <CTRL> + <SPACE> Example: Type: “Start-Process -” then use the […]
Observastions and tips
Here you can find some observations about Docker on Windows. Observatons and tips about Docker on Windows After you start a container with the -a switch “docker start -a <container name>” then you want to use “docker exec -it <container name> powershell” although it is enter the container it is frozen. Without -a everithing is […]
VPN fine tuning in W10
When you create a VPN connection in W10 you would not like to use this a gateway. In this case you need to clear the tick “Use default gateway” in IPv4 or IPv6 on the VPN adapter. (Network & Sharing Center –> Change Adapter Settings –> My VPN Connection –> Properties –> Networking –> IPv4 […]
Command basics – Getting started with docker on Windows (2016 TP4)
Since we know the Windows Server 2016 will support the Containers (Docker) we are very happy and exciting. We want to test and see how it works on Windows. Now we can use Windows Server 2016 TP4 as a great foundation. This article shows some commands which useful when you work with Docker on windows […]