Monday, September 14, 2009
Delete duplicates in a MYSQL database
* Use the query: INSERT INTO `name_of_new_table` SELECT DISTINCT * FROM `name_of_old_table`
* Drop the old table
* Rename the new table to whatever the old table was called.
This has the advantage of being pretty fast, and only requiring 4 queries, no matter how many rows are duplicated. On the other hand though, if there are any database queries on the old table between the drop and the rename, they will fail (since the table won't exist during that period). That being said, the period for which this is a problem should be pretty short.
Thursday, September 10, 2009
Install Drupal 6 on Windows XP
Can be downloaded from http://www.apachefriends.org/en/xampp.html
Reboot Windows.
2. At XAMPP Control Panel
Start Apache and MySql, then click Admin button beside Apache.
Your browser will automatically open http://localhost/. If not, you can open it manually in your browser.
Choose your prefered language.
3. Download Drupal 6.x (from www.drupal.org)
Extract the file to C:\xampp\htdocs
Rename the folder with your sitename (e.q. drupalsite).
4. Go to C:\xampp\htdocs\drupalsite\sites\default
Copy default.settings.php file and paste it in the same folder, then rename to settings.php
5. Create Database
Open your browser and go to http://localhost/phpmyadmin/, then create database and remind that database name (e.q. drupal).
6. Drupal Installation
Open your browser and go to http://localhost/drupal to install drupal:
a. Choose language
choose: Install Drupal in englishb. Verify requirements
If you haven’t done step 4, there will be error message. Do step 4 and click try again.
c. Set up database
Database type : mysqli
Database name : drupal
Database username : root
Database password : (leave it empty)
d. Install site
Installation is in progress.
e. Configure site
Complete these information:
Site name : DrupalSite
Site email address : admin@drupalsite.com
Administrator account
username : admin
email address : admin@drupalsite.com
password : admin
confirm password : admin
Klik Save and continue
f. Finished
There is a warning mesage:
warning: mail() [function.mail]: Failed to connect to mailserver at “localhost” port 25, verify your“SMTP” and “smtp_port” setting in php.ini or use ini_set() in C:\xampp\htdocs\drupal\include\mail.inc on line 193.
Unable to send e-mail. Please contact the site administrator if the problem persists.
This error happen because drupal is installed on local machine (http://localhost/) that doesn’t have mailserver.
Click link: your new site to go to your Drupal home page.
How To Create A GDM Theme
The X Window System by default uses the XDM display manager. However, resolving XDM configuration issues typically involves editing a configuration file. GDM allows users to customize or troubleshoot settings without having to resort to a command line. Users can pick their session type on a per-login basis. GDM also features easy customization with themes.
Components of a GDM theme
A GDM Theme is basically composed of:
- A background image
- A screenshot
- Icons and other artwork
- An xml file, where the actual theme is defined
- The GdmGreeterTheme.desktop file
It's easier to modify an existing theme, rather than doing it from scratch. In general, the first item to be changed is the background image. The background image must be at least as big as the screen resolution. In order to make the theme suitable to other users, it is a good idea to use at least 1600x1200 pixel images, as they look sharp even on high-resolution screens. A small image can also be used, but it will loose quality when expanded. The image must be placed in the theme directory and declared in the xml file as follows:
Next, you will have to reposition your prompts, menus, labels and icons in order to match your background image. You can define images, rectangles and labels with the following tags (respectively):
Using the item tag, you can also specify the location of option buttons, system messages, login screen, etc, by adding id= to the item tag. All the GDM system tags I am aware of are:
Use the pos tag within each item section to define its x,y position and make sure it all looks in harmony with your background image. Finally, the xml file must be declared in the GdmGreeterTheme.desktop file as follows:
Capturing your GDM screen
Once your theme is complete, you will need to install the theme in order to obtain a screenshot. Install your new theme in your Login Screen Manager by selecting System > Administration > Login Window > Local(tab) > +Add and select your new theme. Then check the radio button next to it in the list and click the Close button.
I remember taking screenshots of the GDM screen in other distros using the below command, but this command didn't work on my Ubuntu 9.04 system:
An easier way to capture your GDM screen would be to use xnest, this worked perfectly for me. Open a terminal and install xnest with the command:
(assuming you don't already have xnest installed):
Then run xnest with the command:
This will open a new window and show your GDM login screen. Now just hit the "Print Screen" button on your keyboard and save the screenshot. Open the newly created screenshot in your favorite image editor and shrink the screenshot down to 188x140. Now put the screenshot in your theme directory and make a reference to it in your GdmGreeterTheme.desktop, adding your theme name, description, author name, screenshot and copyright fields as follows:
Conclusion
The final step is to package your new GDM theme with the command:
Sunday, September 6, 2009
Video formats for Linux
The next thing we need to discuss is how the image appears. We have two terms to describe the video image: interlaced and progressive. Interlaced video is a way to make the best use of the limited bandwidth for transmitting video, especially in the older days of analog NTSC broadcasts. The receiver (your TV) "tricks" your eyes by drawing first the odd number lines on the screen 30 times per second (25 times per second in Europe), and alternating the drawing of the even numbered lines on the screen 30 times per second, in an odd — even — odd — even — odd — even pattern. Progressive video draws both the odd and even numbered lines at the same time, instead of alternating them. This makes the picture appear sharper and more vivid.
Next, is resolution. In the analog video days, video was commonly the equivalent of 352 x 240 pixels for NTSC video in North American, and 352 x 288 for PAL/SECAM video elsewhere. Today's digital televisions can display up to 1920 x 1200 pixel pictures. Computer monitors have much higher display resolution than conventional analog televisions. The move to digital televisions has made it feasible to multi-task the family television to double as a large computer monitor. A common resolution for DVD quality video is 720 x 480 for NTSC, and 720 x 576 for PAL/SECAM systems. The resolution for the new high definition television broadcasts are even higher, and provide Blu-Ray quality, able to display a pixel-for-pixel representation of the highest High Definition television specification at 1920 x 1200 pixels.
Formats, or Containers
Theora
We start with the Theora container, because it is open source. And, because this is a Linux publication, we are particularly fond of open source solutions. Developed by the Xiph.Org Foundation as part of the OGG project, it is derived from On2 Technologies' VP3 video codec. It's also named after Theora Jones, Edwin Carter's Controller on the old Max Headroom television show.Because it is developed and maintained by the Xiph.Org Foundation, it commonly has Vorbis formatted audio streams, placed into an OGG container. Since On2 Technology released the VP3 codec and its source code to the public under an open source and free software license, and disclaimed any rights and patents on the technology in September 2001, it allowed anyone to use Theora and other VP3-derived codecs for any purpose. In 2002, On2 inked an agreement with the Xiph.Org Foundation to make VP3 the basis of a new and free Theora video codec, and declared Theora to be the successor to VP3.
The first stable v1.0 release of Theora was in November 2008. Since it is a relatively new format that has very little commercial support, Theora has struggled to gain acceptance from distributors, especially on the web. Yet, as the only mature and royalty free video codec, Theora is well established as a baseline video format in modern free software, and has become the format of choice for many other organizations (e.g., Wikipedia).
Theora does not make use of hardware acceleration, but because its algorithm is less complex than H.264, which is used by the competing MP4 format, the need for hardware acceleration is not considered to be as relevant.
There are several applications in the PCLinuxOS repository that can play, stream and edit Theora video files. For encoding, VLC and HandBrake are available. Cinelarra can edit Theora video files, while VLC can stream them.
MPEG-1
While development of the MPEG-1 standard began in 1988, it wasn't until 1992 that the final standard was approved and the first MPEG-1 decoder was made available. Compressing video 26:1 and audio 6:1, the MPEG-1 format is designed to compress VHS quality raw digital video and CD audio with a minimum of quality loss.Today, it is the most widely compatible lossy compression format in the world. MPEG-1 standard is part of the same standard that gives us the MP3 audio format. Fortunately, the MPEG-1 video and Layer I/II audio can be used royalty free and without license fees, since the patents expired in 2003. Only the MPEG-1 Layer 3 Audio format (more commonly known as MP3) is still covered by patents and licensing restrictions.
The "standard" MPEG-1 video bitrate is 1,150 kbps, with audio at 224 kbps and 44.1 kHz sample rate. The video is recorded at 352 x 240 pixel screen size for NTSC, and 352 x 288 pixel screen size for PAL/SECAM systems. One distribution format that makes wide use of the MPEG-1 format is the Video Compact Disc, or VCD. Although it never caught on in the U.S., other parts of the world have seen wide adoption of the VCD, due to its relatively inexpensive production costs, coupled with the VCD's ability to withstand high humidity environments (as present in Southeast Asia) better than VHS tape.
MPEG-1 formatted video files are easily read by most of the video programs in the PCLinuxOS repository.
MPEG-2
The MPEG-2 format was born from the shortcomings of the MPEG-1 format. Specifically, the MPEG-1 format had less efficient audio compression, a lack of flexibility when it came to the packet types it accepted, and it does not support interlaced video. MPEG-2 is also the format of choice for digital televison broadcasts.Work on the MPEG-2 format began in July, 1990 — before the first draft of MPEG-1 was ever written. It was intended to extend the MPEG-1 format to provide full broadcast quality video at high bitrates, between 3 — 5 Mbits/s, and added support for interlaced video.
MPEG-2 is the designated format for movies and other programs that are distributed on DVD, SuperVCD, and BluRay discs. As a result, the televisions in our living rooms, along with the TV broadcast stations and our DVD players are designed to the MPEG-2 standard.
Because MPEG-2 evolved from the MPEG-1 format, all standards compliant MPEG-2 decoders can also play MPEG-1 video streams. Thus, even though you may not realize it, you can play VCDs in most home DVD players.
Currently, over 640 patents, owned by more than 20 corporations and one university, and the patent pool managed by the MPEG Licensing Authority, burden the MPEG-2 format. In jurisdictions where software patents are upheld and enforced (currently, the U.S. is included in those jurisdictions), use of the MPEG-2 format requires payment of licensing fees to the patent owners. It"s best to check the laws of your jurisdiction, since they vary so widely. For example, software patents are not allowed in India and the Philippines, but they are in Japan and Korea, and to a limited extent, in Europe and Australia. Hence, this is one of the reasons that PCLinuxOS does not come with DVD playback software enabled by default; rather the end user must install the necessary libraries and dependencies themselves, based on the laws of their relevant jurisdiction.
MPEG-4
MPEG-4 represents a patented collection of methods to define compression of video and audio, designating a standard for a group of audio and video codecs. MPEG-4 encompasses many of the features of MPEG-1 and MPEG-2, while adding support for 3-D rendering, Digital Rights Management (DRM), and various types of interactivity.MPEG-4 files are commonly encoded with codecs like DivX, Xvid, 3ivx, and x264 to name a few, and may be used by BluRay discs. Since most of the features of the MPEG-4 standard are left to the discretion of the individual developers to implement, they are free to choose which parts of the MPEG-4 format to implement. Thus, a "full implementation" of the MPEG-4 format does not exist, and most likely will never exist.
Introduced in late 1998, more than two dozen companies claim ownership of patents related to MPEG-4. The licenses for use of the MPEG-4 format (in jurisdictions where software patents are upheld and enforced) is handled by the MPEG Licensing Authority.
MPEG-4 files can usually be easily viewed on PCLinuxOS, using VLC or MPlayer.
QuickTime
Initially released in December, 1991, the QuickTime format is released under a proprietary license from Apple, beating Microsoft’s Video for Windows to the "market" by nearly a full year. Developed as a multimedia framework by Apple, Inc., it is capable of handling various formats of digital video, media clips, sound, text, animation, music, and interactive panoramic images. The most current stable release is QuckTime 7.6.2, and is available for Mac operating systems, and computers running Windows. Although no formal implementation exists for Linux, there are a number of programs in Linux which can handle (with varying degrees of success), QuickTime video playback. Possibly the best of the Linux programs that can handle playback of most QuickTime files are VLC and MPlayer, both of which are in the PCLinuxOS repository.In February, 1998 the International Standards Organization approved the QuickTime file format as the basis of the MPEG-4 file format. The benefit is that MOV and MP4 files (containers) are interchangeable on a QuickTime-only environment (meaning running in an "official" QuickTime player, like QuickTime on the Mac OS X or QuickTime for Windows), since both use the same MPEG-4 codecs.
AVI
AVI, more formally known as Audio Video Interleave, was released in November, 1992 by Microsoft as a part of its Video for Windows technology. It is basically a file container the allows synchronized audio and video playback.Since AVI files do not contain pixel aspect ration information, and many players render AVI files with square pixels, the frame (image) may appear stretched or squeezed horizontally when played back. However, VLC and MPlayer have solved most problems related to the playback of AVI files.
Although being "older" technology, there is a benefit to using AVI files. Because of it being around for so long, coupled with Microsoft’s market penetration, AVI files can frequently be played back on the widest variety of systems and software, second only to MPEG-1. It has gained widespread acceptance and adoption throughout the computer industry, and can be successfully played back, so long as the end user has the proper codec installed to decode the video properly. Additionally, the AVI format is well documented, not only from Microsoft, but also many, many third parties.
Matroska
Matroska files, commonly recognized by either their *.mkv file extension, represent a multimedia container that is an open standard free container format. It can hold an unlimited number of video, audio, picture, or subtitle tracks in a single file. Implementations of the Matroska format consists mostly of open source software.The word, matroska, is an English word derived from the Russian word matroyshka, the name for the nesting doll, where one egg-shaped doll is found inside another, then another, and so on.
Matroska video files (*.mkv) can be played back on a wide variety of software in PCLinuxOS, including MPlayer, VLC, Avidemux, and MythTV. And, because Matroska is an open standards project, much like Theora, the source code of the libraries are developed under the GNU LGPL. It has gained popularity recently, especially among the warez crowd for ripping and distributing high definition content from HDTV and BluRay discs.
WMV
WMV, or Windows Media Video, is a compressed video file format, made with several different proprietary codecs, made by Microsoft. Originally intended to compete with RealVideo in 2003 as an alternative for streaming video, it has since gained adoption for use with BluRay discs.The WMV files are often wrapped in the ASF, or Advanced Systems Format. WMV files, themselves, are not encoded. Rather, the ASF wrapper is often responsible for providing the support for digital rights management, or DRM. Based on Windows Media 9, WMV files can also be placed inside either an AVI or Matroska container. In that case, the WMV file claims either the AVI or MKV file extensions.
WMV files can be played on PCLinuxOS, using VLC, MPlayer, or most any other program that uses the FFmpeg implementation of the WMV codecs.
3GP
The 3GP format is actually two similar formats. The first, 3GPP, is designed as a container format for GSM phones (in the U.S., primary GSM wireless carriers are AT&T and T-Mobile). The second, 3GPP2, is designed as a container format for CDMA phones (in the U.S., primary CDMA wireless carriers are Verizon and Sprint). 3GPP files will often carry a 3GP file extension, while 3GPP2 files will often carry a 3G2 file extension.3GP and 3G2 files store video streams using MPEG-4 Part 2, H.263, or AVC/H.264 codecs. Some cell phones will use the MP4 file extension to represent 3GP video. Both formats were designed to decrease storage and bandwidth requirements to accommodate mobile phones.
Software support under PCLinuxOS is, once again, achieved with VLC and MPlayer. Additionally, 3GP files (and most 3G2 files) can be encoded and decoded with FFmpeg.
FLV
FLV files, also known as Flash Video, are a file container format used primarily to deliver video over the Internet. In fact, it has become the defacto format of choice for such sites as YouTube, Google Video, Yahoo! Video, Metacafe, and many news outlets.While the FLV format is an open format, the codecs used to produce FLV files are mostly patented. The most common codecs used are the Sorenson Spark (H.263 codec variant) and On2’s VP6. FLV files can also be encoded as H.264 in the more recent releases of Adobe Flash.
Most audio in an FLV file is recorded as MP3, although there are a few proprietary audio codecs used. Uncompressed ADPCM (Audio-Digital Pulse Code Modulation) can also be used to record audio in an FLV file. More recent versions (from Flash 9, upwards) also support the recording of audio in the AAC (Advanced Audio Coding) format.
Under PCLinuxOS, VLC and MPlayer support playback of FLV files. One can also encode FLV files with FFmpeg. Additionally, it’s usually a simple matter, using Avidemux, to convert from the FLV format to another, more universally read format — such as AVI or MPEG-1. You can also use Avidemux to edit FLV files.
And by the way — changing the file extension from FLV to AVI does not make it an AVI file. Rather, it’s just an FLV file with an AVI file extension. Simply changing the file extension does nothing to the file header in the video file, which is what determines they type of video file it really is. I point this out because of a post in the forum some time ago (perhaps a year ago?) that made this erroneous assertion. The poster achieved the results they did merely because the system knew how to handle a file with the AVI file extension, by playing it in VLC or MPlayer. In actuality, the programs are playing the FLV file, not an AVI file — something they already have the capability to do.
Tucan Manager
- http://rapidshare.com/
- http://megaupload.com/
- http://gigasize.com/
- http://mediafire.com/
- http://4shared.com/
- http://sendspace.com/
- http://zshare.net/
- http://filefactory.com/
- http://easy-share.com/
- http://badongo.com/
- http://depositfiles.com/
- http://hotfile.com/
Main Features:
- Written entirely in Python.
- Graphical User Interface written in PyGTK (GTK+ toolkit).
- Multiplatform (GNU/Linux, FreeBSD, Microsoft Windows…).
- Easy to expand with plugins.
- Lightweight and fast.
- Management of waits between downloads (anonymous access).
- Captcha recognition where needed (like anonymous access to megaupload or gigasize).
- Management of interchangeable links.
Saturday, September 5, 2009
Three Ways To Access Linux Partitions (ext2/ext3) From Windows On Dual-Boot Systems
If you have a dual-boot Windows/Linux system, you probably know this problem: you can access files from your Windows installation while you are in Linux, but not the other way round. This tutorial shows three ways how you can access your Linux partitions (with ext2 or ext3 filesystem) from within Windows: Explore2fs, DiskInternals Linux Reader, and the Ext2 Installable File System For Windows. While the first two provide read-only access, the Ext2 Installable File System For Windows can be used for read and write operations.
I do not issue any guarantee that this will work for you!
1 Explore2fs
In Windows, open a browser and go to http://www.chrysocome.net/explore2fs. Download the latest explore2fs zip file...
... and unpack it. In the new folder, you'll find the explore2fs executable. Double-click on it to start it:
The Explore2fs filebrowser starts; you can now browse your Linux partitions and copy&paste files to your Windows partition:
2 DiskInternals Linux Reader
Go to http://www.diskinternals.com/linux-reader and download and install the DiskInternals Linux Reader.
After the installation, the Linux Reader starts automatically and scans your hard drive for Linux partitions:
Afterwards, you can find your Windows and Linux partitions in the Linux Reader (which looks like the Windows Explorer):
Now you can browse your Linux partitions:
To copy a file/directory from a Linux partition to your Windows partition, right-click on the file/directory and select Save:
Then select the folder on your Windows partition where you want to store the file/directory:
The DiskInternals Linux Reader can be started from the normal start menu:
3 Ext2 Installable File System For Windows
The Ext2 Installable File System For Windows (which supports ext2 and ext3!) can be downloaded from http://www.fs-driver.org/index.html. During the installation you will be asked to assign a drive letter to your Linux partitions (e.g. L:); you don't need to assign a drive letter to your swap partition:
After the installation, you can find your Linux partition(s) in the normal Windows Explorer (under the drive letter that you assigned to it during the installation):
You can now browse and use your Linux partition(s) like a normal Windows partition.
As mentioned in the introduction of this article, the Ext2 Installable File System For Windows supports read and write operations on the Linux partitions. In order to test if the write support really works, we can try to create an empty folder on a Linux partition. Right-click on an empty area on the Linux partition and select New > Folder:
Enter a name for the new folder (e.g. test):
If everything goes well, you should now have a new folder on your Linux partition.
4 Links
-
Explore2fs: http://www.chrysocome.net/explore2fs
-
DiskInternals Linux Reader: http://www.diskinternals.com/linux-reader
-
Ext2 Installable File System For Windows: http://www.fs-driver.org/index.html
Thursday, September 3, 2009
10 Linux file managers
1: Command line
Although the command line isn’t just a file manager, you can’t have a listing of Linux file management tools without including it Without these tools, working on headless servers would be a challenge (unless you’re using remote desktop). And being someone who cut his Linux teeth with the command line, not a day goes by where I do not use it for something. The tools you will use for file management in the command line include cd, mkdir, rm, ls, locate, find, cp, and mv.
2: Dolphin
Dolphin is the default file manager for KDE, which replaced Konqueror upon the arrival of KDE 4. Dolphin is a full-featured file manager and includes the standard features of a file manager and then some. You will also find Network transparency, undo, batch renaming, split views, dockable panels, built-in encryption, zoom drag bar, and much more. Dolphin will never offer the number of features included with Konqueror, which is precisely why the KDE team made the switch. Dolphin focuses on file management and file management alone. Konqueror focuses on everything — file management, browsing, document viewing. The KDE developers thought it best to simplify the task of file management. This was a good call on their part, especially for the new user. As a file manager, Konqueror was just too much.
3: Gnome Commander
Gnome Commander is the GTK+ version of the venerable Midnight Commander file manager. Gnome Commander is a split-pane file manager that offers all of the features of Midnight Commander with the added convenience of a GUI interface. Along with the GUI interface comes the ease of network transparency. With Gnome Commander, you can connect to a remote server with Samba, FTP, Windows Share, WebDAV, Secure WebDAV, and SSH. Gnome Commander also offers Root Mode, keyboard shortcuts, batch renaming, built-in search, help documentation, translations, drag and drop, directory synchronization, and a plug-in system. If you are a fan of Midnight Commander but want something a little less cumbersome than ncurses, Gnome Commander is what you need.
4: Konqueror
In the right hands, Konqueror is the Mac Daddy of file managers. Even though KDE has gone in a different direction by adopting Dolphin as its file manager, you can still use Konqueror as your primary file manager. Konqueror features all aspects of file management as well as using the KIO plug-ins to extend its feature set to include many types of protocols, such as ZIP, tar, smb, ed2k, HTTP, and FTP. With Konqueror, you can browse audio/video CDs and rip them with drag and drop. Konqueror can act as your local file manager or as a remote file manager. It enjoys a universal viewer, which enables you to view nearly any type of file from within one window. With KDE 4, you will notice Dolphin is the default file manager and Konqueror is the default Web browser. This does not mean you’re locked into this behavior. You can use Konqueror as your file manager and use another browser, say Firefox, as your Web browser.
5: Krusader
Krusader is another KDE file manager. It will be right at home on your desktop if you’re familiar with Midnight Commander or Gnome Commander. That doesn’t mean, of course, that you need to know those file managers. Krusader has a very shallow learning curve (as a good file manager should.) Krusader offers a twin view GUI with an added command line entry area at the bottom of the window. Krusader places the focus on the keyboard so you can work efficiently without having to use your mouse. Krusader offers remote synchronization, advanced search, popup panel (serves as a “third hand”), folder history, multiple panel types (view panel, disk usage panel, tree panel, preview panel, etc.), keybindings, and much more.
6: Midnight Commander
Midnight Commander was the first real file manager for the Linux operating system and is a clone of the old DOS Norton Commander file manager. Midnight Commander is an ncurses application, so it runs within a terminal window. Midnight Commander includes native support for archives, rpm and deb files, ability to connect to a remote server, embedded editor with syntax highlighting, issue commands against marked files, and more. Although Midnight Commander is an outstanding file manager and is about as versatile as they come, it has a fairly steep learning curve for what should be a simple task. But when you need a file manager on a headless server, it is worth the time and effort it takes to learn Midnight Commander.
7: Nautilus
Nautilus is the default file manager for the GNOME desktop. It’s one of the most feature-rich of all the graphical file managers to date. Not only does it include the standard features found in modern file managers and an outstanding, well-designed GUI, it offers the ability to extend its usefulness with Nautilus extensions and scripts. You can search with your Add/Remove Software utility (use the search string “nautilus”) and come up with a number of prebuilt extensions you can add to Nautilus. Some of these extensions include:
- Nautilus Actions — Add your own menu entries using a simple configuration dialog.
- Naultilus SVN — Add subversion functionality to your file manager.
- Nautilus-CD — Add CD burning to Nautilus.
- Nautilus-Dropbox — Add dropbox support to Nautilus.
Nautilus uses spatial navigation (no navigation bar), so navigating through the hierarchy isn’t as simple as you would think. There is no back, forward, or home button. Instead, when you double-click on a file or directory (from within a Nautilus window), a new window will open. This way, the parent window will always be open.
8: PCMan
PCMan is one of the faster and more lightweight of the window managers. It distinguishes itself from other file managers with one feature: tabbed windows. Like everyone’s favorite browser, you can open up multiple tabs and even move files between them. You can also open a terminal to the current working directory or as the root user. PCMan offers built-in volume management, file search, drag and drop, fast startup time, bookmarks support, support for non-UTF-8 encoded filenames, standards compliancy, and an easy to use interface (GTK+ 2).
9: Thunar
Thunar is the default file manager for the Xfce 4 desktop and also ships with the latest Enlightenment (E17). It’s incredibly lightweight, fast, and reliable. Thunar was created with the idea of extensibility in mind , so it was built with the thunarx framework. This allows you to add features like advanced properties, archives, media tags, batch rename, thumbnails, and customizable actions. You can switch the Location Selector between Pathbar and Toolbar style. You can also create customized actions within Thunar, which enables you to create new menu entries that serve specific purposes (such as a right-click menu for printing or renaming).
10: Xfe
Xfe is a simple, lightweight file manager similar to MS-Explorer or Commander. Anyone who appreciates making use of older systems or using a desktop with a minimal footprint will enjoy Xfe. Xfe offers integrated text editor, integrated text, deb, rpm, and image viewer, drag and drop between Xfe and desktop, right mouse popup menus, optional trash can, bookmarks, up to 18 languages, and much more. Xfe requires only the Fox library, so it can run on any Linux/UNIX desktop.
Wednesday, September 2, 2009
AcetoneISO
AcetoneISO, is a feature-rich and complete software application to manage CD/DVD images. Thanks to powerful open source tools such as fuseiso, AcetoneISO will let You mount typical proprietary images formats of the Windows world such as ISO BIN NRG MDF IMG and do plenty of other things.
Features
- Mount automatically ISO, MDF, NRG, BIN, NRG without the need to insert admin password! Only single-track images are supported for the moment.
- A nice display which shows current images mounted and possibility to click on it to quickly reopen mounted image
- Convert 2 ISO all image types:
*.bin *.mdf *.nrg *.img *.daa *.dmg *.cdi *.b5i *.bwi *.pdi and much more
- Extract images content to a folder:
*.bin *.mdf *.nrg *.img *.daa *.dmg *.cdi *.b5i *.bwi *.pdi and much more
- Play a DVD Movie Image with Kaffeine / VLC / SMplayer with auto-cover download from Amazon
- Generate an ISO from a Folder or CD/DVD
- Check MD5 file of an image and/or generate it to a text file
- Encrypt / Decrypt an image
- Split / Merge image in X megabyte
- Compress with High Ratio an image in 7z format
- Rip a PSX cd to *.bin to make it work with epsxe/psx emulators
- Restore a lost CUE file of *.bin *.img
- Convert Mac OS *.dmg to a mountable image
- El-Torito support to create ISO bootable Cd
- Mount an image in a specified folder from the user
- Create a database of images to manage big collections
- Extract the Boot Image file of a CD/DVD or ISO
- Backup a CD-Audio to a *.bin image
- Complete localization for English, Italian, French, Spanish, Polish and much more!
- Quick and simple utility to Rip a DVD to Xvid AVI
- Quick and simple utility to convert a generic video (avi, mpeg, mov, wmv, asf) to Xvid AVI
- Quick and simple utility to convert a FLV video to AVI
- Utility to download videos from Youtube and Metacafe!
- Extract Audio from a video file
- Extract a *.rar archive that has a password
- Quick and simple utility to convert any video for Sony PSP Playstation Portable

