Programming :: Operating System Is Better For Web Development?

Jul 13, 2010

I am wondering which operating system is better for web development between Mac, Linux, and Windows? I want to code in HTML5, PHP, MySQL, and also use AJAX.

View 11 Replies


ADVERTISEMENT

Ubuntu :: Operating System Lose Data During A Power Failure As Windows Operating System?

Jan 13, 2010

Will a Linux operating system lose data during a power failure as does a Windows operating system?

(If yes.) This has not come up before but I'm going to be doing some work I don't want to lose.

Could you either point me to a backup tutorial or give me the quick overview of preserving stuff with Ubuntu?

View 4 Replies View Related

General :: Uses Of Operating System Compared To Windows Operating System?

Jul 24, 2011

could any one tell me about the uses of linux operating system compared to windows operating system

View 6 Replies View Related

Programming :: Which Distribution Is Best For Web Development?

Jun 20, 2010

I need help with choosing the right distribution for web development.My potential future employeer wants me to give him some ideas, We are going to create a new catalog website, using a CMS,So I need to know some good solutions,

1. Which CMS to use for such a website, my idea is Joomla!

2. Which platform would be effective, here's where I need to ask you, as I know only a little about Linux distributions. But my idea is openSUSE so far.

3. Which development tools to use, for PHP scripting and MySQL(also xhtml and css).

View 2 Replies View Related

Programming :: Python With Web Development ?

Dec 17, 2010

I have decided to learn python as it seems to be powerful not just for web development (like php) but also a clean powerful language for other puposes.

Q: Can someone suggest a tutorial or book, on learning python (beginner to intermediate) which has as its focus for learning, web development?

In order of preference: 1. Comprehensive, 2. Online, 3. Free

View 2 Replies View Related

General :: Best System Distro For Development?

Jul 22, 2011

I want to know what is the best linux distribution for java EE development. Is it Cent OS or Fedora 15.

View 1 Replies View Related

Programming :: Use For Open Source Development?

May 19, 2011

I wish to start development for the open source projects. And going to start working on some project in C/C++ and shell/python scripts. I wish to know the best suitable development environment for this purpose? What about eclipse? I will be interacting with git, make and other open source utilities.

View 2 Replies View Related

Programming :: Design And Development Of A KEDB Using PHP

Oct 5, 2010

I am designing a KEDB (Known Error Database) which I am currently maintaining with MS-Excel. I want to develop a Web Application to accomplish this task in a more convenient and effective way. Well, you guess, the client should be happy to see how we provide support more effectively...? I want to make it ITIL-Compliant. I (optionally) want to provide the Problem and Change Management facilities within it in a way that the concerned teams and the management can find the KEDB very useful for their work also. I am going to do it entirely in PHP and JavaScript for client-side validations wherever needed.

View 3 Replies View Related

Programming :: How To Monitor The Applet Development

Sep 20, 2010

The embedded hardware is working nicely, and even the antique laptop is now running smoothly using tinycore linux. The device pumps out packets of data at roughly 128 bytes/second (two packets, one 56 bytes, the other 72, alternating every 500mS).

I'd like to create a more general purpose application for monitoring the data being logged. It is a simple matter to have the back-end application write a log file of incomming data, or be a little more sophisticated and just write out changes from the previous packet. The difficulty is that the existing curses-based cli application reads directly from the serial port and can only be run from one place at a time. Once data has been pulled off the port it's not available any more.

