Source: Static Site Generators
All posts by smarc
Static Site Generators – Top Open Source SSGs | Jamstack
Check out this showcase of some of the best, open source static site generators. This is community-drive so be sure to submit your favorite today!
Source: Static Site Generators – Top Open Source SSGs | Jamstack
awwesome selfhosted
Find the most awesome open-source, self-hostable projects on the web. Original data by the awesome-selfhosted community, licensed under CC-BY-SA 3.0.
Source: awwesome selfhosted
Softmaker Office
SoftMaker Office, the German GDPR-compliant alternative to Microsoft Office (Word, Excel, PowerPoint) for Windows, Mac, Linux, iOS and Android
Sysinternals
awesome-sysadmin
A curated list of amazingly awesome Free and Open-Source sysadmin resources.
Remote Access – awesome-selfhosted
A list of Free Software network services and web applications which can be hosted on your own servers
If you’re still nesting IFs in Excel, you’re doing it the hard way
There’s a cleaner, saner way to build formulas with multiple conditions.
Source: If you’re still nesting IFs in Excel, you’re doing it the hard way
Surplus Goods Sites
Win11 Setup for local account
Go through the normal installation process until you get to the sign-in screen
Press <Shift> + <F10> to open elevated command prompt
net user "YourUserName" */add
net localgroup administrators "YourUserName" / add
net user "YourUserName" /active:yes
net user "YourUserName" /expires:never
net user "Administrator" /active:no
net user "defaultUser0" /delete
Run net user to ensure that all was done properly. You should see the new user as admin account, and no default user.
Run regedit Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\OOBE
Delete 3 values: DefaultAccountAction, DefaultAccountSAMName, DefaultAccountSID
Rename value LaunceUserOOBE to SkipMachineOOBE and sure value is 1. Case is important.
Exit regedit.
Reboot machine with shutdown /r /t 0