>Speed up Open Office and Libre Office

>Open Office is pretty slow and painful to use out of the box.  This simple step by step procedure speeds up the software, making it much more pleasant to use.

Open OOo (I use writer for this process). Select Tools -> Options. Select Memory.

Number Of Steps: 20
Use for OpenOffice.org: 128
Memory Per Object: 20
Number Of Objects: 20
Enable Quickstarter: Checked

Select Java.
Use a JRE: Checked (Alternately, Uncheck if you do not have Sun Java installed)
Select the radio button of the appropriate Java Engine if needed.

Click OK
Close OOo

Posted in Uncategorized | Leave a comment

>Learn Cool Linux Command Line Tricks

>

learn linux commandsHollywood movies often have a tech geek entering commands and doing amazing things. While it may not be that easy to hack into public transport systems or or control the world like Eagle Eye, the command line is certainly a geeks playground.
Want to show off your command line prowess to your geeky friends but don’t know any cool tricks?  Well you are in luck. The following websites will give you plenty of tricks and tips to satiate your hunger:

shell-fu

shellfu - learn linux command line

“Fu” is defined as possessing superior skills related to an art. Aptly named “Shell fu” houses user-submitted command line goodies, tips and tricks. You can vote entries up if you like them and vote them down if you find they are harmful or do not work as advertised.
If you have some tricks of your own you can even submit them and they will be added to the site after the moderators have a look at them.

command-line-fu

command line fu

Shell fu and Command-line fu are almost identical in concept. Command-line fu allows users to share their CLI wisdom with others and also vote up and down on submitted snippets.
Both shell-fu and command-line fu allow you to follow snippets through RSS and Twitter although I did find command-line fu offers a bit of extra control on RSS feeds.

snipt

snipt - linux command line tips

Snipt is the “long term memory for coders”.  Snipt is a collection of frequently used commands and code snippets. You can share these snippets with your co-workers or make them public. Public snippets are viewable to everyone and for our specific case, we are interested in the bash section. However feel free to browse other sections as well.

good coders code, great reuse

good coder code

While all the other resources mentioned utilize the power of the crowds to build up content, this one is different. It is Peteris Krumins blog about programming, software and hacking.
What’s so special about it? The famous sed, awk one liners, vim tips, plugins and cheat sheets that Peteris has fabricated over time. The occasional musical geek friday is fun as well.
While it may not be updated as often as the others, but more often than not the content is worth the wait.

Posted in Uncategorized | Leave a comment

>Get lightning fast and clever at the command line

>You can use keyboard shortcuts and other command line tricks to make entering commands easier and faster. You might already know about the ‘tab’ key which completes partial commands and even file and directory names.
Here are some other keyboard shortcuts you can use within terminal:

Ctrl-a Move to the start of the line.
Ctrl-e Move to the end of the line.
Alt-] x Moves the cursor forward to the next occurrence of x.
Alt-Ctrl-] x Moves the cursor backwards to the previous occurrence of x.
Ctrl-u Delete from the cursor to the beginning of the line.
Ctrl-k Delete from the cursor to the end of the line.
Ctrl-w Delete from the cursor to the start of the word.
Ctrl-y Pastes text from the clipboard.
Ctrl-l Clear the screen leaving the current line at the top of the screen.
Ctrl-x Ctrl-u Undo the last changes. Ctrl-_
Alt-r Undo all changes to the line.
Alt-Ctrl-e Expand command line.
Ctrl-r Incremental reverse search of history.
Alt-p Non-incremental reverse search of history.
!! Execute last command in history
!abc Execute last command in history beginning with abc
!n Execute nth command in history
^abc^xyz Replace first occurrence of abc with xyz in last command and execute it
Posted in Uncategorized | Leave a comment

>25 Linux tips for Windows switchers

>

eeebuntu
Some distributions. like Eeebuntu, use a customised version of another for a specific task
<>
Don’t see what all the Windows 7 fuss is about and thinking of jumping ship to Linux?
The experience of switching to Linux needn’t be a traumatic one.
Here are 25 things you need to know that will make your transition to an open source OS easy.
The basics
1. What’s a distribution?
Linux isn’t sold as a single package like Windows or MacOS. There are lots of variations on the basic operating system put together by different people for different reasons.
Some might be hardware specific – designed to run on netbooks, for example – while some might be tailored towards particular uses, like general desktops, webservers or multimedia workstations.
Think of them as like the different versions of Vista, but with many more apps in each package. Each of these different bundles is called a ‘distribution’.

2. How are they different?
The most obvious differences between distributions are the number and type of applications that come pre-installed. Under the hood, they may use a different technique for managing sound playback, too.
Not all distributions will use the same versions of core system files either, rather the ones they’ve tested and are most likely to work with the other programs in the package.
3. Which distribution should I choose?
Ubuntu is by far the most popular distribution for beginners, but most of the big names – OpenSuse, Fedora and so on – are just as approachable and have their strengths. Mandriva works well when syncing with Windows Mobile, for example.

4. Understand desktop environments
The familiar windowed desktop of any operating system is simply a layer on top of the core code that makes it easier for you to interact with your computer. Because Linux is highly modular, this desktop environment is easily separated from the core operating system, and you can choose one from several options.
Most popular distributions will give you a choice of desktop environment, while smaller ones, like Mint, may only come in one flavour.
5. Which is best for Windows’ switchers?
Gnome and KDE are the closest to Vista or OS X, and most people will find Gnome easier to pick up. Others, life XFCE or LXDE are designed to run quickly on low end systems.
oDon’t worry too much, though. The great thing about Linux is you want to try a different desktop manager without reinstalling your OS, you can. In fact, you can have several different ones on the same machine to choose from at login.

Compiz
IN CONTROL: Whichever desktop environment you use, you have an incredible amount of control over the way it looks and behaves
Installation
6. Live CDs
Once you’ve decided which distribution you’d like to try, download the installation file (usually a .iso file) and burn it to CD or DVD. With many distributions, booting from that disc will give you the option to try a ‘live version’. This lets you boot into a Linux desktop without altering your current hard drive.
7. Look elsewhere
Don’t forget, though, that the Live version will have its limitations. Before you discard a distribution for looking dull, run a few searches to see if it can be spruced up. Remember, most distributions are designed for maximum hardware compatibility. Your PC can almost certain handle better desktop effects, for example.
8. Putting Linux on your PC
If you’ve never installed an operating system before, it can be quite daunting. Don’t fear, though, it’s a straightforward operating and the big distributions have excellent documentation for first timers, like this how-to at Ubuntu.
9. Keep the Windows open
The easiest way to install a distribution would be to wipe your PC clean and start over. You may want to keep your existing Windows installation, though, to run applications like games that don’t work so well in Linux.
Most installation processes will guide you through setting up a dual boot system, with two or more operating systems on. You will need a separate hard drive or partition for each, though.
Synaptic
PACKAGE MANAGER: Synaptic is a popular package manager for Debian-based distributions, like Ubuntu



10. Getting to grips with the file system
Navigating the C: drive in Windows is second nature to most people. Opening a file browser in Linux can be a shock. Instead of a few neatly named folders like Program Files, there are several obscure ones with na
mes like “etc” and “opt” whose contents appear to be the same.
Linux programs spread bits of themselves around in each of these folders, and while it’s logical to the trained eye, it takes experience to understand. Take the easy option – don’t worry about it any more than you would the contents of C:Windows.
11. Stay in your Home
All your important files, like documents, music and video, are kept in a separate partition called the Home partition. Each username you create has their own password protected area within Home, so you can set one up for everyone in your household.
12. Understanding Root
Just like Windows, there are two types of user accounts – administrator and normal. The administrator in Linux is called ‘Root’, and system files are locked for ordinary users to edit. If you ever try to edit a document and find it can’t be saved, or a folder can’t be copied, it’s probably locked for Root access too.
13. Become a superuser
Anyone can temporarily be elevated to the position of Superuser, allowing them to perform operations restricted to root. This is done by opening a terminal and starting a command with the prefix “sudo” or “su”, depending on your distribution. You’ll then be prompted for the adminstrator password, which will allow the command to be completed.
14. Don’t be afraid of the terminal
It’s one of those words that scares off the non-geek, but a terminal is simply a program that lets you enter commands as text, rather than mouse clicks.
Because of the Linux file structure, it’s simply quicker for many expert users to use the terminal rather than the file browser to do stuff. One day you might feel the same way, honest.
15. Open file manager as Root
If you prefer the familiarity of a graphical user interface, though, you can use the terminal to open your file manager with administrator access, to move locked folders or edit locked text files.
If you’re using Gnome, just enter ‘sudo nautilus’ in the terminal and an empowered file manager will appear. Remember there’s no restrictions to stop you irrevocably damaging your system, though.
16. Installing new programs
Unlike Windows or OS X, most Linux distributions come with a graphics editor, office suite, messenger software and so on pre-installed, and getting new programs is simple.
In your main menu you’ll find a
“package manager”, usually Synaptic or Yum, which lists all the files currently installed on your PC, along with ones you can download for free.
17. Learn about repositories
The package manager gets these software lists from repositories, which are FTP servers full of free software maintained by Linux advocates or organisations. You can add new ones in the Software Sources section of the start menu.
18. Don’t always update
The package manager will cross reference software you have installed with the version in your listed repositories to see if you’re running the latest build. You don’t have to update programs when the update manager warns you, though. Remember, with Linux, you’re in control.
OpenOffice
EASY OFFICE: OpenOffice is a complete office suite which is also available for Windows. It looks a bit old fashioned, but will read and save Microsoft Office 2007 files
Troubleshooting
19. Fix display problems
If you’re getting strange screen artefacts, like text and cursors vanishing in OpenOffice or your mail client, and are using an Nvidia or AMD graphics card, it’s worth going to the manufacturers’ website to see if newer Linux drivers are available.
20. Manually installing drivers
Unlike Windows, you may never need to install a device driver on your Linux system. Most hardware is supported straight from the kernel. Manually installing drivers in Linux can be tough, though, even when the process is well documented. It’s a good idea to print off the readme file before you get started.
21. Drivers or programs don’t work?
Upgrading core kernel files with “header” in their name will likely break any manually installed graphics drivers and some programs too. The fix is simple – just reinstall them.
22. Recovery mode
Most distributions have a recovery mode of some sort available at the first menu screen to help you sort out problems with an operating system that refuses to boot. Ubuntu scores highly in this regard, because it has an option to easily reset the graphics system, often a cause of problems.
23. Look before you ask
The helpfulness of the Ubuntu forums – and indeed most Linux forums – when it comes to helping newbies out is legendary. Don’t just log in and start asking, though, run a few searches for the problems you’re encountering first.
In the unlikely event a walkthrough doesn’t already exist with a solution, you’ll get a better idea of how to phrase your question so everyone understands you first time.
24. Keep notes
The web is full of really useful Linux walkthroughs that can give you PC superpowers just by cutting and pasting a few lines into a terminal. Sometimes, these walkthroughs won’t work. It’s a good idea to keep track of changes you’ve made in case you need to go back and fix stuff later.
25. Get Wine
There are some Windows programs you may find you simply can’t do without. Spotify, Evernote, World of Warcraft, Left4Dead perhaps? Wine adds libraries to get most Windows apps running in Linux.
And finally…
Get creative with the look and feel of your desktop. You can tweak anything you want about the look, from the position of panels and menus to adding an OS X-like dock. There are loads of themes to get you started at opendesktop.org, just click on the artwork tab at the top.

Read more: http://www.techradar.com/news/software/operating-systems/25-linux-tips-for-windows-switchers-630198?artc_pg=2#ixzz15RhaskfU

Posted in Uncategorized | Leave a comment

>25 Ubuntu tips for beginners

>

25-ubuntu-tips
Dig around in Synaptic Package Manager and you’ll find all kinds of free goodies
<>
Taking a trip into the weird and wonderful world of Linux with the world’s most popular distro isn’t always the easiest of tasks, particularly if you’re used to Windows’ clean embrace.

This isn’t helped by the fact that Ubuntu isn’t as fully featured as it should be from the start.
Learn a bit about the OS, and get up and running with some interesting and helpful tools by following this guide.
1. Run essential updates
Any Linux installation worth its salt will alert you immediately to any changes that need to be made after installation, particularly if you’ve installed from a Live CD that might not be entirely up to date.
Ubuntu alerts you to this with an orange flash in its taskbar. Click on it, enter the administration password you set during installation and use the Update Manager to install the essentials. You’ll also find it at ‘System | Update Manager’.
2. Manually update packages
The auto-updater isn’t the only way to get your system up to speed. The package manager – which deals with downloading, installing and configuring new programs – might need a little kick, however.
Open a terminal window (select it from the menu, or hit [Alt]+[F2] and type gnome-terminal), then type sudo apt-get update to ensure that Ubuntu’s knowledge of packages is up to date.
3. Perform package upgrades
The next step is to turn your installed packages into the shiny new versions, which you can do using a slightly different command in the terminal window: apt-get upgrade.
Insert it (remembering to prefix it with sudo, which tells Ubuntu to perform the action as a super user) and apt-get will hammer through the list, marking and installing any packages that have fallen behind the times.
4. Upgrade the distribution
Apt is a monster of a tool. It can help you stay right on the cutting edge with little or no effort on your part.
Let’s say, for example, you’ve had an Ubuntu installation running for a while, but you want to install the latest version of the OS. You need to do a full backup, burn a new disc, sit through a reinstallation process and cross your fingers, right? Wrong.
Type apt-get distupgrade to bring your installed distro in line with current standards automatically.
5. Manage repositories easily
Apt doesn’t conjure packages out of thin air. It uses repositories – vast databases of software packages that ensure the latest versions of software are always easily available from (almost) one place.
To add more repositories, we recommend starting by installing a repository manger.
Type sudo wget http://mac4deb.googlepages.com/addrepo -O / usr/bin/addrepo into a terminal window to install addrepo, then sudo chmod +x /usr/bin/addrepo to set its permissions properly.
6. Add new repositories
Adding another source for software is easy; once you’ve installed addrepo, you can do it in the terminal by typing something along the lines of addrepo deb http://mirror2.ubuntulinux.nl/ lucid-seveas all.
If you find new repositories online, they will usually give you the right details to enter. You could also do it graphically by going to ‘System | Administration | Software Sources | Third Party Software | Add’.
7. Check the package manager
Ubuntu’s package management tools are, as you might have noticed, not restricted to the command line. Synaptic Package Manager is an excellent graphical interface for apt.
To open it, go to ‘System | Administration | Synaptic Package Manager’. Part of the fun of repositories is hunting around them for interesting packages – feel free to have a poke about!
8. Install restricted extras
Ubuntu is free software, so many features are left out by default for licensing reasons. That doesn’t stop you installing them yourself, though.
To get the Flash plug-in, support for MP3 and DVD playback, and standard TrueType fonts (among other things), search Synaptic Package Manager for ‘ubuntu-restricted-extras’ and install it. All the essentials are in that single package.
9. Get some games
Ubuntu’s default selection of games is a little weak. There’s a wealth of gaming gold on the default repositories, though.
vDrift
Search for and check out the following: Tremulous, a decent first-person shooter; FlightGear, a seasoned and accurate flight sim; Gridwars, a flashy topdown retro shooter; and vDrift, a track-based racing simulator. All deserve a place on your hard drive.
10. Enable more tweaks
There’s a single package that will open up a world of further customisation options, and that’s ubuntu-tweak. You can download the DEB package installing a repository manger.
Type sudo wget http://mac4deb.googlepages.com/addrepo -O / usr/bin/addrepo into a terminal window to install addrepo, then sudo chmod +x /usr/bin/addrepo to set its permissions properly.
11. Set up Gnome-Do
Adding functionality to Ubuntu starts with Gnome-Do, which simplifies and speeds up searching for programs and files, or activating functions. Look in the package manager for ‘gnome-do’ (or install it using apt-get) to add it. You’ll now find it in the Ubuntu menu.
12. Understand the panes
Get Gnome-Do running, then hit [Super]+[Space]. [Super] is the [Windows] key on a standard PC keyboard. The left-hand pane contains the item you’re searching for, while the right-hand pane will eventually contain the action to be applied to it.
13. Try it out
We’ll use Firefox as an example application for Gnome-Do. Start typing firefox and it should appear in the left window after a few letters – that’s all you need to type. Now hit [Tab] to switch to the second pane, and start typing the action you wish to perform, such as Minimise or Close.
14. Use further features
The arrow keys are a satisfying way to navigate around Gnome-Do. Start typing in the first pane, then hit [down] to see all the possible options. Use [right] to expand folders or panels. Choose one, hit [Tab] and use the [down] arrow to select the action to perform on it.
15. Add more
plug-ins

Gnome-Do can act on just about any software. Bring up the window with [Super]+[Space], click the little down arrow at the top-right corner and select Preferences. You can then add plug-ins for everything from Google tools and Twitter to music players such as RhythmBox.
16. Change your wallpaper
Ubuntu features some pretty – clearly Mac-inspired – purple desktop backgrounds, but no operating system is really yours until you’ve plastered a picture of your cat all over it. Right-click the desktop and choose ‘Change Desktop Background’ to load one in.
17. Switch window styles
You can change the look of your desktop’s windows from the ‘Appearance Preferences’ window. Click the Theme tab, then click on a style to see how it will look. If you click ‘Customise’, you can combine elements from different themes.
18. Install hardware drivers
To get the most out of your Ubuntu desktop, you’ll need the optimal drivers for your graphics card. They’re not installed by default, but if you go to ‘System | Administration | Hardware Drivers’, you’ll see your options. Select the latest driver, install it and restart.
19. Set up desktop effects
You’ll get a fancier looking desktop if you switch on visual effects (‘System | Preferences | Appearance | Visual Effects’). Install the ‘compiz’ settings application – search Synaptic for ‘compizconfig’ – and you’ll have access to many more stylish tweaks.
20. Add a dock
There’s a neat little desktop application, based on the code behind Gnome-Do (discussed elsewhere), that emulates the dock from Mac OS X. It’s worth a try. Search Synaptic for ‘docky’, install it, and you’ll be able to configure its minutest details by simply clicking the icon on the far left.
21. Play Windows videos
Type this into a terminal: sudo wget http://www.medibuntu. org/sources.list.d/$(lsb_ release -cs).list –outputdocument=/ etc/apt/ sources.list.d/medibuntu. list. Then run sudo apt-get install w32codecs to get the appropriate files.
22. Install VLC
You’ll find VLC listed in Synaptic under a search for ‘VLC’. Like most apps, it installs a number of other programs at the same time, which it needs in order to run. However, it doesn’t install the Firefox plug-in – search for ‘mozilla-plugin-vlc’ to find it if you want media handled in your browser.
23. Set up Samba
Sharing files with Windows computers? You need Samba. Search for ‘samba’ within Synaptic, mark the packages ‘samba’ and ‘system-config-samba’ for installation and click ‘Apply.’ You can use the configuration app to set up permanently linked shares.
24. Mess with panels
Ubuntu’s default layout is a mix of OS X and Windows. To fiddle with its panels, right-click an empty spot and select ‘Properties’. You can also add or remove elements with the appropriate command. If you’ve installed Docky, you may need to shift at least one panel out of the way.
25. Unleash GIMP
There’s one premier artistry app for Linux, and that’s GIMP. If there were an award for ‘most Photoshop features aped’, it would win two of them. It doesn’t come on a standard Ubuntu Live CD, but it deserves to, so grab it from Synaptic Package Manager and get doodling.

