C,C++ Questions
Reverse a singly linked list // // iterative version // Node* ReverseList( Node ** List ) { Node *temp1 = *List; Node * temp2 = NULL; Node * temp3 = NULL; while ( temp1 ) …
Reverse a singly linked list // // iterative version // Node* ReverseList( Node ** List ) { Node *temp1 = *List; Node * temp2 = NULL; Node * temp3 = NULL; while ( temp1 ) …
Most Anticipated iphone in the Wolrd, Apple iphone 6S and 6S plus recently released September 9th 2015 But here are the reasons not to go for the iphone 6S or 6S plus It’s the Same design as the iphone 6…
Unable to ping aws instance from local machine? 1. Add ICMP inbound rule to security group from any where in AWS security Group that assigned to the instance 2. Go to Windows firewall with Advanced Security -> Click on New…
Here is the way to add twitter bird to your website or blog copy paste the following code to your blog template at the end of </head> tagremove the YOUR_TWITTER_ID type your twitter id save the template and preview <!–…
Open IBM download manager and select Manage Licenses Then select RAD 9.1 and choose Import Activation kit Have a look at the License type it is currently “Trail” Click next Browse the Activation file from Activation kit Click next Accept…
Remove profile: <WAS_App_server$> . -delete -profileName SamplesProfile and remove folders of SamplesProfile from <WAS_App_Server_profiles$> rm –rf SamplesProfile
. -create -templatePath /opt/IBM/WebSphere/AppServer/profileTemplates/default -profileName SamplesProfile -profilePath /opt/IBM/WebSphere/AppServer/profiles/SamplesProfile -cellName was85hostNode01Cell -nodeName was85hostNode01 -hostName was85host
solution: Install XULRunner from 558 tar -zxvf xulrunner-1.8.0.4.en-US.linux-i686.tar.gz 560 xulrunner –register-global 567 mv xulrunner /opt/ 573 ./xulrunner –register-global if you are getting any dependency folders are missing install them 576 yum install libstdc++* 577 yum…
Here are the steps i used to fix it.Note that any mistake in recreating the partion will result in losing all data and/or the server will not reboot.I would do this as the first step on a newly created instance.I…