Gnome Archive

  • fedora-logo-new

    Install, Configure and Use Gnome Do – Docky on Fedora 12 Linux

    What is Gnome Do? GNOME Do (Do) is an intelligent launcher tool that allows users to use the keyboard to rapidly perform tasks such as launching applications, manipulating files and data, running scripts, or sending e-mail. It is similar to the applications GNOME Launch Box...

    Full Story

  • twitter-logo-new

    Twitter Updates for 2010-02-02

    MySQL: Installing Midnight Commander 4.7 on Mac OS X: Another short post just to remember the procedure for the ne… http://bit.ly/aUZw4e # Linux News: VBoxHeadless – Running Virtual Machines With VirtualBox 3.1 On A Headless Ubuntu http://bit.ly/9Elp0e # Linux News: FreeBSD 8.0 installation walk-through http://bit.ly/aLcwUu...

    Full Story

  • twitter-logo-new

    Twitter Updates for 2010-01-12

    PostgreSQL: Simon Riggs: Hybrid Row/Column Datastores: One of the things I wanted to talk about in m.. http://bit.ly/8vwxMg # KDE-Look.org: winter forest (KDE Wallpaper 1920×1200) http://bit.ly/5L7sGA # KDE-Look.org: winter evening 1 (KDE Wallpaper 1920×1200) http://bit.ly/5bb6De # Review: Sprint Overdrive offers 3G/4G speeds in an compact...

    Full Story

  • twitter-logo-new

    Twitter Updates for 2010-01-10

    KDE-Look.org: Breadcrumbs – simlify Kmail interface 0.01 (KDE4 Brainstorm) http://bit.ly/7g6toE # KDE-Look.org: vlc append 0.1 (KDE Service Menu) http://bit.ly/62bGyy # Gnome-Look.org: BSD Whitesplash 1.0 (GNOME Wallpaper 1280×1024) http://bit.ly/6OPnOO # Gnome-Look.org: Silver_Relic_3D (X11 Mouse Theme) http://bit.ly/5jLsPW # The Switch From iPhone To Android, And Why Your...

    Full Story

  • twitter-logo-new

    Twitter Updates for 2010-01-09

    MySQL: How to SHOW PROCESSLIST Every .5 Seconds: Yes, it has been a while since I last posted, so we'll s.. http://bit.ly/8JWVQ0 # Ubuntu: Collin Pruitt: Importing Old Blog Posts http://bit.ly/509jkd # KDE-Look.org: FinalCut_II round buttons 0.2.4+ (Beryl Emerald Theme) http://bit.ly/7cHD8i # KDE-Look.org: SuSE Wallpaper...

    Full Story

  • twitter-logo-new

    Twitter Updates for 2009-12-30

    Fedora: Daniel Berrange: Capa: a desktop application for photo capture via a digital camera http://bit.ly/7yQQFo # Gnome-Look.org: Linux in Colors (GNOME Wallpaper 1680×1050) http://bit.ly/8vkS0p # Gnome-Look.org: White Flame (GNOME Screenshot) http://bit.ly/4Kie5q # Gnome-Look.org: Small Window Applet Buttons 1.0 (Other GNOME Stuff) http://bit.ly/6Upe2A # KDE-Look.org: KDE...

    Full Story

  • console-thumbnail-new

    Add date and time to Linux terminal title (Gnome Terminal, xterm, urxvt, rxvt)

    Here is easy way add date and time to Linux terminal title. This trick works at least following terminals Gnome Terminal, xterm, urxvt, rxvt. Simply type the following command line: while sleep 1 ; do echo -ne '\033]2;'`date`'\007'; done &

    Full Story