What is a sanity test/check

A sanity test isn’t limited in any way to the context of programming or software engineering. A sanity test is just a casual term to mean that you’re testing/confirming/validating something that should follow very clear and simple logic. It’s asking someone else to confirm that you are not insane and that what seems to make … Read more

What is a LAMP stack?

The reason they call it a stack is because each level derives off its base layer. Your operating system, Linux, is the base layer. Then Apache, your web daemon sits on top of your OS. Then your database stores all the information served by your web daemon, and PHP (or any P* scripting language) is … Read more

How to open a “-” dashed filename using terminal?

This type of approach has a lot of misunderstanding because using – as an argument refers to STDIN/STDOUT i.e dev/stdin or dev/stdout .So if you want to open this type of file you have to specify the full location of the file such as ./- .For eg. , if you want to see what is in that file use cat ./-

Why is it not possible to fake an IP address?

It is fully possible to send data with a fake sender IP. You’ll have a hard time getting replies though, since the replies will be sent to the fake IP and never reach you. Additionally, if you send data with a “from” IP that a router doesn’t expect to arrive from you, the router will … Read more

Istio Ingress resulting in “no healthy upstream”

Although this is a somewhat general error resulting from a routing issue within an improper Istio setup, I will provide a general solution/piece of advice to anyone coming across the same issue. In my case the issue was due to incorrect route rule configuration, the Kubernetes native services were functioning however the Istio routing rules … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)