Skip to main content

Posts

Showing posts from 2010

ctags -R * Not Working [RESOLVED]

I was working on few c programs and wanted to create tags $ ctags -R *  // To create tags - recursive all the directory it did not work, it gave the below message ctags: skipping client: it is not a regular file. ctags: skipping doc: it is not a regular file. ctags: skipping etc: it is not a regular file. ctags: skipping expat: it is not a regular file. ctags: skipping html: it is not a regular file. ctags: skipping man: it is not a regular file. ctags: skipping server: it is not a regular file. ctags: skipping inclusion of tags in self. ctags: skipping tests: it is not a regular file. Then I checked the version I found that I was NOT running exuberant-ctags ctags (GNU Emacs 23.1)  Copyright (C) 2009 Free Software Foundation, Inc.  This program is distributed under the terms in ETAGS.README   -R, --no-regex            Don't  do  any more regexp matching on the following files.  May           be freely intermixed with filenames and the --regex option.  Just run the below command

Pen Drive Linux - Ubuntu 9.10

I was trying to install Ubuntu on my sister's Netbook ASUS Eee 1005P, only way was to have a USB boot. Here is how we can create a USB Ubuntu Drive. Download the latest netbook Ubuntu here Insert a USB stick with at least 2GB of free space  1GB is fine if you are installing Ubuntu , but 2GB recommended if you are not planning to install but to have Live USB. Download the Universal USB Installer Click 'Run' when prompted If the security dialog appears, confirm by clicking 'Run' Read the licence agreement and choose 'I Agree' to continue Select Ubuntu Desktop Edition from the dropdown list Click 'Browse' and open the downloaded ISO file Choose the USB drive and click 'Create' Once completed. Goto the BIOS and set the USB Harddrive as the first priority (Make sure the USB is connected to the Netbook) Images Courtesy Ubuntu site Posted via email from W

Install chm viewer on Linux

I was looking in to a nice socket programming document which we in chm , but this does not work in linux so I googled around and found stuff below. I use the below command 'apt-get' on my Ubuntu. But 'yum' will work on Redhat variants. # apt-get install gnochm OR # apt-get install kchmviewer Gnome Desktop User $ gnochm file.chm KDE Desktop User $ kchmviewer file.chm Posted via email from What I See

AsteriskNOW and Cisco 7940G

Click here to download: Cisco7940-SampleConfigAndSIPFi.zip (754 KB) Was working on Asterisk configuration with CISCO 7940 IP phones. There are many links which let configure this phone, this is just an overview of what I did to get this up and running Configuring AsteriskNow is very simple. Below are the details to setup a IP-PBX. Requirement Old CPU laying somewhere. IP Phone (Cisco 7940/7960) DHCP and TFTP Server (for Firmware upgrade) Steps Download AsteriskNOW Configure Asterisk. (More howto later, for now important is to create users without NAT) Create a Trunk Create a Dialplan Create users (On catch here is when we create a User make sure to uncheck "NAT ") Configure IP Phone used the link here which is very helpful (Attached are files required firmware / conf files etc) . Thats it !! IP phone should be up and running. Posted via email from What I See

I totally AGREE !! :)

Number One Browser to download a better browser Posted via email from What I See

Alhamdullila Amazing - on my way back home

Posted via email from What I See

On My Way to CA

Posted via email from What I See

GodMode in Windows 7

"Godmode" term was used by windows developers to have a folder which has single access to all the tools, without going to control panel To use it: 1. Create a new folder. 2. GodMode windowRename the folder to GodMode.{ED7BA470-8E54-465E-825C-99712043E01C} (note that you can change the “GodMode” text, but the following period and code number are essential). 3. The folder icon will change — double click it to show the GodMode window: Posted via email from What I See

Install QT 4.6.2 on Ubuntu

