LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Debian
User Name
Password
Debian This forum is for the discussion of Debian Linux.

Notices


Reply
  Search this Thread
Old 09-04-2012, 10:42 PM   #1
Ztcoracat
LQ Guru
 
Registered: Dec 2011
Distribution: Slackware, MX 18
Posts: 9,484
Blog Entries: 15

Rep: Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176
Debian And Its Packages


Hi:

I installed Debian 6.0.5 about 3 weeks ago and the system runs fine but there are a few things that seems odd to me.

When viewing my G-mail it is only in the text form and I am unable to see my G-mail background wallpaper(Ninja's).

Could Icewesel be missing a plug in?

When I installed Debian I only used the first ISO file and burned the 4 GB to the cd/dvd-
I do not know how big (GB's) Debian should be.
I'm asking how big Debian should be because after installing:
Code:
rkhunter
The terminal told me that it only found 130 packages out of 160. ( this is what has me wondering if pkg's are missing)

Is Debian missing packages? If so; is there a way for me to tell if packages are missing and what are they specifically?

Thanks in advance
 
Old 09-04-2012, 10:51 PM   #2
evo2
LQ Guru
 
Registered: Jan 2009
Location: Japan
Distribution: Mostly Debian and CentOS
Posts: 6,724

Rep: Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705
Hi,

please post the output of rkhunter (and the exact command you used to run it).

Evo2.
 
Old 09-04-2012, 11:28 PM   #3
EDDY1
LQ Addict
 
Registered: Mar 2010
Location: Oakland,Ca
Distribution: wins7, Debian wheezy
Posts: 6,841

Rep: Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649
You have to enable non free repos by adding nonfree contrib in/etc/apt/sources.list
You have to install flashplugin.
Quote:
aptitude install flashplugin-nonfree
http://wiki.debian.org/SourcesList
 
1 members found this post helpful.
Old 09-04-2012, 11:54 PM   #4
evo2
LQ Guru
 
Registered: Jan 2009
Location: Japan
Distribution: Mostly Debian and CentOS
Posts: 6,724

Rep: Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705
Hi,
Quote:
Originally Posted by EDDY1 View Post
You have to enable non free repos by adding nonfree contrib in/etc/apt/sources.list
You have to install flashplugin.

http://wiki.debian.org/SourcesList
You can do this, but you do not have to.

Regardless, this post is off topic, the OP is trying to understand the output of rkhunter.

Evo2.
 
Old 09-05-2012, 12:29 AM   #5
craigevil
Senior Member
 
Registered: Apr 2005
Location: OZ
Distribution: Debian Sid/RPIOS
Posts: 4,884
Blog Entries: 28

Rep: Reputation: 533Reputation: 533Reputation: 533Reputation: 533Reputation: 533Reputation: 533
Cool

Quote:
Originally Posted by evo2 View Post
Hi,


You can do this, but you do not have to.

Regardless, this post is off topic, the OP is trying to understand the output of rkhunter.

Evo2.
Re-read the OP, the first part of the post is about Gmail not working properly.

The second part is about rkhunter.

Use:
Code:
rkhunter --check
The output should end with something similar to:
Quote:
System checks summary
=====================

File properties checks...
Files checked: 140
Suspect files: 8

Rootkit checks...
Rootkits checked : 285
Possible rootkits: 0

Applications checks...
All checks skipped

The system checks took: 1 minute and 59 seconds

All results have been written to the log file (/var/log/rkhunter.log)

One or more warnings have been found while checking the system.
Please check the log file (/var/log/rkhunter.log)
 
1 members found this post helpful.
Old 09-05-2012, 12:34 AM   #6
evo2
LQ Guru
 
Registered: Jan 2009
Location: Japan
Distribution: Mostly Debian and CentOS
Posts: 6,724

Rep: Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705
Hi,
Quote:
Originally Posted by craigevil View Post
Re-read the OP, the first part of the post is about Gmail not working properly.
Opps, missed that. Sorry EDDY1.
Does the gmail web interface use flash?

Evo2.
 
Old 09-05-2012, 12:51 AM   #7
EDDY1
LQ Addict
 
Registered: Mar 2010
Location: Oakland,Ca
Distribution: wins7, Debian wheezy
Posts: 6,841

Rep: Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649
No problem evo2
 
Old 09-05-2012, 06:54 PM   #8
Ztcoracat
LQ Guru
 
Registered: Dec 2011
Distribution: Slackware, MX 18
Posts: 9,484

Original Poster
Blog Entries: 15

Rep: Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176
When I first installed "rkhunter"I used Synaptic Package Mgr. I closed Synaptic and
I executed the following:
Code:
dpkg -reconfigure rkhunter
I was asked a series of questions that I answered 'yes' to. Than I executed:
Code:
rkhunter --propupd
The terminal produced this output:


Code:
 Originally Posted by Ztcoracat  View Post
root@mock:/home/ztcoracat# rkhunter --propupd
[ Rootkit Hunter version 1.3.6 ]
File updated: searched for 162 files, found 130
root@mock:/home/ztcoracat#
[/CODE]

I have not ran:
<# rkhunter -c> as of yet since I installed this application a few days ago.

What should I proceed with?
 
Old 09-05-2012, 07:13 PM   #9
evo2
LQ Guru
 
Registered: Jan 2009
Location: Japan
Distribution: Mostly Debian and CentOS
Posts: 6,724

Rep: Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705
Hi,

ok, so the message from rkhunter is about *files* not *packages*. I interpret that as rkhunter knows about 162 files that it will check, but your system only has 130 of them installed. This is not a problem. Debian offers around 30000 packages, most of which you will never want or need. Within these extra packages will be the additional 32 files that rkhunter knows about and would check.

Evo2.
 
Old 09-05-2012, 07:36 PM   #10
Ztcoracat
LQ Guru
 
Registered: Dec 2011
Distribution: Slackware, MX 18
Posts: 9,484

Original Poster
Blog Entries: 15

Rep: Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176
Quote:
Originally Posted by evo2 View Post
Hi,

ok, so the message from rkhunter is about *files* not *packages*. I interpret that as rkhunter knows about 162 files that it will check, but your system only has 130 of them installed. This is not a problem. Debian offers around 30000 packages, most of which you will never want or need. Within these extra packages will be the additional 32 files that rkhunter knows about and would check.

Evo2.
Thank You; Evo-

You provided me with clear confirmation so now this is no cause for me to be alarmed.

Correct me if I am wrong but after the install of this application the terminal said:
Code:
rkhunter databases will be updated automatically by a weekly cron job
So; there is no reason for me to execute or run anything; right?
 
Old 09-05-2012, 07:45 PM   #11
Ztcoracat
LQ Guru
 
Registered: Dec 2011
Distribution: Slackware, MX 18
Posts: 9,484

Original Poster
Blog Entries: 15

Rep: Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176
Quote:
Originally Posted by EDDY1 View Post
You have to enable non free repos by adding nonfree contrib in/etc/apt/sources.list
You have to install flashplugin.

http://wiki.debian.org/SourcesList

Code:
ztcoracat@mock:~$ su
Password: 
root@mock:/home/ztcoracat# aptitude install flashplugin-nonfree 
The following NEW packages will be installed:
  flashplugin-nonfree 
0 packages upgraded, 1 newly installed, 0 to remove and 1 not upgraded.
Need to get 0 B/17.9 kB of archives. After unpacking 135 kB will be used.
Media Change: Please insert the disc labeled 'Debian GNU/Linux 6.0.5 _Squeeze_ - Official amd64 DVD Binary-1 20120512-14:34' in the drive '/media/cdrom/' and press [Enter].

Selecting previously deselected package flashplugin-nonfree.
(Reading database ... 120908 files and directories currently installed.)
Unpacking flashplugin-nonfree (from .../flashplugin-nonfree_2.8.2_amd64.deb) ...
Processing triggers for man-db ...
Setting up flashplugin-nonfree (1:2.8.2) ...
--2012-09-05 20:44:12--  http://fpdownload.macromedia.com/get/flashplayer/pdc/11.2.202.238/install_flash_player_11_linux.x86_64.tar.gz
Resolving fpdownload.macromedia.com... 184.84.66.70
Connecting to fpdownload.macromedia.com|184.84.66.70|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 7225304 (6.9M) [application/x-gzip]
Saving to: “./install_flash_player_11_linux.x86_64.tar.gz”

     0K .......... .......... .......... .......... ..........  0% 78.7K 89s
    50K .......... .......... .......... .......... ..........  1% 81.5K 87s
   100K .......... .......... .......... .......... ..........  2% 68.1K 91s
   150K .......... .......... .......... .......... ..........  2% 57.8K 98s
   200K .......... .......... .......... .......... ..........  3%  142K 87s
   250K .......... .......... .......... .......... ..........  4%  101K 83s
   300K .......... .......... .......... .......... ..........  4%  155K 77s
   350K .......... .......... .......... .......... ..........  5% 95.4K 76s
   400K .......... .......... .......... .......... ..........  6%  145K 72s
   450K .......... .......... .......... .......... ..........  7%  142K 69s
   500K .......... .......... .......... .......... ..........  7%  139K 66s
   550K .......... .......... .......... .......... ..........  8%  185K 63s
   600K .......... .......... .......... .......... ..........  9%  138K 61s
   650K .......... .......... .......... .......... ..........  9% 85.0K 62s
   700K .......... .......... .......... .......... .......... 10% 51.1K 66s
   750K .......... .......... .......... .......... .......... 11%  113K 64s
   800K .......... .......... .......... .......... .......... 12%  122K 63s
   850K .......... .......... .......... .......... .......... 12%  103K 63s
   900K .......... .......... .......... .......... .......... 13% 59.7K 64s
   950K .......... .......... .......... .......... .......... 14%  103K 63s
  1000K .......... .......... .......... .......... .......... 14% 98.2K 63s
  1050K .......... .......... .......... .......... .......... 15% 89.2K 62s
  1100K .......... .......... .......... .......... .......... 16% 40.8K 65s
  1150K .......... .......... .......... .......... .......... 17% 89.0K 65s
  1200K .......... .......... .......... .......... .......... 17%  103K 64s
  1250K .......... .......... .......... .......... .......... 18%  146K 63s
  1300K .......... .......... .......... .......... .......... 19%  175K 61s
  1350K .......... .......... .......... .......... .......... 19%  171K 59s
  1400K .......... .......... .......... .......... .......... 20%  134K 58s
  1450K .......... .......... .......... .......... .......... 21% 86.9K 58s
  1500K .......... .......... .......... .......... .......... 21% 63.6K 58s
  1550K .......... .......... .......... .......... .......... 22% 80.5K 58s
  1600K .......... .......... .......... .......... .......... 23% 87.3K 58s
  1650K .......... .......... .......... .......... .......... 24% 95.9K 57s
  1700K .......... .......... .......... .......... .......... 24% 92.4K 57s
  1750K .......... .......... .......... .......... .......... 25%  105K 56s
  1800K .......... .......... .......... .......... .......... 26%  101K 55s
  1850K .......... .......... .......... .......... .......... 26%  135K 54s
  1900K .......... .......... .......... .......... .......... 27% 96.6K 54s
  1950K .......... .......... .......... .......... .......... 28%  135K 53s
  2000K .......... .......... .......... .......... .......... 29%  114K 52s
  2050K .......... .......... .......... .......... .......... 29%  146K 51s
  2100K .......... .......... .......... .......... .......... 30%  153K 50s
  2150K .......... .......... .......... .......... .......... 31%  152K 49s
  2200K .......... .......... .......... .......... .......... 31%  144K 49s
  2250K .......... .......... .......... .......... .......... 32%  172K 48s
  2300K .......... .......... .......... .......... .......... 33%  173K 47s
  2350K .......... .......... .......... .......... .......... 34%  163K 46s
  2400K .......... .......... .......... .......... .......... 34%  190K 45s
  2450K .......... .......... .......... .......... .......... 35%  227K 44s
  2500K .......... .......... .......... .......... .......... 36%  169K 43s
  2550K .......... .......... .......... .......... .......... 36%  198K 42s
  2600K .......... .......... .......... .......... .......... 37%  139K 42s
  2650K .......... .......... .......... .......... .......... 38%  145K 41s
  2700K .......... .......... .......... .......... .......... 38%  262K 40s
  2750K .......... .......... .......... .......... .......... 39%  290K 39s
  2800K .......... .......... .......... .......... .......... 40%  341K 38s
  2850K .......... .......... .......... .......... .......... 41%  223K 37s
  2900K .......... .......... .......... .......... .......... 41%  116K 37s
  2950K .......... .......... .......... .......... .......... 42%  139K 36s
  3000K .......... .......... .......... .......... .......... 43%  118K 36s
  3050K .......... .......... .......... .......... .......... 43%  114K 35s
  3100K .......... .......... .......... .......... .......... 44%  223K 35s
  3150K .......... .......... .......... .......... .......... 45%  252K 34s
  3200K .......... .......... .......... .......... .......... 46%  181K 33s
  3250K .......... .......... .......... .......... .......... 46%  331K 33s
  3300K .......... .......... .......... .......... .......... 47%  289K 32s
  3350K .......... .......... .......... .......... .......... 48%  431K 31s
  3400K .......... .......... .......... .......... .......... 48%  209K 30s
  3450K .......... .......... .......... .......... .......... 49%  135K 30s
  3500K .......... .......... .......... .......... .......... 50%  134K 29s
  3550K .......... .......... .......... .......... .......... 51%  178K 29s
  3600K .......... .......... .......... .......... .......... 51%  145K 28s
  3650K .......... .......... .......... .......... .......... 52% 75.4K 28s
  3700K .......... .......... .......... .......... .......... 53% 1.38M 27s
  3750K .......... .......... .......... .......... .......... 53%  217K 27s
  3800K .......... .......... .......... .......... .......... 54%  218K 26s
  3850K .......... .......... .......... .......... .......... 55%  207K 26s
  3900K .......... .......... .......... .......... .......... 55%  184K 25s
  3950K .......... .......... .......... .......... .......... 56%  203K 25s
  4000K .......... .......... .......... .......... .......... 57%  202K 24s
  4050K .......... .......... .......... .......... .......... 58%  159K 24s
  4100K .......... .......... .......... .......... .......... 58%  203K 23s
  4150K .......... .......... .......... .......... .......... 59%  182K 23s
  4200K .......... .......... .......... .......... .......... 60%  211K 22s
  4250K .......... .......... .......... .......... .......... 60%  151K 22s
  4300K .......... .......... .......... .......... .......... 61%  190K 21s
  4350K .......... .......... .......... .......... .......... 62% 92.8K 21s
  4400K .......... .......... .......... .......... .......... 63%  648K 20s
  4450K .......... .......... .......... .......... .......... 63%  143K 20s
  4500K .......... .......... .......... .......... .......... 64%  162K 20s
  4550K .......... .......... .......... .......... .......... 65%  135K 19s
  4600K .......... .......... .......... .......... .......... 65%  142K 19s
  4650K .......... .......... .......... .......... .......... 66%  164K 18s
  4700K .......... .......... .......... .......... .......... 67%  245K 18s
  4750K .......... .......... .......... .......... .......... 68%  266K 17s
  4800K .......... .......... .......... .......... .......... 68%  142K 17s
  4850K .......... .......... .......... .......... .......... 69%  201K 17s
  4900K .......... .......... .......... .......... .......... 70%  132K 16s
  4950K .......... .......... .......... .......... .......... 70%  176K 16s
  5000K .......... .......... .......... .......... .......... 71%  152K 15s
  5050K .......... .......... .......... .......... .......... 72%  158K 15s
  5100K .......... .......... .......... .......... .......... 72%  138K 15s
  5150K .......... .......... .......... .......... .......... 73%  184K 14s
  5200K .......... .......... .......... .......... .......... 74%  158K 14s
  5250K .......... .......... .......... .......... .......... 75%  151K 13s
  5300K .......... .......... .......... .......... .......... 75%  171K 13s
  5350K .......... .......... .......... .......... .......... 76%  210K 12s
  5400K .......... .......... .......... .......... .......... 77%  171K 12s
  5450K .......... .......... .......... .......... .......... 77%  177K 12s
  5500K .......... .......... .......... .......... .......... 78%  150K 11s
  5550K .......... .......... .......... .......... .......... 79%  201K 11s
  5600K .......... .......... .......... .......... .......... 80%  134K 11s
  5650K .......... .......... .......... .......... .......... 80%  226K 10s
  5700K .......... .......... .......... .......... .......... 81%  166K 10s
  5750K .......... .......... .......... .......... .......... 82%  179K 9s
  5800K .......... .......... .......... .......... .......... 82%  302K 9s
  5850K .......... .......... .......... .......... .......... 83%  224K 9s
  5900K .......... .......... .......... .......... .......... 84%  244K 8s
  5950K .......... .......... .......... .......... .......... 85%  205K 8s
  6000K .......... .......... .......... .......... .......... 85%  251K 7s
  6050K .......... .......... .......... .......... .......... 86%  203K 7s
  6100K .......... .......... .......... .......... .......... 87%  205K 7s
  6150K .......... .......... .......... .......... .......... 87%  109K 6s
  6200K .......... .......... .......... .......... .......... 88%  319K 6s
  6250K .......... .......... .......... .......... .......... 89%  156K 5s
  6300K .......... .......... .......... .......... .......... 89%  160K 5s
  6350K .......... .......... .......... .......... .......... 90%  216K 5s
  6400K .......... .......... .......... .......... .......... 91%  157K 4s
  6450K .......... .......... .......... .......... .......... 92%  184K 4s
  6500K .......... .......... .......... .......... .......... 92%  174K 4s
  6550K .......... .......... .......... .......... .......... 93%  208K 3s
  6600K .......... .......... .......... .......... .......... 94%  154K 3s
  6650K .......... .......... .......... .......... .......... 94%  414K 3s
  6700K .......... .......... .......... .......... .......... 95%  347K 2s
  6750K .......... .......... .......... .......... .......... 96%  353K 2s
  6800K .......... .......... .......... .......... .......... 97%  383K 1s
  6850K .......... .......... .......... .......... .......... 97%  438K 1s
  6900K .......... .......... .......... .......... .......... 98%  371K 1s
  6950K .......... .......... .......... .......... .......... 99%  371K 0s
  7000K .......... .......... .......... .......... .......... 99%  370K 0s
  7050K .....                                                 100%  472K=49s

2012-09-05 20:45:01 (145 KB/s) - “./install_flash_player_11_linux.x86_64.tar.gz” saved [7225304/7225304]

[ Rootkit Hunter version 1.3.6 ]
File updated: searched for 162 files, found 130
Did exactly like you told me to. Thanks
 
Old 09-05-2012, 08:02 PM   #12
evo2
LQ Guru
 
Registered: Jan 2009
Location: Japan
Distribution: Mostly Debian and CentOS
Posts: 6,724

Rep: Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705
Hi,

Quote:
Originally Posted by Ztcoracat View Post
You provided me with clear confirmation so now this is no cause for me to be alarmed.
Great.

Quote:
Correct me if I am wrong but after the install of this application the terminal said:
Code:
rkhunter databases will be updated automatically by a weekly cron job
So; there is no reason for me to execute or run anything; right?
Correct.

Cheers,

Evo2.
 
Old 09-05-2012, 08:19 PM   #13
craigevil
Senior Member
 
Registered: Apr 2005
Location: OZ
Distribution: Debian Sid/RPIOS
Posts: 4,884
Blog Entries: 28

Rep: Reputation: 533Reputation: 533Reputation: 533Reputation: 533Reputation: 533Reputation: 533
yep files, most likely from packages that are not installed. Nothing to be concerned about.

Code:
# rkhunter --propupd
[ Rootkit Hunter version 1.4.0 ]
File updated: searched for 169 files, found 140, missing hashes 7
I wouldn't even worry about running rkhunter, as it runs as a cronjob.

You can check the logs if you are one to worry.

as root open /var/log/rkhunter.log in any text edit or you can do
cat /var/log/rkhunter.log to look at it in a terminal

eight years of running Debian and none of the anti-malware tools like rkhunter have ever found anything.
 
Old 09-05-2012, 08:41 PM   #14
unSpawn
Moderator
 
Registered: May 2001
Posts: 29,415
Blog Entries: 55

Rep: Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600
Quote:
Originally Posted by craigevil View Post
eight years of running Debian and none of the anti-malware tools like rkhunter have ever found anything.
Good for you. However, and with all due respect, such an observation is only meaningful in the context of your system(s). It is no measure for the amount of (ab)use inflicted slash seen on the 'net and people should not mistake such observations for security best practices to follow.
 
Old 09-05-2012, 09:32 PM   #15
Ztcoracat
LQ Guru
 
Registered: Dec 2011
Distribution: Slackware, MX 18
Posts: 9,484

Original Poster
Blog Entries: 15

Rep: Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176
Craigevil:
Got it; I can look in on that log by use of the terminal:
<cat /var/log/rkhunter.log......Thanks

unSpawn:
I hear you lound and clear concerning observation-

About that :
Code:
aptitude install flashplugin-nonfree
I executed the command as Eddy1 advised me to. For some reason I still don't have my wallpaper in my G-mail-
After I opened the terminal and executed:
Code:
apt-get update
So I than executed:
Code:
apt-get upgrade
I saw that all packages were updated by the terminal said:"Iceweasel was held back"
Is there something else that you could suggest?

Last edited by Ztcoracat; 09-05-2012 at 09:33 PM.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
debian packages icecubeflower Slackware 12 05-26-2010 04:50 PM
Debian packages siawash Debian 2 02-20-2009 10:47 AM
Getting Debian packages Tylerious Linux - Newbie 6 08-21-2005 10:41 PM
Debian packages 3p0ch Debian 1 01-04-2005 01:51 AM
Debian packages 3p0ch Linux - Software 1 01-02-2005 04:53 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Debian

All times are GMT -5. The time now is 03:24 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration