Useful tips for everyday
How do you make a star rating system? To create a Star Rating System it takes only Four steps:- Create a database Table to store…
How do I boot from a non UEFI USB? Open the bios on yourl aptop and disable UEFI it may also come up a LEGACY.…
What do I do if my escape button doesnt work? What can I do if the ESC key won’t work on Windows 10? Check your…
How do you stroke a path in Photoshop? To stroke the path, do one of the following: Alt-click (Windows) or Option-click (Mac OS) the Stroke…
How do I terminate bash? To end a shell script and set its exit status, use the exit command. Give exit the exit status that…
How does a reverse bias diode work? If a diode is reverse biased, the voltage at the cathode is higher than that at the anode.…
What is Modbus TCP protocol? Modbus TCP/IP (also Modbus-TCP) is simply the Modbus RTU protocol with a TCP interface that runs on Ethernet. That is,…
How to add webpart on pages using PowerShell script? In this article you will learn how to add a WebPart on pages using a PowerShell…
Why is my username not in the sudoers file? If the user have sudo access, the output will be: If you get an error saying…
How do I switch users in SSH? The su command: su command is used to switch the current user to another user from SSH. If…