Posts

Useful WMIC command in Windows

Image
The  WMI  command-line (WMIC) utility is  deprecated as of Windows 10, version 21H1, and as of the 21H1 semi-annual channel release of Windows Server . This utility is superseded by Windows PowerShell for WMI. Useful wmic command examples in Windows Example 1 : How to Display the State of all the Global Switches in Windows If you want to check the state of all global switches in windows then you need to use  wmic context  command as shown below. Example 2 : How to Get Your System Serial Number If you want to check your system serial number then you need to use  wmic bios get serialnumber  command as shown below. Example 3 : How to Check HotFixID of all the Installed Updates in Windows If you want to check the HotfixID of all the installed updates in windows then you need to use  wmic qfe list  command as shown below. **Note: Please note that it is possible that some of the updates will show in  "View Installed Updates"  section but not on  wmic qfe list  output. Example 4:

How to Activate Windows 10/11 with CMD Command

Image
You can use this method to activate your Windows 10/11 for free. This method comes in handy if no other method is working for you. Here are the steps you need to follow to activate your Windows using Command Prompt (CMD). Step 1.  You have to open the command prompt on your system first. Then, click and start and type "CMD". Now, run it as administrator. Step 2.  Type the following command. slmgr /ipk slmgr /skms kms.xspace.in Slmgr /ato   Now press enter. This command will activate your Windows 10/11. In case of any troubleshooting, you can take help from Windows repair services.   So, you can easily activate Windows 10/11 key with Command Prompt (CMD) method. Thanks.  

ETHERNET CABLE COLOR CODING DIAGRAM

Image
Ethernet Cable Color Coding Diagram for:   ·         Category-5 cables ·         Category-5E cables ·         Category-6 cables ·         Category-6E cables The information listed here is to assist network administrators in the color coding of Ethernet cables. Please be aware that modifying Ethernet cables improperly may cause loss of network connectivity. Use this information at your own risk, and ensure all connectors and cables are modified in accordance with standards. The Internet Centre and its affiliates cannot be held liable for the use of this information in whole or in part. T-568A Straight-Through Ethernet Cable   The TIA/EIA 568-A standard which was ratified in 1995, was replaced by the TIA/EIA 568-B standard in 2002 and has been updated since. Both standards define the T-568A and T-568B pin-outs for using Unshielded Twisted Pair cable and RJ-45 connectors for Ethernet connectivity. The standards and pin-out specification appear to be related and interchangeable

Virtual Private Network (VPN)

Image
  A virtual private network (VPN) protects your data and identity over public networks, like the Internet and wireless hotspots. Various protocols are used to create an encrypted tunnel that transports data securely. While a firewall may protect the data on your computer, a VPN will protect your data on the Internet. The goal of a VPN is to implement the same level of security provided by private networks at substantially lower costs.   Why use a VPN? Most VPN's are used to add security. Today's world is evolving quickly and the security pitfalls of modern conveniences are often ignored. Public WIFI hotspots, common in airports and coffee shops, are a hackers dream because they offer streams of visible data waiting to be mined. Using a VPN keeps your information secure. Deep Packet inspection is another growing concern. Many ISPs would like to analyze statistics from your online activities for marketing and routing purposes. Using a VPN thwarts efforts to conduct deep

Samba Installation and Configuration (Sharing Files with Windows)

Samba Configuration There are four things that one can do with samba: Share a Linux drive with   Microsoft windows machines Share a windows drive with   Linux   machines Share a Linux printer with   Microsoft windows machines Share a windows printer with   Linux machines Web Based Samaba Configuration Tool To configure from web or browser , there is a tool SWAT. SWAT – Samab Web Administration Tool It works through xinetd.conf. 1. Go to /etc/xinetd.d/ and edit swat. 2. Change the key word                 only_from = host_name like linux1 or 192.168.1.1 3. Kill and run xinetd daemon 4. Go to /etc/httpd/conf/httpd.conf                 Change the following   tag                 ServerName linux1 or 192.168.1.1 or FQDN like linux1.dot.com 5. Kill and run httpd Now type the following line through your browser. http://192.168.0.1:901/ Now go to Network Neighborhood and see the shared directories of Linux machines.

Networking and ISP Setup with RedHat Linux

   PPP dial-in and dial-out server configuration  ISP Connectivity ISP connectivity is one type of serial connection. TCP/IP runs over a wide varity of physical media. The media can be Ethernet cables, as in your local Ethernet, or telephone circuits as in a wide area network. All most all data communications takes place via serial interfaces. A serial interface is just an interface that sends data as a series of bits over a single wire, it is just opposite of parallel interface that sends data bits in over several wires simultaneously. In TCP/IP world, dial-up serial connections are popular due to low cost. TCP /IP supports two types of serial line protocol : (1)Serial Lne Interface Protociol (SLIP) and (2)Point-to-Point Protocol(PPP). (1)SLIP: This protocol has some deficiencies, which fall into two categories: The SLIP protocol does not define any link control information that could be used to dynamically control the characteristics of a connection