Month / December 2017
-
Adding Resharper Code Quality Analysis to TFS/VSTS
To improve code qulaity of your project is't good to check every build with some analyzing tool such as Resharper Code Quality Analysis. Install Resharper Code Quality Analysis Now you have to…December 6, 2017 -
Allow ssh password authentication
1. Connect to the server and check ssh properties: sudo nano /etc/ssh/sshd_config # Change to no to disable tunnelled clear text passwords PasswordAuthentication yes PasswordAuthentication should be set to yes. 2. Now…December 5, 2017 -
Create admin user in ubuntu linux
1. Login as super user: sudo su 2. Run the following command: adduser username Don't forget to replace username with the name of user that you want to create. 3. Add the user to…December 5, 2017
Loading posts...