Archive

Posts Tagged ‘Installation’

Set up a Subversion server (SVN) on CentOS

July 21st, 2011 No comments

The use of a system for version control is a huge convenience when you are managing a personal project, but a real “must” to improve teamwork. Fortunately, install the component “server” Subversion on CentOS is very easy.

Let me introduce the software object of this article with a brief anecdote.

With an increasing number of lines of code and complexity of the project, however, quickly emerged a series of difficult situations to handle:

  • Load the updated material on the test server from a single machine development was impractical: often forgot something, and anyway, it was necessary to remember the names of the modified files manually;
  • Likewise, distribute among colleagues the most recent listings from going to comb through folders and sub-folders was a little work-in-work;
  • It happened very frequently to overwrite each other updated files on the server, wasting precious time and working hours;
  • Restore an old version of the same document as a result of any test is not successful it was impossible;

The way out to untangle the skein was presented under the name of the Subversion (SVN). This is an application distributed under the GPL (open source) and then freely used for business purposes, to be installed on a machine “central”.

SVN uses a specific protocol for “dialogue” with the developers’ workstations: Once connected, the client installed on your PC automatically takes care of generating a list of all the modified files and sending them to the server, which stores them in the that, conceptually, is a “database” inside.

Similarly, other clients may require that to receive all the updated material and offer your own.

If two stations had worked on the same document, the infrastructure tries to blend into their new automatically, minimizing wasted time.

And if it becomes necessary to retrieve an old file now deleted or overwritten? No problem: the server stores it all and, thanks to the support of the comments to be inserted parallel to each transaction, locate and recover the material of interest is very simple.

Throughout this article, we illustrate how to set up a central server and the first project. Subsequently, on “Checkout, commit and update from a Windows client: operational guide to TortoiseSVN,” we will see how to interact with it via a client.


CentOS, the Internet and root access

Subversion and several clones are available for virtually any platform. Here, I’ll install on a machine with CentOS Linux distribution. For one thing, so make sure you have a computer operating system governed by this: if not, see “Quick start installation of CentOS.”

also that the computer on which you want to install Subversion is able to access the Internet, at least for the duration of the installation.

Remember that you must perform all the following with root privileges: for convenience, I highly recommend you go directly to the system with that account.

If you prefer to use your user favored, could be sufficient to run the commands sudo proposed putting the string to each of them, but I have not been able to test this scenario

Install Subversion

Install the software itself is easy: open an instance of the terminal from Applications -> Accessories-> Terminal and issued yum install subversion-y.

Wait a while and you’re done.


Prepare the folder

You should now proceed with the creation of the parent folder that will contain all the material.

Since this process will be essential to make explicit the various clients, I strongly recommend to create the directory in question at the root (/) and use a name very short (yes, friends experienced Linux users, it is clear that you could also place the folder in a path as you like and use a symbolic link, but we are trying to simplify!).

In this example we will call /repo: to achieve it rapidly, use mkdir/repo or go to GUI via Nautilus.


Create Project

At this point, we can create our project: run svnadmin create /repo/mioprogetto1 automatically to prepare all the necessary files and subfolders of the branch to a hypothetical project called, precisely, mioprogetto1

svn centos


Access Rules

By default, Subversion is configured to allow public read access, but restrict to registered users only writing.

If you are not champions of open source and you wish to limit the vision of the documents only to holders of valid login credentials, continue as follows.

Run gedit/repo/mioprogetto1/conf/svnserve.conf to open the configuration file of the project you just created and then identified (Find button) the two lines that are worded as follows:

    # anon-access = read
    # auth-access = write

Edit them so that both align with these instructions

    anon-access = none
    auth-access = write

centos svn server

