[root@linux ~]# tar -cvf /tmp/etc.tar /etc <==archive only,not compress
[root@linux ~]# tar -zcvf /tmp/etc.tar.gz /etc <==archive&compress(gzip)
[root@linux ~]# tar -jcvf /tmp/etc.tar.bz2 /etc <==archive&compress(bzip2)
Thursday, February 21, 2008
Compression and Archive using TAR
Thursday, February 21, 2008Labels: Linux Notes 0 comments
Tuesday, February 19, 2008
Lonely Cat Games SmartMovie v3.1
Tuesday, February 19, 2008


Labels: Mobile, Softwares 3 comments
Monday, February 18, 2008
CyberLink PowerDVD Ultra 7.3
Monday, February 18, 2008

Watch new high-def movies on HD DVDs or Blu-ray Discs
Experience exceptional audio quality with 7.1 home theater audio, and high-definition Dolby Digital Plus and DTS
Enjoy extreme image performance with optimization for the latest graphics cards
Access interactive movie content with support for BD-J and iHD
Play movies with advanced controls and smart DVD utilities
High-Definition (HD) Video
Blu-ray Discs and HD DVDs - New movie features and vastly improved image detail
High-definition format support - Playback of HD file formats H.264, HD MPEG-2, and WMV-HD Advanced display technologies - Exceptional support for widescreen monitors, including the latest content protection standards for digital connectors
Hardware acceleration - Optimization for high-definition graphics processors from Intel, NVIDIA and ATI
Advanced Movie Interactivity
Interactive movie features - BD-J and iHD technology provides links to online content, games, and other disc extras
Next-gen navigation - Overlayed menus, movie bookmarks, and zooming offer new ways to enjoy movie content
Advanced content - Movie commentaries displayed in Picture-in-Picture mode let you watch a movie while referencing content like comments from actors and the director
Home Theater Audio in HD
High-definition audio technologies - Pure high-definition audio with Dolby Digital Plus, TrueHD, DTS
8-channel surround sound - The ultimate home-theater audio support with true 7.1 channel Dolby Digital EX and 5.1 channel DTS
Advanced audio effects - The feeling of surround sound quality via sound systems, headphones, and on notebook PCs, with technologies from Dolby, DTS, and CyberLink
Smart DVD Utilities & Advanced Controls
Say-It-Again - Never miss a word with auto dialog looping
Read-It-Clearly - Move subtitles from your movie screen
See-it-All - Extend your notebook viewing time by saving power and auto-adjusting playback speed
Freestyle controls - Choose from 5 UI modes, multiple skins, and colors Download

Labels: Softwares 0 comments
Thursday, February 14, 2008
Friday, February 8, 2008
Types of DNS records
Friday, February 8, 2008* An A record or address record maps a hostname to its 32-bit IPv4 address.
* An AAAA record or IPv6 address record maps a hostname to its 128-bit IPv6 address.
* A CNAME record or canonical name record makes one domain name an alias of
another. The aliased domain gets all the subdomains and DNS records of the original.
* An MX record or mail exchange record maps a domain name to a list of mail
exchange servers for that domain.
* A PTR record or pointer record maps an IPv4 address to the canonical name for that host. Setting up a PTR record for a hostname in the in-addr.arpa domain that corresponds to an IP address implements reverse DNS lookup for that address. For example (at the time of writing), www.icann.net has the IP address 192.0.34.164, but a PTR record maps 164.34.0.192.in-addr.arpa to its canonical name, referrals.icann.org.
* An NS record or name server record maps a domain name to a list of DNS servers for that domain. Delegations depend on NS records.
* An SOA record or start of authority record specifies the DNS server providing authoritative information about an Internet domain.
* A SRV record is a generalized service location record.
* A TXT record allows an administrator to insert arbitrary text into a DNS record. For example, this record is used to implement the Sender Policy Framework specification.
Other types of records simply provide information (for example, a LOC record gives the physical location of a host), or experimental data (for example, a WKS record gives a list of servers offering some well-known service such as HTTP or POP3 for a domain).
Labels: Networking 1 comments
Tuesday, February 5, 2008
Windows Offline Files Synchronization Issue
Tuesday, February 5, 2008The error messages are :-
1. Files of this type cannot be made available offline.
2. Unable to made archive1.PST file available offline
Then, I verified and reinitialized the CSC (Client Side caching) database files by the following procedure.
1. In Folder Options, on the Offline Files tab, press CTRL+SHIFT, and then click Delete Files. The following message appears:
The Offline Files cache on the local computer will be re-initialized. Any changes that have not been synchronized with computers on the network will be lost. Any files or folders made available offline will no longer be available offline. A computer restart is required.
Do you wish to re-initialize the cache?
2. Click Yes two times to restart the computer.
After I created a new offline CSC database and start synchronization.
Issue Solved !!
Labels: Windows Network 0 comments
Sunday, January 27, 2008
Windows Installer....Preparing to Install....Issue
Sunday, January 27, 2008Then I repaired and re-installed the QuickBook application, nothing worked.After that i found one cool patch for this issue.
"Windows Installer CleanUp Utility"
I used this utility to remove my (Quick book) application program in Windows installer configuration information.
Wow...Issue solved...
Find more information about this utility at Microsoft KB
Labels: Windows Network 8 comments