Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

7
votes
2answers
451 views

Tracking file complete download

I have a file hosting site and users earn a reward for downloads. So I wanted to know is there a way I can track whether the visitor downloaded whole file so that there are no fake partial downloads ...
2
votes
2answers
400 views

How to setup Yaws webserver on Ubuntu Server 10.10?

I would like to develop some web applications using Erlang and the Yaws webserver. But I'm having problem with setting up Yaws on Ubuntu Server 10.10. First I updated my Ubuntu system with: sudo ...
2
votes
4answers
571 views

How do I add a remote Git repository to an Ubuntu Server?

I have created a Git repository on my Desktop machine (Windows 7) with: git init git add <all my files> git commit -m "added my files" Now I have installed a new Ubuntu Server 10.10 on a ...
2
votes
2answers
95 views

Building ubuntu server packages

I have developed some C++ apps on my Ubuntu desktop. I want to create installation packages so that I can install them on a Ubuntu server. Can anyone provide guidelines on how to create an Ubuntu ...
1
vote
2answers
62 views

Running node.js on a port other than port 80

I have an apache web server running on my ubuntu server box. Recently, I was attempting to learn JavaScript and I stumbled upon node.js. I'd like to create a few web application multiplayer games and ...
1
vote
1answer
33 views

I have write permissions on a file, but I can't use the “unlink()” function to delete it

I've Googled around a bit, and can't find any answer that works for me. I'm trying to unlink a file, but nothing happens and no errors appear (display_errors() stopped the page from loading). The code ...
1
vote
0answers
74 views

Ubuntu Lucid, cgi-bin, and MathTex

So I have several dedicated servers out there running Ubuntu Lucid server. They primarily run WordPress sites - LAMP. However, one of my original sites is a controls engineering site that uses ...
1
vote
1answer
50 views

CPIO command taking too long to complete

I'm trying to install Oracle database 10g on an Ubuntu Server 11.04 VM. I am using Vagrant to run it and access it. I downloaded the install package which has a .cpio.gz file extension. Oracle ...
1
vote
1answer
336 views

Trying to connect to mysql database with jdbc

I have ubuntu server running on virtual machine locally and I need to connect to mysql database there. Database is in place and jdbc driver too. The only problem is that only way at the moment for my ...
1
vote
2answers
63 views

Using a GUI when remotely accessing a Ubuntu server

Is it possible to use a GUI (gnome) that is installed on another machine to display the contents of a server, kind of like a remote connection but the server itself does not have a desktop manager ...
1
vote
0answers
146 views

httperf: illegal number of connections

I'm using autobench to kick off a distributed loadtest of some python wsgi web servers. I'm very new to load testing, autobench, httperf and I may be overlooking something huge. My setup is 4 VM's ...
1
vote
1answer
328 views

Problem with JBoss > 5 in Ubuntu Server Service Script

Well. Hi everybody again. I have a trouble with some script that I wanna to be executed as a Service in an Ubuntu Server 10.04 LTS PC. This is the script: #! /bin/sh JBOSS_BIN=/usr/local/jboss/bin ...
1
vote
1answer
117 views

time of disconnection in ubuntu server

in ubuntu server (with ssh protocol), how I can change the time of disconnection for inactivity?
1
vote
1answer
1k views

Page anchor with mod_rewrite?

I'm trying to set up page anchors on a website that uses mod_rewrite (Apache2 running on Ubuntu Server 9.04). My htaccess file looks like this: RewriteEngine On RewriteRule ...
0
votes
1answer
26 views

Ubuntu Server Login Message [closed]

I'm running a server with ubuntu server 11.10 and I want to set it up so it shows a message (like server rules) when someone logs in. How can I do this? Thank you!
0
votes
0answers
16 views

How to get server online [migrated]

I'm using ubuntu server and I want to set it up so that people can ssh into it online from anywhere. How can I do this? Thank you!
0
votes
0answers
21 views

Cannot see folder details after mounting s3 bucket

I've started using S3 to backup data from an EC2 instance running server (Ubuntu Server). I've managed get this working using s3fs. Created the folder /mnt/s3 and I've mounted the bucket on that ...
0
votes
3answers
248 views

SVN permission denied - txn-current-lock

I have just set up svn on my ubuntu server. I have a my user I can login to. The problem is that whenever I try to make a change on the file structure I get a permission denied error. Can't open ...
0
votes
1answer
105 views

Installing the OpenCV prebuilt library on unbuntu server 11.10

I am new to the Linux scene and I am trying to get OpenCV installed and running on our server as I need it to build and run a few applications on the system. I have followed the Ubuntu package Install ...
0
votes
1answer
33 views

hgwebdir push - directory empty?

I set up my "mercurial_server" as follows (except I used hgwebdir.cgi instead of hgweb.cgi) and I created a repo hg init then I create a local repo work on my code and then push my updates to the ...
0
votes
1answer
47 views