Read more: http://www.techradar.com/news/software/operating-systems/25-ubuntu-tips-for-beginners-906002#ixzz15RgrTdQ5

Posted in Uncategorized | Leave a comment

>Best Free Software for Linux

>

Introduction
LinuxLinux, occasionally referred to as GNU/Linux, is an open source and free operating system predominantly known for its use in servers, but has increasingly become commonplace in the desktop, notebook and netbook computers in recent years after newer and enhanced versions of Linux distributions, Ubuntu for example, are developed and offered free to users.
While you can get the Linux system and use it for free, you can also run on the system a wide range of free applications such as well-known and commonly-used software including Firefox web browser and the OpenOffice application suite.
Among various free applications, here you might find the best free software for Linux, including those products reviewed and recommended by our editors in the various sections.
Other programs that work as potential alternatives to Windows applications or even perform better than them are also listed here for the benefits of users who migrate from Windows to Linux or run dual systems on their computers.
Best Free Software for Linux – Quick Select Index
After clicking a link, use your browser’s Back icon to return here.
Items added or updated most recently: Scribus | TeamViewer | Asunder CD Ripper | JonDo | KeepNote | Tomboy Notes
Disk & File Tools: Drive Imaging | File Manager | Folder Sync | Archiver | Partition | Secure Erase | Encryption | CD Recovery | Online Backup | File Copy
Desktop & System: Screen Capture | Program Launcher | Desktop Search | Screen Session Recorder | Wallpaper Changer | Color Picker | Windows API | Cleanup and Tuning | Other System Tools
Multimedia: Media Player | Music Player and Organizer | Media Center | Format Conversion | MP3 Tag Editor | Burner | Emulator | CD Ripper | DVD Ripper | Audio Editor | Video Editor | Music Creator
Image Tools: Image Viewer | Image Editor | High Dynamic Range | Photo Organizer | Vector Graphics Editor
Home & Office: Office Suite | PDF Writer | PDF Reader | PDF Tools | Personal Finance | Personal Information Management | Notes Organizer | Desktop Publishing | E-Book Reader
Internet Tools: Web Browser | Email Client | Download Manager | BitTorrent Client | FTP Client | Instant Messaging | Remote Access
Programming: HTML Editor | Programming Editor | NFO Viewer
Security/Privacy: Internet Safety Check | Anonymous Surfing Service | Antivirus | Firewall
Games: Computer Chess | 250 Online Games | Match-3 Puzzle | Jigsaw | Computer Go | Hearts | Sudoku | Reversi
 
Best Free Disk & File Tools for Linux
 

Best Free Drive Imaging Program

  • Clonezilla: Saves and restores only used blocks in the harddisk and increases the close efficiency. The version of Clonezilla Live is suitable for single machine backup and restore. (Review)
  • G4U (“Ghosting for Unix”): “Not only can it clone disk to disk (any size) and copy disk partitions, it can also create and restore image files both locally and from an FTP site, if the workstation is connected to a wired network with a DCHP service.” (Review)
 

Best Free File Manager

  • Dolphin: A file manager for KDE (by default) and good for other desktop environments such as GNOME as well, focusing on usability with navigation bar, view properties, split of views, dockable panels and many other useful features.
 

Best Free Folder Synchronization Utility

  • FreeFileSyncFreeFileSync
    “A solid application with very clear and informative interface. The preview is very easy to understand, file collisions and deletions are readily recognizable.
    If you require a sync program that can copy files that are in use or locked, it has you covered there too!” (Review)
 

Best Free File Archiver / Zip Utilities

  • PeaZip: “Easy to use and very versatile, capable of creating 7Z, ARC, BZ2, GZ, PAQ/ZPAQ, PEA, QUAD/BALZ, TAR, UPX, ZIP files and extracting from 98 archive types.” (Review)
  • File Roller and Ark, both archive managers designed respectively for GNOME and KDE desktop environments to create archives, view or extract files from archives, work as front-ends to command-line archivers supporting various file formats.
 

Best Free Partition Manager

  • GParted: “a GNOME partition editor for resizing (enlarging or shrinking), creati
    ng or deleting, moving or copying partitions on a hard disk, creating a partition table, enabling or disabling partition flags such as boot and hidden.” (Review)
  • Parted Magic: “Employs core programs of GParted and GNU Parted to handle partitioning tasks and can be run from a live CD, DVD or USB flash drive.” (Review)
  • TestDisk: “A console application designed for data recovery. It can be used to fix partition table, recover deleted partitions or copy files from deleted partitions.” (Review)
 

Best Free Secure Erase Utility

  • Darik’s Boot and Nuke: “Constructs a floppy disk or CD that will automatically wipe the hard drives of any PC that’s booted from the disk, great for bulk disk cleaning and emergency.” (Review)
 

Best Free File Encryption Utility

  • TrueCryptTrueCrypt
    “TrueCrypt is a powerful, flexible and highly-effective encryption program to encrypt files, folders or entire drives. Use this seasoned, widely-used encryption program when you want an encrypted container that mounts as a virtual drive.
    It’s one of those freeware programs that is far superior to commercial software and its open source status allows the all-important peer review of the source code required for a trustworthy encryption program.” (Review)
 

Best Free CD Recovery Utility

  • Dvdisaster: “A preventive program to create an error correction file from a good CD or DVD for data recovery.” (Review)
 

Best Free Online Backup Sites

  • Dropbox: “Provides 2 GB free space for backing up and sharing your files, works similar to any other folder of your computer—after installation, simply drag and drop files/folders to Dropbox you want to backup, share or sync with other computer.” (Review)
 

Best Free File Copy Utility

  • Unstoppable Copier: “Excellent for copying information from scratched CD’s, DVD’s and corrupted files from the hard drives.” (Review)
Best Free Desktop & System Tools for Linux
 

Best Free Screen Capture

  • ShutterShutter
    “Shutter is like a swiss army knife for all screen capture tasks in Linux. It works better than Gnome-screenshot and KDE’s KSnapshot.
    You can use this program to capture desktop, window, child window and rectangular area, with many plugins for resize and special effects, delay capture, activate/deactivate window border and cursor, inbuilt drawing tools, linked to external editor and auto save.” (Review)
 

Best Free Program Launcher

  • Launchy: “a top product in the keyword search class, easy to understand, use, configure and extend. It has a really small memory footprint.” (Review)
 

Best Free Desktop Search Utility

  • Google Desktop Search: “Google sidebar and gadgets. Just type a few letters or words into the search box and your top results pop up instantly. Indexes and searches multiple email programs.” (Review)
 

Best Free Screen Session Recorder

  • Wink: “Ease of use, great flexibility and powerful annotation features, allows audio to be embedded in the presentation, etc.” (Review)
  • recordMyDesktop: an easy-to-use and effective recorder to make screen recordings into free Ogg video format. It also offers the ability to record audio through ALSA mixer or other options. The frontend program gtk-recordMyDesktop and the ALSA mixer can be downloaded from some depositories including Ubuntu Software Center.
 

Best Free Wallpaper Changer

  • WallyWally
    “A good wallpaper changer allows for wallpaper positions to set to centered, tiled, center tiled, centered maxpert, tiled maxpert, scaled, center auto fit or scale and crop.
    The program supports features such as time intervals, selecting images from local folders or online resources, displaying images’ EXIF data in system tray tool-tip, saving downloaded photos and run-ti
    me folder change detection.” (Review)
 

Best Free Color Picker

  • gcolor2: “Quick and easy to pick a color, supports HSV, RGB and HTML codes with an opacity slider, color grabber, allows for naming and saving picked colors.” (Review)
 

Best Free Windows API

  • Wine lets you run Windows applications on Linux and other operating systems, but without a copy of Windows. It’s still under active development and not every program works yet.
 

Best Free Cleanup and Tuning

  • BleachBitBleachBit
    A system tool allows you to preview and delete unnecessary files to free up your valuable disk space, maintain privacy, and remove hidden junk. It deletes cache, cookies, Internet history, logs, temporary files, broken shortcuts, and wipes clean 70 applications and more.
  • GtkOrphan: An orphaned libraries remover to analyse the status of your installations, looks for orphaned libraries and adds package-removal capability. A GUI front-end to Deborphan for Debian systems.
  • SUM: A Startup Manager to change settings for your preferred default operating system to boot up, manage Usplash themes, adjust bootloader menu resolution or set timeout in seconds. See also Change Default Boot Options.
 

Other System Tools

Best Free Multimedia Software for Linux
 

Best Free Media Player

  • VLC Media PlayerVLC Media Player
    “Supports playback of most video files and DVD discs without the need to download external codec packs, including flv filescan. There are 5 different DVD region codes and VLC plays them all.
    VLC also has the ability to take screenshots of your video, even while during DVD playback, a real attractive feature.” (Review)
  • SMPlayer: “Intends to be a complete front-end for MPlayer, from basic features like playing videos, DVDs, and VCDs to more advanced features like support for MPlayer filters, remember the settings of all files you play and more.”
 

