English has its flaws, but I don’t agree that that is one of them.
English has its flaws, but I don’t agree that that is one of them.
Have you imported the tails-signing.key yet? Usually you can double-click on that to import it using whatever graphical gpg frontend is set up on your system. It may ask you how well you trust the owner of the key. You can answer that question however you want without affecting this verification process.
Next, it looks like you run the instructions from this page: https://tails.net/install/expert/index.en.html#verify
Some of those command line parameters look a little paranoid. The basic command you want to run is: gpg --verify somefile.sig somefile.img
I don’t know much about client certificates, because nobody ever used them. All I know is that they are decades older than passkeys, and “certificate” implies there is a public-private keypair, just like in a passkey.
What are the benefits of a passkey over a client certificate?
I eagerly await your writeup on whichever calendar you think I need to know more about.
Unfortunately this won’t happen until October 31st 2600. Starting on March 1st in the year 2600, the Julian calendar (popular in centuries past, and still used in a few places) will differ by 18 days from the Gregorian calendar (the current worldwide standard calendar).
It happens that October 31st in the year 2600 lands on a Friday, and so the Julian October 13th, which lands on that same day, is also a Friday.
There may be a sooner Friday the 13th that lands on Halloween, if you know of other obscure calendars like the Hebrew, Islamic, or Chinese calendars. I don’t know enough about those to check.
The easiest way to disable unnecessary services is to uninstall them with aptitude, or whichever package manager you like. Try terminating services one by one, and see if anything bad happens. If nothing bad happens, you can probably uninstall it. On the other hand, if the system does get wonky a reboot should fix it. Or, you can research the services by name and decide whether to uninstall them. (avahi-daemon for example is a good idea to uninstall.)
To make the GUI not run, uninstall your display manager (gdm, xdm, nodm, or whatever) and uninstall your xorg server or wayland server. There may be GUI programs remaining after that, but they will only be consuming disk space, not RAM or CPU.
If the battery is old and holds little charge, you may save a few watts by removing it and throwing it away, instead of letting the system keep it topped off.
Get a power meter, such as a Kill-a-watt device. Then, experiment with different settings. If it’s consuming less than 30 watts, you’re probably fine. If you live in the US, one watt-year is about one US dollar (or a little more), so for every watt it consumes, that’s about how much you will pay per year for its electricity.
Looks like this program is really old. It appears to be designed for a 32-bit system, the way it casts between unsigned int
and pointers.
unsigned int
is probably 32-bit even on your 64-bit system, so you’re only printing half the pointer with the printf
, and only scanning half the pointer with the scanf
. The correct data type to be using for this is uintptr_t
, which is the same as uint32_t
on a 32-bit system, and the same as uint64_t
on a 64-bit system.
Try changing the type of addr
to uintptr_t
, and change lines 14-17 to this:
printf("Address of main function: %p\n", (void *) &main);
printf("Address of addr variable: %p\n", (void *) &addr);
printf("\nEnter a (hex) address: ");
scanf("%p", &addr);
You may have to include <stdint.h>
. These changes should make the code portable to any 32-bit or 64-bit architecture.
NTFS is considered pretty stable on Linux now. It should be safe to use indefinitely.
If you’re worried about the lack of Unix-style permissions and attributes in NTFS, then getting BTRFS or ext4 on Windows may be a good choice. Note that BTRFS is much more complicated than ext4, so ext4 may have better compatibility and lower risk of corruption. I used ext3 on Windows in 2007 and it was very reliable; ext4 today is very similar to ext3 from those days.
The absolute best compatibility would come from using a filesystem natively supported by both operating systems, developed without reverse engineering. That leaves only vfat (aka FAT32) and exfat. Both lack Unix-style permissions and attributes.
It seems in Texas, if you cannot afford to pay a funeral home to claim your loved one’s corpse, then the corpse will be sold for parts, to raise the necessary money to dispose of it. And you won’t get a funeral.
This is why there are so many libertarians who are not Libertarians.
That first part is eerily similar to what I was about to post.
In 2011, I was a lonely introvert. I spent my time binging TV shows and reading.
In 2012, on an IRL meetup thread on the 4chan x (paranormal stories) board, I met a new friend. I think deciding to meet them was the critical moment. They introduced me to a local arts and crafts club, a certain sci-fi fandom, and Minecraft.
The arts and crafts club became the basis of a friend group that is still my main friend group today. They brought me to a local convention in 2013 where I discovered I was trans.
In that sci-fi fandom, at a 2016 convention, I met my current partner, and a bunch of new friends.
I played a lot of Minecraft from 2012 to 2016, but then my partner in 2016 introduced me to Factorio.
draw .io is closed source.
Sounds like what you’re looking for is an ATX12V plug. It’s a 2x2 connector that normally has two yellow and two black wires. It normally goes into the 2x2 receptacle on the motherboard to power the processor. In this case, the eGPU enclosure needs it for some reason, maybe for more power.
The good news is that the 2x4 breakaway connector (called EPS12V I believe) that splits into two 2x2 connectors is probably compatible with this receptacle. One of the two 2x2 pieces of the connector should fit into the eGPU’s power receptacle, and the other won’t. If it fits, it is probably the right connector. If two of the wires going to that connector are yellow, and two are black, then it’s almost certainly the right connector.
You may have multiple of these 2x4 breakaway connectors. If so, they should behave identically, and you can break up any of them and try to fit the pieces into the ATX12V receptacle.
List of ATX power supply connectors: https://en.wikipedia.org/wiki/Power_supply_unit_(computer)#Connectors (without images, unfortunately.)
Don’t forget about the big 20-pin or 24-pin main ATX motherboard power connector. Your second power supply, since it is non-modular, will need something to simulate the motherboard’s power button. That’s can be as simple as a switch between the PS-ON wire (green) and any ground wire (black). But hopefully your eGPU has a place to plug in the ATX motherboard power connector, and handles that on-off switching for you.
This is condescending and completely unhelpful.
Downloading any retail or food company’s app is a bad idea. It will violate your privacy, and give you little to no benefits.
I really hate when companies demand that you sign in to their website to communicate with them, when they could have just used email. Especially if they refer to their proprietary website as “email” when it clearly isn’t, and especially when it’s an app instead of a website.
How did you get into TSA Pre without providing fingerprints? I tried once, and they strictly refused to let me apply because I wouldn’t give fingerprints.
Yeah, it’s definitely a problem, and genetic information could end up getting linked. Even if a person thinks they might not have DNA in any existing database, whether criminal, medical, or otherwise, there’s no telling what might happen in the future. I can think of a few different ways a person might involuntarily, through no fault of theirs, get their DNA forcibly taken with no legal recourse.
Every path here will have some tradeoffs. But the odds of getting linked are probably much lower outside your home country.
Any regular hex nut works just fine as a jam nut. Basically, a jam nut is when you jam two nuts together. (It is gay, because the nuts do touch.)
And note that those nylon inserts kinda only work once. The bolt carves a thread into the insert when you insert it, so it will be weaker the second time you insert it.
Honorable mention: cage nuts. A square nut, permanently attached to a fastener that can snap into a special square hole in a 19 inch server rack. When you tighten the bolt against the nut, it tightens against the fastener, so that the nut, bolt, and fastener are secure against the square hole.