Linux System Command

Update package information from all configured sources

sudo apt-get update

Install the newest versions of all packages currently installed on the system from the sources

sudo apt-get upgrade

To clean the apt cache, etc.

sudo apt-get clean

sudo apt-get autoremove

List out all the network (socket) connections on a system

netstat -ant

List out all processes from the Linux terminal on a system

ps -aux

Add write permission to a file or directory

sudo chmod a+w 'file or directory'

Copy files from local machine to remote machine

scp PATH(local machine) USERNAME@IP:PATH(remote machine)

AWS Command

Find bitnami application credentials(AWS lightsail)

cat bitnami_application_password

LAMP Command

Restart apache server

sudo service apache2 restart

LAMP Tutorials



 How To Install MySQL on Ubuntu 


 How To Secure Apache with Let's Encrypt on Ubuntu 


 How to Schedule Reboot Daily in Linux 


AWS Tutorials



 Build a Serverless Web Application on AWS 


 How to set up your own private RTMP server using nginx 


ML Tutorials



 Simplify machine learning with XGBoost and Amazon SageMaker 


 Build, Train, and Deploy a Machine Learning Model 


 UC Irvine Machine Learning Repository 


 XGBoost Parameters 


 amazon-sagemaker-examples 


 Your First Deep Learning Project in Python with Keras Step-By-Step 


 Build Your First Deep Learning Solution with AWS Sagemaker 


 Configuring the TensorFlow estimator 


 Use TensorFlow with the SageMaker Python SDK 


C# app development



 C# works with SQLite 


Statistics and DoE



 Probability plot 


 One-way ANOVA 


 Paired samples T test 


 Independent samples T test 


 17 Statistical Hypothesis Tests in Python 


 Design of Experiments with R 


Book collection



Physics



 The Feynman Lectures on Physics 



 Back to homepage