active questions tagged ubuntu - Stack Overflowmost recent 30 from stackoverflow.com2009-11-26T16:18:37Zhttp://stackoverflow.com/feeds/tag/ubuntuhttp://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/1686852/cant-connect-to-mysql-for-net-application-deployed-in-wine-using-ubuntu3Can't connect to MySQL for .NET application deployed in Wine using UbuntuSrikanth Mattihalli2009-11-06T10:55:41Z2009-11-26T07:52:11Z
<p>Below is the link</p>
<p><a href="http://stackoverflow.com/questions/1518946/how-to-insert-delete-select-update-values-in-datagridview-in-c-using-mysql">http://stackoverflow.com/questions/1518946/how-to-insert-delete-select-update-values-in-datagridview-in-c-using-mysql</a></p>
<p>which has the code to connect to a MySQL datbase from a Windows application. It works fine in Windows XP. So I have created a setup file and installed in Ubuntu using <a href="http://en.wikipedia.org/wiki/Wine%5F%28software%29" rel="nofollow">Wine</a>.</p>
<p>The issue is with the data not getting popped up in the datagridview of the application.</p>
<p>Extra information:</p>
<blockquote>
<blockquote>
<p>Wine is working fine by which i have installed small desktop application
MySql with connector,Mono IDE are already installed.</p>
<blockquote>
<p>It is even possible for me to create small applications using mono>(excluding database)</p>
</blockquote>
</blockquote>
</blockquote>
<p>Screenshot 1:
In Windows it looks like this:</p>
<p><img src="http://img27.imageshack.us/img27/1170/errorklh.jpg" alt="alt text"> </p>
<p>But in Ubuntu Linux(8.04) it doesn't show up and looks like below.</p>
<p><img src="http://img190.yfrog.com/img190/3281/31868597.jpg" alt="alt text"></p>
http://stackoverflow.com/questions/1802140/can-we-deploy-an-asp-net-web-application-developed-in-windows-in-ubuntu0can we deploy an asp.net web application developed in windows in ubuntuSrikanth Mattihalli2009-11-26T07:47:54Z2009-11-26T07:51:25Z
<p>Hi all,</p>
<p>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 reports in asp.net using crossover.</p>
<p>I have used wine, and cross over and even mono. But it was not possible for me to develop crystal reports web application in ubuntu.</p>
<p>But I am able to develop windows application using c# with mysql database as backend and have used crystal reports. But it doesn't work for ubuntu</p>
<p>Please look at the below posts for more details:</p>
<p><a href="http://stackoverflow.com/questions/1781229/how-to-run-crystal-reports-in-ubuntu-linux">http://stackoverflow.com/questions/1781229/how-to-run-crystal-reports-in-ubuntu-linux</a></p>
<p><a href="http://stackoverflow.com/questions/1686852/cant-connect-to-mysql-for-net-application-deployed-in-wine-using-ubuntu">http://stackoverflow.com/questions/1686852/cant-connect-to-mysql-for-net-application-deployed-in-wine-using-ubuntu</a></p>
<p><a href="http://www.talkonsomething.com/2009/11/how-to-connect-mysql-database-from-windows-xp-to-ubuntu/" rel="nofollow">http://www.talkonsomething.com/2009/11/how-to-connect-mysql-database-from-windows-xp-to-ubuntu/</a></p>
http://stackoverflow.com/questions/1801090/ubuntu-server-9-10-freezes-up-after-10-minutes0Ubuntu server 9.10 freezes up after ~10 minutes [closed]L33tCh2009-11-26T01:31:44Z2009-11-26T01:34:59Z
<p>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. </p>
<p>My case is as follows:</p>
<p>I connect through SSH to my server... no problems for many months on Ubuntu Server 9.04.
Eventually I decided to updgrade and straight away I get the 10 minutes freeze problem.
I went through all the possible fixes (many can be found <a href="http://serverfault.com/questions/80520/ubuntu-server-9-10-freezes-up-after-10-minutes">here</a> but my quick fix, the only that worked, leaves me with no real answer as to why and how to properly correct it...</p>
<p>As ridiculous as it sounds... while I leave a keyboard plugged in... it runs without flaw.</p>
<p>Can anyone make sense of this?</p>
http://stackoverflow.com/questions/1800025/whats-limiting-my-php-resources0What's limiting my PHP resources?bigmattyh2009-11-25T21:19:58Z2009-11-25T22:27:48Z
<p>I'm having a problem getting more memory out of PHP.</p>
<p>This is the error message:</p>
<pre><code>Fatal error: Allowed memory size of 20971520 bytes exhausted (tried to allocate 82 bytes) in ...
</code></pre>
<p>Yet:</p>
<p>I've set memory_limit in the php.ini file to 32M:</p>
<pre><code>memory_limit = 32M;
</code></pre>
<p>I've also tried to override it manually in the actual script:</p>
<pre><code>ini_set('memory_limit', '32M');
</code></pre>
<p>And -- here's where I'm lost -- I've confirmed via phpinfo() that this php.ini file is the actual ini file used, and the memory_limit seems to be set correctly. The line on memory_limit gives this:</p>
<pre><code>memory_limit 32M 32M
</code></pre>
<p>So it would seem that everything is configured properly, but I'm only getting 20971520 bytes (~20M).</p>
<p>Where else should I be looking to figure out where this limitation is being imposed?</p>
<p><strong>EDIT:</strong> I'm running php under nginx/fastcgi, on Ubuntu 9.04 in a VPS. The php-cgi processes do seem to be a bit resource-hungry (RES=25m, VIRT=187m), but I have 10m of physical memory free and 500m of swap space free.</p>
http://stackoverflow.com/questions/174839/clone-debian-ubuntu-installation2Clone Debian/Ubuntu installationboskom2008-10-06T15:44:28Z2009-11-25T21:25:11Z
<p><strong>Is there an easy way of cloning entire installed debian/ubuntu system?</strong></p>
<p>I want to have identical installation in terms of installed packages and as much as possible of settings.</p>
<p>I've looked into options of aptitude, apt-get, synaptic but have found nothing. </p>
http://stackoverflow.com/questions/1799648/compile-windows-c-console-applications-in-linux1Compile Windows C console applications in LinuxJohn F.2009-11-25T20:09:40Z2009-11-25T21:07:42Z
<p>Can I compile a Windows C console application (.exe) in Linux? (more specific, Ubuntu)<br />
I heard a long time ago of cross-compilers, but I wasn't interested in them at that time.</p>
<p>Best regards,<br />
John F.</p>
http://stackoverflow.com/questions/859565/correct-putty-configuration-for-ubuntu-9-041Correct Putty configuration for Ubuntu 9.04RobbieCanuck2009-05-13T18:24:08Z2009-11-25T19:19:39Z
<p>I often use Putty (<a href="http://www.chiark.greenend.org.uk/~sgtatham/putty/" rel="nofollow">http://www.chiark.greenend.org.uk/~sgtatham/putty/</a>) to connect to Ubuntu boxes (9.04 now). It works well, but I can't figure out the correct combination of Putty font, character encoding, character translation, and terminal configuration on the Ubuntu end so that the terminal displays everything correctly. The problem is most obvious when running an ncurses program such as "screen-profiles" or "w3m". The box drawing characters are messed up.</p>
<p>Has anyone got this combination working to their satisfaction?</p>
http://stackoverflow.com/questions/1795678/append-date-to-filename-in-linux0Append date to filename in linuxsami2009-11-25T09:21:59Z2009-11-25T10:49:16Z
<p>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</p>
<p>Maybe a script will do or some command in the terminal window. I'm using Linux(Ubuntu).</p>
<p>Thanks in advance.</p>
<p>oh i almost forgot to add that the script or command should update the filename to a new date everytime you want to save the file into a specific folder but still keeping the previous files. So there would be files like this in the folder eventually: filename_18Oct2009.txt , filename_9Nov2009.txt , filename_23Nov2009.txt</p>
http://stackoverflow.com/questions/1795783/cant-resolve-dns-only-in-one-machine0Can't resolve DNS only in one machine [closed]Joel2009-11-25T09:45:22Z2009-11-25T10:05:37Z
<p><strong>Update</strong>: moved to serverfault (<a href="http://serverfault.com/questions/88131/cant-resolve-dns-only-in-one-machine">http://serverfault.com/questions/88131/cant-resolve-dns-only-in-one-machine</a>)</p>
<p>I have several Vista hosts each with one Ubuntu guest each running in virtual box in bridge mode.</p>
<p>All guests can resolve internal DNS except one.</p>
<p>On the problematic guest machine, if i <code>dig @<internal dns ip> <some internal domain></code> it always gives timeout, but on that machine, the <code><internal dns ip></code> replies to pings and i can even <code>telnet <internal dns ip> 53</code>.</p>
<p>I've checked, and the windows firewall on the host is disabled.</p>
<p>Any ideas on what could be the problem?</p>
<p>Thanks,
Joel</p>
http://stackoverflow.com/questions/447289/problem-creating-a-tomcat-6-server-in-eclipse-form-ubuntu2Problem creating a tomcat 6 server in eclipse form Ubuntu Oussama2009-01-15T15:52:49Z2009-11-25T08:04:29Z
<p>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 <a href="http://localhost:8080" rel="nofollow">http://localhost:8080</a>, it work fine.
But when i want to create a server in eclipse, when i select Tomcat 6 , i get the following message
" Cannot create a server using the selected type". and i can't click next.
Any idea why is that ??????
I appreciate any help</p>
<p>Thanks </p>
http://stackoverflow.com/questions/1792643/how-do-i-change-the-shell-for-phps-exec0How do I change the shell for php's exec()Timo2009-11-24T20:16:03Z2009-11-24T20:59:28Z
<p>Hey,</p>
<p>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 </p>
<pre><code>exec("echo 123");
</code></pre>
<p>prints</p>
<blockquote>
<p>sh: /echo: not found</p>
</blockquote>
<p>To me, it looks like php is using the sh shell, when I want to be using bash.
I tried changing the shell for www-data in /etc/passwd, that didn't help either.</p>
<p>Does anybody have an idea where else the problem might be coming from or how I can change the shell for php's ubuntu user.</p>
<p>Thanks, Timo</p>
<p><hr></p>
<p>[EDIT]</p>
<p>Maybe this helps:</p>
<p>I call a bash script from ssh as timo, this script calls a php script, which uses exec. I know, it sounds weird, but it's part of a bigger development environment...</p>
<p>The point is, I'm not ever certain, as which user the script inside exec is executed.</p>
<p><hr></p>
<p>[EDIT]</p>
<p>By now I figured out that there must be another rights problem involved.
Even if I try calling a bash script test.sh (by it's full path!) from within exec, php test.php will just say.</p>
<blockquote>
<p>sh: /test.sh: not found</p>
</blockquote>
http://stackoverflow.com/questions/1782554/scheduled-task-log-to-a-file-named-after-current-date0scheduled task log to a file named after current dateSenthil Kumar2009-11-23T11:26:43Z2009-11-24T15:54:52Z
<p>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 <code>>></code> so that it doesn't overwrite. But what i want is to separate logs using dates. i.e today's log should be in a file named after today's date and tomorrow's log should be in a file named after tomorrow's date. i know i can use <code>touch</code> keyword to create a file. But what i don't know is how do i create the file using current date?</p>
http://stackoverflow.com/questions/1790010/solving-ubuntus-resolve-problem-with-dpkg0Solving Ubuntu's resolve -problem with dpkg [closed]Masi2009-11-24T13:20:01Z2009-11-24T13:22:58Z
<p>This question is base on <a href="http://stackoverflow.com/questions/1785280/fixing-x11s-startup-errors-by-xorg-conf-or-modprobe/1789755#1789755">Popey's answer</a>. 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 X11 gets stuck at the startup.</p>
<p><strong>How can you solve the following "resolve" problem?</strong></p>
<pre><code>root@ubuntu:/# sudo dpkg --configure -a
sudo: unable to resolve host ubuntu
</code></pre>
http://stackoverflow.com/questions/1785280/fixing-x11s-startup-errors-by-xorg-conf-or-modprobe0Fixing X11's startup Errors by Xorg.conf or modprobe [closed]Masi2009-11-23T19:05:48Z2009-11-24T13:16:08Z
<p>I am using Ubuntu Live CD to get an access to the broken Ubuntu after running a few <a href="http://en.wikipedia.org/wiki/Magic%5FSysRq%5Fkey" rel="nofollow">Linux Kernel Magic commands</a> without knowing completely what I did.
I mounted the system to Live CD.</p>
<p>I need to apparently be able to run aptitude such that I can fix the following errors in my T60s.</p>
<pre><code>(EE) intel(0): Failed to set tiling on front buffer: rejected by kernel
(EE) intel(0): Failed to set tiling on back buffer: rejected by kernel
(EE) intel(0): Failed to set tiling on depth buffer: rejected by kernel
(EE) XKB: No component provided Virtual core keyboard
</code></pre>
<h1>#1 solution: Xorg.conf</h1>
<h2>#1.1</h2>
<p>I run replaced the xorg.conf with the backup files at /mnt/sda5/etc/xorg.conf unsuccessfully. My T60s still goes to the gray-error screen although I use different xorg.conf -files. </p>
<p>I booted my system by Cmd-Alt-SysRq {r,e,i,s,u,b} so the new xorg.conf should be in the mounted sda5.</p>
<p>#1.2</p>
<p>I removed my /etc/X11/xorg.conf, but the same problem remains.
This suggests to me that the problem is not in X11.</p>
<h1>#2 Solution</h1>
<p>Daubers at Ubuntu-uk suggests to </p>
<ol>
<li>mount /proc /dev /sys into your old fs using a loopback interface</li>
<li>run chroot</li>
</ol>
<p>This means that I need to run</p>
<pre><code> mount /dev/sda5 /proc
mount /dev/sda5 /dev
mount -o loop /chroot/sys /sys
</code></pre>
<p>The last command gives me the output</p>
<pre><code>could not find any loop device. Maybe this kernel does not know about the loop device? (if so, recomplie or `modprobe loop`.)
</code></pre>
<p>The <a href="http://translate.google.com/translate?js=n&prev=%5Ft&hl=en&ie=UTF-8&u=http%3A%2F%2Flinux.ilmainen.net%2Fkonsoli.htm&sl=fi&tl=en" rel="nofollow">output means apparently</a> that Ubuntu's Linux Kernel does not support the feature <em>loop</em>.</p>
<p>The command <code>fdisk -l</code> gives me </p>
<p><img src="http://dl.dropbox.com/u/1664246/p1000464.jpg" alt="alt text"></p>
<p><strong>How can you run `mount -o loop /chroot/sys successfully?</strong>
I need to apparently add some module to Linux kernel</p>
<h1>#3 by Ubuntu Live CD</h1>
<h2>#3.1 <a href="http://ubuntuforums.org/archive/index.php/t-422523.html" rel="nofollow">By updating applications in Ubuntu by a Live CD</a></h2>
<p>The following commands are not accurate according to popey at #ubuntu-uk.</p>
<p>I run</p>
<pre><code>sudo mkdir /mnt/repair
sudo mount /dev/sda5 /mnt/repair
sudo chroot /mnt/repair // after this I did not manage to run other commands
sudo apt-get update // I cannot run these, I get no traffic outside
sudo apt-get upgrade
sudo aptitude upgrade
sudo apt-get -f install
sudo dpkg --configure -a
sudo apt-get upgrade
exit
sudo reboot
</code></pre>
http://stackoverflow.com/questions/1788062/how-to-read-data-from-file-and-display-in-qedittext-box-in-qt0How to read data from file and display in QEditText box in QTNagaraja 2009-11-24T05:45:14Z2009-11-24T06:26:24Z
<p>i would like to read a line of data from text file and display that data in Text Edit box</p>
http://stackoverflow.com/questions/1724709/ubuntu-9-10-monodevelop-debug-nunit2Ubuntu 9.10 + MonoDevelop + Debug + NUnitW3Max2009-11-12T19:24:05Z2009-11-24T02:35:04Z
<p>I am a Linux noob and I would like to debug a unit test.</p>
<p>If I run my test in MonoDevelop it goes green but if I try to debug everything freeze and I have to stop the debugger. My breakpoint on first line of code is never hit. There is no stack trace or information of what could have failed.</p>
<p>Edit 1: Should I install OpenSuse (since it is Novell and they are behind Mono) instead of Ubuntu ?</p>
http://stackoverflow.com/questions/1778293/how-to-confirm-php-enabled-on-ubuntu-server0How to confirm php enabled on ubuntu server [closed]Shishant2009-11-22T09:46:39Z2009-11-23T23:24:30Z
<p>Hello,</p>
<p>I am not much into linux. I am trying to setup a server through ssh. I installed apache php and mysql through this command.</p>
<pre><code>sudo aptitude install apache2 php5-mysql libapache2-mod-php5 mysql-server
</code></pre>
<p>but I think php is not enabled on the server.</p>
<p>when I run command I receive response as below </p>
<pre><code>$ which apache2ctl
/usr/sbin/apache2ctl
</code></pre>
<p>but when i check <code>$ which php</code> i receive no response.</p>
<pre><code>$ locate php5
/etc/apparmor.d/abstractions/php5
/usr/share/ubuntu-serverguide/html/C/php5.html
</code></pre>
<p>available apache2 modules
<img src="http://img2.pict.com/69/09/0e/2032404/0/20091122142626.png" alt="alt text"></p>
<p>aptitude package manager
<img src="http://img2.pict.com/8e/f6/77/2032403/0/20091122143214.png" alt="alt text"></p>
http://stackoverflow.com/questions/1784162/problems-installing-drupal-with-xampp-and-ubuntu0Problems installing Drupal with Xampp and UbuntuBua2009-11-23T16:10:25Z2009-11-23T20:10:02Z
<p>I am attempting a fresh install of Drupal 6.14 on a Ubuntu 9.10 machine using XAMPP for Linux. I use XAMPP fine with Wordpress and some different frameworks. I am having problems after I download and extract Drupal to my /htdocs/. The following pic shows the errors I get.</p>
<p><img src="http://imgur.com/52GME.png" alt="Problem installing Drupal with XAMPP"></p>
http://stackoverflow.com/questions/1785443/configure-tv-capture-card-to-not-use-external-audio-jack-for-tv-audio-output0Configure TV Capture card to not use external audio jack for TV audio output [closed]Adam D.2009-11-23T19:37:26Z2009-11-23T19:37:26Z
<p>I had this working with MythTV on Ubuntu 9.1. Then a power surge killed the motherboard. After replacing the motherboard, ram and cpu, the card does not produce any audio except through the output jack on the back of the card.</p>
<p>I do not want to use a cable to go from the back of the card to the audio in on the built in sound card of the new mother board.</p>
<p>FYI, the old motherboard did not have an on-board sound card. There was a separate audio card installed.</p>
<p>There's some configuration that has to be done to have it work the same way again. I just have no idea where to start.</p>
<p>This is regarding wintv hauppauge mythtv linux ubuntu 9.10 audio</p>
http://stackoverflow.com/questions/1785228/logging-for-tomcat-5-5-in-ubuntu0Logging for Tomcat 5.5 in Ubuntumichaelmior2009-11-23T18:57:50Z2009-11-23T18:57:50Z
<p>I am experiencing an error with a web app running under Tomcat in Ubuntu. It tells me to check the logs for more information, but all the obvious places seem to give no information. I have checked <code>/var/log/syslog</code> <code>/var/log/messages</code> and <code>/usr/share/tomcat5.5/logs/</code>. Is logging disabled by default?</p>
http://stackoverflow.com/questions/1725457/swt-gui-performance-problem-on-linux0swt GUI performance problem on linux.Kishore2009-11-12T21:13:04Z2009-11-23T13:29:05Z
<p>We have a monitoring application built on swt and running on linux. we have few buttons and a dynamic part that changes as we click on these buttons. The problem is that if some ones click too rapidly the cpu could reach 100% and hanging forever. We observed this rapid cpu spikes only on Ubuntu Linux where as windows it runs without on itch. We are sure that our app does repainting whenever we click (we have dynamic part) the button and that's by design. The problem is not alone with the dynamic part. One solution is to ignore rapid clicks.</p>
<p>We are wondering if we can ignore rapid Button clicks to avoid cpu spiking all the way to 100%. If that doesn't work we may have to redesign the dynamic part which we prefer as last option. suggestions/comments are greatly appreciated.</p>
http://stackoverflow.com/questions/1781229/how-to-run-crystal-reports-in-ubuntu-linux0how to run crystal reports in ubuntu linuxSrikanth Mattihalli2009-11-23T05:18:22Z2009-11-23T09:30:21Z
<p>Hi all,</p>
<p>I am trying to use the crystal reports application in ubuntu. So far i was able to connect the MYSQL database using c# in .net platform and run a small application in ubuntu over crossover linux.</p>
<p>But when i try to fetch the data from mysql database and display in crystal reports i get an error as shown in the below picture:</p>
<p><img src="http://img136.imageshack.us/img136/3282/screenshot2i.jpg" alt="alt text"></p>
<p><img src="http://img155.imageshack.us/img155/3504/screenshot1my.png" alt="alt text"></p>
<p>This thread is an extension of the below thread.</p>
<p><a href="http://stackoverflow.com/questions/1686852/cant-connect-to-mysql-for-net-application-deployed-in-wine-using-ubuntu">http://stackoverflow.com/questions/1686852/cant-connect-to-mysql-for-net-application-deployed-in-wine-using-ubuntu</a></p>
http://stackoverflow.com/questions/1781315/choosing-linux-for-open-source-development0Choosing Linux for open source development.RPK2009-11-23T05:50:32Z2009-11-23T07:03:54Z
<p>I work on Windows XP platform and use Aptana Studio, MySQL for PHP development. I want to know which Linux edition and flavor would be appropriate for my development purposes?</p>
http://stackoverflow.com/questions/1531110/openerp-with-ubuntu-9-040Openerp WIth ubuntu 9.04agbrand2009-10-07T11:42:16Z2009-11-23T04:55:54Z
<p>I had Ubuntu 8.10. I upgrade it to 9.04.
I have Openerp5.0 , server/client/web. It worked on 8.10 but not with 9.04.</p>
<p>Now when I try to launch my server using:
./openerp-server.py
I have this error:
ERROR: Import xpath module
ERROR: Try to install the old python-xml package
It seems that this version of openerp doesn't work with python2.6.
Can you help me to redirect openerp to use old version of python please?</p>
http://stackoverflow.com/questions/1777315/how-does-linux-kernel-read-proc-pid-file1How does linux-kernel read proc/pid file? Iguramu2009-11-22T00:33:57Z2009-11-23T00:13:12Z
<p>How and Where does linux-kernel read proc/pid file which shows all processes in the system. I found linux-source-2.6.31/fs/proc/ Here there are files, but it is hard to understand because it is really complicated. Can someone knows, how it works?</p>
http://stackoverflow.com/questions/1779004/is-pygtk-or-pyqt-preferred-for-making-gtk-native-python-apps1Is PyGTK or PyQT preferred for making GTK-native Python apps?mcrittenden2009-11-22T15:21:13Z2009-11-22T15:29:31Z
<p>I'm a web developer looking to get my feet wet with coding up a little desktop app for Ubuntu in Python. I've scoured the web looking for the pros and cons of PyGTK vs. PyQT and can't really find any good comparisons.</p>
<p>What do you guys think? Do they both produce native-looking widgets on a GNOME system? Is one easier to use than the other? Any opinions would be nice.</p>
<p>Sorry for the subjective question.</p>
http://stackoverflow.com/questions/1778724/how-to-install-opencv-in-ubuntu-karmic-koala0how to install opencv in ubuntu karmic koala [closed]themaddhatter2009-11-22T13:39:16Z2009-11-22T13:39:16Z
<p>anyone know how to get a working install of opencv in karmic? I've tried pretty much every way i can find in a google search and none seem to work..</p>
http://stackoverflow.com/questions/1778641/installing-a-fresh-downloaded-php-package-ubuntu-server0Installing a fresh downloaded php package ubuntu serverShishant2009-11-22T13:06:31Z2009-11-22T13:08:07Z
<p>Hello,</p>
<p>I am trying to setup my ubuntu server, but it seems to me that the php package downloaded has got corrupt as it is not installing the whole package.</p>
<p>When I am trying to reinstall after removing the package with <code>sudo apt-get install php5</code> it uses the same package which it had downloaded earlier but i want to download a fresh copy how can i do it?</p>
<p>Thank You.</p>
http://stackoverflow.com/questions/1774920/can-i-use-a-shared-library-compiled-on-ubuntu-on-a-redhat-linux-machine1Can I use a shared library compiled on Ubuntu on a Redhat Linux machine ?Stick it to the man2009-11-21T08:18:34Z2009-11-22T06:28:20Z
<p>I have compiled a shared library on my Ubuntu 9.10 desktop. I want to send the shared lib to a co-developer who has a Red Hat Enterprise 5 box.</p>
<p>Can he use my shared lib on his machine?</p>
http://stackoverflow.com/questions/1776312/how-to-check-the-presence-of-php-and-apache-on-ubuntu-server-through-ssh2How to check the presence of php and apache on ubuntu server through sshShishant2009-11-21T18:31:36Z2009-11-21T18:49:06Z
<p>Hello,</p>
<p>I am not much into linux, so can any body please guide me how can I check whether the apache is installed with php and mysql on ubuntu server through ssh. Also if installed in which directory.</p>
<p>And if in case some other package is installed like lighttpd.</p>
<p>Thank You.</p>