fbpx

Technology News

Following is the two-step process to install and activate SSH on Ubuntu 1. Open terminal on Ubuntu and type following command, it will install open ssh on ubuntu system sudo apt-get install openssh-server 2. After installation verify the port by supplying following command to terminal sudo gedit /etc/ssh/sshd_config Verify connecting...

This blog post covers two commands from windows power shell, get-childitem and get-alias. Get-alias command gives details about alias name correspond to different cmdlets. for example ls command can be used in place of dir. To get the list of all alias simple execute get-alias command....

Everyday hundreds of applications are coming to different platforms, some applications fails to survive for even a week and some applications makes WOW impact to end users and you can see those application everywhere. So what makes a difference, to solve one purpose people install 3...

To get help in windows power shell get-help command can be used. this command can have many cmd-lets For example if Date cmdlet information is required then the command would be get-help date If more details on set-date is required , so the command would be get-help...

Windows Power-Shell is one of the advanced utility which helps administrators and windows developers to work with command line, Windows management instrumentation and Vb-script. Before windows Power-Shell, it was a basic command line utility which gave access to execute basic commands but with the use...

To make website testing more effective it is good to use some checklists. These checklists will make testing easy and it will also improve the product quality. For this blog post we will cover general web sites testing checklist. Are all tests being run on “clean”...

Encryption is the process of transforming data into a form unreadable format. This data can be converted to readable by anyone who holds a secret decryption key.  The purpose of encryption of data is to is to ensure privacy by keeping the information hidden from...

Is It Better to Be Strategic or Opportunistic? “Who’s right – the “sustainable advantage” traditionalists or the “transient advantage” challengers?” Here’s an interesting article that looks at which school of thought has proven more effective. But do you have to choose just one? Is it possible to...

81. Recovery Testing: Testing technique which evaluates how well a system recovers from crashes, hardware failures, or other catastrophic problems. It is performed by the testing teams. 82. Requirements Testing: Testing technique which validates that the requirements are correct, complete, unambiguous, and logically consistent and allows designing a...

61. Localization Testing: Part of software testing process focused on adapting a globalized application to a particular culture/locale. It is normally done by the testing teams. 62. Loop Testing: A white box testing technique that exercises program loops. It is performed by the development teams. 63. Manual Scripted Testing: Testing...