Best Free Music Player and Organizer

  • Banshee: Imports, organizes, plays, and shares music using a simple yet powerful interface. Other features include rip CDs, create playlists, burn audio and mp3 CDs, support for podcasting and music recommendations.
  • Amarok: A powerful music player for multi platforms with an intuitive interface, supports for collection management, bookmarking, dynamic playlists, file tracking, integrated web services and more.
 

Best Free Media Center

  • XBMCXBMC
    “It is truly outstanding in this category and earns the Gizmo’s Top Pick title rightfully in my eyes. It played all media files I fed it with and turned out to be the most reliable product for me.
    XBMC offers convincing media library features and is highly configurable with custom skins and backdrops. You will find a vast amount of plugins, skins and other goodies for it as the community around XBMC is large.” (Review)
 

Best Free Audio / Video Format Conversion

  • SoundConverter: Aims to be simple to use and fast for conversion from most audio files to wav, flac, mp3, aac and ogg files, supports for extraction of the audio from videos too. (Note: Install GStreamer MP3 Encoding to enable conversion to mp3.)
  • Arista Transcoder: An easy-to-use converter to convert multimedia files from one format to another for playback on various devices. Supported output formats include m4v (Ipod), avi (Nokia, PDA or DVD player), mkv (computer) and mp4 (various Sony devices), depending on the device you choose.
  • OggConvert: A small and easy-to-use utility to convert most audio and video files to the patent-free Ogg format, and support for encoding to the Matroska container format (mkv, mka), with adjustable settings on audio a
    nd video quality for conversion.
 

Best Free MP3 Tag Editor

  • Kid3Kid3
    “Edit all tags, generate tags from files or vice versa, import tags from databases, browse cover arts and lyrics from online resources, drag and drop cover art to a file, export tags, etc.” Kid3 uses KDE libraries, while another package Kid3-qt is also available for installation without KDE dependencies.” (Review)
  • MusicBrainz Picard: “Identify track info by matching digital thumbprint with MusicBrainz database, show up existing tags with add and delete functions.” (Review)
 

Best Free CD / DVD Burning Software

  • K3b, a capable CD/DVD burner optimised for KDE, lets you easily burn data CDs/DVDs, create audio/video CDs and video DVDs, rip audio/video CDs and video DVDs along with other related tasks, good for experienced as well as beginner users.
  • Brasero: Designed for ease of use to create a traditional audio CD, data CD/DVD, video DVD or a SVCD, burn an existing CD/DVD image to disc, copy a CD/DVD to a new disc or write to an image file in ISO and other formats.
  • ImgBurn: “Most powerful burning application with advanced features, support for every modern optical disc from CD to Blu-Ray, more than 10 image formats, authoring rewritable discs, etc.” Runs on Linux with Wine (x86 only). (Review)
 

Best Free CD / DVD Emulation Software

  • Furius ISO Mount: “Select or drag-and-drop an image file to mount, one-click unmount, supports for burning ISO and IMG files, generate MD5 and SHA1 checksums, saving history and retrieving previously unmounted images.” (Review)
 

Best Free CD Ripper

  • AsunderAsunder
    A simple yet powerful audio CD ripper and encoder to save audio tracks from an audio CD as any of MP3, AAC, Ogg, WAV, FLAC, Wavpack, Musepack or Monkey’s audio files.
    Useful features include using CDDB to name and tag each track, encoding to multiple formats in one session, simultaneous ripping and encoding, tagging each track for a different artist and more.
 

Best Free DVD Ripper

  • HandBrake: “Good quality in transcoded video, small file size, integrates the latest improvements to the H.264 encoding library with enhanced picture quality, speed optimizations and supports better control over multiple audio tracks.” (Review)
 

Best Free Audio Editing / Audio Splitter

  • AudacityAudacity
    “It does all the recording and editing I need, and is much simpler and faster to use than a lot of paid products. The interface is easy to use, allowing you to select and apply a noise profile just as easily as removing it.
    The program also can record live audio, convert tapes and records into digital recordings, edit various sound files, cut, copy, splice, and mix sounds together and change the speed or pitch of a recording.” (Review)
  • mp3splt-gtk: “Splits mp3 and ogg files without re-encoding, able to identify split points between tracks via online database services (CDDB or FreeDB).” (Review)
 

Best Free Video Editor

  • AvidemuxAvidemux
    “It is designed for multi-purpose video editing and processing and is my personal favorite because of its simplicity yet wide range of tools.
    The software supports many file types, including AVI, DVD compatible MPEG files, MP4 and ASF, using a variety of codecs. It lets you do just about everything under the sun, with well documented tutorials.” (Review)
  • OpenShot Video Editor: an open-source and non-linear video editor which is stable and friendly to use with support for many video, audio and image formats based on FFmpeg together with lots of other useful features.
 

Best Free Music Creator

  • LMMSLMMS (Linux Multimedia Studio)
    “As a stand alone application, one would be hard pressed to find a more comprehensively full featured and versatile free music creator than this, with so many instruments and effects to choose from.
    The onboard Beat/Bassline editor removes the need for a separate drum sequencer and is a very nice touch: LMMS really is a one stop shop” (Review).
Best Free Image Viewing & Editing Software for Linux
 

Best Free Digital Image Viewer

  • XnView: “Fast, lots of features, very manageable, many plug-ins, supports nearly any OS.” (Review)
 

Best Free Digital Image Editor

  • GIMP: “It has lots of advanced features and can do almost everything the Photoshop can do.” (Review)
 

Best Free High Dynamic Range (HDR) Software

  • Luminance HDRLuminance HDR
    Luminance HDR (previously known as Qtpfsgui) is an open source graphical user interface program and a high quality application to provide a workflow for high dynamic range imaging.
    It has great tone-mapping and aligning facilities, allowing for 8, 16 and 32 bit channels and two means of manually manipulating the image.
 

Best Free Digital Photo Organizer

  • Picasa 3: “Simply sensational editing features that provide you with every function amateur photographers need.” (Review)
  • digiKam, a digital photo management program designed to import, organize, enhance, search and export image files. With this you can add comments and tags to albums, view and edit items, create slideshows and calendars, and share your creations.
 

Best Free Vector Graphics Editor

  • Inkscape: “A top product enhanced by an excellent user interface and the impressive set of tutorials, helps wean the user away from the world of digital images to the nodes, lines, curves and shapes that form the basis of vector editing.” (Review)
Best Free Home & Office Software for Linux
 

Best Free Office Suite

  • OpenOffice 3OpenOffice 3
    “Covers the basics of office document creation: word processing, spreadsheets, presentations, graphics, a desktop database. It allows you to save your documents in many choices of file formats so you’ll have no problem exchanging documents with MS Office.” (Review)
 

Best Free PDF Writer

  • CUPS-PDF: Creates a virtual PDF printer to convert a file printed in queue to PDF and save it in a user directory.
 

Best Free PDF Reader

  • Okular: More than a viewer for pdf and other document formats including postscript, djvu, tiff, chm, dvi, xps, odf and so on. It can be used on both KDE and GNOME desktop environments, with features for annotations, highlighting, drawing lines and shapes, adding textboxes and stamps, selecting and saving a part of documents as text or in an image format.
  • Evince: A document viewer for pdf and other document formats including postscript, djvu, tiff and dvi, aiming to replace the multiple document viewers that exist on the GNOME Desktop with a single simple application.
  • Foxit Reader: Small size, user-customized toolbar, fast launch speed, full screen capabilities, snapshot, zoom, thumbnails and other features. (Review)
 

Best Free PDF Tools

  • PDF-ShufflerPDF-Shuffler
    “Re-arranging pages in a pdf document, or merging and splitting pdf files, would be much easier with PDF Shuffler.
    After importing one or more pdf files to PDF Shuffler, you are presented with pages in thumbnails so that you can easily merge, re-order or delete the pages, or right-click a thumbnail to rotate or crop a page before exporting to a new pdf file.” (Review)
  • Sun PDF Import Extension: “Allows you to import and modify PDF documents in OpenOffice from a PDF/ODF hybrid file with 100% layout accuracy.” (Review)
 

Best Free Personal Finance

  • GnuCash: “Double entry accounting, keep tabs of budgets, create various accounts in each category, full suite of standard and customizable reports.” (Review)
 

Best Free Personal Information Management

  • Chandler: “Excellent task management, with “triage” (presents tasks and events in “now”, “later” and “done” categories). Imports external SMTP email accounts, Google calendars and Highrise tasks. Exports calendars and tasks. Email messages can be edited, added to, and sent directly from Chandler.” (Review)
 

Best Free Notes Organizer

  • KeepNoteKeepNote
    “In each notebook, you can create folders and pages, as well as sub-folders and sub-pages, and you can re-organize them easily by drag-and-drop. In each page, rich text formatting including colored fonts, bullet point lists and hyperlinks are supported.
    Not only can you store images, you can also directly insert a screenshot you take with this application into an opened note.” (Review)
  • Tomboy Notes: “Time for Tomboy Notes if you want to have a useful tool to relate notes and ideas together, with a wiki-like linking system. Features of the program include rich-text formatting, printing or exporting notes to html format, etc.” (Review)
 

Best Free Desktop Publishing Program

  • ScribusScribus
    “It’s the real thing; a professional quality page layout program capable of producing press-ready output. The feature list is impressive; basically everything you want is there including “CMYK color, separations, ICC color management and versatile PDF creation.
    Graphics manipulation is handled via an interface to Gimp. Scribus can also import from and export to programs in the Open Office suite. The user interface is highly functional and the documentation is excellent, with lots of support from the user community.” (Review)
 

