I just set up my site through AWS EC2 not that long ago from following YouTube tutorial. Now I have issue with no space left on the disk space and I tried to remove some of the old backup files I have. However, when I ran df -h it was showing…
I am neither a DB administrator, nor a DevOps but I need to migrate a very large table (~500M rows) from one MySQL schema to another. For doing so, I use mysqlpumpbackup tool. Also, since the DB is an AWS DB, I establish an SSH connection to the…
I am trying to install make, but I get the error:
root@myname:/home/ubuntu/GraphicsMagick-1.3.26# apt-get install make
Reading package lists... Done
Building dependency tree
Reading state information... Done
You might want to run 'apt-get -f…
I am running into an issue where an exectutor is creating tasks which never finish, causing the entire process to hang. The tasks normally complete is ~4 seconds, but have been running for an hour and a half. This does not consistently happen, I’d…
I'd like to add a user to my AWS instance and ssh in as that user with the existing keypair.
Right now I can log into my AWS instance as root:
ssh -i ~/path/mysshkeypair.pem root@EC2-my###-###.compute-1.amazonaws.com
Logged in as root, I created…
I was applying updates to my AWS Ubuntu 14.04 servers. I used this command:
sudo apt-get update
It work for all of them, except one server.
I get this error at the end:
W: Failed to fetch…
I've created a EC2 instance in AWS with Ubuntu 18.04 bionic, and I'm connected with it using Putty Successfully.
But I only can see (use) the terminal and don't know how to deploy (either download or install) bionic desktop. I need it in order to…
I want to remove all the files and folders inside the particular directory at /var/www/example directory using user data script at AWS instance launch. Can you please help me.
I just purchased the Wiley AWS CErtification Guide but, it did not say it only works with acsm files on windows or MAC, but, I only have ubuntu 16.04. Is there any alternative for this?
Thanks
I am trying to set up a virtual OS (ubuntu, windows) on amazon web services to run apps 24/7 and to have anytime I log in on the internet. Is this a possibility to do and if so how?
I'm trying to boot up an EC2 instance on AWS using Terraform. So far the config is good and the instance works. SSH into the instance also works through Terraform security groups etc.
However I want to install some commands via remote-exec…
Download from http://security.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.1_1.1.1f-1ubuntu2_amd64.deb
Install using command
sudo apt-get install ./libssl1.1_1.1.1f-1ubuntu2_amd64.deb
I have install the Plesk Web Admin SE Ubuntu for AWS Lightsail. Prior I had no issues but now after 3 months it no longer works and asks for a paid key. I emailed AWS and they said I need to contact you. How can I get this back to the SE edition for…
I am working in AWS Instance > Ubuntu20.08.
There is a GoLang-JS project which I want to open and edit in the VScode of My computer (windows 10).
How to do it.