Running Guest Addition on Virtualbox
Run following Commands to Run VBoxLinuxAdditions.Note :- Guest Addition is used to Add-on Extra Features to your Virtual Machine.1} Change Directory to Desktop.cd Desktop2} List all the items present on Desktop.ls3} After Doing ls you will see VBoxLinuxAddition.run. Give all the Permission to it using following command.chmod -x VBoxLinuxAdditions.run4} Run VBoxLinuxAddition.run../VBoxLinuxAdditions.run5} Reboot your Virtual Machine/System.rebootNote :-... Continue Reading →
How to view the Routing Table
Typical Fields in a Routing Table are,Subnet maskDestination IP AddressNext Hop AddressFlags U : route is up and running G : destination is in another network H : host-specific address D : added by redirection M : modified by redirectionInterfaceTo View Routing Table in Linux System following command is usednetstat -rTo View Routing Table in Windows System following command is... Continue Reading →
How to solve dpkg interrupted
Solution for dpkg interrupted can be following :remove all files from /var/lib/dkpg/updatessudo apt-get upgradeManual Methodsudo dpkg --configure -asudo apt-get install -f