Monthly Archive: October 2012

0

Linux / mint / Ubuntu – free up disk space

sudo apt clean Cleans up data in directory /var/cache/apt/archives Related posts: Tips and Tricks for Linux Mint after Installation [Mint 13 Maya – Cinnamon Edition] Change Linux Login screen – GNOME Hosting multiple websites on Apache2

0

Linux HDMI no sound with HDA Intel ALC269VB

Digital Output (SPDIF) not working with HDA Intel ALC269VB Got it working! Open a terminal Code: sudo gedit /etc/modprobe.d/alsa-base.conf Add this to the bottom of the file Code: options snd-hda-intel model=auto REBOOT Under Sound Preferences > Hardware > Profile will...

0

Change Linux Login screen – GNOME

Steps Download nice looking GDM themes (GDM = GNOME Display Manager) Open Login manager (# sudo mdmsetup or System > Administration > Login Window) Login manager -> Local -> add -> select the downloaded theme files   Resources I found my set...

0

Find list of open ports / listening ports

lsof Samples # lsof -i -n -P netstat Samples # netstat -tulpn# netstat -a | egrep ‘Proto|LISTEN’# netstat -ao Important netstat arguments -n, –numeric don’t resolve names – this one really saves time ;)-e, –extend display other/more information-p, –programs display...

0

ZooKeeper Overview

ZooKeeper Overview ZooKeeper allows distributed processes to coordinate with each other through a shared hierarchical name space of data registers (we call these registers znodes), much like a file system. Unlike normal file systems ZooKeeper provides its clients with high...

0

Kejriwal Vs People – Arvind Kejriwal gives straight answers to mango people :)

Source: http://www.ndtv.com/video/player/hum-log/video-story/249766?vod-mostpopular हम लोग : केजरीवाल बनाम लोग       इस बार के हम लोग में केजरीवाल बनाम लोग… आम जनता के सवालों का सीधा जवाब दे रहे हैं अरविंद केजरीवाल।   No related posts.

0

Setting up adb on Linux for android development

Setting up a Device for Development With an Android-powered device, you can develop and debug your Android applications just as you would on the emulator. Before you can start, there are just a few things to do: Declare your application...

0

Setting up thunderbird 16 on Linux with Exchange server 2010 emails, contacts and calendar

Update, New guide for Thunderbird 17 is here: http://adhocshare.blogspot.in/2012/10/setting-up-thunderbird-17-on-linux-with.html Now you could setup Thunderbird 16 with emails, contacts and calendar. Yey! Lets see what we need and from where to get them Thunderbird 16 Lightning Version 1.8b1 from https://addons.mozilla.org/en-US/thunderbird/addon/lightning/versions/ Exchange 2007/2010 Calendar and...