- During installation, instead of typing your username and computer name, press CTRL + SHIFT + F3 to boot into Audit Mode
- After booting into Audit Mode, click Cancel in the window "System Preparation Tool 3.14"
- Create a XML file (such as
D:\relocate.xml
) containing instructions to move user profiles - Run
%windir%\system32\Sysprep\Sysprep.exe /audit /reboot /unattend:D:\relocate.xml
- After rebooting again, click OK in the window "System Preparation Tool 3.14"
- Continue with normal installation
https://rfc3161.ai.moda | |
https://rfc3161.ai.moda/adobe | |
https://rfc3161.ai.moda/microsoft | |
https://rfc3161.ai.moda/apple | |
https://rfc3161.ai.moda/any | |
http://rfc3161.ai.moda | |
http://timestamp.digicert.com | |
http://timestamp.globalsign.com/tsa/r6advanced1 | |
http://rfc3161timestamp.globalsign.com/advanced | |
http://timestamp.sectigo.com |
#!/usr/bin/env python3 | |
import re, zlib, sys | |
def main(argv): | |
print("Salvage text from a broken pdf file") | |
print("Usage: salvage-pdf.py <input_file.pdf> <output_file.txt>") | |
pdf = open(argv[1], "rb").read() | |
output = salvage_pdf(pdf) | |
with open(argv[2], "wb") as file: file.write(output) |
A couple of weeks ago I played (and finished) A Plague Tale, a game by Asobo Studio. I was really captivated by the game, not only by the beautiful graphics but also by the story and the locations in the game. I decided to investigate a bit about the game tech and I was surprised to see it was developed with a custom engine by a relatively small studio. I know there are some companies using custom engines but it's very difficult to find a detailed market study with that kind of information curated and updated. So this article.
Nowadays lots of companies choose engines like Unreal or Unity for their games (or that's what lot of people think) because d
If programming is more than just a means of getting things done for you, then Common Lisp is for you!
Table of Contents
curl -sSL https://gist.githubusercontent.com/ttimasdf/ef739670ac5d627981c5695adf4c8f98/raw/autossh@host1 | \
sudo tee /etc/default/autossh@example
curl -sSL https://gist.githubusercontent.com/ttimasdf/ef739670ac5d627981c5695adf4c8f98/raw/autossh@.service | \
sudo tee /etc/systemd/system/autossh@.service
sudo useradd -g nogroup -s /bin/false -m tunnel
sudo -u tunnel mkdir -p ~tunnel/.ssh # and copy your private key here
Internet connection and DNS routing are broken from WSL2 instances, when some VPNs are active. The workaround breaks down into two problems:
- Network connection to internet
- DNS in WSL2
This problem is tracked in multiple microsoft/WSL issues including, but not limited to:
Reddit has imposed paid API limits and that compelled developers to shutodwn their clients.
But There is a way you can Keep using your favourite reddit Client.
Source: StackOverflow
With a Linux Guest run this:
sudo dd if=/dev/zero | pv | sudo dd of=/bigemptyfile bs=4096k
sudo rm -rf /bigemptyfile