I'm deploying a web app on AWS.
I intend to use chef to build AMIs which I'll then put into production. I'll update my CloudFormation template to tell AWS to use these AMIs for auto-scaling groups whenver I build a new AMI.
The AMIs will have chef-solo on them which will monitor a URL to pick up changes to code/configs to deploy (at least that's the plan.
I need to re-order init scripts, particularly so that some of my own will run before certain others. What documentation should I be looking at for thorough information on how that is done (aside from the effects of the changes).
This is in a cloud environment using the cloud-images tree, with cloud-init in the mix.
I would like to use ubuntu server 12.04 to create a file server for my media and pc backups. In the future I plan to build a new machine using the amd A series or intel atom for low power usage.
Until I can afford to build the new machine I was thinking of running the ubuntu server as a virtual machine.
As you know, release of Mandriva 2011 is coming. After that our developers continue to upgrade and polish mandriva build system. We receive many requests from community, that new build system must have new features.
I'm trying to write a makefile for a kernel module and cannot get it to work.
I just want to make a make a openSUSE 11.2 KDE4 rpm for Comix but the Build Service wants to make a project page and stuff. This isn't my project or software and I am not a developer. I just want to be able to read my manga.
Apologies if I explain this badly or am asking something bleeding obvious but I'm new to the Linux kernel and kinda in at the deep end...
We have an embedded-linux system which arrives with a (very badly documented) SDK containing hundreds of folders of stuff, most folders containing a rules.make, make, make.config or some variation of...
VMware announced a new version of its Linux-compatible VMware Workstation 8 software, designed to make it easier to build, share, and upload virtual machines (VMs) to cloud environments.
I have a script in /etc/init.d on an EC2 image that, on machine startup, pulls in source code via SVN, builds it, and then runs it using Ant. The source code is Java. Within this code is a call to the Weka library which writes a file to disk.