Monday, October 5, 2015

Tuesday, September 15, 2015

Upgrading TestLink 1.9.3 (Prague) to 1.9.13 (Stormbringer)

If you have a TestLink 1.9.3 (Prague) and want to upgrade to the newest version TestLink 1.9.3 (Prague). this is the steps. Steps : Configure a new testlink version in a another server so you will have a fail over something happens. In my case we are moving the server to Azure (http://thusharapriyantha.blogspot.in/2015/04/install-testlink-1913-stormbringer-in.html)  Take...

Friday, September 4, 2015

Activity report in Office 365

If you are a company that is searching for ISO 27001 security certificate. there is always need to check the activity report. if its a cloud plat form its really hard to do that but luckily Microsoft  has few ways to check unusual activities in the office 365. log in to the portal as a administrator....

Sunday, August 2, 2015

Install .net 3.5 Offline windows 10

To install .net 3.5 Offline in windows 10. Open Command prompt as administrator. Type the following command. Dism /online /enable-feature /featurename:NetFX3 /All /Source: (installation media) :\sources\sxs Eg : Dism /online /enable-feature /featurename:NetFX3 /All /Source:f:\sources\s...

Tuesday, July 21, 2015

TLS/SSL Server Supports Weak Cipher Algorithms - Variability Windows 2008 R2

If you found the following vulnerability in windows 2008 R2 Active Directory.    "TLS/SSL Server Supports Weak Cipher Algorithms". The TLS/SSL server supports cipher suites based on weak algorithms. This may enable an attacker to launch man-in-the-middle attacks and monitor or tamper with sensitive data. In general, the following ciphers are considered weak: So called "null"...

Wednesday, July 8, 2015

How to Add All users to Skype for Busness Client

If you ever want to add all the users on the Skype for Business in your Company. this are the steps what i have done. according to Microsoft they are not giving access to Skype for Business Server. so the only way we can do this adding groups. Login to Microsoft Exchange admin Portal ( https://portal.office.com/...

Tuesday, June 23, 2015

Remotly Manage Linux Servers In Azure with Webmin

To managing Linux servers in Azure is not that easy some times the server SSH sessions are dropped and cant connect to server to manage. To this we can use "Webmin" this tools is Like a c panel for managing Linux servers. Install dependency packagers for for Webmin. # sudo apt-get install perl...

How to Automate MySQL Backup - Ubuntu

Recently i want to backup some MySQL Database  to this i have used Automysqlbackup tool. this tool backup the Databases daily weekly and Monthly. To Install the automysqlbackup          # sudo apt-get install automysqlbackup Start the Service         # sudo automysqlbackup Config Files are stored in /etc/default/automysqlbackup       ...

Monday, June 22, 2015

Cant SSH to Linux VM - Azure

Did you encounter that the SSH connection is suddenly not working with Azure Linux machine. This happens to me quit a lot with Azure Ubuntu VM. and there were not much help in the internet about this and had to call the Microsoft support, This are the steps what we have done to resolve this issue. First...

Saturday, June 20, 2015

Saturday, June 13, 2015

Can't Delete Blob - ''There is Currently a lease on the blob and no lease ID was specified in the request."

If you got following error when your deleting a storage contaner. '' There is Currently a lease on the blob and no lease ID was specified in the request '' this mainly because when you deleting vm some times it dosen't  the disks. to resolve this. Go to Virtual Machines and select Images....