Latest

Windows Optimizations

Sysinternals Suite Autoruns – https://learn.microsoft.com/en-us/sysinternals/downloads/autorunsZoomIT – https://learn.microsoft.com/en-us/sysinternals/downloads/zoomit PowerToys https://learn.microsoft.com/en-us/windows/powertoys/installhttps://github.com/microsoft/PowerToyshttps://apps.microsoft.com/detail/xp89dcgq3k6vld WinUtil Chris Titus https://github.com/ChrisTitusTech/winutil Vukilis Win11 Optimizer Debloater https://github.com/vukilis/Windows11-Optimizer-Debloater DISM Commands (one by one) Dism.exe /online /Cleanup-Image /StartComponentCleanupDism.exe /online /Cleanup-Image /StartComponentCleanup /ResetBaseDism.exe /online /Cleanup-Image /SPSupersededDism.exe /Online /Cleanup-Image /AnalyzeComponentStore

17.07.2024

SSH into Android with Termux

Install Termux from Fdroid or any APK sites you dont have to install Fdroid, you can directly download Termux APK https://f-droid.org/en/packages/com.termux/ Open Termux on your Android phone Install OpenSSH: pkg upgrade pkg install openssh Set up a password: passwd Find your username by running this in Termux: whoami Save this...

10.07.2024

WordOps – WordPress installation with single command

Links– WordOps: https://wordops.net/– Documentation: https://docs.wordops.net/– Commands: https://docs.wordops.net/commands/– Demo WordOps Dashboard: https://demo.wordops.eu/ Install WordOps Prerequisits Ports Service Port Inbound Outbound Notes SSH 22 ✓ ✓ SSH default or custom port HTTP 80 ✓ ✓ Nginx listen on port 80 HTTPS 443 ✓ ✓ Nginx listen on port 443 WordOps Backend 22222...

14.06.2024

Open Port on Oracle Cloud Ubuntu (Linux)

First you have to open port on Oracle Cloud interface, after that you need to update iptables of your server to accept connection Create an Ingress Rule for your VCN You have successfully created an ingress rule that makes your instance available from the internet. Related stackoverflow answerhttps://stackoverflow.com/a/64053781/643641

23.05.2024