The tag has no wiki summary.

learn more… | top users | synonyms

-2
votes
1answer
11 views

Linux changing directories and editing text file [closed]

K so I'm setting up a raspbian webserver and I need to edit this text file /ect/apache2/ports.conf And I can't type that route directly into nano cuz it just brings up an empty screen, and when I run ...
0
votes
0answers
12 views

How to fail prerm script with error message in dpkg linux package

I have a deb package in which I have written a prerm script to check before uninstalling it whether my package is unloaded or not. I want to exit from the prerm script if my deb package is not ...
-1
votes
1answer
13 views

Build software for ubuntu servers [closed]

I would like to develop a service for ubuntu web servers , with service i mean something like apache / memcached . a tool that will communicate with another server . i want to be able to create a ...
0
votes
2answers
109 views

.deb installer (linux) dependencies. What if it's not in the repository?

I would like my application to install Google Chrome along itself. I simply added a dependency named google-chrome-stable to the deb installer and it works. However, it only works if the target ...
-2
votes
1answer
327 views

How to install BackTrack tools in Debian [closed]

I tried installing by using the following sources: deb http://all.repository.backtrack-linux.org revolution main microverse non-free testing deb http://all.repository.backtrack-linux.org revolution ...
1
vote
0answers
149 views

vlock on raspbian wheezy doesn't work properly

I've set up raspbian "wheezy" (more information here, and image file here) on my recently arrived raspberry-pi (model B, but with 256MB RAM). Since I plan to use it via SSH from other locations, I was ...
0
votes
0answers
156 views

Internet is not working in backtrack5 [closed]

recently i have installed bt5(backtrack5) in my virtual machine, but i am unable to get internet in my bt5. I have tried by disabling firewall, but still the problem is with me. In terminal i checked ...
1
vote
0answers
50 views

Unable to resize editor in MySQL Query Browser in Debian

hi i'm using Debian and stuck with this problem. I searched google but no results. Please help. When I try to resize (by dragging down the lower border) the query editor in Query Browser, it doesn't ...
0
votes
2answers
643 views

SSL client authentication returning Bad Certificate error

I was trying to connect to my custom wrote ssl server written in CPP. It has got client authentication features. Its throwing error Bad certificate when watched through Wireshark. At the server side ...
0
votes
2answers
149 views

bash completion isn't working like it used to — not escaping spaces and oddities in filenames, etc [duplicate]

Okay, I just don't understand why this isn't working automatically. When I'm working on my mac, spaces and other odd characters get escaped automatically when I do autocomplete in bash, but on my ...
2
votes
1answer
1k views

Raspberry pi raspbmc display turns off after being inactive for a while

Hope somebody can help me. I have a raspberry pi with the raspbmc distro loaded, connected to a tv via hdmi. There's no mouse or keyboard attached as all control is done by iPad apps. After being ...
2
votes
2answers
5k views

mysql - ERROR 1064 (42000)

What's wrong with this? Ran this successfully on a Gentoo system, but now on a Debian-Squeeze (Raspberry PI) it won't work. Database is setup allright mysql> show databases; ...
1
vote
1answer
362 views

Why does linux multiarch use x86_64-linux-gnu instead of lib64?

I recently came across multiarch in linux when deploying 32 & 64bit libraries. Out of curiosity, why was /lib64 abandoned in favour of e.g. /lib/x86_64-linux-gnu It seems overly complex but there ...
1
vote
1answer
828 views

gpg: “tag:launchpad.net:2008:redacted” not a key ID: skipping error while installing new packages using apt-get

Unable to install new packages on Ubuntu 12.04, there is an error related to 'gpg'. Executed 'Update Manager' (installed all updates) but still the problem persists, following is the error when I ...
2
votes
2answers
2k views

How do I take a screenshot on a Raspberry Pi running Debian Squeeze and LXDE? [closed]

Noob question... But shutter not installed, print screen doesn't appear to work, screen grab not installed etc.
1
vote
1answer
66 views

Extracting Description Of A Debian Package

I am trying to extract the description of debian packages from the Packages.gz file using Python. Is there any way to get only the description of the package, i.e the content after the Description: ...
0
votes
2answers
752 views

How can I specify the HADOOP_HOME after I install hadoop 1.0.1 in ubuntu with deb intall file

