Skip to content

Instantly share code, notes, and snippets.

@RodolVelasco
Created September 6, 2018 16:05
Show Gist options
  • Save RodolVelasco/5a02587a397f7c8f74dbe88b5b99cd6d to your computer and use it in GitHub Desktop.
Save RodolVelasco/5a02587a397f7c8f74dbe88b5b99cd6d to your computer and use it in GitHub Desktop.
Unix
@RodolVelasco
Copy link
Author

RodolVelasco commented Sep 6, 2018

Nano editor

Go to specific number line
Crtl + _

Search an specific word
Crtl + w

@RodolVelasco
Copy link
Author

Find where a command is installed

For example to find where is phpunit installed:
which phpunit
Output will be, for example:
/usr/local/phpunit

@RodolVelasco
Copy link
Author

Checking Operative System, MySQL, PHP version

Ubuntu
lsb_release -a

PHP
php -v

MySQL
mysql -V

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