Best Free Electronic Book Reader

  • Calibre: “Includes an e-book viewer, library management, format conversion, news feeds, ebook conversion and sync features. A complete solution to all your e-book needs.” (Review)
Best Free Internet & eMail Software for Linux
 

Best Free Web Browser

  • Mozilla FirefoxMozilla Firefox
    “Firefox is safer and browses a tad faster than Internet Explorer (for Windows), very stable and more standards compliant, rich in features such as Private browsing, tabbed browsing and over 2000 free extensions (add-ons) that allow you to customize your experience. It provides the most flexibility, expandability, and features of any browser to date.” (Review)
  • Google Chrome: “Extremely fast, simple and intuitive interface, Incognito Mode won’t leave traces of browser history, capable of creating Application Shortcuts to specific pages on the web.” (Review)
  • Opera: “In addition to being a top rate web browser, it also has a great email client, RSS reader, newsgroup reader, and IRC Chat client.” (Review)
 

Best Free Email Client

  • Mozilla Thunderbird: “Customizable and expandable through add-ons, intuitive user interface.” (Review)
  • Evolution: Provides integrated mail, address book and calendar, matches most other email programs in features and functionality.
 

Best Free Download Manager

  • UgetUget
    “A cross-platform program designed to be simple, lightweight and easy to use. It’s an open source application written in GTK+. Debian and RPM packages are readily available for download and installation.
    The program supports pause, resume and queue downloads, and classification of download files, monitors clipboard and integrates with Firefox browser via FlashGot plugin.” (Review)
 

Best Free BitTorrent Client

  • Vuze (formerly Azureus): “Cross platform, informative interface, wide variety of plugins, excellent support and the Vuze platform of legal content that downloads at high speeds.” (Review)
  • Tixati: “Performs excellently, easy on system resources, has an appealing and useful interface and has no ads or toolbar
    on install.” (Review)
 

Best Free File Transfer Protocol (FTP) Client

  • FireFTP: “A cross-platform FTP client for Mozilla Firefox, easy to use, small, fast, feature packed, frequent updates and new features.” (Review)
  • FileZilla: “If you use a browser other than Firefox or require advanced functionality not found in FireFTP, then this is one of great standalone applications, easy to use, feature rich, includes site manager functions.” (Review)
 

Best Free Instant Messaging Client

  • Pidgin: “Supports AIM, ICQ, Google Talk, MSN Messenger, Yahoo!, IRC, Jabber, Gadu-Gadu, and Zephyr IM networks, available for multiple platforms, simple user interface, functional and lack of popups.” (Review)
 

Best Free Remote Access Software

  • TeamViewerTeamViewer
    “An excellent remote control product that allows you to connect to any PC over the internet and drive it as if you were sitting in front of it.
    The software is said to have been downloaded more than 60 million times so far, and is widely praised by a number of users of Gizmo’s Freeware. Another handy feature is that your grandma won’t need admin privileges to run the client application, so making the connection to her PC is going to be pretty easy.” (Review)
Best Programming Software & Tools for Linux
 

Best Free HTML Editor

  • KompoZer: “Full-featured WYSIWYG editor, integrated file management, tabbed editing, supports for forms, tables and templates.” (Review)
  • Aptana Studio: “Full featured HTML text editor based on the well-known, open-source Eclipse IDE and many plugins.” (Review)
 

Best Free Programming Editor

  • BluefishBluefish
    “A lightweight yet powerful editor designed for experienced programmers and web designers, and works as a general purpose editor as well with the IDE.
    Its user interface is complete with toolbars, dialogs and user-customized menus to facilitate insertion of markups and codes. Options are available for writing websites, scripts and programming codes in many programming and markup languages, with many other useful features.” (Review)
  • Kate: “Advanced and easy-to-use editor supporting scriptable syntax highlighting, indentation and code folding for many source files, loads fast and runs stably.” (Review)
 

Best Free NFO Viewer

  • NFO Viewer: A simple viewer for NFO files with preset font, encoding settings, automatic window size and clickable hyperlinks.
Best Free Security and Privacy Software for Linux
 

Best Free Internet Safety Check

  • WOT: “Fastest ratings, uses green/yellow/red ratings and ‘people’ reliability icons, multiple rating categories to help you evaluate websites, fantastic warning screen to empower users to avoid potentially bad websites before interacting with them.” (Review)
 

Best Free Anonymous Surfing Service

  • JonDo: “(previously known as JAP) is my top choice and is a Java application that performs the role of a local (PC based) proxy server that redirects browser requests via the JonDo network. This allows the user to configure their choice of any browser rather than requiring a change to Opera.” (Review)
 

Best Free Antivirus

  • Clam AntiVirus: “You may not need it. Some Linux users like to scan files prior to sending them to users of other operating systems, though.” (Review)
 

Best Free Firewall

  • Firestarter: A complete firewall tool for Linux, allows for users to create a firewall with a wizard, open and close ports with a few clicks, completes with a real-time hit monitor.
Best Free Games for Linux
 

Best Free Computer
Chess

  • PyChessPyChess
    “With this program, you can play against the GNU Chess engine or lots of other chess engines, such as the Crafty engine. You can also play Internet chess by connecting to the FICS servers.
    It allows for saving games in the PGN, EPD and FEN chess file formats so that you can always return to continue with the games or analyze them. It also offers opening books and other useful features including undo moves, hint and spy modes, sound and animation effects.” (Review)
  • HOXChess: “a well designed open source Chinese Chess application with highly configurable user interface and multi engines for you to choose from. You can also easily connect to multi remote Xiangqi servers to play the game online.” (Review)
 

250 Best Free Online PC Games In One Place

  • Friv: “Be greeted with a full-screen of tiny screen shots for more than 250 free online PC games, all kinds of popular games and they are of various genres.” (Review)
  • Netpotion Gamez: “A good alternative game site with minimum advertisements, features 36 tiny screen shots in each page from a library of more than 800 free online games. A click on each tiny screen shot brings you to the game selected.” (Review)
 

Best Free Match-3 Puzzle

  • Frozen Bubble: “Shoot a bubble up to match and clear three or more same color bubbles from the playing field in this popular puzzle game, designed with colorful 3D rendered penguin animations and 15 stereo sound effects.” (Review)
 

Best Free Jigsaw Puzzle

  • Picpuz: “Create and solve puzzles, save and open puzzle files, set tile sizes, solving a puzzle by swapping pieces or with a helpful solver.” (Review)
 

Best Free Computer Go

  • PANDA-glGo: “2D and 3D boards, adjustable board size and engine strength, play online or offline, etc.” (Review)
 

Best Free Hearts Game

  • Gnome Hearts: “Various rule sets including Spot Hearts, Omnibus Hearts with configurable play rules, backgrounds and card styles.” (Review)
 

Best Free Sudoku Puzzle, Generator and Solver

  • HoDoKuHoDoKu
    An open source program allows you to generate sudoku puzzles in five different and configurable difficulty levels. It also includes a solver and an analyzer to help you solve the puzzles.
    While playing the game, you can select to view a summary of solving techniques and solution paths. When you click on a solution path, it highlights the steps on the corresponding grid to help you analyze the game. (Review)
 

Best Free Reversi

  • KReversi: “7-level of difficulty, clean and helpful interface, show legal moves and last move, undo moves, hints, animation, etc.” (Review)
Posted in Uncategorized | Leave a comment

>Tips and Tricks for Ubuntu after Installation

>Ubuntu is a free operating system or a Linux distribution (“distro”) which receives the highest hits on DistroWatch and has been selected by readers of DesktopLinux as the most popular distro. It also gets the highest number of votes in Poll Results on Gizmo’s Freeware Forum.
If you have the Ubuntu system which comes with the default Gnome window manager installed in your PC, you might find these tips and tricks useful for working with the system.

Tips and Tricks
   Customize the Panel

Ubuntu includes a top panel and a bottom panel by default. If you prefer to keep only one panel at the bottom just like the Windows Taskbar, then these are the steps to follow:

  1. Ubuntu DesktopDelete the bottom panel: right-click over it and click “Delete This Panel”.
  2. Move the top panel to bottom: right-click over it, select “Properties” and change Orientation from “Top” to “Bottom”.
  3. Add running program buttons: right-click the panel, select “Add to Panel”, scroll down and select “Window List”, click “Add”.
  4. Replace the Menu Bar (“Applications-Places-System”) with the “Main Menu” to save space in the panel:
    1. Right-click the “Menu Bar” and select “Remove From Panel”.
    2. Right-click the panel, select “Add to Panel” and choose “Main Menu”, click “Add”.
    3. Right-click the items (Firefox, etc) and untick “Lock to Panel”.
    4. Right-click the added “Main Menu”, select “Move” to relocate it to the far left.

These are basic changes. The panels are much more flexible than the Windows Taskbar in that many items in the panels can be easily added, removed or configured.
Note: If you need to restore the panels to the original state, enter the following commands into the Terminal and re-start the system:

  1. sudo gconftool-2 –shutdown
  2. sudo rm -rf .gconf/apps/panel
  3. sudo pkill gnome-panel

   Set Full Transparent Panel

