Skip to content

Instantly share code, notes, and snippets.

@vyspiansky
Created February 1, 2023 10:16
Show Gist options
  • Save vyspiansky/02f246e0b8cfe0e937bd10cd2e4489d1 to your computer and use it in GitHub Desktop.
Save vyspiansky/02f246e0b8cfe0e937bd10cd2e4489d1 to your computer and use it in GitHub Desktop.
Ubuntu specific commands

Ubuntu commands

Restart Apache

sudo service apache2 restart

Search string inside files

grep -r 'some term' /path/to/folder/

Change php-cli version on Ubuntu 14.04

update-alternatives --config php

You'll see the list of all available versions and select one of them.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment