Snippets Collections
# check the status of the web server i.e apache2
sudo systemctl status apache2

# restart the service
sudo systemctl restart apache2

# return network-related information using a combination of flags along with the netstat command to check which process is using a particular port
sudo netstat -nlp

# find python3 programs running
ps -ax | grep python3

# kill a process by its process ID (PID)
sudo kill [process-id]

# let's check for the availability of any service with the keywords "python" or "jimmy"
sudo systemctl --type=service | grep jimmy

# stop and disable a service using
sudo systemctl stop _servicename_ && sudo systemctl disable _servicename_

ssh -i /Users/iliasdh/.ssh/nesk_vision iliasdh@34.125.137.168
star

Mon Oct 17 2022 14:29:59 GMT+0000 (Coordinated Universal Time) https://kuchbhilearning.blogspot.com/2022/10/disadvantages-of-event-bridge.html

#aws-cdk #aws #cloud
star

Mon Oct 17 2022 14:29:13 GMT+0000 (Coordinated Universal Time) https://kuchbhilearning.blogspot.com/2022/09/aws-route53.html

#aws #cdk #cloud
star

Sun Apr 18 2021 03:10:25 GMT+0000 (Coordinated Universal Time)

#linux #server #services #cloud
star

Tue Jan 19 2021 14:08:10 GMT+0000 (Coordinated Universal Time)

#cloud #ssh

Save snippets that work with our extensions

Available in the Chrome Web Store Get Firefox Add-on Get VS Code extension