blog image

In this tutorial we will learn about Linux and other related stuff as well.

some important command related to linux  are as follow:

pwd   # to get present working directory
clear # to clear terminal 
rm    # to remove eg: rm -rf test
rmdir test_new(directory_name)
ping  # e.g ping google.com
ls    # list of all file and directory at the current location
ls -a
ls -la
cat     # to create a new file eg: cat odoo.conf
cp      # eg: cp odoo.conf odoo_copy.conf
mv      # mv odoo.conf /home/amrit/odoo
hostname
history
cd
passwd   # to change passwd eg: passwd user_name
dir
nano file_name.txt
tall -f odoo.conf # to see the log file



# to login to the server
sudo apt install openssh-server
ssh user_name@ip_address
password:



#if you face port conflict issue in odoo then you can kill process as 
ps aux | grep odoo   # you can see all the process running

sudo kill -9 process_id



 


About author

author image

Amrit Panta

Python developer, content writer


You may also like


3 Comments

Amanda Martines 5 days ago

Exercitation photo booth stumptown tote bag Banksy, elit small batch freegan sed. Craft beer elit seitan exercitation, photo booth et 8-bit kale chips proident chillwave deep v laborum. Aliquip veniam delectus, Marfa eiusmod Pinterest in do umami readymade swag. Selfies iPhone Kickstarter, drinking vinegar jean.

Reply

Baltej Singh 5 days ago

Drinking vinegar stumptown yr pop-up artisan sunt. Deep v cliche lomo biodiesel Neutra selfies. Shorts fixie consequat flexitarian four loko tempor duis single-origin coffee. Banksy, elit small.

Reply

Marie Johnson 5 days ago

Kickstarter seitan retro. Drinking vinegar stumptown yr pop-up artisan sunt. Deep v cliche lomo biodiesel Neutra selfies. Shorts fixie consequat flexitarian four loko tempor duis single-origin coffee. Banksy, elit small.

Reply

Leave a Reply

Scroll to Top