How to begin Windsurfing , everything you need to know, but were afraid to ask. 2

How to begin Windsurfing , everything you need to know, but were afraid to ask.
Why do you want to go windsurfing? Windsurfing – just another day sailing! So if you found this page, you probably already have a passing interest in learning about windsurfing. If you’re like me you probably tried it out a few times during vacations or trips to resorts or beaches, the half-hour lesson with some ...

Fix mount error(95): solved! Operation not supported SMB 36

Fix mount error(95): solved! Operation not supported SMB
Mounts SMB/CIFS shares with Linux It’s common practice to mount Windows file shares on Linux  using the SMB (Samba) implementation on Linux.  the command is fairly straight forward. # Install the required libraries if you haven't done that yet sudo apt update sudo apt install cifs-utils #Next mount the folder you want sudo mount -t ...

Simple PHP math logic captcha – to help prevent form spam 10

Simple PHP math logic captcha - to help prevent form spam
Why a simple PHP Math Captcha ? If you’re reading this you’re probably aware there are a ton of on-line captcha services like Re-Captcha, hCaptcha ,to help keep your forms and user submitted input free of bot spam,  and other nonsense.  But most require registration with capthca service, setting up API keys etc, so it’s ...