gitosis and git not pushing/pulling correctly

Okay, so I've been working at this for quite some time now, and I'm slightly confused as to what's going on. I've been working on setting up a local git server (running ubuntu 11.04 server and using ...
0
votes
1answer
80 views

Permission denied for .iPython after installing django-CMS

Using the most recent package of django-cms - it requires a package called ipdb. I installed it and now I cannot get past the error: [Errno 13] Permission denied: '/var/www/.ipython' I changed the ...
0
votes
2answers
153 views

Masking URL in Status Bar

I'm hosting my own website on my personal server running Ubuntu server. My public IP address is showing up in the status bar each time someone visits my sites or hovers over one of the links on the ...
0
votes
2answers
225 views

Correct way to change repository location for gitosis?

What is the recommended way to change the repository location from /srv/gitosis in Gitosis installed via apt-get (on Ubuntu Server 11.04)? I have currently solved it by changing the home dir for the ...
0
votes
2answers
57 views

Launching small java parsing application on ubuntu server

I created locally a small multithreaded parsing application just to get acquainted with multithreading and jsoup parser library. On the server I installed java as it was described in this ...
0
votes
1answer
247 views

Problems starting Cassandra with “./bin/cassandra -f”

For some reason when I try to start Cassandra with this command: bin/cassandra -f The terminal gets stuck on: Listening for thrift clients... Is it normal? Does that mean that Thrift can talk too ...
0
votes
2answers
85 views

Problems installing Thrift

Here is a screen shot of the error I am getting: http://dl.dropbox.com/u/20599297/Screen%20shot%202011-05-25%20at%203.41.36%20PM.png I really don't know what the problem is. I have PHP installed ...
0
votes
1answer
315 views

JZMQ failing to build debian package on Ubuntu

At the moment, I'm having serious problems getting JZMQ to compile on Ubuntu (10.04.2 LTS Server, x86). I've installed 0MQ from source, but the debian package build for JZMQ is failing with: ...
0
votes
2answers
123 views

How to merge two directories from a windows subversion in a linux subversion

I have subversion on Ubuntu server. Before installation of Ubuntu my professor used to have subversion directories and files on windows server. He used to use tortoisesvn to checkout and commit the ...
0
votes
0answers
555 views

Ubuntu Server Cloud and Apache Load Balancing? [closed]

My server experience comes primarily from being a web developer. I'm trying to fill in the gaps of knowledge when it comes to maintaining a server. I made it a goal of mine to setup a Ubuntu server ...
0
votes
1answer
340 views

Problem installing ubuntu server 10.4 [closed]

I'm fairly new to the world of Linux, been using it for a while now mainly through virtual box as a development server. I recently acquired a machine I thought I could use as a server running ubuntu ...
0
votes
1answer
427 views

Ubuntu 10.04 Server switching to static IP

I am running an Ubuntu 10.04 server installation and I recently had to switch it from DHCP to static ip. I edited /etc/network/interfaces file and switched "iface eth0 inet dhcp" to "iface eth0 inet ...
0
votes
1answer
129 views

Using aptitude to install extra php modules (after php has already been installed)?

I recently setup an Ubuntu Server 10.04 LTS server for a client which uses a PHP based forum. It's all gone well, but now it seems I need to install a new php module to enable spell checking in the ...
0
votes
2answers
426 views

Deploying a Rails app on an Ubuntu server using Git

I'm completely new to Linux, but today I find myself setting up a server (Ubuntu 10.04 LTS lucid) from scratch to host a Rails application. Anyway, I managed to get a Rails app up and running on the ...
0
votes
2answers
717 views

Apache Custom Log Format to track complete file downloads

I am trying to write a reward system wherein users will be given reward points if they download complete files, So what should be my log format. After searching alot this is what I understand its my ...
0
votes
1answer
266 views

How to use apache logs to check complete file downloads

I have a file hosting site thats using this script MFHS. I want to develop a point system of my own in which points will be rewarded only if the visitor downloaded the whole file. How can I track it ...
0
votes
2answers
200 views

How can I save a process resource from proc_open in order to check the status later on?

I'm running a sh script that runs a java process through php on ubuntu server. I'm using proc_open for running the process. usually the Workflow goes like : request a page -> script runs (until ...
-1
votes
1answer
29 views

Changing The motd file in ubuntu server [closed]

I want to change the motd file in my server so the login message is different. I tried: sudo nano /etc/motd and edited and saved the file. However, when I logged out and back in the file reset to its ...
-4
votes
1answer
46 views

I am wanting to build a new linux server using ubuntu anyone recomend any good beginer sources [closed]

I am wanted to create a server form my home in ubuntu in order to use the following user logins user Profiles printer sharing file share network drives I would be great full for any ...