Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 624 Bytes

README.md

File metadata and controls

23 lines (13 loc) · 624 Bytes

Linux Shortcuts (Alias)

With Linux Shortcuts you can create and run Alias for your Linux server, list of populair shortcuts to manage your servers faster

Installguide

wget https://raw.githubusercontent.com/PayRequest/Linux-Shortcuts/master/linux-shortcuts.env

chmod 775 install.sh

source linux-shortcuts.env

Cheatsheets Alias Linux Shortcuts

After install.sh you can run all these commands on your server/terminal

OS Shortcuts

Shortcuts to manage and update your OS

update OS (yum update): update-os

Error logs Shortcuts

MySQL errors (tail -n 50 /var/lib/mysql/*.err): mysql-error-log