Skip to content

Instantly share code, notes, and snippets.

@Javvadilakshman
Last active August 29, 2015 14:17
Show Gist options
  • Select an option

  • Save Javvadilakshman/2ca2351116629b9f3f27 to your computer and use it in GitHub Desktop.

Select an option

Save Javvadilakshman/2ca2351116629b9f3f27 to your computer and use it in GitHub Desktop.
List Of GNU Linux Management ,Tip's ,Tricks,Fix etc..

GnuLiux

= Richard Stallman + Linus Torvalds = GNU/Linux [OSS]GNU - GNOME + Linux Kernal = Opensource Operating System

GnuLiux

= Gnu.org

I.Gnome  classic ALT-TAB issue fix..

ALT-TAB not working in gnome classic fix..

 Command : ccsm  >> Compizconfig Settings Manager

sudo apt-get install compizconfig-settings-manager

Steps To Fix Alt - Tab problem :

-> CompizConfig Setting Manager
-> opened the manager and navigated to window management
-> checked application switcher (previously disabled )
-> Worked like a charm

Script to speak present time

#!/bin/bash
date | cut -f 4 -d ' ' | festival --tts

= Note: Please adjust number after -f to read time from 'date' command

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment