Skip to content

Instantly share code, notes, and snippets.

View ayadi1's full-sized avatar
😃

oussama ayadi ayadi1

😃
View GitHub Profile
@patrick-made
patrick-made / mui-select-puppeteer.jsx
Last active August 25, 2023 07:04
Puppeteer MUI Material Select Programatically Select Option
// struggled to figure this out, hopefully this helps you!
// component
import { Select, MenuItem, FormControl } from '@material-ui/core'
const SelectRamen = () => (
<FormControl id="select-ramen">
<InputLabel>Pick Your Ramen</InputLabel>
<Select>
{options.map((opt, i) => <MenuItem key={i} value={opt}>{opt.name}</MenuItem>)}

How to install Laravel globally in Ubuntu

===================================================================

Open your terminal using Ctrl+Alt+T and type the following commands

Step 1: Install Laravel

composer global require "laravel/installer"
@abdallahokasha
abdallahokasha / Install_robo3t_Ubuntu.md
Last active September 24, 2023 14:54
Install Robo3t on Ubuntu18.04 and make a desktop icon for it

Install Robo3t On Ubuntu 18.04

Download the package form Robo3t or using wget
wget https://download.robomongo.org/1.2.1/linux/robo3t-1.2.1-linux-x86_64-3e50a65.tar.gz
Extract here using

tar -xvzf robo3t-1.2.1-linux-x86_64-3e50a65.tar.gz