When you set the panel to be transparent in the default Ambiance theme in Ubuntu 10.10 or 10.04, you will find that some panel items’ backgrounds are not transparent, but you can make them transparent and consistent with others, following these steps:

  1. Ubuntu DesktopGo to Applications (or Main Menu) > Accessories > Terminal.
  2. Enter cp -R /usr/share/themes/Ambiance ~/.themes/
  3. Enter gedit ~/.themes/Ambiance/gtk-2.0/apps/gnome-panel.rc (for Ubuntu 10.10) OR gedit ~/.themes/Ambiance/gtk-2.0/gtkrc (for Ubuntu 10.04), to open the file with gedit.
  4. Search for this line bg_pixmap[NORMAL] = “img/panel.png” (for Ubuntu 10.10) OR bg_pixmap[NORMAL] = “panel_bg.png” (for Ubuntu 10.04)
  5. Ubuntu DesktopComment out the line by placing a # at the beginning of the line, like this: #   bg_pixmap[NORMAL] = …
  6. Save the file.
  7. Go to System > Preferences > Appearance, switch to the other theme and then back to the Ambiance theme.

Note: If you’d like to change to the Radiance theme, replace Ambiance with Radiance in the above command lines, but you’d like to change to the New Wave theme, then enter cp -R /usr/share/themes/”New Wave” ~/.themes/ in step 2, enter gedit ~/.themes/”New Wave”/gtk-2.0/gtkrc in step 3, search for and comment out this line bg_pixmap[NORMAL] = “Images/Panel/PanelBarLong.png” in steps 4 and 5 respectively.

   Customize the Theme

Themes in Ubuntu can be customized to match the applications or suit your needs. I once tried the “New Wave” theme and the menu (File, Edit, View, etc) was hardly visible on the dark background in OpenOffice. These are easy steps to customize a theme, for example, “New Wave” so that the menu can be more visible in OpenOffice.

  1. Customize the ThemeGo To System > Preferences > Appearance.
  2. Under the “Theme” tab, click the “Customize” button while the “New Wave” theme is selected.
  3. Under the “Controls” tab, click any other control item such as “Ambiance” and click the “Close” button.
  4. Now it becomes your Custom theme and you can save it as a new theme, such as “New Wave with Ambiance Controls”.

The menu should now be clearly visible in OpenOffice in this new theme (See the lower section in the screenshot).

   Change Font Type and Color of Panel Clock

The font type and color of the panel clock follow the windows text in a theme by default. In particular, if the font color is black and shown on a dark background through a transparent panel, you can’t read the clock clearly, but you can tweak it by changing the font color. And you can define the font type for your panel clock as well.
The code in Step 1 below sets the font color to white and applies DS-Digital font (Note 1), bold and size 16.

  1. Panel ClockOpen up the text editor Gedit and paste the following code:
    style “my-panel-clock”
    {
    fg[NORMAL] = “#FFFFFF”
    font_name = “DS-Digital Bold 16”
    }
    widget “*.clock-applet-button.*” style “my-panel-clock”
  2. Save the file as .gtkrc-2.0 (including the dot in front
    of the filename)
    inside your home directory /home/your_user_name.
  3. Log out and log back in (OR enter killall gnome-panel into the Terminal) to see the change.

Note 1: The DS-Digital font can be downloaded here. After downloading, unzip the file and install the font into the system for use. See Install Extra Fonts.
Note 2: The filename leading by a dot represents it’s a hidden file and visible by toggling the key Ctrl-H in the Nautilus file browser.

   Set Aero Glass Effect

In Ubuntu you can set nearly the same aero glass effect to window borders with alpha transparency as available in Windows 7.

  1. Aero Glass EffectPress Alt+F2 to bring up “Run Application” window.
  2. Type gconf-editor into the box, click “Run” to bring up Configuration Editor.
  3. Browse to apps > gwd, look for “metacity_theme_active_opacity” on the right panel.
  4. Change the value in “metacity_theme_active_opacity” from 1 to 0.75 (or smaller such as 0.5 for more transparency).
  5. Then go to System > Preferences > CompizConfig Settings Manager
  6. Select “Effects” from the left panel.
  7. Tick “Blur Windows” and click the “Close” button. (Note: default values in Blur Windows can be applied.)

Note: If the aero glass effect doesn’t work, check if you have updated your display driver. Go to System > Administration > Additional Drivers, activate the recommended graphics driver and restart the system.

   Pin Programs to the Panel

Frequently used programs can be easily pinned to the panel.

  1. Browse to the program from “Applications” or “Main Menu”.
  2. Drag and drop the program to an empty space in the panel, or right-click the program and select “Add this launcher to panel”.
  3. Right click the program icon, select “Move” and drop it to a new place in the panel.
  4. Right click the program icon and select “Lock to Panel”.

See also “Enable Windows 7 Superbar“.

   Add or Change Keyboard Shortcuts

Keyboard shortcuts are preset in the system, but you can add new ones or change them easily. For instance, change the default shortcut Ctrl+Alt+T (Run a Terminal) to Win+R (press R while holding down the Windows key, also known as Super key) by the following steps:

  1. Keyboard ShortcutsGo To System > Preferences > Keyboard Shortcuts
  2. Browse to Desktop > “Run a terminal”
  3. Click on the Shortcut, and it shows “New shortcut…”
  4. Press Win+R, and it shows Mod4+R
  5. Click the Close button and try the new shortcut.

Note 1: To disable a shortcut, press Backspace when it shows “New shortcut…” after the step 3 above.
Note 2: Shortcuts begin with XF86 refer to special keys available to some multimedia keyboards.
Note 3: Keyboard shortcuts can also be set by changing keybinding values with Configuration Editor. Press Alt+F2 and enter gconf-editor, then navigate to apps > gnome_settings_daemon > keybindings, or apps > metacity > global_keybindings and window_keybindings.

   Hide Drive Icons on the Desktop

Ubuntu adds an icon to the desktop for every removable drive that you attach to your system. The icons can be hidden by these steps:

  1. Press Alt+F2 to bring up “Run Application” window.
  2. Type gconf-editor into the box, click “Run” to bring up Configuration Editor.
  3. Browse to apps > nautilus > desktop.
  4. Untick “volumes_visible” and close the window.

The drive icons would then disappear from the desktop. Remember that you can always access the drives from “Places”.

   Move Window Control Buttons to the Right

If your Ubuntu system sets the Minimize, Maximize and Close buttons to the left in a window and you prefer to change them to the right, then follow these simple steps:

  1. Move buttons to rightPress Alt+F2 to bring up “Run Application” window.
  2. Type gconf-editor into the box, click “Run” to bring up Configuration Editor.
  3. Browse to apps > metacity > general, look for “button_layout” on the right panel.
  4. Change the value in the “button_layout” from close,minimize,maximize: to menu:minimize,maximize,close and press the Enter key.

   Set a Default View in File Browser

Windows Explorer allows for users to set a default view to all folders. In almost the same way, Ubuntu’s Nautilus File Browser allows for these settings:

  1. Set File BrowserGo to “Places” and open a folder.
  2. At the top of the File Browser, click “Edit” and “Preference”.
  3. Under Default View, change “Icon View” to “List View”, to see more details in columns.
  4. Tick “Show hidden and backup files” if that’s your choice.

Other various settings, such as single or double click to open items, icon captions, list columns, preview files and media handling can be done in the same window as well.

   Open Up a Window in Center

When running an application without maximized, Ubuntu always puts it in the left-t
op corner of the desktop by default, but you are allowed to set a program window to open up in the center of the desktop area.

  1. CompizConfig Settings ManagerGo to System > Preferences > CompizConfig Settings Manager
  2. Select “Windows Management” from the left panel.
  3. Click “Place Windows”.
  4. Change Placement Mode from “Smart” to “Centered”, click “Back” and “Close”.

Ideally, the window manager in Ubuntu should restore the last known position of an application window, but it does not do that unless an application remembers its own window position. (See reported bugs)

   Enable “Rotate Cube” Effect

Ubuntu enables “Desktop Wall” by default. By holding Ctrl-Alt keys and pressing the left-arrow or right-arrow key each time, it slides through desktop workspaces horizontally for you to choose one to work on. Alternatively, you can change this to a “rotate cube” effect.

  1. Rotate CubeGo To System > Preferences > CompizConfig Settings Manager
  2. Select “Desktop” from the left panel.
  3. Tick “Rotate Cube”.
  4. Select “Eable Desktop Cube” as this plugin is required by “Rotate Cube”.
  5. Select “Disable Desktop Wall”.

Immediately you can rotate your desktop workspaces in this way— holding down Ctrl-Alt keys, EITHER press the left-arrow or right-arrow key OR left-click the mouse and drag it to left or right.

   Enable Windows 7 Superbar

In Windows 7, frequently used programs can be pinned to the taskbar (hence called Superbar). Likewise, DockBarX, a Gnome panel plugin, can be added to Ubuntu to achieve almost the same effect to pin and unpin or launch the applications from the panel.

  1. DockBarX AppletGo to Ubuntu Software Center > Edit > Software Source.
  2. Select “Other Software” and click “Add”
  3. At APT line, enter ppa:dockbar-main/ppa, click “Add Source” and “Close”
  4. At the left panel of Ubuntu Software Center, select “PPA for Dockbar Main Group”, which is added after the above steps
  5. At the right panel, select DockbarX and click “Install”
  6. Right click the panel and click “Add to Panel”.
  7. Select the DockBarX Applet and click “Add”.

Note: A thumbnail preview of a running program is also available to DockBarX. To enable this feature, right-click the DockBarX item on the panel, select Properties, choose Window List and tick “Show Previews”. Other preferences such as appearance, window item and group button can also be configured by users.

   Enable Windows 7 Aero Snap