I was installing QT 4.6.2 to Ubuntu I got the below error - Qt configure error: Basic XLib functionality test failed Here is what I did to get rid of the issue. 1. Install libpcap files with "]$ sudo apt-get install libpcap0.8-dev" this library was missing 2. Then install few more libraries which were missing as this was a new ubuntu installation I was working on. ]$ sudo apt-get install libx11-dev libfreetype6-dev libavahi-gobject-dev libSM-dev libXrender-dev libfontconfig-dev libXext-dev ]$ ./configure ]$ make ]$ sudo make install After this set the PATH ]$ PATH=/usr/local/<PATH_TO_QT>/qt4/bin:$PATH ]$ export PATH Thats it !! . Enjoy QT Development. Posted via email from What I See

On the net

Posted via email from What I See

Compiling in Qt Creator 2.0 problem - Error 127 [RESOLVED]

I had problems compiling simple programs in QT Creator, this happens when I try to compile a basic program too (Just build any code) From Tools->Options->Qt4->"I check rebuild to see of qmake was working - but it gave the below error" Code: Running build steps for project chip...Creating gdb macros library... Starting: /usr/bin/qmake-qt4 /home/ahmed/Qt/chip/chip.pro -spec /usr/share/qt4/mkspecs/linux-g++ -r CONFIG+=debug_and_release CONFIG+=debug Exited with code 0.Starting: /usr/bin/make debug -w make: Entering directory `/home/ahmed/Qt/chip'/usr/bin/make -f Makefile.Debugmake[1]: Entering directory `/home/ahmed/Qt/chip'g++ -c -pipe -g -Wall -W -D_REENTRANT -DQT_OPENGL_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtOpenGL -I/usr/include/qt4 -I/usr/X11R6/include -Idebug -I. -o debug/main.o main.cpp make[1]: g++: Command not found make[1]: *** [

iPhone theme for Nokia 6300 by Aerion

Click here to download: iPhone.rar (432 KB) iPhone theme for Nokia 6300. Posted via email from What I See

CATS 0.8.0

Click here to download: cats-0.8.0.tar.gz (1999 KB) Cats 0.8.0 just in case if I need it :) .. Here are the installation instructions: 1) Unpack the tarball into the web directory (/var/www/html, /usr/local/apache2/htdocs, or similar). Make a symlink to cats-0.8.0/ or rename the cats-0.8.0/ directory to cats/. 2) Start MySQL as the root user and create a new database and username. mysql> CREATE DATABASE cats; mysql> GRANT ALL PRIVILEGES ON `cats`.* TO ‘cats’@'localhost’ IDENTIFIED BY ‘password’; 3) Make sure that the web server has permission to write to the attachments directory. # chown apache:apache cats # chown -R apache:apache cats-x.x.x/ # chmod 770 cats/attachments 4) Visit installwizard.php from a browser to invoke the installer. * 5) Follow the on-screen instructions. * Tip: If the installer does not load, check to see if there is a file called ‘INSTALL_BLOCK’ in the CATS directory. Delete it to allow the inst

Mac on VAIO

Installation Process (Working) <To be Edited> Download the Latest iAtkos Download http://osx86.net/f36/iatkos-v7-t3199/ Burn DVD. Insert and boot from the DVD. Create the partition and Erase it. Continue with installation Select the partition to install. Agree the terms and Condition. Select Customize. Select the Default setting Select Apple PS2 Driver in the Drivers.(This is for the Mouse and Keyboard) Read NOTE Below Then click DONE. Skip the Disk TEST if required. Installation completed and Restart. (Remove the DVD before it starts booting) And thats it - boot into the Mac OS X. and Enjoy :) NOTE: For Nvidia Driver after the installation is completed and all the settings and post installation setup is completed.  Enter the DVD again and install only " Nvidia -> NVdarwin and NVInjectGo" unselect everything else. This will bring up the NVidia Driver accelerator working at 1024x768 Ethernet Enable How TO (Working) Edit the f

Dress for the Job

Posted via email from What I See

Registering dll to GAC in windows 7 32bit

Registering dll in winXP is simple just drag and drop in the assembly folder. But when you try to do it in windows 7 it would say somethnig like " Access is Denied ". To get around this use - gacutil.exe utility. I had this on my system in the following path. "C:\Program Files\Microsoft SDKs\Windows\v6.0A\bin" use the below command to register user or third-party dll. C:\Program Files\Microsoft SDKs\Windows\v6.0A\bin> gacutil.exe /i "<DLL_PATH_HERE>" Posted via email from What I See

