How to Enable Dark Mode in Windows 10
June 30, 2019
Click on the start menu icon, and type “dark mode”. Click on the “Turn on dark mode system wide”. It will open all the necessary… Read More →
June 30, 2019
Click on the start menu icon, and type “dark mode”. Click on the “Turn on dark mode system wide”. It will open all the necessary… Read More →
If you operate a dual-boot system with both Windows and Linux installed on your computer, you have likely encountered a frustrating and persistent problem: the… Read More →
June 9, 2019
Sublime Text Open Preference > Keybinding and add the following line. { “keys”: [“f5”], “command”: “refresh_folder_list” }
June 9, 2019
Open the file with sublime to Set AllowOverride all apache2 Ubuntu 18.04 sudo subl /etc/apache2/apache2.conf Find the line “AllowOverride None” and replace with “AllowOverride All”… 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 →
VLC Media Player is the world’s most popular open-source multimedia player, renowned for its ability to play virtually any audio or video format without requiring… Read More →
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 →
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 →
Dual-booting Windows alongside a Linux distribution like Ubuntu or macOS offers the best of both operating systems on a single machine. However, many users encounter… Read More →
May 19, 2019
nginx 504 Restart both ‘apache’ and ‘nginx’. On terminal and with the following code “sudo subl etc/nginx/nginx.conf” to open the file with sublime text or… Read More →