Categories

Web DevelopmentProgrammingDatabaseWindowsLinuxNetworkingMobile DevicesRaspberry PiPythonCJavaOtherSponsored

ALL Articles

Changing user accounts in Windows 10

How to change user account names in Windows 10 using Advanced User Accounts (Netplwiz) and from control panel.

How to get the display settings right on Raspberry Pi

How to get the TV/Monitor display resolution right on Raspberry pi running Raspbian

Auto Login and Auto Start in Raspberry Pi

How to automatically login to Raspberry Pi, how to run a script at startup and how to automatically start the desktop in Raspberry Pi

Change network type from Public to Private in Windows 10

How to change a network location from Public to Private or Private to Public in Windows 10 in a few easy steps

Set PATH and other environment variables in Windows 10

How to set PATH variable and other SYSTEM and USER environment variables in Windows 10 from Advanced System Settings and also from Command line,

How to check Fibre Channel HBAs in Linux

Step by step guide on how to check FC HBAs are installed correctly to get the HBA card details like number of ports, WWN, type, status etc.

Using .htaccess to restrict access to Files and Directories

Restrict access to files and directories using .htaccess. Disable directory browsing and prevent access to certain files or filetypes

Enable F8 Safe Mode boot menu in Window 10

Using bcdedit tool to enable F8 key for accessing safe mode and advanced startup settings from boot menu

PowerShell Error - The file is not digitally signed

[SOLVED] PowerShell Error : File cannot be loaded. The file .ps1 is not digitally signed. You cannot run this script on the current system

C program to count lines, words and characters in a file

This is a C program to count the number of lines, words and characters in a file