Showing posts with label Linux News. Show all posts
Showing posts with label Linux News. Show all posts

Jun 11, 2012

Play With Xampp on linux 32 bit and 64 bit OS


In Previous blog , I just taught you how to install Xampp on 32  bit and 64 bit distro , in this tutorial I am going to  tell you how to make web development easy on Linux. When you work on Linux environment everything is not easy as it is stable and secure , you have to come up with lots of issues and how to solve it.

 

 Xampp on linux 32 bit and 64 bit OS


Problem no.1
How to give write permission to /htdocs  to create folder and files?

This is one of biggest issue after installing xampp as we have to create .php files under /htdocs folder


solution : Its not a  rocket science to give write permission to a folder .

open terminal

Note if you use KDE then use su command else use sudo.

after opening terminal write


=========================================


sudo chmod 777 -R /opt/lampp/htdocs
=========================================


Problem no.2

Which editor will be best?

solution: If you want dreamweaver like editor then
kompozer will come closer ,if you want fast and stable editor there is numeros my personal favorite are

  1. kate
  2. geany
  3. gedit (you have to twaeked it)
  4. bluefish
  5. kompozer

Problem no. 3

Which browser will be better?

solution : I prefer Firefox over any browser and don't know why. You can work with any browser of your choice . My top 5 browser are


  1. firefox
  2. chrome
  3. opera
  4. safari
  5. konqueror
Read More...

Jan 3, 2012

Mozilla Firefox 64 bit benchmark beats chromium 17


Today I am going to share World most trusted browser Firefox benchmark. Today every browser is going to be fastest as possible. Chrome is releasing cycle is to short now Firefox is also following the same game.

My Test Machine:
Acer emachines e732z
Intel dual core 2.13 GHZ
2GB DDR3 Ram
OS :OpenSuse 12.1 Gnome
Browser : Firefox 8 64 bit

Note : Result very on system , if you have faster system result will be better.

Acid test :
Now firefox got 100% in this test ,improving its previous record 97%

Sunspider :

Content Version: sunspider-0.9.1- excellent  297.9ms

  Opera's 11.52 64 bit result were very close

============================================

RESULTS (means and 95% confidence intervals)
--------------------------------------------
Total:                  320.7ms +/- 1.2%
--------------------------------------------

chromium 17 64 bit was 378.44ms

 

Google's V8 benchmarch

Firefox Score

Score: 3430
Richards: 5048
DeltaBlue: 3435
Crypto: 5492

Read More
Read More...

Mar 8, 2011

Potential Open Source License Violations In Android and iOS Apps?


 

One of the reasons a lot of big companies shy away from using open source software is because the plethora of open source licenses can make things confusing. The licenses themselves can be confusing, as there are a lot of grey areas with very little case law to help make things clear. Some open source licenses are compatible with certain other open source licenses, but completely incompatible with others. Of course, open source software does get used, intentionally and unintentionally, in a great number of commercial products, and I think we’re seeing more and more companies figuring out how to “Do The Right Thing” with respect to license compliance. A report unveiled today at AnDevCon, an Android developer conference in San Francisco, raises some questions about the use and misuse of open source software in apps for both Android and iOS devices. OpenLogic, a company that advocates.......

Read the rest of this entry »
Read More...