Target audience: System Administrators Used tools: PowerShell What’s the purpose: How to make multiple Remote Desktop Protocol (RDP) files from one template RDP file The task for resolving is to make multiple RDP files from one template RDP file. Names of new RDP files are “RDP2016_” + codeName + “.rdp” – something like RDP2016_5483.rdpParameter values… Continue reading Make multiple RDP files from one template RDP file
My first experieance with AI
Target audience: ProgrammersUsed tools: Jupiter NotebookWhat’s the purpose: Installing Jupyter Notebook on Windows10 A few days ago, my colleague ask me to help in solving a problem with Jupiter and KNIME on sample CSV file from Internet.I’m in process of learning a Python programming language and I agreed First of all i have to install… Continue reading My first experieance with AI
Win 2016 server problem with loosing connection
Target audience: System Administrators Used tools: PowerShell, Event Viewer, Task Schedular What’s the purpose: Automatic repair network connection with Windows server 2016 What’s the problem ? We have a PC Lenovo Tiny M73 with CPU G1820T, 2GB RAM, 320GB HDD as Windows Server Standard 2016 At first – to make server software to work on… Continue reading Win 2016 server problem with loosing connection
About “Windows devices may fail to boot after installing October 10 version KB4041691”
Target audience: server administrators Used tools: console What’s the purpose: install update on windows 2016 If you try to search in Google for word KB4041691 , you will find many info about this faulty update – for example from here : https://www.adm-computing.co.uk/windows-update-problem-kb4041691/ 13 Oct Windows update problem [KB4041691] “Over the last few days Microsoft released… Continue reading About “Windows devices may fail to boot after installing October 10 version KB4041691”
Upgrade MS-SQL localDB mdf file from V.11 to V.13 (v. MS SQL 2012 to v. MS SQL 2014)
Target audience: SQL users Used tools: VS 2015 What’s the purpose: upgrade MS SQL LocalDB from V.11 to V.13 I have an old asp.net project about working with huge excel table which nearly 110 production units have to fulfill every day and send to the central unit of our firm. Then here we have to… Continue reading Upgrade MS-SQL localDB mdf file from V.11 to V.13 (v. MS SQL 2012 to v. MS SQL 2014)
How we removed server rack from 3rd to 2nd floor
Target audience: IT administratorsUsed tools: universal cable stripper, punchdowntool, RJ45 lan tester, cut pincers, crimp toolWhat’s the purpose: How to exchange wall mountrack with server rack plus all more than 40 cables from 3 floor tothe 2 floor in 2 days by 2 people Well, imagine this situation: your LAN is on the third floor… Continue reading How we removed server rack from 3rd to 2nd floor
About NAT, DMZ and port forwarding
Target audience: LAN users Used tools: router What’s the purpose: config DDNS Well – one day i have to login to my raspberry with Drupal blog on it, with other WiFi router Both of them have a quick setup -all procedure make necessary configuration automatically. Internet access was made and worked but blog on the… Continue reading About NAT, DMZ and port forwarding
From XPEnology NAS for every day archiving to mail server
Target audience: NAS users Used tools: XPEnology What’s the purpose: make NAS and mail server The task was to make a system for every day archiving data from the server. As usually there will not be money for the new hardware and must use old PC. So, the choice was only one – open source… Continue reading From XPEnology NAS for every day archiving to mail server
How to unlock the site from maintenance mode
Target audience: Drupal 7 users Used tools: Drupal 7 What’s the purpose: unlock maintenance mode When i add content to my Drupal 7 site it suddenly says it is under maintenance. I didn’t put it in maintenance mode. Now, when i try to load my site, i see main page with message : my.site.url is… Continue reading How to unlock the site from maintenance mode
SQL Group by using LINQ
Target audience: SQL programmers Used tools: SQL,XPath What’s the purpose: read parameters for SQL query from XML variable The problem is the same, like in post “Read parameters for SQL store procedure from XML variable” but this time the resolving must be made with LINQ. In the beginning, let’s the list for checking is continuous… Continue reading SQL Group by using LINQ