Useful tips for everyday
What is the first step for the approval of work? Submission: An approval process usually begins with someone submitting something (a document, invoice, purchase order,…
How do I give permission to file 777 in Unix? If you are going for a console command it would be: chmod -R 777 /www/store…
What should GitHub repository contain? A repository contains all of your project’s files and each file’s revision history. You can discuss and manage your project’s…
How do you run a query on a linked server? Right-click on the Linked Server node and choose New Linked Server. In the General tab…
How to CRUD operations on a SharePoint list using REST API? Write a script code for CRUD operation on SharePoint list, as below. To create…
How do you put a space between pictures? How to Fix Spacing if Your Image is Less than 16 Pixels High: Add style=”display:block” to the…
Do you have to have a resource model in Magento? Every model must have a resource model, since all of the methods of a resource…
Is there a way to filter only some columns in Excel? Instead, select cells A1:D1 before selecting the Filter icon. This will add the dropdowns…
How do I refresh my email server? Updating Mail Servers in Outlook In Outlook, from the Tools menu, select Email Accounts. Choose to “View or…
How do I find the file tree in Linux? You need to use command called tree. It will list contents of directories in a tree-like…