-
Redirect IP address to domain name on apache
Add the next lines right below : RewriteEngine OnRewriteCond %{HTTP_HOST} !^(localhost|127.0.0.1)RewriteRule ^(.)$ https://example.com$1 [R=permanent,L] Add the next lines right below : RewriteEngine On RewriteCond %{HTTP_HOST} !^example.com$ RewriteCond %{HTTP_HOST} !^(localhost|127.0.0.1) RewriteRule ^(.)$ https://example.com$1 [R=permanent,L]
-
Folder changing properties
Well… another program helped me so much. https://lesferch.github.io/WinSetView/ WinSetView provides an easy way to set Windows File Explorer default folder views. For example, if you want Details view, with a particular selection of column headings enabled across all folders, then WinSetView will do that for you. If you are like me and stuck having to…
-
Best Background for PC
WorldClock is the definitive desktop clock program for Windows. It offers timezone, timesync, alarm, reminder and calendar functionality as well as giving you the option of enhancing your desktop wallpaper with time and weather related information https://www.worldclock.ws/
-
Linux Password Reset
Resetting a Root Password in Ubuntu In some situations, you may need to access an account for which you’ve lost or forgotten a password. Step 1: Boot to Recovery Mode Restart your system. Once you see the splash screen for the computer manufacturer, hold down the shift key. The system should come up with a black and…