A database for logging the data is not necessary, as the application would mostly be used for auditing material consumption, not tracking minute-by-minute usage over any length of time.I could have the existing back-end app. write data to a file accessible through a web server, and allow interested parties to download the information. This would be greatly enhanced by a small front-end app. that can request the data and format it for a more sensible display. Alternatively, is there some way to open a socket (I'm out of my depth here) so a free-standing application could simply request the data, and do the front-end formatting? This presents problems in that it wouldn't be multi-platform capable.

View 2 Replies View Related

Programming :: Use The Offical Development SDK, Rather Than Hacking The Phone

Dec 10, 2010

recommend a good book to start learning iphone/pad development. I want to use the offical development SDK, rather than hacking the phone.

View 1 Replies View Related

Programming :: Newbie To Start Driver Development?

Mar 14, 2010

I want to know where to beging with I want to start Device driver development.Any good link or book.

View 4 Replies View Related

Programming :: Rapid Web2.0 Development Framewor

Feb 22, 2011

I had a few ideas for simple online sites that would be perfect for the whole facebook notifications / android app style of integration. I could start with vi and write a php website, but I've no idea what standard frameworks are available for the more rapid development of sites like this. integrating with openid / google accounts etc... what tools are people using to put together these big blocks of drop in functionality and then tieing together with hopefully surprisingly little code? I'm aware of Django to some extent, should I be digging deeper into this?

View 1 Replies View Related

Programming :: Which Scripting Languages To Use With Distro Development?

Jun 29, 2011

i'm wondering which scripting language is better for distro related activity such as cron jobs , startup scripts and similar things.why is bash mostly used ? is it because of efficiency ?what about perl , python or php as potential successors to bash ?

View 14 Replies View Related

General :: Configure Environment After Installing A Development Library In System?

Feb 17, 2011

I installed a library to the /usr/local/ prefix in Linux using ./configure && make && make install. What environment variables do I need to set in order for the linker and compiler to search these new library and header paths?

View 1 Replies View Related

General :: Perl Useful In System Administration And Application Development On UNIX?

Sep 11, 2010

It is just a general discussion on "How Can Perl Be Useful in System Administration and Application Development on UNIX and Linux Platforms"? I am doing pretty much well with Bash and PHP. In fact, I am learning and experimenting in depth in those two domains. The project that I am working for these days has several scripts which are written in Perl and Ksh. They interact with Ab Initio graphs and perform extensive jobs. Anyways, my current role doesn't require me to have knowledge of Perl but I don't see any harm in learning something new.

So, before I take it, I want to know how Perl can help me and what I can do with it as a UNIX / Linux System Administrator and Application Developer? I just looked at some of its keywords, functions, and commands. Perl Variables are identical to those of PHP. Conditional Statements, Loops, etc. are also much the same as found in any other computer languages. So, at first glance, I have got this feel that it wouldn't be much difficult for me to learn it. But what do you say? Do I really need Perl when I am focusing on PHP and Bash?

View 6 Replies View Related

General :: Recommended Directory Structure For Application System Development?

Apr 27, 2010

I have to set up my development environment under OEL 5.4. The internal directory structure is more or less fixed, the question is where to put the whole application tree in standard FHS for the development phase.For production, the system will be deployed on a server where data is kept with an Oracle 11g database. Development goes with JDeveloper which has its own internal application/project directory structure; however, I whould like to be independent from this. Unfortunately, by carefully studying the web for FHS, if I will adhere to it I only find ready-made packages to put under /opt, for example. No development aspects are mentioned. make some proposal, possibly with respect to best practices.

View 4 Replies View Related

Programming :: Web Development - Command To Search String Through Files On A Server?

Apr 8, 2009

I am web developer I have this command find . -exec grep "Improve your score" '{}' ; -print for searching through files . I found this command but now i would like to tweak it to gain more out of it.

View 2 Replies View Related

Software :: Use Two Operating System In Same Pc?

Sep 19, 2010

Currently my pc is installed with windows os , but i want to use linux (ubuntu)os in the same pc along with windows os .

View 4 Replies View Related

General :: How To Install Two Operating System

Aug 14, 2010

How to install two linux operating system when i am using the windows xp

View 1 Replies View Related

Ubuntu :: No Operating System Found?

Sep 2, 2010

I got a new laptop today and the first thing I did was to install Ubuntu as a dual boot with Windows 7. Everything seemed to work the first time I loaded Ubuntu after installation, and Windows also seemed to work. Then, Windows Maintenance said there was possible disk corruption, so I restarted the computer and now I get this error when trying to load. After reading around about similar problems I think it might be a problem with the grub bootloader. It is 64-bit if that makes a difference.

View 5 Replies View Related

Ubuntu :: Tried To Fix Old Computer But Now It Has No Operating System / What To Do?

Dec 12, 2010

Ok, I have a Gateway Solo 5300 and I want to use it as a test server (install Ubuntu Server 10.10 and everything else after that.) The problem is I shut down the computer after it deleted the hard drive clean through installation and now I have to network boot because its old. What do I need to do that?

View 1 Replies View Related

Ubuntu :: Use Server As Operating System?

Mar 29, 2011

i planning to use ubuntu server as my operating system so that transparent proxy can be install using squid. i know that, ubuntu already has their own firewall that is linux ip table and but i want to use independent firewall that is pfSense since i need to install 2 transparent proxy in a network..see the diagram for details [URL]

is there is any possible, if i just want to use linux iptables at each transparent proxy server rather then using a independent firewall?

View 1 Replies View Related

Ubuntu :: Unable To Get Into Operating System

May 17, 2011

The issue I've been having is vague so I'm unsure if anyone can help me but it's worth a shot. The other day I was booting my laptop and this is what ended up happening and has continued to occur on successive boots:[URL] Each time it boots this is how the screen is characterized. For example: [URL] After this, continuing the boot process, the screen does this--which makes sense since the Kubuntu boot screen is this color and this where it should typically appear (I installed Kubuntu some months prior to this issue.): [URL]

After this screen, the monitor goes blank and becomes unresponsive. It usually flashes to black and then appears to turn on--becoming a slightly lighter shade of black.

Then, nothing. I can't go into tty. I've tried booting with a live CD but the issue persists and hangs, saying: soft lockup cpu 0 stuck for 61s. I've tried taking my laptop apart but I'm not familiar enough with hardware to do anything productive.

View 1 Replies View Related

Ubuntu :: Want 32 Bit Operating System Emulator

Jun 22, 2011

Is there any 32 bit operating system emulator (like a bridge) that I could easily use those packages or software that can be installed on a 32 bit operating system easier? Something easier than emulating another Ubuntu using Virtualbox.

View 2 Replies View Related

General :: Erase Operating System

Nov 22, 2010

Assume I have a computer on which I want to use ubuntu for a while (single boot). Assume also that in about six months I want to give this computer to Mr. X, but I do not want Mr. X to know that I have been using ubuntu. I don't want to install anything over top of ubuntu, I just want the computer to be completely (or as nearly completely as possible) blank so that Mr. X cannot infer what I've been doing on it. The trick here is that I can't use operating system x_{1} to delete operating system x_{0}. I don't want Mr. X to know anything about which OS I have been using. Mr. X, by the way, is a sophisticated computer user but not particularly interested in tracking me down. Once he sees that the computer is blank Mr. X will just install his own operating system and everybody will be happy.

View 1 Replies View Related

Fedora :: Why Operating System Is Not Using Swap

Sep 23, 2010

why the operating system is not using swap.I am using Fedora Core 13, it did have 4GB of ram, all of the ram was used. performance was poor. I used free and top to check if it was swapping - according to both, swap was NOT used at all. Never the less, I upgraded to 8GB and performance improved a lot.However, once again, free and top state that ALL the ram is utilised, yet NONE of the swap is utilised.

View 2 Replies View Related

General :: What Is Kernel In Operating System

Feb 13, 2010

What is kernel in Linux operating system?

View 6 Replies View Related

General :: Operating System Not Found?

Apr 4, 2011

I have a server HP proliant and installed Redhat 4.3. server has only one HD as another was Bad and no RAID configuration. after 2 weeks I shutdown the system and when start it is giving the error - operating system not found?

View 2 Replies View Related

Security :: Android Operating System ?

Mar 16, 2011

Quote:

In this video, Tim Armstrong, a malware researcher at Kaspersky Lab talks with Ryan Naraine about the strengths and weaknesses of the Android operating system. Armstrong looks at strengths and weaknesses of the open-source platform and warns about the risks associated with jailbreaking/rooting Android devices.

View 1 Replies View Related

Debian :: Use The Web Safely And Responsibly Regardless Of Their Operating System?

Nov 18, 2010

Could the FOSS community instigate a free how-to e/book or pamphlet for web newbies? Released under Creative Commons and designed to teach newbies how to use the web safely and responsibly regardless of their Operating System. It could be made available in multiple formats as an ebook or printable document for download from SourceForge.

View 4 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved