Skip to content

Samkit's Blog

  • Home
  • Issues
  • Snippet
  • Placement
    • Interview Questions
  • Contact
  • LinkedIn
  • GitHub
  • Twitter
  • Facebook
  • Instagram

Categories

  • Installation
  • Interview Questions
  • Issues
  • Placement
  • Snippet

Recent Posts

  • Oracle 2016-17
  • NVidia 2016-17
  • Infosys 2016-17
  • Cognizant 2016-17
  • Amura Tech 2016-17

Recent Comments

    Archives

    • May 2017
    • March 2017

    Meta

    • Log in
    • Entries feed
    • Comments feed
    • WordPress.org

    Month: March 2017

    samkit5495 21 March 2017 Sharing files in Host OS and Guest OS in VMware

    Issues

    Install the VMware Tool Config the Shared Folder in VMware player. sudo vmware-config-tools.pl Then in the terminal execute the following command […]

    samkit5495 21 March 2017 Update Ubuntu Version

    Installation

    If you want to update your ubuntu version without reinstalling the whole Ubuntu copy run the following command on the […]

    samkit5495 21 March 2017 Install LAMP Stack in minimum commands

    Installation

    LAMP Stack means :Linux, Apache, MySQL and PHP. Run the following commands one by one in the terminal to install the whole LAMP […]

    samkit5495 21 March 2017 Install Wifi Driver on Ubuntu

    Issues

    To install wifi driver on Ubuntu run the following command on the terminal: sudo apt-get install bcmwl-kernel-source

    samkit5495 21 March 2017 Install MongoDB on Ubuntu 16.04

    Installation

    Run the following commands on the terminal to install MongoDB on Ubuntu 16.04 Create a list file for MongoDB. Create the […]

    samkit5495 21 March 2017 Open in Terminal in Ubuntu 14.04

    Issues • Snippet

    Run the following commands in the terminal to show the Open In Terminal option in right click menu: sudo add-apt-repository universe […]

    samkit5495 21 March 2017 Update All Installed Packages in PIP

    Installation • Snippet

    To update all installed packages in pip just run the following command on the terminal: pip install -U $(pip freeze […]

    samkit5495 21 March 2017 KALI LINUX: Touchpad not working

    Issues

    Run the following commands in the terminal: modprobe -r psmouse modprobe psmouse proto=imps to make the changes persistent create a […]

    samkit5495 21 March 2017 Dual Boot fix time differences

    Issues

    When we dual boot any Linux Distro with Windows OS, we get a bug in our clock. Because of this […]

    Copyright © 2023 Samkit's Blog.