7 years ago by Amar P

Hi I am using Putty to ssh to a Centos virtual machine running on virtual box. It was working without any problemn until now when it start throwing the error PuTTY Fatal Error: expected key exchange . . .

puttycentosputty-error
  • 18
  • 5
  • 62001
6 years ago by mkbaines

I have a Windows Server 2016 virtual machine running on VirtualBox and I am trying to add the Hyper-V role on that VM using the Add roles and features wizard. I get the following error message after i . . .

hyper-vwindows-2016virtualization
  • 21
  • 1
  • 49733
8 years ago by jsRant

Sample: myArray = [1, 2, 4, 10, 20,100] How to find second largest value without sorting the array or latering its contents? . . .

javascriptarraysecond-largest
  • 8
  • 2
  • 34333
8 years ago by Binoy

I have a form that use popovers.. and i have the following code inside document ready $(document).ready(function() { $('[data-toggle="popover"]').popover(); }); when the form is loaded i see t . . .

javascriptjqueryhtml
  • 11
  • 3
  • 27733
8 years ago by noddy

I am trying to insert into MYSQL table some data recieved from AJAX post. Error: Cannot enqueue Handshake after already enqueuing a Handshake.     at Protocol._validateEnqueue (C:\nodejs\n . . .

nodejsexpressmysqlhandshake
  • 3
  • 0
  • 24602
8 years ago by go_mongo

I am trying to create a unique key on a collection. It fails with the error message: > db.users.createIndex({userid:1},{unique:true}) { "ok" : 0, "errmsg" : "E11000 duplicate key error collec . . .

mongodbindexingunique
  • 2
  • 0
  • 20597
7 years ago by dig_abacus

Hi, I am using $result = mysqli_query($conn,"SELECT COUNT(*) FROM prod_catalogue WHERE cat_id ='".$catid."' " ) or die(mysqli_error($this->dblink)); How do i get the actual count from result beca . . .

mysqliphpmysqlcount
  • 5
  • 2
  • 18917
8 years ago by noddy

Hi I am trying to create a nodejs server running on port 3000. I have already installed express (npm install express). I am getting the following error message TypeError: express.createServer is not . . .

nodejsexpressserver
  • 4
  • 1
  • 13953
7 years ago by mamdouh

How to get the service name of the currently running Oracle Service? . . .

oracleservice-name
  • 2
  • 0
  • 11633
5 years ago by Jake

I am getting the following error runing Gulp.  c:\>gulp [10:57:02] Using gulpfile C:\gulp_project\gulpfile.js [10:57:02] Starting 'default'... [10:57:02] Starting 'js'... [10:57:02] 'js' . . .

gulpnodejsnpmtether
  • 1
  • 1
  • 10479
7 years ago by Prem

I changed some of the options on Visual Studio 2015 IDE from Tools -> Options menu. How do i reset it all back to default without having to re-install? . . .

visual-studio-2015vbnetsettings
  • 5
  • 1
  • 9567
6 years ago by Luka

I created a new user in Centos and when I try to ssh using that username I get access denied message.Is there anything else I need to do to allow access to this new user? . . .

sshcentos
  • 1
  • 0
  • 9347
7 years ago by guruprakash

What is purpose of ENABLE keyword in a CREATE TABLE SQL statement? When I check the DDL statement of an existing table in my Oracle database this is what I see CREATE TABLE T_EVENTS ( EVENT . . .

enablesqlcreate-tableoraclekeyword
  • 1
  • 0
  • 8202
8 years ago by Fischer

Hi, I am setting up Socialite2.0 on Laravel 5.3. I registered FB and Google apps and configured services.php with credentials. Facebook login is working fine, but Google authentication fails at redi . . .

authenticationsocialitelaravelgoogleplus-apiredirect
  • 7
  • 1
  • 7709
7 years ago by raj

Hi, I am getting "Whoops, looks like something went wrong" page when session expired. I want to redirect user to login page instead of showing this error message. I am using Laravel 5.3. I think i ne . . .

laravellaravel53tokenmismatchexception-handlingsession-expired
  • 1
  • 1
  • 7030