Posts

Showing posts from November, 2020
  None are more hopelessly enslaved than those who falsely believe they are free. Johann Wolfgang von Goethe   So Tell Me What Actually Freedom is.??? Do You think you actually have Freedom of speech.??? Do You think you actually have Freedom of express. If you think that talking with your friend about any topic is freedom that you are closed in a box that cann't see outside the box.  Freedom Freedom is the power or right to act, speak, or think as one wants without hindrance or restraint, and the absence of a despotic government.   So Think Do you really have freedom? You Can Actually do things without being centralized. Listen If you Think Freedom as a religion perspective. As Religion Says, God created Man, God can say that I owned you But HE give freedom to do HUMAN. So how can a man take freedom from me. Fucking shit. Time Change Things Changed. You don't have to wait for days to receive someone mail. Tech has totally change the thi...

Linux Commands for Networking Configuration And Troubleshooting Part 2 👾

Welcome Again 😍😍😍      How to Change MTU for an Network Interface          In Networking, MTU(Maximum Transmission Unit) is the representation   of Packets that a network-connected-device can accept. The mtu allow you to set the limit the packet transmission on interface. MTU size is based on the specifications of the network administration. In Order To check the mtu Value on Linux, Open Terminal and type the following Command      ip addr | grep mtu It Will Show you the mtu Value of all Interfaces. By Default All Interfaces         Have Value of 1500 bytes. In Order To Change The Value of MTU through ifconfig. Open The Terminal And type the following command              sudo ifconfig eth0 mtu 1000   Note: [MTU isn't used for all interfaces]        

Linux Commands for Networking Configuration And Troubleshooting

Image
Exploring InterfaceThrough Ifconfig   Note     On Modern Linux Systems, The IP command has been replaced with ifconfig.   if-config stands for " interface configuration ". It is used to configure or  configuration of the networking setting of your system. if-config is used to make a interface accessible to the kernel networking layer.Common use of ifconfig include setting the IP address and netmask of a network interface and disabling or enabling an interface. Syntax :             ifconfig [...OPTIONS] [INTERFACE] Tags Description interface The name of the interface. hw class address Set the Hardware address of this interface .If the device driver support this operation. The keyword must be followed by the name of the hardware and the printable ASCII equivalent  of the hardware address. [-]allmulti ...