Get a free VPS from Oracle cloud in whatever region you want, run Wireguard on it. There, now you have a VPN that you control, and since it’s hosted by Oracle, and not a VPN company, there’s no way to “detect” it.
I’m a computer and open source enthusiast from Toronto, Ontario, Canada.
Get a free VPS from Oracle cloud in whatever region you want, run Wireguard on it. There, now you have a VPN that you control, and since it’s hosted by Oracle, and not a VPN company, there’s no way to “detect” it.
Soon they’re gonna start using Widevine DRM to encrypt the Javascript required to access the search results. 🤦🏻♂️
The term “Nazi” has been overused so much, especially in US [identity] politics, that it’s losing (or has already lost) its meaning. When are we going to start calling elevator farts “genocide” and “nazism”? 🤷🏻♂️
If the outrage is based on the screenshot of the comment above, I’d say that this is a typical example of “Swiss neutrality” with a touch of “I don’t give a flying f*ck about US politics because I don’t live in the US.” I don’t see how that makes you a nazi??
I suspect I may be missing something here…
Make a plain text file under Apache somewhere with .php extension and stick the following into it:
<?php phpinfo(); ?>
Ctrl+F the word “memory” and see if anything looks off.
Well, they forked wireguard go… I say their seriousness will depend on:
I’ve been burned too many times by startups who gathered up some initial money from investors and then went all corpo once the money dried up.
The only way to combat this is to vote the assholes out at the end of their term.
Extreme leftists are getting a little too comfortable all over the world it seems.
Wow, beautiful analogy! I’m going to use that in my professional career if you don’t mind. Also with your permission I’d like to give you credit with a link to this comment, if that’s OK with you, of course.
I wonder if this has anything to do with Apple’s CSAM scanning. You know, hang on to the photos as evidence, and, for an added bonus, sell more iCloud storage because the “System Data” now exceeds the free iCloud data storage quota. Win-win!
If it is indeed a boneheaded mistake, then it’s probably because of over reliance on RPC-type calls from the front-end that displays the data, to the back-end that actually handles the data. User deletes photo, and the front-end, instead of actually deleting it, tells the backend to do it… and then hides the photo from view, maybe updates its index of photos marking them as “deleted” regardless of whether the backend actually deleted the photo.
Then an OS update comes along, and rescans the filesystem, and report a bunch of new photos to the front-end, that then happily add them to the GUI to the user’s surprise.
Modern APIs and software architectures are a bloated, unnecessarily complex mess, and this is the result.
The ability to walk at 40km/h speeds.
Wasn’t Google Plus used to be called Circles? Man, I feel old!
At work, if you have the option, consider using KeePassXC or similar software. That will give you a properly encrypted file with secrets and also password-manager features.
What happens if you redirect all traffic to a sinkhole, rather than to 127.0.0.1? Do the devices still freak out when they talk to a web server which returns a 404? Just morbidly curious…
The Orion browser for iOS/iPadOS supports both Firefox and Chromium extensions, however, the support is quite buggy and limited. Nonetheless, a valiant effort by Orion devs.
Good point! I assumed the worst; but it’s possible the array is rebuilding or even already rebuilt and just needs to be mounted.
According to LocalSend docs these are the ports that need to be opened: Multicast (UDP) Port: 53317 Address: 224.0.0.167 HTTP (TCP) Port: 53317 AFAIK macOS firewall is app-based, at least in the GUI. So depending on how you installed LocalSend, you may have to add it to the list of allowed apps: https://support.apple.com/en-ca/guide/mac-help/mh34041/mac
You may be able to add the ports above to /etc/pf.conf manually, but AFAIK messing with pf on macOS is not recommended.
The other thing I wanted to ask is about Vallum. If you have it running on that Mac, would it not “take over” the macOS firewall?
Assuming you were using a Linux software RAID, you should be able to recover it.
The first step would be to determine what kind of RAID you were using… btrfs, zfs, mdraid/dmraid/lvm… do you know what kind you set up?
To start the process, try reconnecting your RAID disks to a working Linux machine, then try checking:
Note: if you used zfs of btrfs, do not do steps 3 and 4; they are MD RAID specific.
Legacy API and app behaviour support. Ironically replacing the registry with something more straightforward would be relatively easy, unlike adding support for storing home directories on a drive other than C. Technically you can mount a different filesystem under c:/users to achieve this, but AFAIK that’s neither supported nor trivial to do.
I tried doing it, and gave up. Sure, most software will respect the path changes in the user’s registry hive, however, every once in a while a program will just assume that your home dir lives under c:\documents and settings$username - and that’s when it all goes south. Really frustrating this lack of consistency.
All in all, the OS is riddled with hacks and “supports” for legacy runtimes and behaviours. Heck, my username is poking fun at the fact that Windows 7 had support for the 386 (yes, Intel’s 80386 processor from the late 80’s) enhanced API. Windows 7…. My username is a “tribute” to a file called krnl386.exe that implemented a bunch of legacy API calls like how much RAM a system has or whether or not the OS is running in “386 enhanced mode” that were relevant back in Windows 3.x days… and still supported in Windows 7. That pretty much sums up why Windows is, and always will be, a hot mess.
Yup, good point. One can run a private instance for “selfish” reasons.