Im building a custom module, this one is using an external lib, everything looks like its working, anyway now i need to instanciate the class with something like this php: $myClass = new Class(array('NUMBER' => 20111111112)); And then: $myClass ->getClient->CreateClient($data); So, doing this i will get the info of the […]
Daily Archives: October 10, 2019
I’m installing pip on my leptop, also I just install anaconda for other uses. When I run a script I have this error: ModuleNotFoundError: No module named 'sacred' For that I just installed the messing module using: pip install sacred After running the same script, I have the same error. […]
I have created a EKS Cluster and have a domain name from freenom. I created an ingress resources with host as my domain name. apiVersion: extensions/v1beta1 kind: Ingress metadata: annotations: alb.ingress.kubernetes.io/scheme: internet-facing kubernetes.io/ingress.class: alb generation: 2 labels: app: 2048-ingress name: 2048-ingress namespace: 2048-game spec: rules: - host: mytestabcapp.tk http: paths: […]
I’ve got a strange case that I just can’t wrap my head around. I had 4 internal HDDs in my pc, 1 Seagate, 1 Toshiba and 2 Samsungs. I wanted to start using these drives as externals (to use with a Raspberry Pi), so I bought 4 3.5″ SATA enclosures. […]
Whenever I use git to clone stuff or use ssh-keygen I have to use sudo for some reason. I mainly used Git Bash for doing such things on Windows and you don’t have to use sudo to do such actions. Is this a normal thing with Linux or is it […]
I’m reviewing a workbook. It says it has 4 external links. However, I could not find e.g. .xlsm in formulas (actually, there is only one formula in the whole workbook). Does anyone know how I could find out where these 4 external links are hidden?