• 0 Posts
  • 30 Comments
Joined 3 years ago
cake
Cake day: July 29th, 2023

help-circle

  • As others have said, repeaters are pretty garbage for extending wifi. Even mesh systems are nothing compared to multiple APs connected with ethernet.

    For hardware if possible, I’d try to stick to using proper APs and not just reused wireless routers so that you can ensure the radio settings are properly matched automatically or manually. I prefer Ubiquiti, but they’re on the pricier side. You can get something way cheaper so long as it has configurable radio settings.

    When using multiple APs, you wanna make sure that the newer standards for device roaming are on, and that they are running the same WiFi network. Make sure any repeater or AP to AP wireless function stays off.

    Best thing to do is whip out the wifiman app and look at the channel map which will show you what frequency your WiFi devices are running at, as well as any overlap with other people’s routers. Assuming you’ve taken out the repeaters, the packet loss will then most likely occur from overlapping SSIDs.

    Now APs are supposed to pick the most empty channel possible, but lots of times they suck at it or are just overcongested (ex: apartments). This is where you can manually configure channels to eliminate overlap.

    In my personal experience, you can just consider 2.4Ghz a lost cause and leave it on auto. There’s only 3 non overlapping channels, so there’s just no chance you’ll ever get a solid signal unless you live like a solid half mile away from your neighbor.

    For 5Ghz, you get a ton of more room and bandwidth to play with. Once you feel comfortable playing with the channel settings, you will discover the super secret DFS channels if you live in the US. Those channels can interfere with weather satellite data, so you should totally never use them because its not like our current administration has been budget cutting the national weather service or anything.

    If you want to have some extra fun, spin up Kali linux on a laptop or anything with WiFi and run bettercap to see the inevitable smart home or IoT device spamming the airwaves causing even more packet loss.

    EDIT:

    If you’re on a tight budget, you can reuse the routers that you have, just know that you might not be able to change the channel settings depending on the router, and that AP to AP roaming will rely on your client devices to work, which can be a mixed bag sometimes.






  • If you want a very good in depth answer: https://youtu.be/7y_hbz6loEo

    The gist of it is that the USA, KSA, and Israel all want Iran’s current government to be toppled as they are a direct military/economic/political threat.

    What’s the logic here? Not just the conspiracy. But why now? Why at all? Is Israel gaining something that I’m not seeing? Destabilization the main goal? What’s the USA gaining here?

    Israel is an ethnostate so they do ethnostate things, which means constantly attacking anyone they view as “not us”. Iran happens to be on the top of that list after Israel’s former enemies, Egypt, Syria, Jordan, Iraq, Lebanon, and KSA were passified via the US or Britain.

    The US and KSA also want to secure their oil regime, and now that Venezuela is dealt with, Iran is next.

    Why does the USA love Israel so much?

    They have a significant economic and military investment in Israel, and many of those Israeli billionaires are a part of AIPAC, which successfully lobbies the US to do what they want.

    A bonus is Christian zionism which reinforces the idea that Israel must exist to cause the second coming of christ, or the messiah for the Jewish zionists.








  • DuckDuckGo is actually a honeypot for the NSA that significantly reduces the amount of data they need to process by virtue of its advertised use case.

    Think about it. Everytime some dumb criminal gets caught, there’s always a report about them searching up how to do the crime on Google, which the police collects as part of their investigation.

    A “smart” criminal/terrorist would then avoid common search engines and would opt for DDO since they don’t share or collect search data.

    DDO just doesn’t share that data with advertisers, trackers, and regular police/FBI like how other search engines do, but they do share it with the NSA just like every other search engine did via PRISM.

    NSA uses the data for whatever purpose and helps to ensure DDO’s security. DDO also never compromises on sharing its data to anyone except the NSA to maintain an image of security and privacy to would be criminals.





  • Use our easy bash oneliner to install our software!

    Looks inside script

    if [ $(command -v apt-get) ]; then apt-get install app; else echo “Unsupported OS”

    Still less annoying than trying to build something from source in which the dev claims has like 3 dependencies but in reality requires 500mb of random packages you’ve never even heard of, all while their build system doesn’t do any pre comp checking so the build fails after a solid hours of compilation.