3
votes
3answers
78 views
Can’t connect to MySQL for .NET application deployed in Wine using Ubuntu
Below is the link
http://stackoverflow.com/questions/1518946/how-to-insert-delete-select-update-values-in-datagridview-in-c-using-mysql
which has the code to connect to a MySQL d …
0
votes
1answer
21 views
can we deploy an asp.net web application developed in windows in ubuntu
Hi all,
We have developed a web application in windows using visual studio 2005. Is it possible to deploy that application in linux using crossover. Is it possible to run crystal …
0
votes
0answers
33 views
Ubuntu server 9.10 freezes up after ~10 minutes [closed]
I don't know why the question with the same topic has been closed after such a mindless answer but there have been some good responses on the serverfault sister site.
My case is …
0
votes
3answers
52 views
What’s limiting my PHP resources?
I'm having a problem getting more memory out of PHP.
This is the error message:
Fatal error: Allowed memory size of 20971520 bytes exhausted (tried to allocate 82 bytes) in ...
…
2
votes
8answers
992 views
Clone Debian/Ubuntu installation
Is there an easy way of cloning entire installed debian/ubuntu system?
I want to have identical installation in terms of installed packages and as much as possible of settings.
I …
1
vote
8answers
117 views
Compile Windows C console applications in Linux
Can I compile a Windows C console application (.exe) in Linux? (more specific, Ubuntu)
I heard a long time ago of cross-compilers, but I wasn't interested in them at that time.
Be …
1
vote
2answers
470 views
Correct Putty configuration for Ubuntu 9.04
I often use Putty (http://www.chiark.greenend.org.uk/~sgtatham/putty/) to connect to Ubuntu boxes (9.04 now). It works well, but I can't figure out the correct combination of Putt …
0
votes
4answers
69 views
Append date to filename in linux
I want add the date next to a filename ("somefile.txt"). For example: somefile_25-11-2009.txt or somefile_25Nov2009.txt or anything to that effect
Maybe a script will do or some c …
0
votes
0answers
13 views
Can’t resolve DNS only in one machine [closed]
Update: moved to serverfault (http://serverfault.com/questions/88131/cant-resolve-dns-only-in-one-machine)
I have several Vista hosts each with one Ubuntu guest each running in vi …
2
votes
21answers
6k views
Problem creating a tomcat 6 server in eclipse form Ubuntu
Hey Guys,
I m Having a problem running tomcat 6 with eclipse 3 in ubuntu.
i installed tomcat 6 on my machine and when i test it using http://localhost:8080, it work fine.
But when …
0
votes
3answers
61 views
How do I change the shell for php’s exec()
Hey,
I want to use php's exec() function on an ubuntu server.
The problem is, I alway get an error, that the command is not found. For example using
exec("echo 123");
prints
…
0
votes
2answers
16 views
scheduled task log to a file named after current date
i have a scheduled task running for every 30 mins in ubuntu. i'm writing the log to a file called sh_tsk.log and using >> so that it doesn't overwrite. But what i want is to …
0
votes
0answers
23 views
Solving Ubuntu’s resolve -problem with dpkg [closed]
This question is base on Popey's answer. I mounted my broken Ubuntu such that I can access it by Ubuntu Live CD. However, I did not manage to run one of the commands such that my X …
0
votes
0answers
46 views
Fixing X11’s startup Errors by Xorg.conf or modprobe [closed]
I am using Ubuntu Live CD to get an access to the broken Ubuntu after running a few Linux Kernel Magic commands without knowing completely what I did.
I mounted the system to Live …
0
votes
2answers
31 views
How to read data from file and display in QEditText box in QT
i would like to read a line of data from text file and display that data in Text Edit box
