Tagged Questions

4
votes
3answers
137 views

Resources on writing a Debian/Ubuntu deb package?

I'm getting started preparing an installation script for a software package onto an Ubuntu server. I would like to write a script as a .deb package that is aware of dependencies t …
1
vote
6answers
86 views

Jar file of java

I have created a java application and packed it into a jar file on a Windows platform. Now I wants to deploy that jar file on Debian Linux. Will the same jar file work for Debian …
1
vote
7answers
700 views

What is the correct target for the JAVA_HOME envrionment variable for a Linux OpenJDK debian-based distribution?

Folks In Windows, JAVA_HOME must point to the JDK installation folder (so that JAVA_HOME/bin contains all executables and JAVA_HOME/libs contains all default jar libraries). If I …
0
votes
5answers
67 views

How to specify filepath in java?

I have created a java application for "Debian Linux." Now I want that that application reads a file placed in the directory where the jar file of that application is specified. So …
0
votes
4answers
231 views

PHP script runs over Browser but not with wget

I have a bash-sctipt running 5 php scripts via wget. Every php file is called but, on the last script, I get this warning: mysql_query(): supplied argument is not a valid My …
0
votes
1answer
46 views

Keeping an apt-based distro, running as a web server, up to date.

I am in the process of configuring a production web server running Debian 5.0. How do you keep an apt-based distro up to date. Is there any best practice or magical ways of doing i …