Skip to content

Instantly share code, notes, and snippets.

View renatorocha1's full-sized avatar
🌎
Traveling and Working

Renato Rocha renatorocha1

🌎
Traveling and Working
View GitHub Profile
@marteinn
marteinn / solution-asdf-unrecognized-format.md
Created May 28, 2021 07:29
Solution for Unrecognized archive format in asdf

Are you getting the error "Unrecognized archive format" while trying to install php on asdf?

asdf install php 7.4                                                                                                                      develop ⬆ ✖ ✱ ◼
Determining configuration options...
Downloading source code...
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100   120  100   120    0     0    272      0 --:--:-- --:--:-- --:--:--   272
100    14  100    14    0     0     18      0 --:--:-- --:--:-- --:--:--    18
@abobija
abobija / wsl2-ubuntu-lamp.md
Last active July 10, 2024 14:21
LAMP stack on WSL2 (Ubuntu 20.04) - Apache, MySQL, PHP, PhpMyAdmin

LAMP stack on WSL2 (Ubuntu 20.04) - Apache, MySQL, PHP, PhpMyAdmin

Apache

sudo apt-get update && sudo apt-get upgrade 
sudo apt-get install -y apache2

PHP

1 . Install Ubuntu 18.04 from usb
2 . Upgrade Kernel Version Tutorial : https://phoenixnap.com/kb/how-to-update-kernel-ubuntu
3 . If there is problem follow : https://askubuntu.com/questions/1146431/no-possible-way-to-install-ubuntu-on-asus-zenbook-ux433fn
=======
1. CPUFREQ: monitor cpu frequency (sudo apt-get install indicator-cpufreq)
2. Netspeed Unity: Indicator Apple To Check Internet Speed
3. https://itsfoss.com/check-laptop-cpu-temperature-ubuntu/
4. TLP for battery optimization
=======
@bernie-haxx
bernie-haxx / Deployment_to_heroku_laravel.md
Last active September 30, 2023 01:57
DEPLOYMENT TO HEROKU LARAVEL

How to Deploy laravel Applications on Heroku.

Heroku-Laravel

Introduction

Welcome to a series of Deploying a Laravel Application.

Laravel applications are deployed on many sites.

I will be taking you through on how to deploy a laravel application which has a database and to be specific, Postgresql Database.

@hofmannsven
hofmannsven / README.md
Last active September 17, 2023 20:18
PHP and Xdebug (Notes on OS X, VVV and MAMP)