Posts

Showing posts from October, 2020

Windows 10 - Optimize the performance of your new laptop - Tips

Image
  Some tips to optimize the performance of your new laptop… (Some of them are personal preferences, so feel free to tweak to your liking.)   Note : All settings can be directly searched by keywords/names directly in Start Menu or in the left-side panel in the Settings window.   PERFORMANCE   To improve performance : Go to Settings > Apps > Startup >>> Disable the apps you do not want to start up automatically. For e.g. Zoom meetings, Any other app showing high impact. You can do this from the Start up tab on the Task Manager too. Change Performance Options to Best performance. (The visual jazz of windows would be reduced though) Disable unnecessary windows services. Type ‘services.msc’ in the Run dialog box to access Services.   Stop the services like Printer spooling, if not required. Also stop Adobe Acrobat, Java, Google and Docker Update services. For better performance : Click on battery icon in task tray and ...

Jenkins - Important Plugins List

  Authentication Tokens API Bitbucket Branch Source  --> Code repo management Branch API  Build and use Docker containers from pipelines. Build Timeout --> This plugin allows builds to be automatically terminated after the specified amount of time has elapsed. build user vars Credentials -->Allows credentials to be bound to environment variables for use from miscellaneous build steps. Credentials Binding --> This plugin allows you to store credentials in Jenkins. Design Language --> The Jenkins Plugins Parent POM Project Display URL API  --> Provides the DisplayURLProvider extension point to provide alternate URLs for use in notifications Docker Pipeline  --> Build and use Docker containers from pipelines. Durable Task --> Library offering an extension point for processes which can run outside of Jenkins yet be monitored. Email Extension --> This plugin is a replacement for Jenki...

Create and Delete List Range (Dropdown-LOV) in Microsoft Excel Sheet

Image
Create and Delete List Range (Dropdown) or (List Of Values) in Microsoft Excel Sheet Microsoft Excel :: if you want to  Create/Delete  named range, it is a simple to use.  First, We will create a Name Range & then will try to remove the same. Add a Name Range: 1. Type Fruits from Cell A1 to A4 2. Select all the Fruits / data 3. In the Name Box type Fruits 4. This will give the name “ Fruits ” to this Range We need to follow the below steps to Create/Delete name range: Use the Name Manager dialog box to work with all the defined names and table names in a workbook. For example, you may want to find names with errors, confirm the value and reference of a name, view or edit descriptive comments, or determine the scope. You can also sort and filter the list of names, and easily add, change, or delete names from one location. To open the Name Manager dialog box, on the Formulas tab, in the Defined Names group, click Name Manager. 1. Click on the Formulas Tab 2. Clic...