Skip to content

Instantly share code, notes, and snippets.

#SingleInstance, force
#Include, lib\Chrome\Chrome.ahk ;https://github.com/G33kDude/Chrome.ahk/releases
; verify if the profile folder exists
; if not, create it
if !FileExist("profile")
FileCreateDir, % "profile"
; load the chrome object pointing to the folder created above
; and the link to the page (or pages) to open at startup

Server Setup for Ubuntu 20.04

The setup installs the following software:

  • Git
  • Composer
  • Nginx
  • PHP
  • MariaDB
  • Redis