Brad Smith, the Chairman of Microsoft says the biggest AI concern that poses a threat to society is the increased use of deepfakes. He significantly… Read More The post Microsoft Chief Brad Smith Raises Alarm on Deep Fakes appeared first on GeeksforGeeks.
Daily Archives: May 30, 2023
I’m using an IF formula in sheet B so if the value equals to 1 in column L of sheet A it returns the value in Column A from sheet A to Column A of sheet B in the same row. However, I’m using filters in Sheet A so when […]
I want to understand which filesystem (FS) will be most suitable for the purpose of data archival. Following are the usage parameters and requirements the FS should be able to meet: Backup medium is portable magnetic hard disk drive (HDD). SDD is unlikely to be used ever. HDD capacity is […]
I am currently using Proxmox to deploy some VMS. I am using a script supplied by here. My current script is as such #!/bin/bash #Create template #args: # vm_id # vm_name # file name in the current directory function create_template() { #Print all of the configuration echo "Creating template $2 […]
I have to write description section in my source code files. I try to fit this into 84 character width. Right now I try to do this manually. This means that when I enter a word into say line 3/15, I then have to fix the text in all subsequent […]
Here my config (server wg in docker, peer1, peer2) S = 10.14.88.1 P1 = 10.14.88.2 P2 = 10.14.88.3 [Interface] Address = 10.14.88.1 ListenPort = 51820 PrivateKey = XXX PostUp = iptables -A FORWARD -i %i -j ACCEPT; iptables -A FORWARD -o %i -j ACCEPT; ip rule add from 10.14.88.2 lookup […]