Ubuntu is a desktop and server operating system based on Debian GNU/Linux. Note that http://askubuntu.com is specifically dedicated to Ubuntu questions.
-6
votes
1answer
208 views
Why is programming on Linux such a horses “backside”? [closed]
Why is programming on Linux (particular C++) such a pain in the backside and is there an alternative to Eclipse CDT for Linux C++ programming?
I don't want to (I really want to get stuck into Linux ...
-2
votes
1answer
66 views
Can I run command-line commands within a python script? [closed]
Basically I've downloaded this package that deals with text files that is run from the terminal, but the command I need takes in two arguments. I also need to do this many times (5000+).
I need to ...
-2
votes
0answers
47 views
Get sensor values Ubuntu Touch [closed]
I'm new to Ubuntu applications and I'm trying to make an application for Ubuntu Touch that reads the values from the sensors (Accelerometer, Gyroscope,...) but I don't know where to begin.
Which ...
-2
votes
2answers
283 views
I want to replace a string in a 320 MB file programmatically [closed]
Everyday I will be given a new file which is exported from a remote production database.
Now I need to replace a string with another string. Normally I open it up in vim & do the replacement ...
0
votes
1answer
276 views
Benefit of C++ to System Administrators
What benefit could C++ bring to system administrators?
I am working on Windows and Ubuntu. If I learn C++, where could I implement it in system administration, Please specify some of its benefits.
-1
votes
1answer
543 views
How to use PostgreSQL on AWS - Ubuntu 11.10 [closed]
I'm extremely new to cloud-computing, Linux, and PostgreSQL, so if this is a stupid question, I apologize.
I've managed to create an m1.large instance running Ubuntu 11.10, connect via Putty SSH, and ...
0
votes
3answers
171 views
How to balance programming projects between feasibility and usefulness [closed]
I've become fairly competent as a programmer, but I would not say I am a master. I work independently, most as a hobby, although I have done some freelance PHP work. I tend to find myself dabbling in ...
2
votes
1answer
183 views
Is there a way to get the version of Ubuntu that Google uses for development? [closed]
Is there a way to get the version of Ubuntu that Google uses for development? Even better would be a full up VMWare or Virtual Box Virtual Machine image that might include a full complement of ...
1
vote
2answers
464 views
How do you accept arguments in the main.cpp file and reference another file?
I have a basic understanding of programming and I currently learning C++. I'm in the beginning phases of building my own CLI program for ubuntu. However, I have hit a few snags and I was wondering if ...
2
votes
1answer
180 views
svn - when will I see conflicts?
I am just starting a new position and using svn rather than git (my favorite).
With svn if there are any conflicts will I see them after an svn update or after an (attempt) to svn commit?
In other ...
4
votes
1answer
161 views
What's the standard for entity design/database connectivity for a mySQL database?
I'm hosting a solution that serves as a web tier on a Ubuntu machine running Apache and Mono. I'm currently developing the project on OSX, using Mono. I understand there is no native support for ...
5
votes
2answers
504 views
Which tools to use for Embedded Linux C++ development with a fast compiler and possibly cross platform
I'm not happy with our build environment for our Linux based (Ubuntu 10.04) equipment. It is embedded software we are developing. What I would like is to have the optimal mix of these wishes:
Use ...
1
vote
1answer
959 views
Flash development under Ubuntu
It's unfortunate, but I'm taking this course that would require me to work in Flash CS3 (specifically programming), which would make me use windows. I'm very used to development under Ubuntu, and ...
1
vote
2answers
314 views
Why does Ubuntu have a 6-month release cycle?
Why has Ubuntu committed to a 6-month release cycle? Why should it have a fixed cycle at all?
Doesn't that go against the "if it ain't broken don't fix it" saying?
-2
votes
3answers
615 views
What's your best Ubuntu and Eclipse setup for Java development?
What're the best versions and configuration tricks for building a happy Java development environment with Eclipse on Ubuntu?
I'm at Ubuntu 8.10 and Eclipse Ganymede 3.4.2, so I'm behind on both ...