Bookmark in Mozilla Firefox Browser

A bookmark is a place holder for a web page that will create a shortcut for quick access to that web page. You can access that bookmark at any time instead of having to browse to it or enter long URLs. You can easily manage your bookmark lists as most browsers provide numerous advanced bookmarks features for viewing, sorting, and saving your bookmarks.

[mai mult...]

How to fix SSL_ERROR_RX_RECORD_TOO_LONG on Mozilla Firefox ?

Firefox SSL_ERROR_RX_RECORD_TOO_LONG message is displayed because a certain mis-configuration has been occurred on the server. Most of the time, because of the following two reasons, the SSL_ERROR_RX_RECORD_TOO_LONG error message is displayed from the server-side:

  • The listening port is misconfigured. For example, the website you may want to establish a secure connection is not configured to use Port 443.
  • Adequate TLS version may not be supported by your system.
[mai mult...]

Color cmd command

Color is an inbuilt command found inside the Windows Command Processor (cmd.exe), that is used for changing the colors of the console’s foreground and background. By default, the console has white foreground color and black background color (07 color code). The command is generally used either to personalize the aesthetics of the console window, or the make the colors more appropriate for Dim or Dark Displays (ex. TN panels).

[mai mult...]

Assoc cmd command

Assoc is command (internal) found inside Windows Command Processor Command Prompt, that allows for file extension to file type association. A file extension is generally last few characters in File Name after period (“.”). Though it is not mandatory for file to have an extension at all (in case of extension-less files).

Extension to file type association is enforced predominantly by Windows OS. Other Operating Systems such as Linux and macOS does support such association but don’t enforce them to levels of Windows.

[mai mult...]

Move cmd command

The move is an internal command found in the Windows Command Interpreter (cmd) that is used to move files and folders/directories. The command is robust than a regular move operation, as it allows for pattern matching via the inclusion of Wildcards in the source path.

[mai mult...]

How to remove Virus using CMD?

Viruses and malware can wreak havoc on your computer, causing slow performance, data loss, and security breaches. While there are numerous antivirus programs available, using Command Prompt offers a powerful and direct method to remove viruses without the need for additional software. CMD is a built-in tool in Windows that can help you identify and eliminate malicious files effectively.

[mai mult...]

MySQL Change user password

To change the user password in MySQL, users can use the UPDATE statement, SET PASSWORD statement, and ALTER USER statement. All three of these statements can be used to change the MySQL user password.

But before changing the password of an account, two very important things should be kept in mind:

  • The user account details for which you want to change the password.
  • The application is being used by the user whose password you are going to change because if the password is changed without changing the connection string of the application then the application will not be able to connect to the database server.
[mai mult...]