Category: Linux, Windows, Mac
Quick Parts in Ms-Word and Office 365
Quick Parts This feature is available in Ms-Word and Office 365 and it helps the user to set a shortcut of the content which user usually types every day so instead of typing, again and again, the same thing user
SSL certificate problem: unable to get local issuer certificate
Problem : Error comes when trying to use https with url on xampp server, error “SSL certificate problem: unable to get local issuer certificate”. Solutions: you need to follow below mentioned steps: 1. Stop apache service from xampp control panel.
Upgrading Liquid files from 2.x.x to 3.x.x (on new machine)
Below are the steps to migrate liquid files from 2.x (old machine) to 3.x (new machine) Command on old machine : # ft migrate 1. Migrate to this system 2. Migrate from this system 3. Cancel ? 2 This will
Ubuntu | How to automatically mount the encrypted drive at startup of system?
Solution: When you have a drive which is encrypted and password protected and you want the drive to be mounted automatically at startup below are the steps that you can use: Step 1. Open the encrypted drive as you usually do
Windows Azure | 2 ways to view deployed files on Azure Server
Two ways to see deployed app files on Azure server. 1. Azure scm 2. Ftp publish settings file. 1. Azure scm: Azure has its service site scm where you can view your deployed files. For that you must have the
Linux | Manage emails of Cron Jobs
Stop sending cron job email notification & managing the notifications. We mostly use cron jobs for recurring tasks like batch payments, server startup/shutdown, system updates etc. Most of the cron jobs send email notifications. If you want to stop those
Steps to Create and Delete Windows TaskScheduler instance in C#
Steps to Create and Delete Windows TaskScheduler instance in C# code: Dependencies: Add reference of the taskschd.dll file. On click of start button following steps need to be executed to create an instance of Scheduler: 1. Create the instance of
Linux | Warning (Y/N) on shutdown command
Sometime unknowingly we execute shutdown or reboot command on production live server. So in order to be on the safe side we can configure the shutdown command to ask us for Y/N like explained below: Switch to root user and
Website Performance Testing using Apache Jmeter
Performance testing is used to determine that the web application under test will satisfy high load. Apache Jmeter can be used to analyze overall server machine performance under heavy load. Apache Jmeter Performance test includes: * Load Test * Stress
