In PHP, you can get the name of the current method (function) from within the method using the PHP magic constant __METHOD__. Here’s an example:… Read More →
To get screen resolution, do the following steps: 1. Open terminal via Ctrl+Alt+T or by searching for “Terminal” from dash. When it opens, run command: xrandr It outputs… Read More →
How to install VLC Media Player in Ubuntu
June 5, 2019
VLC media player is a popular open-source multimedia player that supports various media formats such as audio, video, and streaming protocols. If you’re an Ubuntu… Read More →
Install Sublime Text 3 for Ubuntu From Tarball
June 4, 2019
Install sublime text 3 using terminal on ubuntu 18.04 #Download version 3179 with the following code on terminal. wget https://localhost/smartupworld/download/sublime/sublime_text_3_build_3176_x64.tar.bz2 #Get application access from terminal… Read More →
How do I change what programs run at startup?
May 24, 2019
Go to the location of the startup folder in Windows 10. Location – C:\Users\Username\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup Put the shortcut of any program you want to run… Read More →
type regedit.exe navigate to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\TimeZoneInformation Right click anywhere in the right pane and create New DWORD (32-bit) Value. Name it RealTimeIsUniversal, double click on it and give… Read More →