| // compile with zig build-exe srv.c.zig -lc (zig @master) | |
| const c = @cImport({ | |
| @cInclude("sys/socket.h"); | |
| @cInclude("sys/types.h"); | |
| @cInclude("arpa/inet.h"); | |
| @cInclude("unistd.h"); | |
| @cInclude("netinet/in.h"); | |
| }); |
Taskmaster is a OneCommander utility to replace Explorer dialogs for file operations.
It uses Windows native APIs for Copy/Move operations and not hacks like some other copy/move replacements to speed-up operations. That means it won't break any speed records but it is as reliable as Explorer's operations.
- Ability to copy deep folder structures longer than 255 characters
- Copied files and folders keep Created and Modified dates (Explorer creates folders on copy with a new date, ruining backups)
- (Soon) Same theme/style as OC (including Dark theme that Explorer dialogs don't yet have)
- (Soon) Prompts only once for elevation (Admin)
| Generic keys is default keys from Microsoft will allow you to install or upgrade to a specific Microsoft software you want, | |
| but will not activate it. if you want to activate it , you can buy the Microsoft Retail Product Keys from Keyingo.com | |
| Microsoft Generic Product Keys for All Editions | |
| Windows Server 2022 Datacenter | |
| WX4NM-KYWYW-QJJR4-XV3QB-6VM33 | |
| Windows Server 2022 Standard | |
| VDYBN-27WPP-V4HQT-9VMD4-VMK7H |
This is a full guide for people who wanted to set up Windows 10/11 VM with QEMU/KVM hypervisor enhancements for a laptop that is configured with hybrid graphics card like Intel/AMD + NVIDIA. This process will take about 1 to 2 hours, depending on your system's performance and your patience =)
There is another comprehensive guide you can follow here (shoutout to asus-linux team who made supergfxctl which is a very important tool for this guide). It is more up-to-date than mine. I would probably incorporate those information into my guide, but you are welcome to use this one as a reference!
- This guide is exclusively for Fedora users because this distro is quite different to set up than other distro such as Arch. I would say Arch is easier to setup than Fedora, but sometimes you like to use Fedora than Arc
