It was campus hiring and The recruitment process is slightly changed at that time when I applied in 2022. Firstly a Martian program exam was… Read More The post Persistent System (Martian Program) Interview Experience 2022 appeared first on GeeksforGeeks.
Daily Archives: October 1, 2022
I have a huge problem with my lenovo B5400 with Win7. On the power adapter without battery it works ok. But when I plug in the battery and it is charging, Windows does not show the charging icon, but when the battery is at 100%, the screen goes black and […]
i need to know how can i tunneling between two server and use first server as a vpn for example we have server1=x.x.x.x server2=y.y.y.y , how can i tunnel all the traffics coming to server1, to server2 and use only server1 as a vpn like running open vpn on server1 […]
I want to launch a Centos 7 VM using qemu in Windows 11. I already have a disk image (vmdk) and it works fine if I run it with the following command: qemu-system-x86_64 -m 4096 -smp 2 -drive file="C:MyDrivesCentos7.vmdk" It works, the VM is running correctly. The only issue I […]
I’m trying to setup a TCP transparent proxy with cgroups2: iptables -t nat -A OUTPUT -p tcp -m cgroup --path test --syn -j DNAT --to-destination 10.0.0.1:10000 iptables -A INPUT -p tcp -m cgroup --path test --syn -j ACCEPT iptables A INPUT -m cgroup --path test -j DROP iptables -A OUTPUT […]
A friend has a Netgear Nighthawk AX1800 RAX20-100NAS WiFi 6 router that I can’t get to the administrative web interface of. The router is connected (by Ethernet cable) to their cable modem. I’ve tried multiple browsers from Windows (WiFi and Ethernet), Linux (WiFi and Ethernet) and Android devices and it […]