Google
 

Linux Distro Counter

Welcome to Open Source Software and Linux Blog.

Hi, everyone!. I just created this blog to share knowledge about open source software and Linux. If you all have knowledge and info related to open source / Linux, please share or send me an email. Thanks ^_^

Friday, August 10, 2007

How to: Install Network Storage Server on CentOS 5 (Samba)

This is the step to install Samba Server on CentOS 5.

1) Open your terminal and login as root

2) type yum install samba and wait until it complete install.

3) Edit /etc/samba/smb.conf with your favorite editor like vi

4) Find workgroup = (yourgroup), server string = (your description), security = share.

5) Go to the bottom of smb.conf and remove ; to enable the purpose.
;[myshare]
; comment = Mary's and Fred's stuff
; path = /usr/somewhere/shared
; valid users = mary fred
; public = no
; writable = yes
; printable = no
; create mask = 0765

example:

[marketing_sharing_file]
comment = Saled Item
path = /home/marketing_department
; valid users = nobody
guest ok = yes
writeable = yes
; printable = no
create mask = 0777

After you edit, save and exit.

Thats all. Easy!


Wednesday, August 8, 2007

How to: Complete Install Simple Mail Server in 30 minute including webmail

This is some guide to install mail server in 30 minute. That easy!

1) List of software that you need to install.
a. Postfix for MTA
b. Dovecot for IMAP/POP3 support
c. SquirrelMail for webmail
d. Webmin for web base administrator

2) Install CentOS 5 as common
At (I suggest you tick)
Development package
Develoment lib
Development tools
Gnome Software development
Java development
Legacy software
X software Development
Server
Mail server
-postfix
-Dovecot
-SquirrelMail
-Thunderbird
Server configuration
Webserver
Base System
Base
X windows system

and follow the Centos installation step until finish.

3) Login you the CentOS 5 as root. Install webmin for easy administration soon
rpm -Uvh (your_webmin_package.rpm)

4) After that, open terminal and start this process. (postfix, dovecot, httpd)

5) After you restart the services, test you postfix. To test follow this step:
a. open terminal
type:
telnet localhost 25
EHLO localhost
MAIL FROM: (your email address eg: skymack@foodmalaysia.net)
RCPT TO: (recipient address)
DATA
(type your message here)
.
QUIT

OR

telnet foodmalays.net 25
helo foodmalaysia.net
mail from: sender@foodmalaysia.net
rcpt to: recipientname@mydomain.com
data
subject: (you email title)
to: recipientname@mydomain.com
Write the message here
.

quit

6) After testing you postfix running succesfully, open you webmin eg:
http://localhost:10000 with your browser.
Login to your webmin and go to servers --> Dovecot IMAP/POP3 Server. Select Networking & protocol --> serve mail protocol --> (press ctrl on you keyboard) and select IMAP and POP3. Save it.

7) Create user:
Open terminal. Type
useradd -m (youruser) and enter.
To give password:
passwd (youruser) and enter

8) Open your internet browser and type,
http://localhost/webmail and you will go directly to your webmail (squirrelmail). Fill in you username and password that you created before.

9) Try to send your email to you own name. If it receive the mail its consider your email server is successfully installed.

10) To setup email server and live for world, you must go to setup DNS server, change the server name and get the fix IP number. That all.

Friday, August 3, 2007

eyeOS: New open source web operating system.

Portable applications can come in handy when you are on the move, but there are situations when using them is not an option. For instance, before you connect an external hard disk or a USB stick to a public computer, you have to ask permission. More importantly, even if you get permission, you can never be sure what kind of nasty viruses and malware you will be getting on your storage device. But why bother with portable applications at all when you can have your very own Web-based operating system bundled with a few essential applications? That's the promise of eyeOS -- an impressive and surprisingly useful open source Web-based OS.

Main link:
http://www.eyeos.org/

To download:
http://www.eyeos.org/downloads

Some screen shots:
































Ghost Virtual Computer
See also ghost virtual computer. Its same like eyeOS that running on interner browser but it is not a open source product. It is free hosted services and allow people to register as free. Never worry about your data. It can be access anyway.

Main website:
http://g.ho.st/home/

Some picture from ghost virtual computer. Picture take from my ghost virtual pc account:
































How to install eyeOS?


The installation is very easy and can be done in 5 minutes...

1) Open your terminal/shell

2) Go to web root directory such as /var/www(redhat base) or /srv/www(SuSe
Linux)
eg: cd /var/www

3) Download the package from http://www.eyeos.org/downloads
eg: wget (file download address)
You can download it in tar.gz or .zip format

4) Extract and place it in your web root
eg: tar xvzf (file name)

5) Give full permission to the package.
eg: chmod 777 (extracted file name)

6) Run the install.php on your browser and follow the instructions.

Monday, July 23, 2007

World's First Integrated Open Source Smart Phone (OpenMoko)

OpenMoko is a GNU / Linux based open software development platform. Developers have full access to OpenMoko source and they can tailor their implementations to underlying hardware platforms.

The Neo 1973 boasts the following hardware specifications
  • 2.8" VGA TFT color display
  • Touchscreen, usable with stylus or fingers
  • 266MHz Samsung System on a Chip (SOC)
  • USB 1.1, switchable between Client and Host (unpowered)
  • Integrated AGPS
  • 2.5G GSM – quad band, voice, CSD, GPRS
  • Bluetooth 2.0
  • Micro SD slot
  • High Quality audio codec
Read more about OpenMoko at http://www.openmoko.com/index.html