Running Eclipse on Windows 7 64bit

Few days back - as the below post shows ..  I’ve kicked Vista out of my machine and installed Windows 7 Ultimate 64 bit. Installation was very smooth on VAIO, the only driver I had to install manually was the one for the graphic device. (Here is the link on HOWTO install the graphics driver manually) You can install the 64 bit version of Java 1.6 directly from the Sun Homepage . Next point was then to install Eclipse 3.5, but for some reason the only have one common version for Windows at the Eclipse Download Page . But this fail as this was 32bit. so when back to the site to search for  64bit version of the Java EE Bundle. But :( , I couldn’t find one, then I went to http://download.eclipse.org/eclipse/downloads/ . There you can choose a 64 bit version, but that’s not the Java EE bundle. you can install this and will work fine !!! :) and then install the required dev plugins :) manually. Posted via email from What I See

NVidia GeForce Go 7400 graphics for Windows 7.

NOTE : "nv_disp" and "drivers" Files are different for 32bit and 64bit . Make sure you download the right files Here below is the link for 64bit and right below I have updated for 32bit windows 7 OS As I got my system upgraded to Windows 7 Utimate. I was facing issue getting my NVidia GeForce Go 7400 graphics card detected. All I got was "Standard VGA Graphics Adapter" which is like "1024x768" !! .. really lame resolution. Then I went to NVidia Site to download the latest driver but was not so useful. Below is the solution we found and it works !!! :) http://www.laptopvideo2go.com/drivers/win7x64/196.21/disclaimer Download the driver and INF file from here. Here are the steps :) 1. Download and extract. 2. Copy and replace the INF. 3. Install and reboot. Walla thats it and my laptop is up and running some nice graphics (Aero and all the graphics goods .. ) with descent Resolution. My Machine info.. Sony VAIO VGN-C25G NVidia GeFo

Back home :)

Have come back home and has been couple of weeks .. since I blogged .. this post is just to keep the blog thingy alive .. hmmmm .. it good to be back home with friends, family and nice mom's food .. love it !!! .. I guess its time to gain some pounds (as I am on the leaner side ;) .. ) .. Posted via email from What I See

Don’t Play With Your Food!

Normally, if you’re a healthy, red-blooded cheetah, a nice juicy impala is the “runs really fast and goes ‘boing!’ ” part of this good-for-you breakfast.  But what if you’re not very hungry at the moment?  Then he’s your new playmate! That’s what photographer Michel Denis-Huot discovered in these amazing shots for the Daily Mail .  Already tired from hunting, the cheetahs patted and nuzzled the impala for about 15 minutes… … and, even more amazingly, the impala nuzzled back … … before remembering that it was food and scampering away. Sent in by a gazillion people, all of whom were Goran G. Posted via email from What I See

American Convert goes through JIHAD - "I lost my wife,house and guest house"

Dr Brown. on his Jihad (fyi - Jihad refers to "Struggle" in a lame translation from Arabic to English :) ) . I love this guys for ALLAH. Masha ALLAH he is very logical and easy to make way in the head. Here is another Interview of Dr.Brown on how he came to Islam. One more - this one is really good : Original sin?Atonement? Fake or fiction? What's the truth? Posted via email from What I See

Polar Bear Makes a Friend, Photos by Norbert Rosing

Polar Bear Makes a Friend, Photos by Norbert Rosing Near Hudson Lake in Manitoba, German wildlife photographer Norbert Rosing spotted a polar bear coming near his sled dogs. He took pictures of what he thought would be the end of his dogs. Apparently the bear came back every night for a week to play with the dogs. Posted via email from What I See

On the late evening before the promised morning « churumuri

The traffic between silk board and electronic city in Bangalore on Thursday. Some of it will, hopefully, move one level up on Friday when the elevated road is opened to the public, reducing the chaos below. Source : On the late evening before the promised morning « churumuri Posted via email from What I See