Friday, May 01, 2026
Information Technology Tips, Tricks and Techniques

Information Technology Tips, Tricks and Techniques

Everything About Information Technology

  • Welcome to ITPrecinct.com
  • Recent Posts
  • Blog
  • Tips-And-Tricks
  • Privacy Policy

Category: Tips-And-Tricks

Windows PowerShell Technique: Get Hard Drive Information

Apr 17, 2021Nov 15, 2025 Babur Mansoor

Windows PowerShell is a command-line shell for Microsoft Windows that is mostly used for system administration. It uses cmdlets (commandlets) that are .NET classes to perform simple to complex administrative tasks. It can access Component Object Model (COM) and Windows Management Instrumentation (WMI) for local, as well as remote administration. PowerShell can also be embedded […]

Continue Reading

C# Technique: Figure Out All Permutations Of A String

Feb 15, 2021Feb 15, 2021 Babur Mansoor

A Permutation is a re-arrangement of the elements of an ordered list such that each element in the list assumes every position in the list one by one. A string of length n has n! permutation. Putting it simple, a permutation of a string ABC will be all possible combinations of the characters ABC. There […]

Continue Reading

C# Technique: Simple Binary Search Example

Feb 12, 2021Feb 12, 2021 Babur Mansoor

Binary Search is the most simple, straight-forward but efficient manner of finding a key from a sorted array. It is carried out by repeatedly dividing the search array in half. If the value of the search key is less than the item in the middle of the half in focus, it narrows down the interval […]

Continue Reading

LotusScript Technique: Show Multiple Lines Of A View Rows Based On A Multi-Line Value Field.

Jan 12, 2021Apr 25, 2021 Babur Mansoor

Notes doesn’t provide a simple way to show a multi-line rows based on a field or column which has multiple rows. There’s a work-around though, a bit tricky but works the perfect way. Let’s give it a whirl!!! In the View Properties box: From the 3rd tab, Set a number for “Height” value under Rows […]

Continue Reading
How to Recover Deleted Files on Your USB Drive

USB Tips: Recover Deleted Files On Your USB Drive

Dec 14, 2020Nov 15, 2025 Babur Mansoor

Flash or USB drives have been in use for about a couple of decades and have now become the integral part of the auxiliary devices kept by the serious computer users. Hundreds of millions of users rely on USB flash drives to save or carry the data from one place to another. Remember that a […]

Continue Reading

Get All Users From The ACL Of A Notes Database

Oct 17, 2020Oct 17, 2020 Babur Mansoor

HCL Notes (formerly IBM Notes) provides access to ACL through a pretty useful dialog window under Notes Client. The authorized user can perform several actions like viewing existing database users, their access levels and assigned roles. They can add and remove users and grant rights and roles to them as per the requirements. Viewing and […]

Continue Reading
Regular Expression

Regular Expression Techniques: Simplified Examples

Jul 1, 2020Aug 17, 2023 Babur Mansoor

Regular expressions provide a short and flexible means for identifying particular text; characters, words, or patterns of characters. You can extract emails, proxies, IP addresses, phone numbers, home addresses, HTML tags, URLs, links, dates, and what’s not? Regular Expression is a language of its own. Whatever programming languages you have already learnt, will help very […]

Continue Reading

Array Formula – A Better Way For Quick User Interaction.

May 23, 2020Jun 2, 2022 Babur Mansoor

In Microsoft Excel, an Array Formula provides you with a way to do powerful calculations on one or more value sets. The Array Formula works with an array of values, rather than a single value. Array formulas can return a single result, or multiple results. That sounds pretty simple enough, and indeed many array formulas […]

Continue Reading

WordPress Tricks – Optimize Your WordPress Website

Feb 27, 2020Aug 12, 2023 Babur Mansoor

WordPress was “invented” in May 27, 2003. The founders of this software are Matt Mullenweg and Mike Little. WordPress is a content management system (CMS) written in PHP paired with MySql database and it is well-famous as an online open source website building tool. WordPress features Plugin architecture, a template system, and a huge number […]

Continue Reading

How to Blacklist / Whitelist Email Accounts Using cPanel

Dec 13, 2019Dec 14, 2019 Babur Mansoor

What does it mean to Blacklist or Whitelist Email Address? When you Blacklist an email address, all emails sent from that address is blocked from reaching your inbox. Alternately, whitelisting an email address bypasses the spam filters configured on your email server and allows emails from that address to reach inbox. Pretty cool, isn’t it? […]

Continue Reading

Posts navigation

Older posts
Newer posts

Recent Post

  • Behind the AI Boom: A Deep Dive into Energy Consumption, Cooling, and Ecological Impact Apr 21, 2026
  • 10 Best Free Software Download Sites (Safe & Trusted in 2026) Apr 6, 2026
  • Mastering Android Gestures: Swipe Your Way to Speed Mar 29, 2026
  • Blockchain Technology: An Insightful Journey Into the Core Concepts Mar 11, 2026
  • Automating Document Migration in HCL Notes with DXL Export and Import Feb 28, 2026

Post Categories

Post Categories

  • Android Tips and Tricks
  • Blog
  • External Links
  • Featured
  • General
  • General Tips and Tricks
  • Networking Tips and Tricks
  • Popular
  • Programming
  • Programming Tips and Tricks
  • Recent
  • Tech. News
  • Tips-And-Tricks

Recent Posts

  • Behind the AI Boom: A Deep Dive into Energy Consumption, Cooling, and Ecological Impact
  • 10 Best Free Software Download Sites (Safe & Trusted in 2026)
  • Mastering Android Gestures: Swipe Your Way to Speed
  • Blockchain Technology: An Insightful Journey Into the Core Concepts
  • Automating Document Migration in HCL Notes with DXL Export and Import