Useful tips for everyday
How do I compile only one kernel module? copy /boot/config-`uname -r` file (example: /boot/config-4.8. 0-46-generic) into kernel source folder file . config and run make…
How do I create a shadow in ArcMap? Procedure Select the desired feature(s) via the Select Features tool. Right-click the feature class in the Table…
How do I stop photos from showing up in News Feed? Click the “Edit” button next to each app and then click the audience selector…
How do I get rid of GNU GRUB on Mac? The only way I found to remove grub completely on my mbp 5,5 was to…
How to add foreign keys in MySQL Workbench manual? MySQL Workbench Manual / To add a foreign key, click the last row in the Foreign…
Can we deploy process builder through change set? Step-by-step guide Setup > Deploy > Outbound Change Sets > Continue > New > Name and Save…
How do you upload a rigged mesh in Second Life? To upload the mesh file to Second Life: Select Build > Upload > Model…. Find…
How do you write pseudocode algorithms? Rules of writing pseudocode Always capitalize the initial word (often one of the main 6 constructs). Have only one…
What does E mean in sigmoid function? eulers number e is eulers number. In javascript, use Math.exp(x) to obtain it: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Math/exp. To get 1/(1+e^x) in…
How do I find the last ID of a database? There is the various approach of selecting the last insert id from MySQL table. Select…