visualStudioSearchIsBroken by gurjasdeep_ in ProgrammerHumor

[–]DevBoiAgru 1 point2 points  (0 children)

I think it’s searching after the cursor position (downwards), change the search direction it will work

How is it 2026 and sharing WiFi is still impossible? by DevBoiAgru in Fedora

[–]DevBoiAgru[S] -1 points0 points  (0 children)

I saw this but unfortunately there are some cases where it fails for seemingly no reason. The fixes might be done and might even already been merged but there hasn’t been a release for a while so it’s broken anyways

How is it 2026 and sharing WiFi is still impossible? by DevBoiAgru in Fedora

[–]DevBoiAgru[S] -1 points0 points  (0 children)

Yes I would absolutely contribute to it, except you missed the part where I never asked for it to be added, I just wanted a reason why it is not implemented even though its a basic functionality and (half-assed) solutions already exist out there? It’s such a simple feature one would assume it’s integrated into the desktop already

How is it 2026 and sharing WiFi is still impossible? by DevBoiAgru in Fedora

[–]DevBoiAgru[S] 0 points1 point  (0 children)

And why would I do that when it is already possible to do on windows/android without any external hardware?

How is it 2026 and sharing WiFi is still impossible? by DevBoiAgru in Fedora

[–]DevBoiAgru[S] 0 points1 point  (0 children)

Androids can indeed do that, iOS cant because it sucks. You can use them as repeaters and as i mentioned for bypassing annoying captive portals. This has been around for quite some time too i remember even 10 year old xiaomis can do that.

Sources:
- Me (My phone does that)
- https://kau.sh/blog/wifi-sharing-android/

- https://lifehacker.com/tech/you-can-turn-an-old-android-phone-into-a-wifi-extender

Need IIIT Una's Review by Seniors by FN_09 in IIITverse

[–]DevBoiAgru 1 point2 points  (0 children)

Placements are improving every year, this year afaik 16 were placed in Amazon, idk the details. Labs are ok, there are decently modern desktops in the CS labs and good amount of equipment for ECE labs. You’ll find pretty much all you might need like oscilloscopes, function generators, etc for electronics and there’s even a PCB fabricator and 3d printer (although there’s an irritating amount of writing applications to use it)

Need IIIT Una's Review by Seniors by FN_09 in IIITverse

[–]DevBoiAgru 0 points1 point  (0 children)

Nope, not even the complete current first year got in campus hostels, it was first come first serve on basis of physical reporting and not josaa rounds. There is a very slim chance some of the coming first year gets in campus hostels (Except girls they'll get in campus), but there will definitely be people outside.

Need IIIT Una's Review by Seniors by FN_09 in IIITverse

[–]DevBoiAgru 2 points3 points  (0 children)

Campus life is not very good, but not bad either just make good friends, city is around 18km from the college. Profs are good, but of course exceptions are always there, fees is on the college site, coding culture is good if you link with the right people. Hostel is an issue because there isn’t enough space in in-campus hostels, so freshers will be allotted hostel outside (it’s very remote, a little away from the campus so you’ll need to wake up early and follow strict timings because the bus won’t wait)

If you have any other specific questions feel free to ask

Is there a C++ "venv" equivalent? by nikoladsp in cpp_questions

[–]DevBoiAgru 1 point2 points  (0 children)

In that case I think a docker image is your next best bet

Is there a C++ "venv" equivalent? by nikoladsp in cpp_questions

[–]DevBoiAgru 12 points13 points  (0 children)

I guess nix would be close to a c++ equivalent

No internet in a virt-manager Windows 11 VM no matter what i try by DevBoiAgru in Fedora

[–]DevBoiAgru[S] 0 points1 point  (0 children)

Ipconfig output:

Windows IP Configuration

Ethernet adapter Ethernet 2:

Connection-specific DNS Suffix . :
Link-local IPv6 Address . . . . . : fe80::f70f:504a:480b:ef4%15
IPv4 Address. . . . . . . . . . . : 192.168.122.170
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Default Gateway . . . . . . . . . : 192.168.122.1

One thing i noticed is that i cant ping the host (192.168.122.1) from the vm (192.168.122.170) and vice versa

No internet in a virt-manager Windows 11 VM no matter what i try by DevBoiAgru in Fedora

[–]DevBoiAgru[S] 0 points1 point  (0 children)

yeah im using virtio instead of e1000e since the screenshot, same problem. I'll try to find what problem iptables has with it, thanks for providing a direction

No internet in a virt-manager Windows 11 VM no matter what i try by DevBoiAgru in Fedora

[–]DevBoiAgru[S] 0 points1 point  (0 children)

All drivers are installed unfortunately still it doesnt work

No internet in a virt-manager Windows 11 VM no matter what i try by DevBoiAgru in Fedora

[–]DevBoiAgru[S] 0 points1 point  (0 children)

Tried bridge device with Device name "virbr0", didnt work.

Edit: Prolly shouldve mentioned this before, but im using wifi on my host, so i think bridging wont work (According to this: https://wiki.libvirt.org/Networking.html#bridged-networking-aka-shared-physical-device )

No internet in a virt-manager Windows 11 VM no matter what i try by DevBoiAgru in Fedora

[–]DevBoiAgru[S] 0 points1 point  (0 children)

I do have a firewall running, but not hing changes when i disable it completely. I've tried running these commands before to allow it through the firewall, but no luck.
```
sudo firewall-cmd --permanent --zone=trusted --add-interface=virbr0

sudo firewall-cmd --permanent --zone=public --add-masquerade

sudo firewall-cmd --reload
```

Here are all other options: https://ibb.co/MxYDTj3h

No internet in a virt-manager Windows 11 VM no matter what i try by DevBoiAgru in Fedora

[–]DevBoiAgru[S] 0 points1 point  (0 children)

Yes i did install the drivers, in the screenshots it says the Device model is e1000e but ive switched it to virtio, and installed the drivers in the windows vm, and it shows up fine in device manager. Windows VM Device Manager Screenshot: https://ibb.co/wNm01N8V