Posts

Showing posts from March, 2016

How to View All Commands in Windows CMD (Complete Guide)

The Command Prompt (CMD) in Windows is a powerful tool that allows users to perform a wide range of operations using command-line instructions. Whether you're a beginner or an advanced user, knowing how to access all available CMD commands can significantly improve your productivity. In this guide, you’ll learn a simple method to display all commands along with their syntax directly within CMD. 🛠️ Steps to View All CMD Commands Follow these steps: Step 1: Open Command Prompt Press  Windows + R  to open the Run dialog box Type  cmd  and press  Enter Step 2: Display All Commands In the Command Prompt window, type: help Press  Enter ✅ Result Once you execute the command, a complete list of available CMD commands will be displayed on your screen along with a brief description of each. 💡 Additional Tips To get detailed information about a specific command, type: help command_name (Example:  help dir ) You can also use: command_name /? (Example:  dir ...

How to post Facebook Status UPSIDE Down

Image
Hey hi to all ..... Hope you all are good...... In this post i am sharing a nice Facebook trick to post the status upside down.... Step-1: Goto the Site  http://www.fliptext.org/ Step-2: Type your status or message. Step-3: Copy the Upside Down text and paste as status or message.... DONE ... :)

Facebook Keyboard Shortcut Trick

Hey hi to all... hope you all are good.... In this post i am sharing one of the cool and nice facebook trick. This trick will tell some cool keyboard shortcuts for facebook. For Mozilla Firefox: 1- Shift+Alt+1: View your New Feed 2- Shift+Alt+2: View your Own Profile 3- Shift+Alt+3: View pop-up of Friend Requests 4- Shift+Alt+4: View pop-up of Messages 5- Shift+Alt+5: View pop-up of Notifications 6- Shift+Alt+6: View Account Setting 7- Shift+Alt+7: View Privacy Settings 8- Shift+Alt+8: View Facebook’s Own Profile 9- Shift+Alt+9: Read latest Terms of Service Agreement 10- Shift+Alt+0: Open Facebook Help Center For Google Chrome: 1- Alt+1: View your News Feed 2- Alt+2: View your Own Profile 3- Alt+3: View pop-up of Friend Requests 4- Alt+4: View pop-up of Messages 5- Alt+5: View pop-up of Notifications 6- Alt+6: View Account Setting 7- Alt+7: View Privacy Settings 8- Alt+8: View Facebook’s Own Profile 9- Alt+9: Read latest Terms of Service Agreement

How to Ping a Website IP Address Using CMD (Step-by-Step Guide)

Every website on the internet is associated with a unique IP (Internet Protocol) address. Pinging a website helps you check its connectivity, response time, and whether it is reachable from your system. In this guide, you’ll learn how to ping a website and view its IP address using the Command Prompt (CMD) in Windows. 🔍 What is Ping? The  ping  command is a network utility used to test the reachability of a host (website/server) and measure the round-trip time for data packets. 🛠️ Steps to Ping a Website Follow these simple steps: Step 1: Open Command Prompt Press  Windows + R  to open the Run dialog box Type  cmd  and press  Enter Step 2: Enter the Ping Command In the Command Prompt window, type the following command: ping websiteURL Example: ping www.facebook.com Step 3: Execute the Command Press  Enter Wait for the results to display ✅ Result After executing the command, CMD will display: The website’s IP address Response time (latency) Packe...

How to Access Blocked Websites (Safe & Practical Methods)

📌 Introduction At times, you may encounter situations where certain websites are blocked due to network restrictions, regional limitations, or organizational policies. This can happen in schools, offices, or even specific countries. In this guide, we’ll explore simple and commonly used methods to access such websites responsibly. ⚠️ Important Note Before proceeding, ensure that accessing blocked websites does not violate your organization’s policies or local regulations. Always use these methods ethically and responsibly. 🔍 Why Websites Get Blocked Websites may be restricted due to: Network-level filters (school/office Wi-Fi) Geographic restrictions (geo-blocking) Government regulations Security or content policies 🛠️ Method: Using Web Proxies One of the simplest ways to access a blocked website is by using a  web proxy . A proxy acts as an intermediary between your device and the target website, allowing you to browse indirectly. 🌐 Popular Web Proxy Services Here are some comm...