Restrict root ssh access to a single IP under Raspbian / Debian / Ubuntu
Today I configured a new backup solution that required me to restrict root ssh access to a single IP for the root user.
Today I configured a new backup solution that required me to restrict root ssh access to a single IP for the root user.
Yes! A new webinar about the new release of the Magento Functional Testing Framework for Magento2 is coming up. So you should register yourself right now, save the date and join the session on Tuesday, February 27, 2018 – 6:00 p.m. (Europe/Berlin). Further information can be found here: https://magento.com/resources/magento-functional-testing-framework
Just found this interesting overview about bash text formatting and colorization possibilities on Linux bash shells and want to share it with me and my beloved audience ;-): Link:Â https://misc.flogisoft.com/bash/tip_colors_and_formatting As PDF:
Hello folks, today I call you for help. I’am looking for Magento and Typo3 developers for my team. There a a lot of very nice projects in the pipeline and I need more manpower to support me and my colleagues. So if you are interested or know someone who knows someone, please contact me or […]
Today I want to recommend you a book about the Banana Pi I had the grat pleasure to work on as a tester. I also gave improvement tips and corrected code. It is ideal for people who just want to start to use the Banana Pi. The tutorials are easy to follow and the results […]
Wow! I guess the chances are rising incredibly vigorous, that I will experience the Holodeck very soon! 😀 My statement: Fucking awesome³!!! Watch out: https://unity3d.com/book-of-the-dead
Today I got a error in the Magento backend telling me, that I have requested an invalid website_id (Invalid website id requested.), when I tried to save a product. The problem was, that I had deleted unused websites and stores over the Magento backend. Unfortunately Magento seemed to keep the relation between website and product, although […]
In the last few month I had the pleasure to make my first tiny steps into the wonderful world of 3D printing. And I realized, that I could uses a lot of my experiences I made in my informatics study to create 3D models again. Although I did advance in this sector too. The printing part […]
When using IntelliJ or PHPStorm as IDE, I use the autoformat for code (Code -> Reformat Code or Ctrl+Alt+L). It works great. But in some cases I need to disable autoformat for some parts of the code. This is how you can disable autoformat in your code: // @formatter:off echo ‘HERE COMES A LOT’ . ‘ […]
Today a colleague of mine ask me if it is possible to call a class constant inside of another class by generating the constant name on the fly. The reason was, that he had multiple constants in one class that had patterned / generic names like that: <?php class IAM_A_CLASS{ const IAM_A_CONSTANT_1 = 1; const […]