Skip to content

Instantly share code, notes, and snippets.

@aykuli
Last active June 26, 2023 05:55
Show Gist options
  • Save aykuli/4d7130164011beb9b6db53c81fc8bf5f to your computer and use it in GitHub Desktop.
Save aykuli/4d7130164011beb9b6db53c81fc8bf5f to your computer and use it in GitHub Desktop.
bash fav

Bash commands

pdftk input_file_1.pdf input_file_2.pdf output set_name_for_output_file.pdf

source

systemctl list-unit-files --type=service --state=enabled # List Services which are Started Automatically

sudo systemctl is-enabled nginx # Check Service Autostart State

sudo systemctl status nginx

sudo systemctl enable <name_of_service> # Enable Autostart for Service

sudo systemctl disable <name_of_service> # Disable Autostart for Service
sudo dpkg -i ~/tmp/google-chrome-stable_current_amd64.deb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment