The following command will change the ownership of the /opt/lampp/htdocs/ to you:
sudo chown username:groupname /opt/lampp/htdocs Example : (My username is sushant and my group name is also sushant) sudo chown sushant:sushant /opt/lampp htdocs
The following command will change the ownership of the /opt/lampp/htdocs/ to you:
sudo chown username:groupname /opt/lampp/htdocs Example : (My username is sushant and my group name is also sushant) sudo chown sushant:sushant /opt/lampp htdocs
Setup Cron In Local System. 1. Run the following command 2. Add the following command using terminal. Add Cron Jobs in Magento Custom Module. 1.Create crontab.xml 2.Create Taskname.php File Path: File: app/code/Namespace/Module/Cron/Taskname.php
1. create a directory using the following command. sudo mkdir -p /var/www/example.com/public_html 2. Grant Permission to your newly directory sudo chown -R $USER:$USER /var/www/example.com/public_html sudo chmod -R 755 /var/www/example.com/public_html 3. Create a new config file Read more…
1. Install samba: sudo apt-get install samba 2. Create new account for share: sudo smbpasswd -a desired_user_name 3.it will ask for password give your desired password. 4. Share the folder you want to share.
0 Comments