Windows

Problem installing docker on windows 10

I've just tried installing docker on my windows pc, however after the installation, my monitors are not able to work properly anymore. Normally I use 2 monitors that extend each other so I can use both at the same time. After the installtion of docker they started to just duplicate and also had issues with the resolution. When I remove docker and disable hyper-v the problems stop, I do need to use docker however for a current project, so I need to find a workaround to solve these issues. I am using a Lenovo Y50-70 notebook.

Indeed, Drupal 7 does not appear on the home screen of Acquia anymore. However, you can still set up a Drupal 7 site manually with minimal effort. At the time of this writing, Drupal 7 ist still not in EOL and is receiving security updates. As such, you should go to https://www.drupal.org/project/drupal/releases and see what the latest version of Drupal 7 is (currently 7.77). Click on the link for the latest Drupal 7 version and you will be given an option to download it as a .zip file. You should extract the contents of this file into a folder where you want your site to be. Then, when you start Acquia you will be asked if you want to create a new site or import an existing one. Select that you want to import a site and point Acquia to the folder where you have extracted your Drupal 7 distribution. This will register the site normally and you will be able to launch your site from Acquia, so you won't have to set up PHP, MySQL and Apache yourself, but will be able to easily use Drupal 7.

OperatingSystem:

Technology:

Problems with installing Bugzilla on the Windows

Bugzilla is a web-based general-purpose bug tracking system and testing tool. This program allows keeping track of outstanding problems during the development of some software products. Unfortunately, the installation process of this program is not so trivial as I would like to. The installation is command-line based and require some additional software and modules. If you want to use a Bugzilla server you need to have some compatible database management system (like MySQL, SQLite, Oracle, PostgreSQL), a suitable release of Perl 5, some special Perl modules, a compatible web server. On the official webpage ( https://bugzilla.readthedocs.io/en/latest/installing/index.html ) you can find an instruction on how to install it. I am using Windows and wanted to install it but I have faced some problems during installation. I was trying to follow all instructions on the home web page, but obviously, I am doing something wrong and I cannot successfully run it. Whole the time when I am starting my Bugzilla server I am getting an error and cannot start the server at all. Is there are a more detailed guide or some easier way to install Bugzilla server on Windows?

Each time an account is linked to the Windows installation, a registry entry is set, but it is not deleted when you link a new account to the Windows installation. This registry entry has to be removed by hand. To do so press the Windows key + R, type “regedit” and press enter. Here you have to navigate to HKEY_USERS -> $ID of your Windows User$ -> Software -> Microsoft -> Office -> 16.0 -> Common -> Identity -> Identities. In here you will find an entry with a seemingly random name. Search them all for an entry that contains the email address of your old Microsoft subscription account and delete it.
Most of the times after this the installation should work. Sometimes you also have to uninstall Office entirely and reinstall it.

Microsoft Office 365 Abo from TU Wien

TU Wien offers software for students. One software is a Microsoft Office 365 subscription for students to a good price. For this subscription, you receive a Microsoft account to login and download the software you need. After one year this subscription expires and you have to buy a new subscription and receive a new Microsoft account login. When I bought the subscription for the second year, the account on my Windows 8 notebook was not updated to the new credentials, even after multiple successful login attempts. I could not use the Microsoft Office, because it still ran on my old expired account.

Could not pull from git repository – wrong credentials on windows

I changed my password on the github repository and Intellij asks again for the new credentials. I used the new credentials but it still tells me that I am using wrong credentials. I tried using the old credentials and it still gives me the wrong credentials. I invalidating cache and restarting IntelliJ, but it didn't work and I also tried from windows terminal but it still returns invalid credentials. I tried logging in via the webpage and it works

To avoid having to wait for the next DNS cache update users may manually flush their DNS cache using the command prompt with administrative privileges and running the following command:
ipconfig /flushdns

Technology:

To avoid having to wait for the next DNS cache update users may manually flush their DNS cache using the command prompt with administrative privileges and running the following command:
ipconfig /flushdns

OperatingSystem:

Access a website with a recent DNS change on Windows

Pointing a domain to a new location might turn out to be a problem, because most operating systems keep a DNS cache to speed up the resolution of frequently visited sites. If the location changes before the DNS cache is updated the web server is no longer accessible until the cache is updated again.
Subscribe to Windows