Archive for the ‘Linux guide’ Category

04.2
12

Cupt 2.5.0

by admin ·

The new stable version Cupt – semi-formal high-level package manager in Debian and distributions derived from it.

Since the last news of version 2.2.0 the following major changes have occurred:

A command-line shell:

  • The new team of iii (“install if installed”), a similar command install, but ignores the uninstalled packages.
  • New filter used in repositories on the fly;
  • New option - show-not-preferred to show the package, the version which is not optimal when the proposed action. Enabled by default for Renovationist commands (*-upgrade);
  • (more…)

10.9
11

Oracle is working on DTrace for Linux

by admin ·

Oracle has given a preview of the next generation of its Linux kernel.

Among other things, the “Unbreakable Enterprise Kernel 2″, a port of DTrace included.

Oracle remains committed to both Solaris and Linux , like Edward Screven, Oracle’s chief architect, at the Oracle OpenWorld 2011 in San Francisco announced. In his presentation, Screven gave an outlook for the next version of Oracle Enterprise Linux. The basis of “Unbreakable Linux 2″ is the source code for Red Hat Enterprise Linux, which was adapted from Oracle and expanded in some areas. Among other things, Oracle claims to have increased the speed considerably in some areas.

Oracle indicates the customer only recommended and not even his own Linux compatibility testing of its software with other Linux distributions to perform more.

According to information from Oracle, the Linux kernel has undergone numerous additional automated tests. The kernel is in some points that were not specified in detail, up to 75% faster than that of Red Hat. A new version of this kernel is not now in public beta test.
(more…)

11.1
10

Network configuration and basic software installation

by admin ·

After completing the installation of Ubuntu Server and you start the operating system, now we’re ready to dip into the configuration of the server. The first steps are setting the parameters of the network and install a text browser, to navigate between web pages and download the source blockquote of applications that install.

It should be noted that, by default, Ubuntu does not install the GUI Server and all transactions are processed through the terminal or console. Two commands that may be useful in this mode halt it takes to turn it off and reboot it takes to restart. Both should be used by preceding the command sudo that allows you to run commands that require the authorization of the administrator (root) and your password: To turn off, for example, the server will run the command sudo halt and enter the password of ‘ root account (usually the one you use to login). To work with this type of commands every time without having to precede them with sudo you can run the command sudo su .

(more…)

11.1
10

Installing Ubuntu Server

by admin ·

We enter into the heart of driving, seeing how to install download the official ISO image of Ubuntu Server and how to install it to have one of the best solutions in server environments currently available.

From the page of the Ubuntu site, you can choose which version to download: in our case we will use Ubuntu Server 9.10, the latest version at the time of writing the guide. Menu, select a mirror from which to download the ISO image (choose one) and, by clicking on Alternative download options, choose whether to download a version of Ubuntu Server is optimized for the architecture of your server: 32 or 64 bits. Once this choice, we are ready to begin the download with the button.

After downloading, you can verify that the download does not possess defects through a control with MD5SUM, which provides a detailed guide on the official wiki of Ubuntu. So let’s burn the ISO image to a CD or DVD, and we start the machine by selecting it as a boot device.

The first screen you will have before it will be very familiar to anyone who has installed at least once any version of Ubuntu. After selecting the language, you can choose from several options: to proceed with the installation, select Install Ubuntu Server, and wait until the next screen.


Figure 1: The initial screen to install Ubuntu Server

install Ubuntu Server


Now begin a series of dialog boxes that allow you to configure many of the details of the operating system we’re going to install: you start with the selection of system language and keyboard layout, after which it will detect the hardware configuration of the machine, a selection will be packages from the installation CD, will start the automatic network configuration, and will continue to set the system operator chooses the host name, the name that will have the machine in the network.

Later, you launched the tool for managing partitions: you can choose to use the automatic partitioning, which will use the entire disk for the installation, or manually manage the disk and choose the size to be dedicated to each partition. If the machine will be installed only Ubuntu Server, we recommend choosing the option Guided – use entire disk without setting the LVM ( logical volume manager ), which will only be used to select the disc. In any case, when you are finished partitioning, you will see a summary window, which will check all the settings for the disk: if everything is configured the best, we choose to write changes to disk moving with the arrow keys on Yes and press Enter.

Figure 2: Confirmation of the disk partitioning

disk partitioning

The write operation on the hard drive will take a few minutes, and once completed will start installing the base system. When will install all the major components will be asked to choose a name for your username and password, with the ability to encrypt your home directory. It will then configure the apt-get and automatic updates.

Following will be offered a range of applications to install, typical of server environments: those selected will be installed automatically, even if we will see later in the guide how to manually install many of the proposed instruments, so you can leave all fields blank. The only aspects of that list will not be processed are Samba, and Tomcat Virtual Machine, so if you need these components can be useful to select the automatic installation.

After selecting which components to install will start the installation of other software needed for operation of the operating system, including those selected by us just before. At the end of this operation will be carried out before the packages used for installation, will automatically configure some system parameters, and you will see a new window that will confirm the end of the installation of Ubuntu Server. We choose to continue, and we await the restart. Once the operating system, we are ready to use Ubuntu Server to create our own server.

11.1
10

Linux Over view

by admin ·

Have you ever wondered how the Web sites you visit to be always available to offer the services you provide at any time of day? The answer is very simple, and known to most people, each site is in fact hosted on a server, a machine constantly plugged in and on which you install an operating system and a set of applications and tools that can provide users that are linked to worldwide information and services. A server is nothing more than a regular computer, sometimes with hardware configurations specifically designed for this purpose, connected to the Internet: for that reason, you can create in a not particularly complex own home server, or buy one from a farm, companies that host the physical servers, and install what is necessary for its operation.
(more…)