Although Windows 10 is the fresh blood of Microsoft, it is so controversial, many users complain about the unstable function, old fashioned interface, and privacy information might leak. So many people plan to rollback Windows 10 to Windows 7.
[mai mult...]Upgrading to Windows 10 20H2 October 2020 Update via WSUS
Microsoft released its latest Windows 10 build 20H2, October 2020 Update, early this month. Considering build 1903 is on its way out, you should upgrade your copy of Windows 10 to 20H2 sooner, rather than later. If you are using a standalone Windows 10 computer, you can either upgrade it via Windows Update which gets the job done automatically or manually through the Update Assistant.
[mai mult...]Find Wi-Fi password on Windows 10 with Command Prompt
Using Control Panel, you can only view the Wi-Fi password for the network you’re currently connected to. If you want to see your current password or saved Wi-Fi networks stored on Windows 10, you’ll need to use Command Prompt.
[mai mult...]How to fix Wi-Fi problems on Windows 10 21H1
On Windows 10, after upgrading to version 21H1 (May 2021 Update) or another release, problems with Wi-Fi, such as slow wireless speeds, missing configuration, unable to connect to the internet, or wireless adapter stops working, are common and usually expected.
[mai mult...]How to encrypt Safari bookmarks on Mac
We use bookmarks to collect url pages of our favorite and interested websites, which allows us to reach the page without searching next time. But if you have some private bookmarks you don’t want others to see them.
[mai mult...]Use a Primary Password to protect stored logins and passwords
Firefox can save usernames and passwords that you use to access online services, such as banking and email websites. If you share a computer with anyone, it is recommended that you use a primary password.
[mai mult...]Password Manager – Remember, delete and edit logins and passwords in Firefox
Firefox securely stores your usernames and passwords for accessing websites, automatically fills them in for you the next time you visit a website, and lets you manage your stored logins with the built-in Firefox Lockwise Password Manager. This article will show you how to remember, view, edit, manage, remove and protect your passwords in Firefox and also how to disable the Password Manager.
[mai mult...]How to Send Encrypted Mails in Google Chrome – via Gmail
There is an extension called Secure Mail for Gmail. Both the sender and recipient need to install the extension in their Chrome browser. Otherwise, the encryption-decryption process won’t work. So, if you want your friend – only your friend to access the encrypted email you’re sending, the friend has to install the extension first. Otherwise, he’d end up reading a meaningless combination of characters.
[mai mult...]How To Retrieve & Decrypt Stored Passwords in Firefox
Retrieving stored passwords in web browsers like Mozilla Firefox and Google Chrome is a part of the post-exploitation methodology. Attackers having backdoor access to a compromised computer can easily dump and decrypt stored credentials in web browsers.
[mai mult...]Creating a Build System for Sublime Text
Sublime Text provides build systems to allow users to run external programs. Create a new build system for Sublime Text for setting up C++ compilation.
- Open Sublime Text editor and then go to Tools > Build System > New Build System.
- Paste the following code in the file and save it.
- Name the file as “CP.sublime-build“.