This gist contains modified YAML files used in this post: https://www.infracloud.io/thanos-ha-scalable-prometheus/
Forked from: https://github.com/improbable-eng/thanos/tree/master/kube/manifests
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Attribute VB_Name = "MergeMacro" | |
' Copyright: (c) 2018-2021 by Bhavin Gandhi. | |
' https://git.io/MergeMacro.bas | |
' https://gist.github.com/bhavin192/de83bf9542f2dcc31d97cec794fce54e | |
' License: GNU GPL v3+, see | |
' https://www.gnu.org/licenses/gpl-3.0.en.html for more details. | |
' 0. Open the purchase register sheet generated by Tally. | |
' 1. Open Visual Basic Editor by pressing Alt + F11. |
I hereby claim:
- I am bhavin192 on github.
- I am bhavin192 (https://keybase.io/bhavin192) on keybase.
- I have a public key whose fingerprint is 5849 239E 941F 0EB2 8063 70BD B45C C40E 1735 F4A1
To claim this, I am signing this object:
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
class Main2{ | |
public static void main(String args[]){ | |
base obj = new der(); | |
obj.myMethod(); | |
obj.myNewMethod(); | |
} | |
} | |
class base{ | |
public void myMethod(){ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
class Main{ | |
public static void main(String args[]){ | |
try{ | |
int d = 7 / 0; | |
} | |
catch(Exception e){ | |
System.out.println(e); | |
} | |
} | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
root@A1:~# service apache2 start | |
* Starting web server apache2 * | |
* The apache2 configtest failed. | |
Output of config test was: | |
apache2: ../sysdeps/posix/getaddrinfo.c:2583: getaddrinfo: Assertion `(__extension__ ({ const struct in6_addr *__a = (const struct in6_addr *) (sin6->sin6_addr.__in6_u.__u6_addr32); __a->__in6_u.__u6_addr32[0] == 0 && __a->__in6_u.__u6_addr32[1] == 0 && __a->__in6_u.__u6_addr32[2] == __bswap_32 (0xffff); }))' failed. | |
Aborted (core dumped) | |
Action 'configtest' failed. | |
The Apache error log may have more information. |