July 19, 08
by
ReniX
Thinks that you need to install on your Ubuntu for a Look like Leopard OS X:

Read the rest of this entry »
Share This
Thanks for visiting! If you're new here, you may want to subscribe to my Rss Feed. This blog posts regular Internet news, updates for apps, security, ideas, hacks, quick fixes and everything about hi-tech. Go ahead, subscribe to our feed!
July 12, 08
by
Crossover
For Ubuntu we have just to decide what Instant Messenger to use. Pidgin very popular,aMSN really good. We have also KMess Instant Messenger like Windows Live Messenger in Windows. Very simply steps how to install. As you see from the screen shot above, select KMess from Internet Applications and Apply Changes.
Read the rest of this entry »
Share This
July 11, 08
by
ReniX

A simple guide how to set up a basic Postfix mail server with IMAP and POP3 services. It does not included advanced topics such as integrating virus-checking and spam-filtering.
Setup Overview
In our setup, Postfix sends and receives mail from Internet and stores them in the user mailboxes while clients in the Internet can retrieve their mails via Courier IMAP or POP3. The user authentication is done by Courier Authdaemon. The following diagram shows this process.
Install Postfix
In this setup I assume that your domain is yourdomain.com and it has a valid MX record call mail.yourdomain.com. Remember to replace yourdomain.com with your actual domain in the example codes in this howto. Also I assume that you know what an MX record is. To find out MX your type in a terminal:
dig mx yourdomain.com
To install postfix
sudo apt-get install postfix
Intall mailx package for use as command mail utility program. Mail command is installed with this package.
sudo apt-get install mailx
Read the rest of this entry »
Share This
June 25, 08
by
Crossover
aTunes is a full-featured audio player and manager, developed in Java programming language, so it can be executed on different platforms: Windows, Linux and Unix-like systems.
Read the rest of this entry »
Share This
June 19, 08
by
Crossover
Ubuntu Tweak is an application designed to config Ubuntu easier for everyone.
It provided many usefull desktop and system options that the default desktop environment isn’t provided.
At present, It is only designed for Ubuntu GNOME Desktop, and often follows the newest Ubuntu distribution.
Read the rest of this entry »
Share This
May 16, 08
by
Crossover
Fedora 9 has been released: “The Fedora Project, a Red Hat sponsored and community-supported open source collaboration, today announced the availability of Fedora 9, the latest version of its open source operating system distribution. Highlights: PackageKit, a cross-distribution package management solution; GNOME 2.22; KDE desktop 4.0.3 featuring upgrades to core components such as the port to Qt 4; NetworkManager improvements; Firefox 3 Beta 5; SELinux confined web browser; OpenJDK6, the release of Sun Java SDK under a free and open source license; X.Org updates; consolidated dictionary support; Bluetooth enhancements; persistent live USB support; Upstart init daemon; ext4 file system support….” See the formal press release and read the comprehensive release notes for more information. Download the installable live CD images from here: Fedora-9-i686-Live.iso (691MB, SHA1, torrent), Fedora-9-i686-Live-KDE.iso (691MB, SHA1, torrent), Fedora-9-x86_64-Live.iso (693MB, SHA1, torrent), Fedora-9-x86_64-Live-KDE.iso (695MB, SHA1, torrent).
distrowatch.com
Share This
March 24, 08
by
Crossover
Ubuntu 8.04 LTS is the upcoming version of the Ubuntu operating system. The common name given to this release from the time of its early development was “Hardy Heron”.
Before you start
-
You can directly upgrade to Ubuntu 8.04 LTS (”Hardy Heron”) from Ubuntu 7.10 (”Gutsy Gibbon”) or from Ubuntu 6.06 LTS (”Dapper Drake”). This page continues instructions for both. (see UpgradeNotes)
-
Be sure that you have all updates applied to your current version of Ubuntu before you upgrade.
-
Before upgrading it is recommended that you read the release notes for Ubuntu 8.04 LTS, which document caveats and workarounds for known issues in this version.
Note: If you have a version of Ubuntu other than 6.06 LTS or 7.10, please see Installation/UpgradeFromOldVersion for information on how to upgrade.
Upgrade from 7.10 to 8.04 LTS Beta
-
Press Alt-F2 and type update-manager –devel-release
-
Click the Check button to check for new updates.
-
A message will appear informing you of the availability of the new release.
-
Click Upgrade.
-
Follow the on-screen instructions.
Read the rest of this entry »
Share This
March 18, 08
by
Crossover
Problem : How to access my files on Linux Box from my Windows XP pc. But I dont anyone else access those.
Step 1: On Linux Box
a) Install Samba Server (If not installed)
Start Package Manager by going to Applications -> Add/Remove programs
Choose “Servers” and make sure “Windows File Server” is checked. If not check and Click Apply. It will download and install samba and dependencies.
b) Configure Samba
Launch Samba Configuration screen
System -> Adminstration -> Server Settings -> Samba
Then that screen
Read the rest of this entry »
Share This
March 16, 08
by
Crossover