I have installed hadoop 1.0.1 in my ubuntu laptop by a deb install file. the hadoop files are install into different directories, eg: config file are installed into /etc/hadoop, but the bin files are ...
0
votes
2answers
531 views

Apache redirect all https (443) request to external server

I want to redirect all https requests (443) to another server, how can I do this in apache? What I want to do is: All https requests on https://server1.com redirect to https://server2.com Anyone ...
0
votes
2answers
158 views

BASH: iterating through a directory excluding certain keyword-based subdirectories

I'm trying to create a simple backup script that will, among other things, copy my firefox profile, excluding any cache item or folder in within that profile. This is on my debian-based crunchbang ...
0
votes
3answers
248 views

apache Mod_rewrite off, wordpress happy, on 404 me unhappy

I've been fiddling with the mod_rewrite for some time now, but is has gotten the best of me. Hope anyone here can shine some light on my problem. I'm trying to self host wordpress and it works great ...
1
vote
0answers
918 views

How to remove evolution from debian but keep gnome [closed]

Well it's in the title I did try this: aptitude unmarkauto gnome-desktop-environment gdm-themes gnome-themes-extras gnome-games libpam-gnome-keyring gstreamer0.10-plugins-ugly gstreamer0.10-ffmpeg ...
1
vote
2answers
349 views

C++ apt-get working on stdout of popen

This might sound like a stupid question, I am new to C++. On debian I try to invoke apt-get install with popen. I need to parse the output of this programm. Unfortunately I am not able to read the ...
1
vote
1answer
650 views

SNMP sanity check failed during installation of php 5.3.5 on Debian server

I am trying to install php 5.3.5 on my Debian server and after I performed ./configure -with-mysql=/usr -with-mysqli=/usr/bin/mysql_config -with-tidy=/usr -with-curl=/usr/bin -with-curlwrappers ...
1
vote
1answer
1k views

Linux command line emulator that can run scripts, in Javascript?

Hey I was just wondering if anyone has made a version of Debian written in Javascript, just for a test. I know it would not be able to do unlimited stuff, but what Javascript lets it have should be ...
0
votes
2answers
605 views

PHP HTTP server? Ports 80, 443-444, 1000-3000, 8000-9000. (No-Apache)

I will upgrading to Linux Debian 6.0 "Squeeze" on the server soon and I want to know how I can use Python as a web-server on many ports dedicated for different things.. Ports Directory ...
1
vote
3answers
864 views

configure linux box to have a static ip [closed]

I need to make a machine on my home network use a static ip address. It's a linux box. My question is can I make just my linux box use a static ip address where the rest of my network (which is ...
2
votes
1answer
423 views

Debian packaging: deploying files to the user home directory

I use Debhelper to create Debian packages. To deploy files and directories, I use the debian/install and debian/dirs files. Now I would like my package to deploy the default user configuration file ...
0
votes
2answers
209 views

How to override the version of a .deb subpackage?

I need to make a .deb for our software, that includes a copy of Drupal. I've had to patch Drupal, so I can't use the stock Drupal from the distro. I want the outcome to be a file named ...
4
votes
1answer
2k views

How do I create a deb package with basic dependencies?

Hi so I am trying to create a deb package for a web application written in Java (it uses Apache Tomcat). My eventual goal is to start a repository that people can add to apt-get the software, but ...
1
vote
2answers
251 views

Debian packaging and localization of control files

Is there a way to provide localized versions of the Debian packaging control files (changelog, control and copyright for example) ?
0
votes
1answer
133 views

How the Google Chrome Linux version handles automatic version updation

Can some one tell me how the Chrome's Linux beta version carry out automatic version updation using debian package manager. I need to implement something similar to my application on linux and ...
2
votes
2answers
455 views

Debian Package Control file Question

I am trying to create a Debian package for a Java application. In my package there is a .jar file which is executable, a script which will run this jar file and a .so file for fmod. I've read this ...
3
votes
7answers
1k 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 Linux? Is the ...
0
votes
6answers
5k 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 what to specify at ...
13
votes
3answers
2k 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 that must be ...
0
votes
4answers
512 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 MySQL-Link resource in ...
0
votes
1answer
88 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 it? Logging in via ...
25
votes
12answers
36k 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 download Sun's JDK ...