Article Categories
- All Categories
-
Data Structure
-
Networking
-
RDBMS
-
Operating System
-
Java
-
MS Excel
-
iOS
-
HTML
-
CSS
-
Android
-
Python
-
C Programming
-
C++
-
C#
-
MongoDB
-
MySQL
-
Javascript
-
PHP
-
Economics & Finance
Articles on Trending Technologies
Technical articles with clear explanations and examples
How to use Depth pararmeter in Get-ChildItem PowerShell?
When –Depth parameter is used along with Get-ChildItem, it controls the recursion of displaying the subfolders and their contents. For example, if –Depth parameter is set to 1 then it will display only the content of the parent folder and immediate subfolders but not the subfolders of the subfolders.CommandWhen you specify –Depth parameter, no need to add –Recursion parameter. It will automatically set the depth level.Get-ChildItem D:\Temp\ -Depth 1OutputPS C:\WINDOWS\system32> Get-ChildItem D:\Temp\ -Depth 1 Directory: D:\Temp Mode LastWriteTime Length Name ---- ...
Read MoreHow to Monitor MySQL Performance Using Mytop on CentOS 7
In this article, we will learn how to install and configure the Mytop to monitor the MySQL performance. Mytop is an open-source monitoring tool for MySQL performance, this tool uses command line to monitor MySQL, it looks like the Linux System monitoring tool top which will connect to MySQL and runs the show process list and show global status commands and summarize the information in a meaning-full format where the humans can understand it. We can use mtop for monitor the MySQL real-time threads, uptime and queries and will also show the users running the queries and the database they ...
Read MoreHow To Motivate Your Team To Increase Productivity
We often see spiritual and motivational leaders on television who gives non-stop speeches on motivation. Whether by following those speeches you will feel motivated or not is a different topic to discuss, at least not following them may not affect your work. But if your team is not motivated in the workplace then it seriously affects your project work.Now, the world is becoming more and more competitive where there is scope for only motivated and dedicated resources to run a successful business or venture. A dull and sluggish work environment can kill the spirit and ruin your project. So, it ...
Read MoreNanosensors – Our Plants and Animals Knows it Long Before
Do you know that the invention of Nanotechnology for which we are patting our back actually exists in our world from the beginning? Yes, some of our plants and animals have that special capability of Nanosensors inbuilt in their body to carry out some special functions? The awesome technology which we discovered recently is not new for them. They have been using the Nanosensors since their creation in this world. They have that special ability to detect the minute particle for which we are taking help of Nanosensors.You may be aware that, Nanosensors are one of the great inventions of ...
Read MoreHow to Register Trademark in India
In simple terms, trademark means registration of your brand name. Here, we are trying to understand, how to protect our brand’s reputation by way of registering our brand as a trade-mark.In layman’s language, it is a visual symbol which may be a Name, Phrase, Logo, Graphic, Smell, Sound Mark, Label, Device, Word signature, combination of colors or numerical.Trademark literally means, “This brand name is ours” and if any one dare to use it to sell their products, we can sue them. Trademark identifies and distinguishes the source of the goods or services of one business entity from those of others.If ...
Read MoreHow to use the -recursive parameter in Get-ChildItem using PowerShell?
To display the contents of the subfolders including files and folders, -Recurse parameter is used.CommandGet-ChildItem -Path D:\Temp -Recurse-Recurse parameter will not display the hidden files and folders.OutputDirectory: D:\Temp Mode LastWriteTime Length Name ---- ------------- ------ ---- d----- 13-12-2019 09:52 GPO_backup d----- 24-11-2018 11:31 LGPO -a---- 07-05-2018 23:00 ...
Read MoreHow to list the subfolder contents using Get-ChildItem using PowerShell?
To display the contents of the subfolders including files and folders, -Recurse parameter is used.CommandGet-ChildItem -Path D:\Temp -Recurse-Recurse parameter will not display the hidden files and folders.OutputDirectory: D:\Temp Mode LastWriteTime Length Name ---- ------------- ------ ---- d----- 13-12-2019 09:52 GPO_backup d----- 24-11-2018 11:31 LGPO -a---- 07-05-2018 23:00 ...
Read MoreHow To Run Commands On Multiple Remote Servers Simultaneously
OpenSSH is a widely used tool to access the remote servers, copy or transfer files, and perform all sorts of system administration tasks. One caution while using OpenSSH is that you can’t run the same command on multiple remote servers in one go. However, Don’t be disappointed! Meet PSSH, Parallel SSH, a simple, and useful alternative to OpenSSH that allows you to run commands on multiple servers from a single terminal. Sounds good? Read on to find more –PSSH consists of the following commands, such as:pssh : SSH to multiple servers at oncepscp : Transfer and copy files to multiple ...
Read MoreHow To Configure and Secure SFTP Without Providing Shell Access on CentOS 7
In this article we will learn about how to configure SFTP without enabling the shell access on CentOS 7, SSH File Transfer Protocol (SFTP) which is a secure way to transferring files from servers to a server using the SSH encrypted connections, which is a different protocol from File Transfer Protocol (FTP) that is supported by all the FTP clients.SFTP can be configured by using default configurations on all the servers which had the SSH access enabled on the machine. SFTP is a secure and easiest way to use, which has a disadvantage in the standard configuration, which allows terminal ...
Read MoreMicrosoft's Mixed Reality Headset – One Step Ahead
You may have got the chance to experience one of the amazing headsets powered with awesome technologies as Augmented Reality (AR) or Virtual Reality (VR) and fallen in love with them. And that must be a wonderful experience when you enjoy a roller coaster ride or swimming in a deep sea in the virtual world still sitting on your couch in your living room with a VR or AR headset. Isn’t it amazing, when you think that how much the technologies evolved so far? It is not so long back when these headsets were only used for listening songs or ...
Read More