Skip to content
Advertisement

Tag: centos

ssh key gen Permission Denied [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers. This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question

how to create putty shortcut to jump directly to chain ssh? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers. This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question

How to start a VM though Vagrant

I have never used Vagrant before. Now, Im investigating to use it for my project. Here is my problem so need some help from every one. Currently , I have a CentOS guest that has been installed via Virtual Machine in MAC host. Im going to install Vagrant into MACbook then I want to use Vagrant command line for control

Memory Usage abnormal on CentOS

I have VMWare install CentOS 5.5 and deploy some java application. I want to know how much memory remain, As I use command below, All memory is use. But when I check with top command, all process use “0.0%” of memory. So I want to know what happen? What really memory usage on this VM? Regards, Sathit Answer i think

Bash Array not accepting WildCard

I have an Array that I have setup in a bash script. My goal is to ping through a particular port on a a server with many network interfaces. For example the ping -I eth3 172.26.0.1 command to force ping through eth3 When I setup a bash Array I can get code to work if I call the Elements (ports)

Android Studio not starting on Linux (CentOS 6.6)

I’m trying to run Android Studio on my CentOS 6.6. I’ve downloaded the Studio and as per Instructions when I move to directory /android-studio/bin/ and run the following command ./studio.sh I got the following Exception I have no idea what to do now. here are my Environment variables and Java version. Answer dont know exactly but the problem is $JAVA_HOME

Getting error while creating the AWS EC2 Own AMI using EC2 instance

I am creating a own centOS 64 bit ami in AWS EC2 by following this link http://www.idevelopment.info/data/AWS/AWS_Tips/AWS_Management/AWS_10.shtml. Now, i am in middle of creating the own AMI for EC2 instance. So, When i issue this command # yum -c /opt/ec2/yum/yum-xen.conf –installroot=/mnt/ec2-image -y groupinstall Base I am getting the following error, yum -c /opt/ec2/yum/yum-xen.conf –installroot=/mnt /ec2-image -y groupinstall Base There is

Advertisement