hardyweb

hardyweb @hardyweb

About: Highly motivated and self-directed IT professional with a strong foundation in web development (particularly Laravel) and a passion for continuous learning.

Location:
Terengganu, Malaysia
Joined:
Jun 20, 2022

hardyweb
articles - 50 total

Cross Platform Application

Cross Platform application Membangunkan aplikasi merentas beberapa platform seperti Linux...

Learn More 0 0Dec 25 '25

Neovim 0.12 autocomplete and native plugin manager for laravel and go

update 3/12/2025 mason has changed their url...

Learn More 0 0Oct 13 '25

Golang Binary Compile arm64

Basic cross-compile GOOS=linux GOARCH=arm64 go build -o nama_sistem_arm64 main.go Enter...

Learn More 0 0Aug 22 '25

Projek Jawi Converter: Belajar Golang Sambil Mendigitalkan Warisan Bahasa

Aku percaya bahawa, cara terbaik untuk belajar bahasa pengaturcaraan baru adalah dengan membangunkan...

Learn More 0 0Aug 19 '25

Error code: Wsl/Service/AttachDisk/0x8007000f

Trying to Format USB Drive Manually via WSL2 Sometimes, we need to format a USB drive to Btrfs or...

Learn More 0 0Jul 21 '25

Incus Cluster Gone: When a Dead SD Card Wipes Your Infra

What happens when you run an Incus cluster with two nodes, and one of the nodes goes into a disaster...

Learn More 0 0Jul 17 '25

The Incus container backup was created with a different architecture

how to change . mkdir ~/pi-backup tar -xzf backup.tar.gz -C ~/pi-backup //dalam orange pi incus...

Learn More 0 0Jul 7 '25

Incus 6.14 S3 Backup

S3 upload of instance and volume backups Check backup Container incus query...

Learn More 0 0Jul 2 '25

Install n8n in Incus container using docker image

Setup n8n in self hosting / home server Launch Image incus launch docker:n8nio/n8n n8n -c...

Learn More 0 1Jun 13 '25

Neovim/vim macro

aku mahu delete perkatan Download this file dan delete semua dalam kurungan/parenthesis Download...

Learn More 0 1Jun 11 '25

Powershell Search Big File

Run as admin. Get-ChildItem -Path "C:\path" -Recurse -File | Where-Object { $_.Length -gt 1GB...

Learn More 0 0Jun 10 '25

Laravel 12-spatie role and permission

Jika sekirannya, kita upgrade dari laravel 10 ke laravel 12, ada beberapa tempat perlu...

Learn More 1 0May 14 '25

Debian 13-Trixie and sury php

sudo apt update sudo apt install -y lsb-release ca-certificates apt-transport-https wget ...

Learn More 0 0May 6 '25

WSL rsync in /mnt/c drive

In WSL, drive C windows is mounted in /mnt/c , drive D in /mnt/d etc. let say, if i want to backup...

Learn More 0 0Mar 15 '25

Install Owncast in WSL2

curl https://owncast.online/install.sh |bash Enter fullscreen mode Exit...

Learn More 0 0Jan 27 '25

Lazyvim version 14.x in WSL

fzf-lua as a replacement for telescope.nvim to use telescope.nvim instead, enable the...

Learn More 0 0Dec 15 '24

Update PHP 83.x to PHP 84.x in wsl ( debian )

Make sure , in /etc/apt/source.list.d/, we have php.list deb https://packages.sury.org/php/...

Learn More 1 0Nov 23 '24

Compile Neovim in Debian/Ubuntu Linux

*Fresh Debian Install * Sudo apt-get install ninja-build gettext libtool libtool-bin autoconf...

Learn More 1 2Oct 3 '24

Copy paste bash command but dont understand what it does?

Bismillahirahmanirahim Sebagai system admin Linux junior, kita biasa lihat arahan-arahan linux yang...

Learn More 0 0Sep 27 '24

Replace Dot Notation Laravel Relationship with Nasted Array

https://github.com/laravel/framework/pull/42690 Enter fullscreen mode Exit...

Learn More 1 1Sep 26 '24

How To Create Laravel Project With Composer

Old way composer create-project laravel/laravel project-name Enter fullscreen mode ...

Learn More 1 0Sep 25 '24

git log --all --decorate --oneline --graph

Ini nota saya. git log --all --decorate --oneline --graph Enter fullscreen mode ...

Learn More 1 0Sep 25 '24

Accidently create file name "\" in development folder

Assalamualaikum Semalam, terjumpa satu kes, dimana, aku tak dapat clone sistem dari git repository....

Learn More 1 0Sep 25 '24

Change Editor In Glow charmbracelet

Jika guna fish shell dan guna glow untuk paparkan markdown file, untuk edit, ia akan pilih nano...

Learn More 0 0Sep 18 '24

MSYS2 alternatif kepada WSL2

Bismillahirahmanirahim This article written in Bahasa Melayu (Terengganu Accent) Enter...

Learn More 1 0Sep 16 '24

Copy file between server and local machine ( from windows to linux server )

Bismillahirahimanirahim Dalam pc (windows ) perlu ada scp ( secure copy ), boleh guna winget...

Learn More 1 0Sep 5 '24

Jquery select2 css height problem fixed

insert this code .select2-selection__rendered { line-height: 35px...

Learn More 3 4Sep 4 '24

Adding Swap File To Linux File System

cat /proc/swaps Enter fullscreen mode Exit fullscreen mode sudo...

Learn More 1 0Sep 2 '24

Vagrant ssh alternative

ssh -o StrictHostKeyChecking=no -o UserKnowHostsFile=/dev/null -i...

Learn More 1 0Sep 2 '24

Monitor Squid Proxy with Goaccess

Ni nota aku... Install sudo apt install goaccess Enter fullscreen mode Exit...

Learn More 1 0Aug 29 '24