Friday, April 25, 2025

Recovering from hacked account is so painful when we accidently got scammed.

Recovering from a hacked account is so painful when we accidently get scammed. 

To recover hacked gmail, do it as fast as possible. Even if a hacker changes your phone recovery and or your email recovery, Google still keeps your previous recovery data for some time (maybe 7 days). I called it the grace period.

In my case, i successfully recovered my gmail less than 12 hours after the account was hacked. After successfully signing in into your account, go to https://myaccount.google.com, immediately check your devices, and sign off of any unknown device. 

Then, in security, check recovery options. Remove any unwanted recovery option. Add your original recovery phone number and recovery email if necessary. Verify them as soon as possible. 

These processes are race conditions with hackers.

If a hacker changes your email account for Mobile Legends: Bang Bang and email account Clash of Clans, you will lose them. No one of those games provides good support for recovery.

Permohonan pembebasan PBB Jakarta Pensiunan PNS Jakarta melalui pajakonline.jakarta.go.id

Dokumentasi 2025-04-25 

Syarat:

  1. Mimiliki NIK yang sudah tervalidasi
  2. Memiliki akun aktif di pajakonline.jakarta.go.id

Permohonan pembebasan PBB Jakarta Pensiunan PNS Jakarta melalui pajakonline.jakarta.go.id:

  1. Login/Sign-in melalui pajakonline.jakarta.go.id 
  2. Pilih menu "Jenis Pajak" -> "PBB"
  3. Pilih tab "Pelayanan"
  4. Klik "Tambah Permohonan Layanan" 
  5. Lengkapi isian:
    • Jenis Pajak: 14 Pajak Bumi dan Bangunan
    • Pilih jenis Pelayanan: Pembebasan
    • Pilih Jenis Sub Pelayanan: Pensiun PNS


    • Kriteria Pemohon : Orang Pribadi
    • Nomor Induk Kependudukan (NIK): xxxx
    • Nama Pemohon Sesuai KTP: xxxx 
    • Nomor SK: xxxx 
    • Nama yang tertera pada SK (tanpa gelar): xxxx 
    • Alamat Pemohon Sesuai KTP: xxxx 
    • RT Sesuai KTP: xxxx
    • RW Sesuai KTP: xxxx
    • Kota/Kab. Adm. Pemohon Sesuai KTP: xxxx
    • Kecamatan Pemohon Sesuai KTP: xxxx
    • Kelurahan Pemohon Sesuai KTP: xxxx
    • NOP PBB: xxxx
    • Tahun Pajak: xxxx
    • Metode Penyampaian Data Pendukung: [upload]

Dokumen yang diperlunakan untuk Pensiunan PNS Jakarta

  1. KTP Pemohon * jpg/image
  2. Surat Keputusan sebagai Pensiunan * pdf
  3. Foto objek pajak yang dimohonkan * jpg/image
  4. Surat keterangan kematian penerima pembebasan PBB-P2 (Apabila telah meninggal dunia)
  5. Surat keterangan domisili (Apabila alamat pemohon berbeda dengan alamat objek yang dimohonkan)
  6. Buku Nikah, KK, atau Surat Penetapan Ahli Waris (Apabila telah meninggal dunia)
  7. Surat Kuasa (Apabila Dikuasakan)  

Maksimum ukuran file 3 MB, tips: resize foto dengan ukuran yang lebih kecil

Referensi: https://bapenda.jakarta.go.id/artikel/cara-mengajukan-pembebasan-pbbp2-untuk-pensiunan-pegawai-negeri-sipil-pns 

Saturday, April 19, 2025

Part 2: Debian 12 on HP 15-AF109AX fix BCM43142 wifi adapter

Connect your laptop  HP 15-AF109AX  to internet using ethernet lan port.

Update kernel

# apt-get install  linux-image-6.1.0-33-amd64 

Install tools for network and wifi tools

# apt-get install wireless-tools firmware-linux-nonfree wpagui network-manager-gnome dnsutils bluez-firmware blueman

Installing wifi BCM43142 adapter

# apt-get install linux-image-$(uname -r|sed 's,[^-]*-[^-]*-,,') linux-headers-$(uname -r|sed 's,[^-]*-[^-]*-,,') broadcom-sta-dkms

Check all the built DKMS kernel modules. There should be "wl.ko" in the list.

# find /lib/modules/$(uname -r)/updates 

/lib/modules/6.1.0-33-amd64/updates 

/lib/modules/6.1.0-33-amd64/updates/dkms 

/lib/modules/6.1.0-33-amd64/updates/dkms/wl.ko

Unload conflicting modules:

# modprobe -r b44 b43 b43legacy ssb brcmsmac bcma

Load the wl module: 

# modprobe wl

Check wifi adapter interface is available

# nmcli dev 

DEVICE TYPE     STATE                  CONNECTION

lo     loopback connected (externally) lo

wlo1   wifi     disconnected           -- <- found wifi xxxx 

enp3s0 ethernet unmanaged              --

Edit NetworkManager Applet -> Edit Connection -> Add -> type Wifi, fill SSID and Wifi Security WPA3 password.

Done.

Reference: https://wiki.debian.org/wl

Part 1: Installing dual boot Debian 12 on HP 15-AF109AX

Shrink your hard disk, make 48 GB space. 40 GB for / parition
and 8 GB for swap.

I  use DVD net install amd64 Debian 12.0 for installation.

Shift restart, select DVD/CD, and follow instruction during installation. Note: write down your root password and user with password.

After finish and restarting, login and connect your ethernet cable into HP 15-AF109AX.

Edit /etc/apt/sources.list

#deb cdrom:[Debian GNU/Linux 12.0.0 _Bookworm_ - Official amd64 NETINST with firmware 20230610-10:21]/ bookworm main non-free-firmware

#main
deb https://deb.debian.org/debian bookworm main contrib non-free-firmware non-free

#security
deb https://security.debian.org/debian-security bookworm-security main contrib non-free-firmware non-free

#update
deb https://deb.debian.org/debian bookworm-updates main contrib non-free-firmware non-free

#backport
deb http://deb.debian.org/debian bookworm-backports main

Run dhcp client

# dhclient -v

Try to ping internet e.q

# ping 1.1.1.1 -c 4

Update your debian

# apt-get update && apt-get upgrade -y

Edit /etc/default/grub

....
GRUB_DEFAULT=2
....
GRUB_DISABLE_OS_PROBER=false
....

Run update grub

# update-grub

Edit /etc/lightdm/lightdm.conf

....
greeter-hide-users=false
....

Install light Xfce4

# apt-get install xfce4 xfce4-goodies network-manager aptitude

Run startx or restart to use GUI.



Thursday, March 20, 2025

Small list laptop spesification for upgrade

Asus Vivobook X415DA 304 

Model : M415DA

Processornya : AMD Ryzen™ 3 3250U Mobile Processor (2C/4T, 5MB Cache, 3.5 GHz Max Boost)

RAM maximum 16GB
    8GB onboard
    1 slot 8 GB DDR4 PC4-19200 2400MHz Sodimm

Storage NVME 512 GB

 

Asus 14 FQ1036AU

Processornya AMD Ryzen 7 5700U (8C / 16T, 1.8 / 4.3GHz, 4MB L2 / 8MB L3 

RAM 

2 slot @ 8 GB DDR4 2666Mhz Sodimm

 

HP 15 EF2126WM

AMD Ryzen 5 5500U 6-core (up to 4.0GHz), AMD Radeon Graphics

RAM

2 slot @ 16 GB DDR4 3200Mhz Sodimm