In Windows 7, you can click and drag a window to the left or right edge of the desktop and it will fill half of the screen, or snap a window to the top edge of the desktop and it will be maximized.
In Ubuntu, you can click and drag a window to the left, right or top edge of the desktop to achieve the same result.

  1. In addition to CompizConfig Settings Manager, install WmCtrl if not added.
    1. Go to Applications (or Main Menu) > Accessories > Terminal.
    2. Enter sudo apt-get install wmctrl
    3. Enter password when prompted.
  2. Go To System > Preferences > CompizConfig Settings Manager.
  3. Select “General” from the left panel and click “Commands”.
  4. In Command line 0, 1 and 2, paste the following codes:
    1. Command line 0, paste WIDTH=`xdpyinfo | grep ‘dimensions:’ | cut -f 2 -d ‘:’ | cut -f 1 -d ‘x’` && HALF=$(($WIDTH/2)) && wmctrl -r :ACTIVE: -b add,maximized_vert && wmctrl -r :ACTIVE: -e 0,0,0,$HALF,-1
    2. Command line 1, paste WIDTH=`xdpyinfo | grep ‘dimensions:’ | cut -f 2 -d ‘:’ | cut -f 1 -d ‘x’` && HALF=$(($WIDTH/2)) && wmctrl -r :ACTIVE: -b add,maximized_vert && wmctrl -r :ACTIVE: -e 0,$HALF,0,$HALF,-1
    3. Command line 2, paste wmctrl -r :ACTIVE: -b add,maximized_vert,maximized_horz
  5. In the same window, click “Edge Bindings” tab.
  6. Change Run Command 0, 1 and 2 from “None” to “Left”, “Right” and “Top” respectively.
  7. Click “Back” button and select “General Options”, change “Edge Trigger Delay” to about 500.

   Auto Mount Drives at System Startup

Ubuntu is capable of reading and writing files stored on Windows formatted partitions, but partitions must be ‘mounted’ before they can be accessed each time you start up the system. With these steps, you can auto mount the drives or partitions without the need to manually mount them for access.

  1. Storage Device ManagerInstall Storage Device Manager if it has not been added.
    1. Go to Applications (or Main Menu) > Ubuntu Software Center.
    2. Enter pysdm in the Search Box.
    3. Select Storage Device Manager, click the “Install” button.
  2. Go to System > Administration > Storage Device Manager.
  3. Extend the list of sda and select the sda you want to auto mount, click ‘OK’ to configure.
  4. Click the “Assistant” button.
  5. Uncheck “Mount file system in read only mode” and keep “The file system is mounted at boot time” checked.
  6. Click the “Mount”, “Apply” then “Close” button, and restart the system.

If you can’t link a partition’s label to a device, go to System > Administration > Disk Utility, select a drive and click a partition to find out its label and device.
In case you wish to remove the auto-mount of a certain drive or partition, you can similarly use Storage Device Manager to do the setting.
Note: In the background, Storage Device Manager follows your setting to edit the configuration file /etc/fstab which contains the necessary info to automate the process of mounting partitions. (See Introduction to fstab)

   Manually Mount a USB Drive

A USB storage device plugged into the system usually mounts automatically, but if for some reasons it doesn’t automount, it’s possible to manually mount it with these steps.

  1. Go to Applications (or Main Menu) > Accessories > Terminal.
  2. Enter sudo mkdir /media/usb to create a mount point called usb.
  3. Enter sudo fdisk -l to look for the USB drive already plugged in, let’s say the drive you want to mount is /dev/sdb1.
  4. Enter sudo mount -t vfat /dev/sdb1 /media/usb -o uid=1000,gid=100,utf8,dmask=027,fmask=137 to mount a USB drive formatted with FAT16 or FAT32 system. OR:
    Enter sudo mount -t ntfs-3g /dev/sdb1 /media/usb to mount a USB drive formatted with NTFS system.

To unmount it, just enter sudo umount /media/usb in the Terminal.

   Enable Media Playback

Ubuntu only includes completely free software by default and does not configure proprietary media formats such as mp3 and mp4 ‘out of the box’. The required codecs however can be easily installed for the default player to playback these files following a few simple steps below.

  1. Double click an mp3 file in a folder.
  2. Click “Search” button when the the default player shows up with a “Search for suitable plugin?” window.
  3. Click the “Install” and “Confirm” buttons to download and install the restricted software.
  4. Restart the player after the package files are installed.

You might need to do the same for other restricted media formats such as mp4 too.

   Set Sound Output

When I first installed Ubuntu onto a PC with an integrated audio device and tried to play a media file on a player, it had no sound. I tried these simple steps in setting Sound Preferences and then it had sound. It works for me for the audio device I have.

  1. Go to System > Preferences > Sound to bring up the Sound Preferences window.
  2. Under the Hardware tab, change Profile to Analog Stereo Duplex from the drop-down menu.
  3. Under the Output tab, change Connector to Analog Output (LFE)/Amplifier from the drop-down menu.

As the items available from the drop-down menus might differ depending on the hardware devices detected by the system, you might want to try other items in the menus to see if they work for your devices. It might also help to check out the steps in Sound Troubleshooting from the Ubuntu Documentation.
Playing a media file in a proprietary format on a player might also have no sound if the required codecs are not installed. In this case, see Enable Media Playback in this article.

   Disable or Change Login Sound

Each time when you login to Ubuntu, it plays a login sound. If you don’t like to listen to it each time you login, you can easily disable it, or you can even change it to your favorite sound.
To disable the login sound:

  1. Go to System > Preferences > Startup Applications.
  2. Under the “Startup Programs” tab, untick “GNOME Login Sound”
  3. Click Close

To change the login sound, tick the above “GNOME Login Sound” if it’s unticked, then follow these steps:

  1. Press Alt+F2 to bring up “Run Application” window.
  2. Paste gksu nautilus /usr/share/sounds/ubuntu/stereo into the box, click “Run” to open Nautilus in the right folder.
  3. Rename the original file desktop-login.ogg to another such as desktop-login-original.ogg for backup
  4. Copy your sound file in ogg format to the above folder and name the file as desktop-login.ogg
  5. Log out and log back in to listen to the new login sound.

   Terminate Unresponsive Programs

Xkill is part of the X11 utilities pre-installed in Ubuntu and a tool for terminating misbehaving X clients or unresponsive programs. You can easily add a shortcut key to launch xkill with the steps below.

  1. xkillGo to System > Preferences > Keyboard Shortcuts.
  2. Click the Add button to create a custom shortcut.
  3. Enter xkill to both the Name and Command boxes and click the Apply button.
  4. Click on Disabled at the xkill row in the Keyboard Shortcuts window (Disabled is then changed to New shortcut…).
  5. Press a new key combination, e.g. Ctrl+Alt+X (New shortcut… is then changed to Ctrl+Alt+X).
  6. Click the Close button.

Xkill is ready for use. Press the above key combination to turn the cursor to an X-sign, move the X-sign and drop it into a program interface to terminate the unresponsive program, or cancel the X-sign with a right-click.

   Change Default Boot Options

After full installation, Ubuntu is set to be the default operating system to boot up if no key is pressed within a few seconds on a multi-boot system. You might want to set your preferred operating system to boot up by default. This can be done easily with StartUp-Manager.

  1. StartUp-ManagerGo to Applications (or Main Menu) > Accessories > Terminal.
  2. Enter sudo apt-get install startupmanager (OR copy the highlighted code and, in the Terminal, press Ctrl-Shift-V to paste it).
  3. Enter password used upon installation of Ubuntu.
  4. Go to System > Administration > StartUp-Manager
  5. Enter the same password to perform pre-configuration tasks, which include searching bootloaders to operating systems.
  6. Select the default operating system from the pull-down menu, click “Close” to perform post-configuration tasks.

With StartUp-Manager, you can also do others such as manage Usplash themes, adjust bootloader menu resolution or set timeout in seconds. Avoid changing timeout to 0 seconds if you need to select a
system to boot up from a multi-boot menu.

   Remove Old Linux Kernel, Clean Up Boot Menu

Each time when Ubuntu updates to a new Linux kernel, the old one is left behind and the boot menu gets longer. If your new Linux kernel works well, it’s safe to remove the old one and clean up the boot menu. Do take these steps carefully as incorrect removal of the items can make your system unbootable.

  1. Go to Applications (or Main Menu) > Accessories > Terminal.
  2. Enter uname -r to print the Linux kernel version you’re running (e.g. 2.6.32-22-generic).
  3. Go to System > Administration > Synaptic Package Manager.
  4. Click Status from the left panel and select Installed.
  5. Enter the main version number (e.g. 2.6.32) in the Search box.
  6. Right-click the items with smaller sub version number (e.g. 2.6.32-21) for older Linux kernel and select Mark for Complete Removal. The files for the older version to remove may include linux-headers-2.6.32-21, linux-headers-2.6.32-21-generic and linux-image-2.6.32-21-generic.
  7. Click Apply from the top panel.
  8. Click Apply again from the pop-up window to confirm removal of the marked packages. The boot menu will be cleaned up automatically after the removal is confirmed.

   Auto Shutdown the System

A simple command can be entered in the Terminal to schedule a time for the system to shut down.

  1. Go to Applications (or Main Menu) > Accessories > Terminal.
  2. Enter sudo shutdown -h +m (replace m with the number of minutes, e.g. +60).
    OR: enter sudo shutdown -h hh:mm (replace hh:mm with the time on the 24hr clock, e.g. 23:15).
  3. Enter password and minimize the Terminal window.

The system will then shut down within the minutes or at the time specified. To cancel a scheduled time, enter sudo shutdown -c in the Terminal.
GShutdown is a GUI program for scheduling a time to shutdown the system but the current version 0.2 is noted not working well in the newer Ubuntu system.

   Install Extra Fonts

