Pular para o conteúdo principal

10 KDE tools you need to try

10 KDE tools you need to try: "

KDE 4.5 offers some impressive tools for all types of Linux users. This list will point you toward the best ones to check out.





I’ve been impressed with the advancements the KDE development team has made with version 4.5. Not only is the desktop environment light-years ahead of where I expected it to be (after the abysmal 4.0 release), it’s has turned out to be a desktop that any Linux user would be happy to use. It’s as stable and as responsive as GNOME and as flexible as just about any desktop.


But beyond the desktop itself, KDE has a number of excellent tools. If you’ve never tried, you don’t know what you’re missing. So I thought I’d highlight some of these tools and maybe pique your interest. These tools vary in topic and task and should appeal to a wide range of user types.


Note: This article is also available as a PDF download.


1: KMail


KMail is important for any user migrating from Mac who was/is fond of Apple Mail. It has a similar look and feel to Apple Mail and offers a nice feature list that will make you right at home with your email client. The biggest downfall of KMail is that to connect to an Exchange server, that server must have IMAP enabled. KMail is also a part of the Kontact groupware suite. Kontact can certainly stand toe to toe with other groupware suites –with the exception of Exchange integration. But Kontact can connect with other groupware servers, such as Kolab, OpenXchange, and GroupWise.


2: KRDC


KRDC is a powerful remote desktop client that allows the user to connect to both RDP and VNC servers. KRDC was completely overhauled in the Google Summer of Code 2007 to be included in the KDE 4.0 release. It s features include a tabbed interface, full screen mode, Windows port, KDE Wallet support, and a new configuration wizard. Connecting to a server is so simple, any level of user should be able to handle it.


3: Kexi


Kexi enables Linux users to use and reuse databases created by Microsoft Access. It can also read MySQL and PostgreSQL databases. Kexi has a user-friendly GUI that offers numerous features, such as a full GUI for the creation of databases, tables, and data and running query and parametric query support. Kexi allows the user to create tables, queries, forms, reports, and scripts all from a powerful graphical interface.


4: KPlato


KPlato is another piece of the KOffice groupware suite that really shines. This project management tool allows the user to manage moderately large projects that include multiple resources. KPlato lets the creator of a project use different types of task dependencies and time constraints, do estimates, and schedule tasks according to network and resource availability. This outstanding project management tool also features Work and Vacation, Cost Breakdown Structure, Dependencies (both graph and list), Project/Task Perfomance Charts, Work Packaging View, Gantt charts, Resource assignments, and much more. With KPlato, a project can be rescheduled and will retain all of its original scheduling. KPlato should make any project manager happy.


5: Kate


Kate is one of the more powerful GUI-based text editors you will find. Kate is actually two parts: KatePart (the underlying framework used in a number of KDE applications that require a text editor) and Kate (the MDI text editor application). With Kate, you have a window splitable, tabbed interface that allows you to keep multiple documents open at once. Additional features include spell checking, CR/CRLF/LF newline support, encoding support, encoding conversion, syntax highlighting, regular expression-based find and replace, and block selection mode. Kate will be much more at home in newer Linux users’ hands (those who do not want to try the likes of vi, emacs, or nano).


6: Klipper


Klipper is one of the most powerful clipboards available to any operating system. It not only allows you instant access to a history of copied text, but it also allows you to create Actions that can be applied to specifically formatted copied text (such as automatically opening a Web browser for copied text that begins with “http://”.


7: Konqueror with Webkit


If you like the GUI of Konqueror but are not terribly happy with having KHTML as the rendering engine, you will be happy to know that you can have Konqueror with the Webkit engine instead. Although the average user might not appreciate this combination, the power user will certainly like the increased speed the Webkit rendering engine adds. The speed increase is especially noticeable when dealing with heavy JavaScript pages.


8: KBackup


KBackup is one of the easiest-to-use backup utilities for the desktop you will find. It has a great user interface that allows a user of nearly any experience level to create both local and remote backups. KBackup can do full and incremental backups and does so very quickly. KBackup saves in the .tar file format. Its only downfall is that you need to make sure you have a recent version (as of this writing, 1.2.11) to get scheduled backups.


9: KMyMoney


KMyMoney is a fine example of how Linux developers can create an application that handles a significant task (accounting) and make it simple without losing power and features. KMyMoney has three primary goals: simplicity, accuracy, and familiar features and it succeeds with each one. Whereas GNUCash focuses primarily on higher-level accounting (but can be used for home or business finances as well), KMyMoney focuses on serving as a personal finance manager with the added bonus of using a double-entry accounting style. KMyMoney also has an optional plug-in that enables online banking.


10: KSystemLog


KSystemLog is for all you Linux admins out there who don’t want to take the time to use a text-based editor or the less command to view your system log files. With this handy log view tool, you can have all of your system logs at your fingertips in one simple GUI front end. With no more than a double-click, you can open a system log entry and know exactly what’s going on with that particular system. With the click of a button, you can switch to viewing system logs, kernel logs, authentication logs, daemon logs, and X.org logs. When you click on a category, all its entries are populated in the main window. You can then double-click on an individual entry to view the details. This tool is a must-have for any admin looking for a solid GUI to take the place of text-based log viewing.


More?


This is but a sampling of the tools KDE has to offer, but they’re the ones I see as must-experience tools coming to us from the KDE desktop environment. Do you have other favorites you’d add to the list?





"

Comentários

Postagens mais visitadas deste blog

Favigen, Favicon Generator

Favigen, Favicon Generator : " Favicons are small icons that help identify websites. They are used as a visual representation of a website both in the web browser and at many online services. The three most prominent locations of favicons are the browser’s address bar, the tabbar and the bookmarks folder. Many webmasters like to create custom favicons to add that custom identifier to their website. Favicons can be created in many image and icon editors, but also online. Favigen is a straightforward favicon generator that can turn an image into a favicon. All that it takes is to pick an image from the local hard drive first, select the dimensions of the favicon and click the submit button to make the service generate the favicon. Favigen supports several image formats, including jpg and png, and it does not seem to have size restrictions either. Available image dimensions range are 16×16, 32×32 and 64×64. The generated favicon is displayed directly on the page. A click on do...

A simple rsync script to back up your home directory

A simple rsync script to back up your home directory : " Backing up important data is obviously something we should all do. Unfortunately, it is not always easy to make it happen. We get lazy; we do not have the additional hardware for a backup server; it takes a long time and a lot of CDs to back up to optical media; we do not trust online backup services; backup schemes are difficult to set up and use — any of dozens of reasons can stand in our way. Still, we know we should be backing up our important data. Modern open source Unix-like operating systems offer a plethora of options for incredibly simple, effective backup schemes, however. If the problem is figuring out how to set one up, a simple rsync solution may be exactly what you need. The rsync utility is used to synchronize files between two systems. It does so by way of incremental copies, only copying from the source to the destination what has not already been copied there, saving time, network bandwidth, and syst...

Google Wave now open to the public: faster, Robots and Gadgets aplenty!

Google Wave now open to the public: faster, Robots and Gadgets aplenty! : " Filed under: Internet , Google If you somehow missed it, Google Wave is now a bonafide Labs project: rather than being an invite-only alpha, it's now a public beta test! If you don't already have an account, just head on over to Wave and use your regular Google login details. If you've not seen any of the Google Wave introductory videos , you should check them out -- they explain the whole thing a lot more succinctly than I ever could. Wave has also been enabled for Google Apps domains -- businesses could convert their internal communication to Waves today! Leading up to this public release there have a lot of changes. It's by no means finished, but Google Wave is now a lot faster . It's also more intuitive -- more useful -- and given the large number of Robots and Gadgets now reaching prime-time readiness, it feels like the mass adoption of Wave is imminent. Also, if you're an ol...