Passwordless Host 192.168.5.72 Accessable from 192.168.5.78 -------------------------------------------------------------------------- Step 1 -------------------------------------------------------------------------- Run the below command which ip/host you want to access without password....in my case 192.168.5.72 root@pc022:/home/arvind# ssh-keygen -t rsa -------------------------------------------------------------------------- Step 2 -------------------------------------------------------------------------- Go to the /etc/ssh/ssh_conf and edit uncomment/edit some lines.... root@pc022:/home/arvind# nano /etc/ssh/sshd_config PubkeyAuthentication yes AuthorizedKeyFile .ssh/authorized_keys PasswordAuthentication no Restart the SSH server and you’re done. root@pc022:/home/arvind# sudo service ssh restart -------------------------------------------------------------------------- Step 3 -------------------------------------------------------------------------- Run the bel...
Help https://www.npmjs.com/package/angular-cli#installation Install Node and Angular-cli and @Angular/cli Globally- npm install -g @angular/cli Locally -npm install -save --dev @angular/cli or Globally -npm install -g angular-cli Locally- npm install -save --dev angular-cli Requirement Node https://nodejs.org/dist/v8.4.0/node-v8.4.0-x64.msi https://nodejs.org/dist/v6.11.2/node-v6.11.2-x64.msi https://nodejs.org/dist/v8.4.0/node-v8.4.0-x86.msi Install angular-cli globally: npm install -g angular-cli Install angular-cli in your project: npm install --save-dev angular-cli Upgrade to the latest CLI globally: npm uninstall -g angular-cli npm uninstall -g @angular/cli npm cache clean npm install -g angular-cli@latest This should get a working version. If you tried this and it does not work, please submit your package.json as that will probably contain something that gets in the way from this working correct...
Note !!! Download XAMPP for ubuntu 14.04 or accroding your OS and Run the following command to make it executable NOte !!! You can skill Step 4 Step 1 Give permission to .run file #sudo chmod +x xampp-linux-x64-5.6.12-0-installer.run Step 2 To Install Xampp.Run the below command in terminal #sudo ./xampp-linux-x64-5.6.12-0-installer.run After Few seconds a Pop-up Window will open . Install the xampp by clicking Next & Finish buttons when required. Once installaition is done .It will be installed in /opt/lampp directory. Step 3 Now you can start Xampp services using the following command. #sudo /opt/lampp/lampp start/stop/restart and type your user password Now you can set xamp on search box Steps 4 ! Open terminal and login as root user using the root password. $ su root !! Now create xampp-control-panel folder under /usr/local/ #mkdir /usr/local/xampp-control-panel !!! Now create one script file under the xampp-control-panel folder named as xampp-control-panel.sh # vi /usr/l...