How to install Cron on EC2 Instance [closed] - cron

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 11 years ago.
Improve this question
Does Cron come preinstalled on the EC2 linux instances, or do I have to install it separately from yum or anything?

This depends completely on the instance you start from. Most if not all the ones I have used tend to have it, but if you are using one that doesn't have it, just install it ;-)

Related

How to take screen video on ubuntu 10.04 and above [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 9 years ago.
Improve this question
I am using ubuntu and I need to prepare a video from it. Is any ubuntu software for that ?
Voice from end user should be also taken.
Try below command
sudo apt-get install gtk-recordmydesktop

Extract file_name.zip.001 via Linux command line [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
I am trying to extract file_name.zip.001 on a Linux host which I connect to via PuTTY.
Could you please suggest me how to extract those files?
You're gonna use the unzip console command.
man unzip will show you how.
By the way - That's got nothing to do with PHP.

Ready to use ubuntu based virtual machine [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
Are there any pre-installed virtual machine-based ununtu linux boxes that I can directly download and use ?
virtualboxes.org
I've used them in a pinch and never had aproblem. They are pretty basic but they are a good start. I personally just do an install from an ISO unless I am really in a hurry. It is fast and I know exactly what I am going to get.

Apache2 config file path on Ubuntu. [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 11 years ago.
Improve this question
can someone tell me the path of the Apache2 config file on Ubuntu. Thanks!
You should read the Ubuntu server guide. It will probably answer most of your beginner questions on getting your web server setup (including the question you asked, which the guide states is in /etc/apache2/).

Is it possible to clean a Linux VPS using the shell? [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 11 years ago.
Improve this question
Sometimes my friend give me root access to his CentOS VPS to help him install some programs and he leaves. Sometimes I mess with it, but I don't have the login information for Parallels Virtuozzo Containers, so can I clean the VPS using SSH?
It's faster than formatting the VPS and re-installing the OS.
You could always take a backup before you being work and revert the changes after the face. rsync is one potential tool you could use to do this.

Resources