Before you close and save the file, scroll down a few rows down and remove the pound (#) from line # password-db=passwd: a change made, you will read only password-db= passwd

centos linux svn


Create Account

Let’s create the accounts that are enabled to access the project.

Run gedit/repo/mioprogetto1/conf/passwd and inserted, one below the other end of the file, the pairs of usernames and passwords in the format username = password

centos server

Save and close gedit.

Auto-Start and start the service

At this point, the software should be ready for use. Given service svnserve start to start the service. If everything is working, will be shown an encouraging OK Green.

Set the daemon so that it auto-starts with the operating system with chkconfig on svnserve (or ticking the check box and clicking on svnserve then the Save button in System -> Administration -> Services)

centos linux server svn


Open the door on the firewall

Now that the service is operational, we must ensure that it is reachable!

First, we open the port on the firewall: Follow System -> Administration -> Security Level and Firewall to launch the configuration panel.

Click the Add button at the bottom right, enter 3690, press Ok and confirmed repeatedly until you close the tool

centos server


Configure the router

If the server’s Internet connection to use a router, you must also configure the same port forwarding (port forwarding) to the car in question (to trace the IP address locally, please refer to the article “Configure IP address and DNS on CentOS”).

The exact procedure varies from model to model. As for the ubiquitous Alice Gate provided on loan by Telecom Italy, there is the article “Open TCP / UDP ports on modem-router Alice Gate 2 Plus and 2 Plus Wi-Fi.” For all other devices, you should refer to the instruction booklet.

This step, of course, is only necessary if you wish to make the service accessible through the Internet: but if the server and various clients that are working are part of the same local area network (LAN), you can ensure a little ‘more security by avoiding Subversion of making visible outside.
Connect from client

At this point, everything should be 100% ready. You just have to connect from a client! The procedure has been shown in the “Checkout, commit and update from a Windows client: operational guide to TortoiseSVN.”

To automatically generate a local copy ..

Being a very flexible software, Subversion exposes many other commands and parameters arrived at this point, however, the basis for starting work in practice has been thrown into doubt.

A last step is interesting but in many cases is the generation and maintenance of a working copy on the server: I have proposed the simple steps in “Run automatically” update “each” commit “with Subversion (SVN)”

Installing KDE on Ubuntu 11.04

July 11th, 2011 No comments

Tired of the new Unity? No problem: there is KDE! With a few click you can install the main alternative to GNOME desktop environment and use all its functions.

Starting with version 11.04, Canonical introduced into Ubuntu Desktop Environment (DE) Unity. This choice has disappointed many, partly disappointed immaturity of the new interface.

One of the viable solutions to remedy what many see as supporters of the Penguin a step back, would be to switch to KDE (K Desktop Environment), a graphical environment GNOME alternative to the better known (it is based on Unity) and available for almost all UNIX-based operating systems

KDE Ubuntu INstall

Among the many distributions that mounting this ED, Kubuntu is definitely one of the best, always based on Ubuntu and Canonical developed by itself, with version 11.04 has reached a level of stability and performance excellent.

If you already have Ubuntu up and running, the installation of Kubuntu would result in the loss of all data and applications installed on the system: a real nuisance as well as a waste of time! Would always be possible to install dual-boot with Ubuntu, but this would require a request in terms of space occupied considerable.

So what? Thanks to a very simple operation you can install KDE Kubuntu and all the utilities in your host system side by side with the existing ED. In this way it takes up less space than a dual-boot and you have the freedom to use almost all KDE applications already installed.

Installing KDE

Open the package manager, and insert the term in the search engine kubuntu. Next, select the item kubuntu-desktop and click on Install:

kde ubuntu

You notify us that they will be downloaded to other packages: confirm by pressing Select. Now, let the voice language-pack-kde-en. We select the first result, which contains the files for KDE Italian language, and confirm.

kde

Finally, press Apply:
KDE Ubuntu Installation

We wait for the installation is complete (it will take a long time, being the fairly large amount of programs and dependencies to download and install), and finally reboot the system.

When you arrive to the login screen, select Start as a desktop, from the pulldown menu at the bottom, the voice KDE Plasma Workspace, and log. You’ll find yourself in front of the KDE desktop in all its glory.
Uninstalling

If you are dissatisfied with KDE, and want to uninstall it, go into Unity from the login panel as you did for KDE, and access the package manager. Look for the entry kubuntu-desktop, and confirm the uninstall.

At this point, however, you’ll notice that several programs will be staggered characters. To resolve this problem, enable Nautilus to display hidden files, by clicking on View-> Show hidden files:

KDE ubuntu

Bring in your Home account, and look for the folder. Fontconfig. Enter it, and delete all the files in it.

Reboot the system, and will be reported to the default font in Unity.

Record from your webcam under Linux with GUVCView

June 21st, 2011 1 comment

Recently I had to do some video tutorials. I’ve tried, including these tutorials with Ubuntu by default Cheese Webcam Booth, but unfortunately the combination of my Logitech QuickCam Pro 9000, Ubuntu 10.10, cheese, and would not be used in any video recording FPS. So I had to look elsewhere.

My search took me to GUVCView and I can not tell you how happy I was with the result. Not only use this tool is as simple as cheese, is much more flexible and makes it much better video.

Let’s take a look at the installation and use of such video recording tool.

What is it?

GUVCView is a GTK + frontend for the collection of video drivers of devices supported by the UVC. GUVCView was the basis of the QuickCamTeam luvcview created project. With GUVCView you can watch videos or pictures with audio recording. You can also use the appearance of the captured images and videos with easy-to-sliders and checkboxes. There is no need for a video-or audio-video expert to get quality GUVCView.

Installation

The installation is simple. I will demonstrate in Ubuntu 10.10. To install this tool as follows:

Open the Ubuntu Software Center.
Search for guvcview.
Click the “Install” button associated with GUVCView.
Enter your password sudo.
Accept all the dependencies (if applicable).

You can complete the installation. Once installation is complete, you will find in the Applications menu GUVCView> Sound & Video.

guvcview

guvcview

Figure 1

Basic usage of GUVCView is simple. Upon opening you will see two different windows. Figure 1 shows me the reference to the two different windows by GUVCView used. The left window is the preview window, that a real-time viewer, how to record your video (or take your picture) is shown. The right pane is where the video control and set options for recording.

If you want to realize your camera is not automatically detected, you are on the jump video & Files “and then see if your device from the Device tab is listed. If it is, but is not selected, go ahead and select it . If it is not listed, the camera can not support (or the driver must be installed). Normally speaking, if your camera is supported in cheese, it will be supported in GUVCView.

In the same tab you can set some options for your video recording. A very important option is the resolution. Remember, the higher the resolution, the better the quality but the larger the file size.

Do the same for audio in the Audio tab. You may need a different input device (depending on the camera you have) select.

Once you have all of your options you set up ready to record. To just make sure you under the camera lens and hit the cap. Video button in the control window. Once you are on the cap. Video button, you will be recording. If you are on the cap. Video button will change it to video-stop. To stop recording, click Stop Video button th and the file is saved automatically.

Final thoughts

This is especially true if the video is recording, you will be used for anything other than say, Skype chatting. GUVCView in my view, is a much better way to record video as cheese.

3 linux designation java speed of name queries manual

January 13th, 2011 No comments
linux tutorial
by funadium

3 linux designation java speed of name queries manual

The ultimate Android phones have been phones which work upon a Linux Kernal mobile handling System. It was grown by Android Inc, as well as after purchased by Google. This complement enables developers to write managed codes in a java denunciation as well as carry out a device with Google grown Java libraries.

The Android Phones are a phones of a destiny since they mix a idealisation advances in mobile phones, video, cameras, PC’s as well as Navigation systems with mixed applications. The Phase growth of a Android Phones proposed with a initial indication which had bugs as well as bad documentation, this was initial introduced with a Sake Game-Android Development Phone. Next came a Android SDK it had a debugger, libraries, documentation, as well as tutorials. The last droid was a Android OS-Donut which combined supports similar to voice search, labelled applications as well as Gmail solidify fixes.

The Android OS system is critical in this ultimate complement since it allows third celebration developers to emanate their own shade widgets. This allows for some-more applications as well as some-more opportunities for a manufacturer. The ultimate Android Phones have been being done by Google, Motorola, as well as HTC, LG, Dell as well as others violation in to a Smartphone market. The record which it promises is belligerent breaking. The Android complement acts similar to a robot, a user tells it what to do as well as it does it with ostensible lightening speed.

The ultimate Android Phones have been fundamentally bringing a desktop to a mobile phones. It allows for emailing, present messaging, as well as web browsing all during a same time. It can run applications in a credentials whilst a user goes to a amicable network site. It additionally allows a user to attend to song as well as write an email during a same time, whilst articulate upon a phone. The possibilities have been endless; a Android complement allows multiform applications to run during a same time, only as a mechanism with windows does.

There have been thousand of applications available for a Android phones as well as some-more have been apropos accessible everyday. With a apps as well as a capability to multitask though carrying to close down a single action to do an additional is a ultimate age of a mobile phones interjection to Goggles Android system. The ultimate Android 2.0 is a ultimate in a line of Android systems to strike a market. The capabilities as well as promises have been entrance loyal unequivocally fast as 2.0.1 stands ready for release.

Many people suffer regulating a Android Phones already as well as sales have been phenomenal. Everyone wants a complement which acts similar to a Personal Computer though is unequivocally a phone with all of a capabilities. The record has only started as well as there is some-more to come.

 

http://reviews-mann.blogspot.com/2010/02/final-fantasy-xiii-preview.html

http://www.google.com/profiles/mannzunty

http://twitter.com/lizareckon

PS3 Linux Download – Software Download And Installation Guide

February 20th, 2008 No comments
linux tips
by Calixto el octavo satélite de Júpìter

PS3 Linux Download – Software Download And Installation Guide

If you’re perplexing to find the many elementary PS3 Linux Download which we can operate to implement Linux as well as spin your PS3 in to your own mechanism afterwards this essay is only for you.  I’m starting to go over the couple of tips as well as give we the letter of reference upon which module we feel creates it the many elementary for you, as well as it’s the many renouned the single right right away for everyone who wants to renovate their PS3 in to the Linux computer.  Let’s get started

How to Install Linux On Your PS3

You can do this unequivocally simply by installing the square of module which we can get online.  Once we put the module in to your PS3 afterwards all we need to do is follow the upon shade menu as well as designation sorceress which installs it only similar to any alternative mechanism software.  The stairs you’re starting to have to take are:

1. Visit the site as well as download the software
2. Transfer the module to the hoop or CD
3. Put the CD in to your PS3 as well as follow the wizard

How to Get The Software That Installs Linux On Your PS3

There have been the lot of PS3 Linux download pages which do this for we though we have to advise you: there is the lot of “bad” ones online.  Tons do not even work, as well as others only put bad viruses upon your mechanism as well as have been unequivocally malicious.  If we wish to equivocate these distressing things afterwards we should unequivocally have certain which the association or developer we select has great reviews as well as has the creditable customer bottom of people with testimonials, etc.  If we do not afterwards we run the outrageous risk of messing up your mechanism very, unequivocally badly.

The #1 Software we Recommend

If we wish to jump over which inapplicable designation upon top of afterwards we suggest PS3 Magic.  It’s the many creditable as well as it’s the the single we feel is really, unequivocally simple.  You only put in your CD as well as follow the wizard… That’s it.  It’s really, unequivocally easy to operate as well as we consider you’ll adore it.

Why do not we take the demeanour during this module program? Visit: PS3 Magic

Check out their download page as well as we can get proposed in the couple of minuets.  By an hour or dual from right away we can have Linux commissioned upon your PS3.  So get proposed as well as we goal this helps the lot!  Have fun :)

So, do we wish to begin installting linux upon to your Playstation 3? Today? Right now? Visit: Linux PS3 Download