I have configured this before, according to my notes I need to create two yaml files: --- apiVersion: rbac.authorization.k8s.io/v1 kind: ClusterRoleBinding metadata: name: admin-user roleRef: apiGroup: rbac.authorization.k8s.io kind: ClusterRole name: cluster-admin subjects: - kind: ServiceAccount name: admin-user namespace: kubernetes-dashboard and --- apiVersion: v1 kind: ServiceAccount metadata: name: admin-user namespace: kubernetes-dashboard […]
Blog
The research center at my uni has an old Colinbus LABOFLEX-60/HF CNC that has been sitting for a while. A small team (which I’m part) has been put to work to get the machine up and running. We currently have an old PC (pentiun 4, ddr era, winXP) which has […]
Note: This question is specifically about hard links in Windows like those used by the Windows Component Store This question is not about Reparse Points, Symbolic Links, or Junctions. I am using this system clone utility that seems to use DISM under the hood. Occasionally during cloning it fails with […]
on windows i use the filter drawtext with the command: ffmpeg -i input.mp4 -vf “drawtext=fontfile=’Times New Roman‘:text=’Stack Overflow’:fontcolor=white:fontsize=24:box=1:boxcolor=black@0.5:boxborderw=5:x=(w-text_w)/2:y=(h-text_h)/2” -codec:a copy output.mp4 i it works flawlessly if i install version 5.1 (static build from gyan). i now installed the gyan.ffmpeg.shared package with winget. it installa v7.1.1 with that package drawtext is […]
Have a mini pc with AX210 inside (intel chip that does wifi and bluetooth) but the range on the bluetooth is bad, so I bought a usb bluetooth adapter. It has a realtek chip in it. I am quite new to linux, but I took a gamble that the linux […]
I am using Tcpdump to read packets sent by nmap. I want to totally disable reverse DNS, so I don’t have any packets that look like: <host>.<port> > _gateway.domain: . . . *.*.*.*.in-addr.arpa. (data_length) However if I set the -n flag in foreign scans: nmap -p <port> -n <foreign_ip_address> nmap […]
I have my site running on dedicated ubuntu root server, I am using nginx as webserver , I am facing an issue with google pagespeed , the google pagespeed score is around 70 when I disable varnish , but as soon as I enable varnish , the google pagespeed scores […]
I have installed and runned tor on debian but there is no log file in /var/log/tor/. How can I enable writing logs to a log file? I have tried runing tor with root privilege but is doesn’t worked. I’m new here so please comment if my question needs correction.
I’m trying to use Adobe Lightroom Classic to merge 10x images and although they show up just fine in the Panorama Merge Preview dialog when I click on the “Merge” button in that dialog I get this error: Photo merge error Unable to merge the photos. Failed to import the […]