Free software PDF Print E-mail
Friday, 09 October 2009 14:04

Free software is a matter of liberty, not price. To understand the concept, you should think of free as in free speech, not as in free beer.

 
ns2.arcluster.eu PDF Print E-mail
Written by Administrator   
Monday, 19 October 2009 13:12

Ns2 server will be probably a virtual machine running Debian or Scientific Linux.

 
Rerouting PDF Print E-mail
Written by Administrator   
Friday, 16 October 2009 08:36

Write a new domain name arcluster.eu and created Total DNS in my registrar. With this records I can point my public IP to my server. Pointed ns1.arcluster.eu to my server and tried to run my own name servers. This is the ns1.arcluster.eu.

 
Convert .rpm to .deb and isntall gpt PDF Print E-mail
Written by Administrator   
Wednesday, 14 October 2009 07:59

arc1:~# alien -k gpt-3.2-5ng.i386.rpm
Warning: Skipping conversion of scripts in package gpt: preinst
Warning: Use the --scripts parameter to include the scripts.
gpt_3.2-5ng_i386.deb generated
arc1:~# dpkg -i gpt
gpt_3.2-5ng_i386.deb  gpt-3.2-5ng.i386.rpm
arc1:~# dpkg -i gpt_3.2-5ng_i386.deb
Selecting previously deselected package gpt.
(Reading database ... 120825 files and directories currently installed.)
Unpacking gpt (from gpt_3.2-5ng_i386.deb) ...
Setting up gpt (3.2-5ng) ...
arc1:~#

 
Download GPT PDF Print E-mail
Written by Administrator   
Wednesday, 14 October 2009 07:54


arc1:~# wget -c http://download.nordugrid.org/software/gpt/releases/latest/ubuntu/7.04/i386/gpt-3.2-5ng.i386.rpm
--2009-10-14 12:10:03--  http://download.nordugrid.org/software/gpt/releases/latest/ubuntu/7.04/i386/gpt-3.2-5ng.i386.rpm
Resolving download.nordugrid.org... 130.225.212.89
Connecting to download.nordugrid.org|130.225.212.89|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 644117 (629K) [application/x-rpm]
Saving to: `gpt-3.2-5ng.i386.rpm'

100%[====================================================>] 644,117     30.9K/s   in 31s

2009-10-14 12:10:36 (20.0 KB/s) - `gpt-3.2-5ng.i386.rpm' saved [644117/644117]

arc1:~#

 
Install alien PDF Print E-mail
Written by Administrator   
Wednesday, 14 October 2009 07:27

arc1:~# apt-get install alien
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following extra packages will be installed:
libbeecrypt6 librpm4.4 rpm
Suggested packages:
lsb-rpm
The following NEW packages will be installed:
alien libbeecrypt6 librpm4.4 rpm
0 upgraded, 4 newly installed, 0 to remove and 9 not upgraded.
Need to get 0B/2249kB of archives.
After this operation, 6509kB of additional disk space will be used.
Do you want to continue [Y/n]? y
Selecting previously deselected package libbeecrypt6.
(Reading database ... 120563 files and directories currently installed.)
Unpacking libbeecrypt6 (from .../libbeecrypt6_4.1.2-7_i386.deb) ...
Selecting previously deselected package librpm4.4.
Unpacking librpm4.4 (from .../librpm4.4_4.4.2.3-1_i386.deb) ...
Selecting previously deselected package rpm.
Unpacking rpm (from .../r/rpm/rpm_4.4.2.3-1_i386.deb) ...
Selecting previously deselected package alien.
Unpacking alien (from .../a/alien/alien_8.72_all.deb) ...
Processing triggers for man-db ...
Setting up libbeecrypt6 (4.1.2-7) ...
Setting up librpm4.4 (4.4.2.3-1) ...
Setting up rpm (4.4.2.3-1) ...
Setting up alien (8.72) ...
arc1:~#

 
Dealing with reverse dns PDF Print E-mail
Written by Administrator   
Monday, 12 October 2009 15:30

...?

 
Create a Subdomain PDF Print E-mail
Written by Administrator   
Monday, 12 October 2009 12:50

Create a subdomain in godaddy.

 

1_godaddy.jpg

Choose agapiou.net which is the domain that I add a subdomain.

Read more...
 
Give static IP instead of using dhcp protocol PDF Print E-mail
Written by Administrator   
Monday, 12 October 2009 09:11

Give a static IP 192.168.10.91 to the server so I know that I have the IP address do not change every time I need to restart or reset my router. The server will require the same address.

 

Connect to the server using webmin.

 

file_manager.jpg

Choose File manager and backup the old configuration so I can edit the new one.

Read more...
 
Port Forwarding PDF Print E-mail
Written by Administrator   
Monday, 12 October 2009 09:54

Enable port forwarding because my server is behing router with the firewall enabled. So I need to open some ports to have access throught internet. The ports that I opened is for ssh and vnc.

 

1_router.jpg

Click on linux_24n5.

Read more...
 
Using VNC PDF Print E-mail
Written by Administrator   
Sunday, 11 October 2009 15:12

VNC is a graphical Desktop sharing system that allows to the users to have access remotely to another computer.

 

get_vnc.jpg

Download and install vnc4server in my server.

 

Read more...
 
Install VirtualBox PDF Print E-mail
Written by Administrator   
Sunday, 11 October 2009 06:45

VirtualBox is an x86 virtualization software package. Throught VB I will create a virtual machive that it will run NorduGrid middlewar. Using the Ethernet bridging i will combine an ethernet interface with my  virtual interface and bridging them together under a single IP address. From now on I can have access to my machine throught internet by looking for it using it's public IP address.

 

search_virtualbox.png

Search in Synaptic Power Manager for VirtualBox.

Read more...
 
Install Debian lenny 5.03 for i386 PDF Print E-mail
Written by Administrator   
Friday, 09 October 2009 14:10

1.jpg

Prefer a graphical installer to have screenshots ;)

 

Read more...
 
Install Webmin PDF Print E-mail
Written by Administrator   
Sunday, 11 October 2009 04:55

Webmin is a web-based interface for system administration for Unix. It gives the ability to connect remotely to the other party using your browsing throught secure channel. (uses protocol https).

 

download_webmin.png

Download Webmin using wget.

Read more...
 
Install ssh PDF Print E-mail
Written by Administrator   
Saturday, 10 October 2009 11:45

install ssh.png

Using apt i downloaded and installed openssh-server. This programs allow me to have access to the server using secure channel.

 

Read more...