Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 363 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 363 Bytes

linuxnotes

Notes for Linux

first setup

apt-get update apt-get upgrade apt-get install mariadb-server mariadb-client php-fpm nginx

edit files in notepad:

nano filename gedit filename

file with links/sources used with apt-get install:

/etc/apt/sources.list

disable swap file usage:

nano /etc/dphys-swapfile

find and set: CONF_SWAPSIZE=0