Round 1(Online Assessment): The test was held on CodeSignal. It consisted of 4 questions which had to be completed in 1 hr 20 minutes. The… Read More The post PhonePe Interview Experience (Off-Campus) appeared first on GeeksforGeeks.
Daily Archives: July 16, 2022
I have done the following tutorial: https://linuxways.net/ubuntu/how-to-create-sftp-user-with-specified-directory-permissions-in-ubuntu-20-04/ Creating new Sftp User: # useradd -m -d /home/example.com sftp_user # passwd sftp_user Setup Directory Permissions: # chmod 755 /home/example.com/ # chown root:root /home/example.com Restrict Directory Access: # vim /etc/ssh/sshd_config subsystem sftp internal-sftp Match User sftp_user ChrootDirectory %h AllowTCPForwarding no X11Forwarding no PasswordAuthentication […]
I have a “client-server” setup composed of one Wireguard server computer and one client, both under their respective NAT. I want these to communicate without port forwarding on the client’s router. Obviously, I still need port forwarding in the server’s router. According to this comment one can leverage stateful UDP […]
I have a laptop running Win10 and an iPhone 6. My home internet connection is spotty and often drops. But I have my iPhone hotspot on all the time and my PC wifi is setup with the “connect automatically” box checked for the hotspot–but when my home network drops, the […]
I currently have 3 drives as dynamic drives spanned to create 1 volumne Currently the drives equate to approx 30tb (10,10,12) If i was to shrink the volume by 12tb. Can i then remove the 12TB from the spanned volume? making it a free single disk. Whilst also NOT losing […]
I am trying to configure a strongSwan IPsec VPN with RADIUS authentication. The actual EAP-MSCHAPv2 authentication to FreeRadius with OpenLDAP for username/passwords is successful, but then I am stuck with the following error message: Jul 15 21:31:04 odroidc4 charon-systemd[814594]: authentication of '100.80.129.171' with EAP successful Jul 15 21:31:04 odroidc4 charon-systemd[814594]: […]