by H.Thirukkumaran | Aug 8, 2017 | tip of the day
Once LAMP stack in installed and configured write a small PHP web page that calls phpinfo(); function and place it in /var/www/html folder and call it in browser http://localhost/index.php to verify the version and other details of PHP framework installed.
by H.Thirukkumaran | Aug 8, 2017 | tip of the day
To change the default startup document in Apache, edit the DirectoryIndex directive in httpd.conf file. The default document will be index.html. You can change the order as per your needs
by H.Thirukkumaran | Aug 8, 2017 | tip of the day
Before publishing the application or creating setup files remove the unused NUGET packages from the solutions and do a rebuild.
by H.Thirukkumaran | Aug 8, 2017 | tip of the day
Google BigQuery does not have distinct clause. The work around is to use Group by clause and get the distinct values with record count.
by H.Thirukkumaran | Aug 8, 2017 | tip of the day
To enable multiple desktop for Ubuntu Unity, lauch Appearance window and enable workspaces. It will dock the workspace to launcher and you can use multiple desktops from then on.
Recent Comments