Skip to main content

Posts

Showing posts with the label windows

Featured Post

Data Mining with Weka -Installation

Weka - Data mining Tool W eka is a tool for big data and data mining. It is used to various classification, experiments, and analysis over large data sets. Installation Guide -weka  You can download Weka from   here   and follow the normal installation procedure. After completion you will get following window, here you can begin your classification or experiment on different data sets with Weka.

Configure Git For Windows

 Configure Git for Windows  1.   go to https://git-scm.com/downloads    2.  download the software for Windows     3. install Git choosing all of the default options Set up # sets up Git with your name git config --global user.name "<Your-Full-Name>" # sets up Git with your email git config --global user.email "<your-email-address>" # makes sure that Git output is colored git config --global color.ui auto # displays the original state in a conflict git config --global merge.conflictstyle diff3 git config --list Associate with code editor Atom Editor Setup git config --global core.editor "atom --wait" Sublime Text Setup git config --global core.editor "'C:/Program Files/Sublime Text 2/sublime_text.exe' -n -w" VSCode Setup git config --global core.editor "code --wait"
How to use your Laptop as a Wifi hotspot in windows? 1. Open your command prompt as a administrator (windows key + X and select command prompt (Admin)). 2. Type following: netsh wlan set hostednetwork mode = allow ssid = NameForWifi key = Password Now to start network type: netsh wlan start hostednetwork Now open Open  Network and sharing  Center and click on newly created network  Go to property -> Sharing -> click on first option-> allow sharing. Now your hot spot is ready; Enjoy wifi