Have you received such an email yet? This means that you have to take care of your access method – you will have to adjust the configuration of your repository.…
Tag: tips
If your website is sometimes placed in the iFrame, you may notice that the session is not maintained. If the user is logging in in the iFrame, once the page…
In fact, when the HTTPS page is trying to load HTTP content, it fails. HTTPS is a secure connection (transmission is encrypted) and HTTP is not. The browser is preventing…
This strange issue occurred today on one of the new servers I prepared. I moved the test website from my client’s machine and I was testing it to check what…
A few weeks ago, I started my security camera timelapse project which resulted in a lot of files being captured (my camera takes a photo every minute). I moved the…
Here is the story: as the result of my security camera timelapse project, I ended up with a ton of files stored in a single directory. I want them to…
Timelapse can be a great way to express yourself. But it is also a good way to compress time. To show the whole day in just a few seconds. Since…
Some of our clients are using Survey Gizmo in order to gather surveys from their clients. Survey Gizmo is able to serve surveys using your domain name (of course –…
SD cards are getting cheaper and cheaper. They are also growing larger and larger. Unfortunately, it also causes some sellers to sell fake SD cards – they are introduced as…
Yes, I know that the easiest way to receive some output from my Python script is to use a print statement. Nice and easy. But is it? It can be…