Wednesday, September 23, 2026

solusi sementara remote vnc versi lama di ubuntu 25.04.

The critical requirement is that you must be running an Xorg session, not the default Wayland

 


sudo apt update

sudo apt install tigervnc-standalone-server tigervnc-common xfce4 xfce4-goodies dbus-x11

sudo apt install tigervnc-scraping-server
nano ~/.vnc/config
localhost=no
SecurityTypes=VncAuth
geometry=1920x1080
alwaysshared
mkdir -p ~/.vnc
vncpasswd ~/.vnc/passwd
x0vncserver -display :0 -rfbauth ~/.vnc/passwd -rfbport 5900 -SecurityTypes VncAuth -AlwaysShared

vncserver -kill :1

nano ~/.vnc/xstartup
#!/bin/sh
unset SESSION_MANAGER
unset DBUS_SESSION_BUS_ADDRESS
exec dbus-launch --exit-with-session startxfce4

Monday, May 25, 2026

solusi black screen setelah login di windows 11 23H2

mematikan fast boor


registry .reg file 

Windows Registry Editor Version 5.00

; Method 1: System-wide setting

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Power]

"HiberbootEnabled"=dword:00000000

; Method 2: Policy-based setting (enforces the configuration)

[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\System]

"HiberbootEnabled"=dword:00000000

Sunday, February 22, 2026

Cara aktivasi windows xp, 10 dan 11

dilakukan dengan download script atau menjalankan command di powershell untuk download dan run otomatis


https://massgrave.dev

 https://massgrave.dev/unsupported_products_activation

https://github.com/massgravel/Microsoft-Activation-Scripts


Monday, December 15, 2025

problem install openmediavault berhenti saat cek network

Don't enable ipv6 during installation. Just set add the boot param "ipv6.disable=1" when using the OMV ISO.

  "ipv6.disable=1"

 but needs to be to the left of two dashes .

Tuesday, August 19, 2025

problem print dari linux ke windows 7, matikan password

With Samba, it looks like I finally got this solved myself. I persisted with my searches in the internet and came across a Windows 7 forum which gave the following solution which worked:-

Open Network and Sharing Centre on the Win 7 PC. Click on change advanced sharing settings. Turn off password protected sharing.

Monday, August 18, 2025

sippingtool hilang dari windows 11

 bisa diinstal dengan perintah
winget install 9MZ95KL8MR0L -s msstore


winget search --source 'msstore' "$Name"
winget install --source 'msstore' --id "$ID"

Friday, January 17, 2025

Mengatasi problem windows xp client tidak bisa akses share nya windows 7

 Disable SMB2 on Windows 7 File Server with Windows XP Clients


HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\LanmanServer\Parameters

SMB2 = 0 (DWORD, default: not present assumes 1, recommended: 0 if using clients with older Windows variants)

SMB1 = 1 (DWORD, default: not present assumes 1-enabled, recommended: 1 - no need to add or change)


Under Windows 8/10/2012 Server, you can also disable SMB2/3 using PowerShell cmdlets: