-
Uninstall default Samsung and Android Apps without Rooting the device
To uninstall default apps on a Samsung device without root access, you can use Android Debug Bridge (ADB) commands. This should work for most other devices, once you work out how to enable debug mode on that flavour of device. Here’s a general guide on how to do it: Remember, it’s important to be cautious…
-
Install handbrake on CentOS8
Handbrake can be installed without having to install from source, simply for this tutorial to learn how. Handbrake install instructions for centos8 show that you have to install from source as well as installing all development tools, but there is an easier way … install from rpmfusion. RPMFusion provides software that the Fedora project or…
-
Securing your devices using DNS
We have long wondered why some of the more harmful webpages are not blocked more easily using DNS, and we finally found a system that does it for us. Securing your devices using DNS may sound like an odd concept, but read on to find out more
-
Remove preinstalled window 10 apps for all users using powershell
To remove the apps that come pre-installed with windows 10, open a powershell window as Administrator, and paste the following
-
How to replace Dropbox OneDrive or sugarsync with syncthing
If your sick of paying for synchronization software that is overpriced or your running out of space using a free account, Syncthing is one answer, particularly if you have computers in multiple locations or have a good friend or family member that is happy to share some HDD space and internet bandwidth to allow you…
-
Map Network drive to remote computer via SSH
If you need to access files on a remote computer (such as a webserver), you can use several different software to do this.
-
Adding Remote Desktop (RDP) support to windows 10 home
Microsoft Windows 10 home is easily modified to add the Remote Desktop features. These feature are only normally available in the Professional version of win10 (pro). You don’t need to pay for the professional version to have Remote Desktop services installed on your computer. Some smart people have worked out how install Remote Desktop Server…
-
Wireless Broadband RAS auto Dialer
Anyone can Download the RAS automatic dialer (AKA Wireless broadband control)
-
Encrypt SCPrompt communications using SecureVNC plugin
SecureVNC Plugin allows secure communications (Using AES256) between UVNC viewer and server. The following gives simple steps how-to Add SecureVNC plugin to secure SCPrompt.
-
Make PHP’s $_POST data more secure
we are providing an alternative function to the $_GET vavriable, which returns the same data after filtering (sanitizing) it. Explainations are below, but here is the function …