Skip to content

Instantly share code, notes, and snippets.

View yurik94's full-sized avatar
🎯
Focusing

Kevin Iuretig yurik94

🎯
Focusing
View GitHub Profile
@karlhillx
karlhillx / laravel-mix-font-awesome.md
Last active December 21, 2022 15:35
Want to use Laravel and Font Awesome? (Regularly updated)

Laravel Mix & Font Awesome Setup: Compiling Assets

This document provides help on getting your Laravel instance running with the latest versions of Laravel Mix and Font Awesome. Note: This guide is for Laravel versions 5 through 7. If you are using Laravel 8, please go here.

Laravel Mix
@alexvuta
alexvuta / Compile PROFTPD on AWS EC2 AMI Linux.MD
Last active April 17, 2021 02:32
Compile PROFTPD on AWS EC2 AMI Linux

Compile PROFTPD on AWS EC2 AMI Linux

Here is a guide to compile PROFTP on a EC2 instance running AMI LINUX;

Environment:

  • AWS EC2 T2micro (1GB RAM, 1VCPU)
  • Operating System:
Amazon Linux 2
CPE OS Name: cpe:2.3:o:amazon:amazon_linux:2
@ohnx
ohnx / index.md
Last active February 6, 2022 22:26
CC41-a

intro

The cc41-a can be kind of hard to use, so I figured I'd make a blog post about it.

So, without further ado, here's a ohnx terribly explains™ post explaining how I got my CC41-a working (because after all, I am the center of the universe):

intro x2

First off, how do you know if you have a cc41-a?

  1. Power the CC41-a using 5V (assuming you have a breakout board, otherwise, I think you need to use 3.3V)
@msankhala
msankhala / laravel-multiple-env-setup.php
Last active February 29, 2024 04:53
Setup Multiple Environment for Laravel 5 Developers Way
<?php
/*
|--------------------------------------------------------------------------
| Follow this instructions:
|--------------------------------------------------------------------------
|
| Laravel takes a dead simple approach to your application environments
| so you can just specify a machine name for the host that matches a
| given environment, then we will automatically detect it for you.