My this blog of computer tricks and surfing tips also contain some codes,some philosophy,computing concepts,health and technology.
Friday, November 13, 2009
create own social network
what about creating own social network like orkut and facebook? yes its very easy and free of cost. We can create our own social network free of cost even my 10 yrs old sister can build social network in minutes
visit www.ning.com
and create your own social network.
features: Ning provide very easy to use and administer interface.
* easy interface.
* No programming or web designing required so any one can build easily.
* forums,chat,video, photos, groups, members,third party apps and many more .
* you can customize themes, profile questions etc
* You can make administrators and assign different roles to members.
* Can Create ads free social network or place own ads in place of ning ads.(you need to pay some money for this)
If you have a Good niche,strong desire,dedication creativity and skills then create a ning network and after you reach thousands of view/day and your network has revenue more than 50$/month place your own "ads by google"
Thursday, November 12, 2009
China Mobile Sigmatel S4 flight mode problem
Yesterday i was returning home from bilaspur with my mom, dad ,brother and sister. I was playing with my fathers china mobile, i saw flight mode option in settings, my father said me that flight mode is not working in this set, i was curious about what is the problem and i switched it to flight mode.
Flight mode is activated, but menu is also not working, now i cant switch back to normal mode. after some searching i found a trick to switch back to normal mode:
with out sim *#3646633#
you will get English menu
option 5 misc
option 6 assert testing
now menu will open
select dual mode..
in next post i will give some more codes and way to install software in china mobile.
Tuesday, September 29, 2009
Download source code from Sourceforge
CVS client is a software which is used to check out from sourceforge
Software needed : SVC client like tortoise svn
install in windows
download a subversion client like tortoise and install
http://www.tortoisecvs.org/download.shtml
In ubuntu:
install
sudo apt-get installcvs
enter the given checkout instruction on client and you will get all source files.
Thursday, September 24, 2009
Best Looking Desktop EyeCandy : compiz-fusion (compiz )
compiz and its fork Beryl merged together and this cause born of new software package compiz-fusion. Compiz fusion is the best eyecandy you ever seen for your desktop. Compiz fusion on flickr See here
you need to install compiz,compiz-fusion packages,compizconfig-setting-manager on your linux.Compiz will already install if you use ubuntu, you need to install compiz-setting-manager.
some of the best desktop effect that i used are
1.3D desktop Cube
2.Rotating 3D desktop cube
3.Burn animation add on(Windows closed with burning effect)
4.rain desktop effect.
5.Transparent windows
and many awesome effects.......
to see screenshots by Aeolian
http://compizfusion.blogspot.com/search/label/Compiz%20Fusion
for more information visit
www.compiz.org
Ubuntu cant login after keyboard layout changed! problem solved using autologin gdm.conf
I tried many things,changed xorg.conf file,reconfigure xserver etc but nothing happen finally i got an idea that if i can login automatically into system (gdm ) then i can change setting back to English layout.
following are the step by step procedure to autologin ubuntu using gdm.conf
Step 1.boot the system,you can see login screen,
Step 2.Switch to console using Ctrl+ALT+F1.
Step 3.login using your username and password(you can login with username
and password in console).
Step 4.Run the following command to edit gdm.conf file.
sudo nano /etc/gdm/gdm.conf
find the line
autologin=false
edit this with following:
# Automatic login, if true the first attached screen will automatically logged
# in as user as set with AutomaticLogin key.
AutomaticLoginEnable=true
AutomaticLogin=mahendra
mahendra is username of my system.
Step 5.save the file and restart gdm.
to stop the gdm
sudo /etc/init.d/gdm stop
to start the gdm
sudo gdm
done! now you can login into system and change the keyboard layout.
if you cant then restart your system next time you are automatically logged in.
if you face any problem comment me!