Do you prefer Windows TrueType fonts to the default fonts installed by Ubuntu? The mscorefonts package containing most Microsoft fonts can be installed and configured easily in a few steps below:

  1. Ubuntu Extra FontsGo to Applications (or Main Menu) > Accessories > Terminal.
  2. Paste sudo apt-get install ttf-mscorefonts-installer into the Terminal (by pressing Ctrl-Shift-V in the Terminal after copying the highlighted code).
  3. Go to System > Preferences > Appearance > Fonts.
  4. Click each of them, pick a font and size to configure for window title and so on.

How about installing more TrueType fonts? With your font files, you can manually add them into the system following the steps below:

  1. Press Alt+F2 to bring up “Run Application” window.
  2. Paste gksu nautilus /usr/share/fonts/truetype into the box, click “Run” to open Nautilus in the right folder.
  3. Create a new sub-folder and copy your files ending with .ttf into the sub-folder.
  4. Enter sudo fc-cache -f -v in the Terminal to rebuild the font information.

Besides this, you can run an application such as Font-Manager to view, install, remove fonts and so on.
Note: If you like the Tahoma font which is not included in the mscorefonts package, you might want to copy the two files tahoma.ttf and tahomabd.ttf from /Windows/Fonts and install them.

   Install Screenlets

Screenlets are small applications to represent things such as sticky notes, clocks, calendars around on your desktop. You can launch a pre-installed screenlet from Screenlet Manager, or install a new one into the Manager for launching it. Here are the steps for installing and launching a screenlet, for example, WaterMark System Information.

  1. WaterMark ScreenletInstall Screenlets Manager if it has not been added.
    1. Go to Applications (or Main Menu) > Ubuntu Software Center.
    2. Enter screenlets in the Search Box.
    3. Select Screenlets, click the “Install” button.
  2. Download the screenlet “WaterMark System Information” to a folder.
  3. Go to Applications (or Main Menu) > Accessories > Screenlets.
  4. Click Install, select Install Screenlet and click OK.
  5. Browse to the folder, select the file downloaded and click “Open” to install the screenlet into the Screenlets Manager.
  6. Select the screenlet “WaterMark” and click “Launch/Add”. (Tips: you can add more than one WaterMark screenlet and set it to display other system information.)

More screenlets are available for installation from screenlets.org.

   Install Sun Java Packages

Ubuntu uses OpenJDK by default, but I note that some web services such as ezyZip.com might need the Sun Java Runtime Environment (JRE) to be installed in the system for running the services properly. If you would like to get the proprietary Sun Java packages for your system, you can download and install them from the Canonical Partner Repository with the steps below:

  1. Go to Applications (or Main Menu) > Accessories > Terminal.
  2. Enter sudo add-apt-repository “deb http://archive.canonical.com/ lucid partner” to add the partner repository.
  3. Enter sudo apt-get update to update the source list.
  4. Enter sudo apt-get install sun-java6-jre sun-java6-plugin sun-java6-fonts to download and install the Sun Java packages. (If asked to accept the Distributor License for Java (DLJ) terms, use the left/right key to navigate and select Yes, then press the Enter key for installation).
  5. Enter sudo java -version to check the version of the Java used in the system.
  6. Enter sudo update-alternative
    s –config java
    to choose the default Java for use in the system when necessary.

   Install More Useful Software

Ubuntu Software Center lets you search and get free software. If an application you need is not included in the Center, you can go to System > Administration > Synaptic Package Manager, type in an application name to search and install a software package from the repositories.
Alternatively, you can get the latest freeware applications by clicking the Install this now button from the GetDeb Repository after the getdeb package is installed with the instructions given.
See also our Best Free Software for Linux.

Note
CompizConfig Settings Manager (ccsm), if not added yet, can be installed this way:

  1. Click “Applications” (or “Main Menu”), select “Ubuntu Software Center”.
  2. Type ccsm into the Search box.
  3. Select “Advanced Desktop Effects Settings (ccsm)” and click the “Install” button.
  4. Enter the password used upon installation of Ubuntu.
Posted in Uncategorized | Leave a comment

>Turn off tooltips in Ubuntu

>To turn off the ever-present, overwhelming, tooltips that are shown just about any time you put the mouse over anything in Ubuntu when using the Gnome desktop, here are the steps to take:

1) Go to the main menu bar and right-click Applications –> Edit Menus… note that this is a right-click, not a “normal” click.

2) In the left side of the window (labeled Menus:), click on System Tools.

3) In the right side of the window, click on Configuration Editor to enable it. Once enabled, there will be a checkbox next to it. If there is already a checkbox next to it when you get here, then you do not need to click on it.

4) Click Close to close this window.

5) Go back to the main menu bar and click Applications –> System Tools –> Configuration Editor.

6) In the left side of the configuration editor, navigate to apps > panel > global.

7) Once global is selected go to the right side and click on tooltips_enabled to remove the checkbox next to this.

8) With the checkbox now gone, go to File –> Close to close the configuration editor.

Once this is done, you should no longer have tooltips on your Ubuntu Gnome desktop.

Posted in Uncategorized | Leave a comment

>Configuring Evolution To Connect to Hotmail / Windows Live Mail

>

Sometimes it is nice to have a local copy of your email in an email client, so today I am configuring Evolution in Ubuntu 10.4 to connect to my Hotmail account.
First click the envelope icon at the top of the screen and then select Set Up Mail from the drop down menu.
The Evolution Setup Assistant will open – click the Forward button to continue. We are not restoring from a previous backup so click Forwardagain.
On the Identity window enter your full name and email address and click Forward.
Configure the Receiving Email screen as pictured below and then clickForward:
On th
e next page of the wizard I checked the boxes to Check for new messages every ten minutes and to Leave messages on server – you can configure this screen however it suits you best. Click Forward.
Configure the Sending Email screen as pictured below and then clickForward:
Note: Use smtp.live.com:587 if port 25 does not work (as per Ed’s response in the Comments below).
On the Account Management screen simply provide a name by which you would like to refer to this email account, such as “Personal” for example, then click Forward.
Click Apply to finish the wizard and Evolution will open and prompt you for your Hotmail / Live email password. Enter your password and leave the Remember this password box checked (unless you want to enter your password each time you open Evolution).
That’s it – Evolution will now download your email from Windows Live!
Posted in Uncategorized | Leave a comment

>Mengenal DNS Nawala / Nawala Project

>Belakangan ini kita dikejutkan dengan beredarnya video porno Artis-Artis maupun para pembuat video porno yang profesional maupun yang amatiran. Kita pun kembali tersadar akan perlu dan pentingnya melindungi bangsa ini dari bahaya pornografi. Saya kemudian mencoba tanya kesana-kesini dan googling sana-sini untuk memfilter konten-konten yang berbau pornografi dan SARA. Saya pun di beri arahan oleh teman saya tentang Nawala Project.

Nawala Project yang pertama kali digagas oleh Asosiasi Warung Internet Indonesia(Awari) bersama-sama dengan Telkom dan diluncurkan secara resmi pada 17 November 2009. Niatnya adalah membuat sebuah DNS filtering “ala Indonesia” seperti layaknya OpenDNS.com.
Nawala Project adalah sebuah layanan yang bebas digunakan oleh pengguna internet yang membutuhkan saringan konten negatif. Nawala Project secara spesifik akan memblokir jenis konten negatif yang tidak sesuai dengan peraturan perundangan, nilai dan norma sosial, adat istiadat dan kesusilaan bangsa Indonesia seperti pornografi dan perjudian. Selain itu, Nawala Project juga akan memblokir situs Internet yang mengandung konten berbahaya seperti malware, situs phising (penyesatan) dan sejenisnya.
Harapan dari digagasnya Nawala project ini adalah untuk melindungi pengguna internet, terutama anak-anak yang notabene merupakan generasi penerus bangsa, dari konten-konten yang negatif dan berbahaya. Dengan itu, diharapkan pula nantinya internet akan menjadi tempat yang aman dan nyaman bagi seluruh masyarakat Indonesia.
Produk dari Nawala Project adalah apa yang disebut sebagai Domain Name System Nawala (DNS Nawala). Berikut adalah penjelasan lebih lanjut yang dikutip dari Nawala.org
DNS Nawala adalah salah satu layanan yang diberikan oleh Nawala Project yang membantu pengguna internet menghindari akses ke situs-situs yang mengandung materi pornografi, judi, phising dan malware.Singkatnya, ketika Anda mengakses internet melaui media apa saja (laptop misalnya), akses internet Anda akan diarahkan terlebih dahulu ke sebuah tempat (server nawala) di mana kepada akses tersebut akan diberlakukan filterisasi terhadap semua konten negatif dan berbahaya yang ada di dalam database Nawala sebelum diteruskan ke alamat yang kita tuju.

DNS Nawala akan melakukan filterisasi terhadap semua konten negatif dan berbahaya (terdapat pada alamat domain tertentu) yang sudah dimasukkan ke dalam database oleh Tim Nawala Project. Selain itu, Anda juga dapat berpartisipasi dan membantu kerja dari Tim Nawala Project dengan mengusulkan atau melaporkan alamat domain tertentu untuk dimasukkan ke dalam database blocking list bila memang dianggap berisi konten negatif atau berbahaya. Anda dapat mengusulkan atau melaporkan alamat domain tersebut pada link berikut atau melalui email ke info@nawala.org

Nawala DNS
Prefered : 180.131.144.144
Alternate : 180.131.145.145

Posted in Uncategorized | Leave a comment