My Brain Served !
Making sense out of nothing at all .... A place where i will give my viewpoint on each and every news i feel i have a view on ... I will try to be unbiased ... but remember i am a human ! Excuse me for not making sense ! - Initially i thought of keeping this strictly technical but later i guess i thought it makes sense to keep it generic ! You are warned .. this blog is going to be very very boring.
Monday, August 22, 2011
flash plugin latest 64bit ubuntu 11.10
use this ppa https://launchpad.net/~sevenmachines/+archive/flash
Wednesday, August 17, 2011
Wednesday, August 10, 2011
ubuntu 2d (unity 2d ) ubuntu 11.10 natty
I always had issues with vnc refresh .. i had to finally settle down to using the "Force update ... " option in workarounds in ccsm.
Use ubuntu 2D and it has awesome performance when used via VNC, which i do a lot ! So well done ubuntu 2D team !
Use ubuntu 2D and it has awesome performance when used via VNC, which i do a lot ! So well done ubuntu 2D team !
Monday, August 8, 2011
fixing issues with eclipse - ubuntu (eclipse 3.5.2 from repo)
Add the update site for the release .. that will get dependencies .. for galelio it is
http://download.eclipse.org/releases/galileo/
maven - http://m2eclipse.sonatype.org/sites/m2e
subversion - http://subclipse.tigris.org/update_1.4.x
http://download.eclipse.org/releases/galileo/
maven - http://
subversion - http://subclipse.tigris.org/update_1.4.x
Wednesday, June 29, 2011
gnome 3 shell extensions
install gnome shell extensions on ubuntu 11.10
cd
git clone http://git.gnome.org/browse/gnome-shell-extensions
cd gnome-shell-extensions
./autogen.sh --prefix=/usr
make && sudo make install
I am now using this ppa rather - https://launchpad.net/~ricotz/+archive/testing
cd
git clone http://git.gnome.org/browse/gnome-shell-extensions
cd gnome-shell-extensions
./autogen.sh --prefix=/usr
make && sudo make install
I am now using this ppa rather - https://launchpad.net/~ricotz/+archive/testing
Tuesday, June 21, 2011
ah noisy facebook intern buses
facebook has interns in our apartment in santa clara. They have used these buses that make a lot of noise (engine) and these buses keep making rounds ... very irritating .. facebook stop this you are causing noise pollution
Monday, June 6, 2011
Great doc on how to change title and shell theme in gnome 3
http://www.webupd8.org/2011/04/change-gnome-3-gnome-shell-or-classic.html
Now that gnome 3 made its way into ubuntu ! here you go ...
Now that gnome 3 made its way into ubuntu ! here you go ...
Tuesday, May 31, 2011
want mint theme for ubuntu ?
There is a new PPA that has come up .. with great collection of themes that didnt find its way into any ppa's... look at this https://launchpad.net/~webupd8team/+archive/themes
sudo apt-add-repository ppa:webupd8team/themes
sudo apt-get update
sudo apt-get install mint-x-theme
There are other themes there check it out ..
sudo apt-add-repository ppa:webupd8team/themes
sudo apt-get update
sudo apt-get install mint-x-theme
There are other themes there check it out ..
Monday, May 2, 2011
want more software for ubuntu !
http://www.getdeb.net/welcome/
install gedeb and then update your apt-get and thats it .. you can install a lot more software.
install gedeb and then update your apt-get and thats it .. you can install a lot more software.
Monday, April 18, 2011
memory tools !
Wow,i like htop
sudo apt-get install htop
its basically like top, but better.
1. htop
2. top
3. free -m
4. df -k (to see drives)
Sunday, April 17, 2011
GIMP tutorial - short one... but very good ...
found on youtube http://www.youtube.com/watch?v=hbFVFrEYXjk
kde and qt development with c++
Well a lot of blogs start about hello world !!! but what about people who have just installed kubuntu and what to do devlopment ?
Here is what you need
1. A development IDE you are comfortable with
for emacs - sudo apt-get install emacs
you can use vi or kate they also work great.
There is KDevelop which is much better ! install using sudo apt-get install kdevelop
2. Libraries
sudo apt-get install kdevelop kdelibs kdebase-workspace-dev build-essential cmake
Now go grab the QT hello world !
Python development on Kubuntu or Ubuntu with emacs !
Here is what you have to do
1. Get the python mode files from https://launchpad.net/python-mode , it is a gz file with 4 files and 1 readme in it.
2. unzip that and put the files in your home folder (~/)
3. Now create a file .emacs in your home folder (if you have it already its fine). Add this to the file
----
(load "~/python-mode.el")
;;python
(setq auto-mode-alist (cons '("\\.py$" . python-mode) auto-mode-alist))
(setq interpreter-mode-alist (cons '("python" . python-mode)
interpreter-mode-alist))
(autoload 'python-mode "python-mode" "Python editing mode." t)
(global-font-lock-mode t)
(font-lock-mode +1)
----
4. Now restart emacs.
5. Write python code and then C-c C-c for executing it .. C-c ! for the shell ..
Have fun !
Saturday, April 16, 2011
Languages !
Gosh ! why are there so many languages ! Personally I feel the world can do everything with just c. All these new languages are interesting ... but to me as long as there is c++ and java, everything else is just for hobbyists !
Python is getting traction because of google .. otherwise there are so many languages out there ...
I used to work on python in 2001, now ... well should i try it out again ? Maybe !
Python is getting traction because of google .. otherwise there are so many languages out there ...
I used to work on python in 2001, now ... well should i try it out again ? Maybe !
Netbeans & ubuntu 11.04 with KDE
Well i am always amazed at how great netbeans has got to become ! Its certainly a pleasure , it has been working efficiently for the small things i have been doing , i am officially supposed to use eclipse as we have the .project and .classpath files, though i guess its time .. i try netbeans for official work too ! But ah .. there are so many things. ..
Jdk 7 beta released ! awesome ... well done ...
Well tired of unity - somehow i feel compiz has become a beast ! , i am not finding kwin to be better ! am on KDE at home ... (kubuntu .. thought ubuntu treats everything else other than unity .. badly), but KDE has been working fine ... No hangs etc !
Jdk 7 beta released ! awesome ... well done ...
Well tired of unity - somehow i feel compiz has become a beast ! , i am not finding kwin to be better ! am on KDE at home ... (kubuntu .. thought ubuntu treats everything else other than unity .. badly), but KDE has been working fine ... No hangs etc !
Wednesday, April 13, 2011
canonical launchpad !
launchpad is an awesome platform .. it enables development , collaboration, bug reporting etc ... its an awesome collaboration platform , however small quirks
If you unsubscribe a bug by mistake, there is no way to resubscribe to the bug, even if you had raised the bug .. solution wait for the LOSA's to reenable it for you !
Firstly if I have raised a bug, there should be no way to unsubscribe from the bug, obvioulsy because i raised it .. i would want to know the status, otherwise why would i raise it in the first place. Even if i have to unsubscribe, most likely in cases where i raised the bug on behalf of someone, it should warn me and force me to give the name of some other person on my behalf who will represent the bug owner !
Strange, small issues ..
If you unsubscribe a bug by mistake, there is no way to resubscribe to the bug, even if you had raised the bug .. solution wait for the LOSA's to reenable it for you !
Firstly if I have raised a bug, there should be no way to unsubscribe from the bug, obvioulsy because i raised it .. i would want to know the status, otherwise why would i raise it in the first place. Even if i have to unsubscribe, most likely in cases where i raised the bug on behalf of someone, it should warn me and force me to give the name of some other person on my behalf who will represent the bug owner !
Strange, small issues ..
Tuesday, April 12, 2011
xournal pdf editor
awesome pdf editor (though really like an image editor).
on ubuntu/debian systems
sudo apt-get install xournal
open xournal and then open pdf .. then make changes. Not really like adobe writer .. but we can edit pdf ...
on ubuntu/debian systems
sudo apt-get install xournal
open xournal and then open pdf .. then make changes. Not really like adobe writer .. but we can edit pdf ...
Sunday, April 10, 2011
gnome-do is great !!!!
I have been using gnome-do and trust me its the best productivity tool i ever had ... always looking for something similar .. got if for the first time.
If you are on ubuntu ...
sudo apt-get install gnome-do
and read the tutorial (online) and see how powerful it is.
If you are on ubuntu ...
sudo apt-get install gnome-do
and read the tutorial (online) and see how powerful it is.
ubuntu 11.04 customizations
some customizations ...
1. sudo apt-get install elementary-icon-theme murrine-themes ttf-droid
2. Change the icon theme .. its great.
3. Install (sudo apt-get install gnome-do) its a great application , launched by super+space. It can be used to launch apps, browser url and files.
-- more to come ---
1. sudo apt-get install elementary-icon-theme murrine-themes ttf-droid
2. Change the icon theme .. its great.
3. Install (sudo apt-get install gnome-do) its a great application , launched by super+space. It can be used to launch apps, browser url and files.
-- more to come ---
Subscribe to:
Posts (Atom)