You have reached 404.
The article which you have searched for is not available. However, you can have a look at following articles
Backup your files using PowerShell
This article is about a simple file backup script for home or small offices users to periodically backup the files in the computer or laptop to a shared folder/NAS or cloud drive. Robocopy (Built-in...
Check SSD health with PowerShell
SSD (Solid State Disk) stores data in chip called as NAND flash. Unlike HDD, there are no moving parts, the data access from the memory location is ultra fast. But SSD do need wear out in time. The...
Windows 10 booting halts with BLACK screen after updates
This article is to share how to recover from Windows 10 Black screen issue after applying windows updates. Note: The following happened while I was updating my laptop. The situation can be different...
Free Email for your Domain
Get [email protected] email account for FREE!!! Yes, its true. If you own a domain, then you can get free email accounts for your domain without providing any credit card information. There are...
Free SSL Certificate for your Website
SSL certificate in your website (the lock icon) proves the authenticity of your business or personal website. This also makes the website ready for the future as the browsers move towards blocking...
Install WordPress on Ubuntu
There are many cloud hosting providers out there who publish WordPress website and most of them charges around $3 - $4 or more per month. Stay tuned for the upcoming post where I will show you how...
Edit Multiple CSV Files using Python
In my previous post, we have seen how to read CSV files https://tekcookie.com/read-csv-file-using-python/ and how to write data to text files https://tekcookie.com/write-to-a-text-file-using-python/...
How to Install PowerShell 7
PowerShell 7 After a long wait, Microsoft announced the release of PowerShell 7 on 3rd March 2020. Two variants of PowerShell that exists are Windows PowerShell 5.1 for Windows administration and...
Windows Firewall Rule using PowerShell
A firewall is the primary defense against attack from the outside world or from inside. Firewall is used as data center firewall and perimeter firewall to protect the data and infrastructure of any...
Write to a text file using Python
This article will describe how to write content to a text file using python Write one line to text file Set the argument to 'w' to write to a file. If the file does not exists, new file is created...
Recent Comments