1) Press and hold the Windows Key and then press x key 2) Select the Apps and Features item in the menu by let going of Windows key and pressing F (for Features) 3) Select the Programs and Features link on the right side of the page. 3) Select the Turn Windows feature on or…
Category: Windows
Now that my beloved chrome app launcher is gone, I’ve had to find another way to launch my apps. I used Feedly, but process should be same for others. 1) Goto chrome://apps/, right click icon, click Create shortcuts… (shortcut will be created on Desktop) a. 2) Goto desktop, right click icon, properties, select everything in target…
Download and install Py Launcher (it will install py.exe to c:windows)https://bitbucket.org/vinay.sajip/pylauncher/downloads/ https://bitbucket.org/vinay.sajip/pylauncher/downloads/launchwin-1.0.1.6.amd64.msi ^direct url Download and install Anaconda (I install in c:PYTHON instead of default c:anaconda3) https://repo.continuum.io/archive/Anaconda3-4.2.0-Windows-x86_64.exe Create two environments (using command prompt) $ conda create —name py27 python=2.7.11 # creates python 2 environment $ conda create —name py35 python=3.5.2 # creates python 3 environment $ conda info —envs # lists currently installed environments $ activate py27 # test python 2 environment $ activate py35 # test python 3 environment $ deactivate Setting up Shebang for Python 3 and Python 2 environment:…
Been logging into server to manage Hyper-V, but turns out I can just login through local computer. Nice to know.
Main driver behind design continues to be automation of investment process. (MAIN) Computer – High CPU applications · Data Analysis, Programming, Research (SERVER) Windows Server 2012 R2 – Offload low priority processes from MAIN · Networking (Azure, Active Directory) · Storage (file management, Backups, Cloud Sync, Indexing) · Virtual Machines (Hyper-V Host 240GB SSD) o Windows…
elasticsearch-5.0.0-alpha3.zip on Windows 10 Insider Build 14361 c:elasticsearch install jdk-8u91-windows-x64.exe C:Program FilesJavajdk1.8.0_91 set system variables for elastic search & java in SystemEnvironment Variables https://www.elastic.co/guide/en/elasticsearch/reference/master/windows.html https://github.com/elastic https://www.elastic.co/products/kibana https://download.elastic.co/kibana/kibana/kibana-5.0.0-alpha3-windows.zip https://www.elastic.co/guide/en/kibana/5.0/setup.html https://www.elastic.co/guide/en/elasticsearch/plugins/master/ingest.html