Useful tips for everyday
What are bash completions? Bash completion is a bash function that allows you to auto complete commands or arguments by typing partially commands or arguments,…
How to configure Magento to use Elasticsearch? 1 Log in to the Magento Admin as an administrator. 2 Click Stores > Settings > Configuration >…
How can I upgrade SHA-1 certificate to SHA-2? We recommend following the six steps below to avoid any major problems during the migration. Step 1:…
Do redirects get cached? In the absense of cache control directives that specify otherwise, a 301 redirect defaults to being cached without any expiry date.…
What is LDAX instruction? In 8085 Instruction set, LDAX is a mnemonic that stands for LoaD Accumulator from memory pointed by eXtended register pair denoted…
How do I make my icons look like hand-drawn? Always plan ahead: You need to plan as to what you want to draw. Sketch your…
What is the syntax of array in PHP? Syntax for indexed arrays: array(value1, value2, value3, etc.) Syntax for associative arrays: array(key=>value,key=>value,key=>value,etc.) What is the syntax…
What is a band pass filter example? An example of an analogue electronic band-pass filter is an RLC circuit (a resistor–inductor–capacitor circuit). These filters can…
What is the difference between file modification time and file changed? mtime is modification time – contents have changed. ctime is status change time –…
How to create a coded UI Test in Visual Studio? To add another test file, open the shortcut menu on the Coded UI test project…