Skip to content

Instantly share code, notes, and snippets.

View ajumalp's full-sized avatar
🏠
Working from home

Ajmal Muhammad P ajumalp

🏠
Working from home
View GitHub Profile
@ajumalp
ajumalp / install Web Server On Raspberry Pi.md
Last active December 27, 2022 17:06
Learn how to install Web Server On Raspberry Pi. This cover installing Apache, PHP, MySQL & PHPMySQL

Learn how to setup Web Server On Raspberry Pi

The latest verions of Raspberry Pi is much powerful. They comes with even 8GB of RAM. Here I'll explain how we can setup a web server on Raspberry Pi 4

Watch complete video on youtube
@companje
companje / gist:485d213eef733dffc8c0
Created June 27, 2014 11:26
Globe4D Wake-on-LAN Arduino-board
#include <SPI.h>
#include <Ethernet.h>
#include <util.h>
#include "utility/w5100.h"
#include "utility/socket.h"
#define MAC 0x80, 0xEE, 0x73, 0x95, 0x81, 0x92
static byte myMAC[] = {0x00, 0x1A, 0x4B, 0x38, 0x0C, 0x5C};
static IPAddress myIP(192,168,15,44);
static byte targetIP[] = { 255, 255, 255, 255 };