Useful tips for everyday
How to get filename and extension in Bash? Using Bash, there’s also $ {file%.*} to get the filename without the extension and $ {file##*.} to…
How do you construct a confidence interval? There are four steps to constructing a confidence interval. Identify a sample statistic. Select a confidence level. Find…
How do I create a contents list in SharePoint? To add a content type to a list or library Go to the settings for the…
What is Nintex workflow in Sharepoint? Dec 22, 2020. Nintex Workflow for Sharepoint is being used across the whole organization. It is used for building…
Why do I get Gmail notifications twice? Go to inbox>settings> choose your account>there is a setting that tells you to stop getting notifications from Gmail.…
How do I encode a URL percentage? URL Encoding (Percent Encoding) URL encoding replaces unsafe ASCII characters with a “%” followed by two hexadecimal digits.…
How do I stop firewall from blocking? Disable the Firewall in Windows 10, 8, and 7 Open Control Panel. Select System and Security. Choose Windows…
How do I stop Adobe Creative Cloud from opening on startup? How to stop Creative Cloud from launching at start up ? Select Preferences- Under…
How do you match a word exactly in regular expression? These are usually used to detect the beginning and the end of a line. However…
How do I encrypt a file using XOR? How to encrypt using XOR cipher? XOR is applied on binary data, a conversion (ASCII or Unicode)…