Tuesday, July 17, 2007

How to install Automatix2 on Feisty Fawn(Ubuntu 7.04)

These is the easy step to install Automatix on Ubuntu 7.04:

1. Go to this link http://www.getautomatix.com/wiki/index.php?title=Installation










2. Select your machine architecture. For this example, I choose 2.1 Ubuntu 7.04 (Feisty i386) because my machine is i386 base architecture.

3. Click on
http://www.getautomatix.com/apt/dists/feisty/main/binary-i386/automatix2_1.1-4.11-7.04feisty_i386.deb
to download the software. See picture.









4. The package installer will pop up like picture below. Choose the default. Open with Gdebi Package Installer













5. Wait until finish. To open Automatix2, go to your desktop and click on Application --> System Tools --> Automatix

Thats all. Easy!

Friday, July 13, 2007

Antivirus, Spyware and Antispam Softwares (open source)

1. ClamWin
ClamWin is a Free Antivirus for Microsoft Windows 98/Me/2000/XP and 2003. Stay virus and Spyware free with ClamWin.
http://www.clamwin.com/

2. OpenAntiVirus
OpenAntiVirus.org is an OpenSource project - if anyone misses features or finds flaws she's welcome to contribute suggestions, criticism, and -even better- superior solutions to the project.
http://www.openantivirus.org/status.php 3.

3. ClamAv
Clam AntiVirus is an open source (GPL) anti-virus toolkit for UNIX, designed especially for e-mail scanning on mail gateways. It provides a number of utilities including a flexible and scalable multi-threaded daemon, a command line scanner and advanced tool for automatic database updates. The core of the package is an anti-virus engine available in a form of shared library.
http://www.clamav.net/

4. Vulnwatch
Vulnwatch is the first open source spyware software.
http://seclists.org/vulnwatch/2005/q2/0015.html

5.Winpooch (Anti spyware and trojan protection)
Winpooch is a Windows watchdog, free and open source. Anti spyware and anti trojan, it gives a full protection against local or external attacks by scanning the activity of programs in real time. Associated with ClamWin antivirus, Winpooch keeps safe your computer against virus.
http://winpooch.free.fr/home/index.php

6. MailScanner
A Free antivirus and Antispam filter. Over 1 million downloads.
http://www.mailscanner.info/

7. SpamBayes
The SpamBayes project is working on developing a statistical (commonly, although a little inaccurately, referred to as Bayesian) anti-spam filter, initially based on the work of Paul Graham. The major difference between this and other, similar projects is the emphasis on testing newer approaches to scoring messages. While most anti-spam projects are still working with the original graham algorithm, we found that a number of alternate methods yielded a more useful response. This is documented on the background page.

SpamBayes is not a single application. The core code is a message classifier, however there are several applications available as part of the SpamBayes project which use the classifier in specific contexts. For the most part, the current crop of applications all operate on the client side of things, however, a number of people have experimented with using SpamBayes on mail servers to classify incoming mail for multiple users. The table below outlines the main applications which are part of the SpamBayes distribution.
http://spambayes.sourceforge.net/

8. SpamPal
SpamPal sits between your email program and your mailbox, checking email as it arrives. Anything identified as spam gets tagged with a special header. Configure your email client to filter anything with this header into a separate folder, and spam is simply and efficiently whisked away. You can review the folder's contents at will or simply dump the stuff unread.
www.spampal.org


Tuesday, July 10, 2007

Top 10 open source Windows applications

1. Mozilla Firefox (Web browser)
Fast and secure internet browser
http://mozilla.org/firefox/

2. Mozilla Thunderbird (Email client)
Mozilla’s Thunderbird 2 email application is more powerful than ever. It’s now even easier to organize, secure and customize your mail.
http://mozilla.org/thunderbird/

3. Open Office (Office suite)
OpenOffice.org is a multiplatform and multilingual office suite and an open-source project. Compatible with all other major office suites, the product is free to download, use, and distribute.
http://www.openoffice.org/

4. Gaim (Instant messenger)
Chat on any service you'd like - AIM, Yahoo! Messenger, MSN, Jabber, ICQ - with this multi-platform, tabbed IM client.
http://gaim.sourceforge.net/

5. ClamWin (Antivirus)
Norton bugging you again to break out the credit card and subscribe? Uninstall! ClamWin is free anti-virus software with automatic updates and scheduled scans, no credit card required.
http://www.clamwin.com/

6. VLC Media Player (Audio/video player)
Got a video or audio file Windows Media Player or Quicktime can't play? Betcha VLC can.
http://www.videolan.org/vlc/

7. KeePass (Password manager)
Another app you really don't hear a lot about, but for anyone with more than 6 different passwords, KeePass is indispensable.
http://keepass.sourceforge.net/

8. Cygwin (Unix command line emulator)

That DOS command line just doesn't cut it. Wanna turn into a CLI ninja on your PC? You need Cygwin.
http://cygwin.com/

9. Eraser (Data deletion utility)
Before you donate, sell or trash your hard drive, you want to make sure there are no traces of your private data on it. Eraser uses the same algorithm the government uses to wipe your hard drive clean.
http://www.tolvanen.com/eraser/

10. TrueCrypt (File encryption utility)
You've got a folder full of files you don't want anyone to access but you. Lock it (or an entire thumb drive) up with the free TrueCrypt software.
http://www.truecrypt.org/

Some references:
http://lifehacker.com/
www.clamwin.com/
http://softlabsav.softlabs.net/