sysadmin

HOW-TO Install and Run JIRA in Ubuntu - v2.0

A few weeks ago I wrote another article explaining how to install and run Atlassian JIRA in Ubuntu. Well, I was not quite satisfied with the results, so I tried another approach and it seems to be working better now as my previous JIRA installation was extremely slow and crashed due to Out of Memory errors.

So here are the steps:
1. Install Java

HOW-TO Install and Run JIRA in Ubuntu

I use Atlassian JIRA as a tool to control my software development process, registering issues, tasks and bugs and planning development cycles.
So now that I switched to Ubuntu as development platform, I need to setup JIRA on my new Linux machine. I wrote down the steps I followed to achieve this.

1. Install Java
First of all, of course, install Java in your Ubuntu server and test the installation:

  

HOW-TO Move and Import Subversion Repositories - dump them

A few weeks ago I wrote an article on how to install Subversion and Apache in a Windows environment and another article about how to install those in a Linux environment.

Ubuntu Linux OpenSSH

I just installed Ubuntu 9.10 (the Karmic Koala, as they call it) at my home Desktop. First thing I tried was to check whether my ssh daemon was running, and it wasn't. I did have the ssh client but not the scripts to start the server, but no panic. It is quite fast to fix this. Jut open a terminal window and type the following to install OpenSSH.

sudo apt-get install openssh-server openssh-client


I did not need the client as I had it installed already. Here is the result from the command above:

  

Rotating Log Files in Linux

Applications usually generate a huge amount of log files. Some logging utilities available to programming languages already have the rotating (or rolling) functionality. If this is not the case and you are using some flavor of Linux or Unix to run your system, you might use the logrotate utility. Check if you have it available by typing:

[definenull@hm1446 prp]$ whereis logrotate
logrotate: /usr/sbin/logrotate /etc/logrotate.conf /etc/logrotate.d /usr/share/man/man8/logrotate.8.gz

10+ Deploys Per Day: Dev and Ops Cooperation at Flickr

This is an interesting presentation by the Flickr team on how (actually more the "why" than the "how") to achieve the best integration of developers and system operators. Simply put, "the team's job is to enable business".

Syndicate content