The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
1answer
17 views

Ubuntu Server 12.10 3g modem connection established but not used

Our server has LAN (DHCP) connection to Internal Network and 3G (via USB dongle) to the Internet. The Internet access should not be exposed to internal network and vice versa. To be able use 3G modem ...
-1
votes
0answers
9 views

Setting up MySQL in a VirtualBox (Ubuntu) and accessing it from my host (win 7) via MySql Admin; ERROR [closed]

So I have been trying to set up mysql for the last day. I have it currently running in ubuntu server edition. I set up a root account and a personal account for myself with all permissions enabled. I ...
0
votes
1answer
54 views

Make a script run after Network is up [closed]

I have written a simple script to run whenever the Network is up. Iam using ubuntu server 10.04. I placed the script in the /etc/network/if-up.d/my_scrit. I have also ensured that the script is ...
0
votes
0answers
28 views

Zapier and MySQL

I have two Amazon EC2 instances, one Windows, one Ubuntu Server, running SQL Server Express 2008 and MySQL, respectively, and I have opened ports 80, 3306, and 1433. These instances also have public, ...
-1
votes
2answers
32 views

Ubuntu Server Network Configuration Through Command Line [closed]

I installed Ubuntu few days ago, at that time i didn't have available internet connection. Now i have access to an ADSL router/modem and an internet connection But Ubuntu refuses to connect to the ...
0
votes
0answers
17 views

virtual machines using “VirtualBox” stop suddenly

I created five virtual machines using "VirtualBox" in ubuntu 12.10 server. The problem is that the machines stop suddenly without displaying an error in the log. How I can force the VMs to still ...
0
votes
0answers
4 views

Running Cronjobs as per Local Time rather than Universal Time [migrated]

On running dpkg-reconfigure tzdata in terminal and i get 2 different time on my machine Local time is now: Wed May 1 11:58:55 IST 2013. Universal Time is now: Wed May 1 06:28:55 UTC 2013. ...
0
votes
2answers
12 views

Deleting files genereated by CronJobs

A month ago i had created a cronjob which used to execute a php file using wget command. Today i was shocked to see that there are thousands of files created like Master.8787009 , Master.879889 Now ...
0
votes
0answers
22 views

git ssl verification error on devstack

While cloning devstack I was getting ssl certificate verification error. And when I disabled ssl verification in "gitconfig" as well as using environment variable "GIT_SSL_NO_VERIFY=false" I got 403 ...
1
vote
1answer
25 views

Issue configuring APC

I'm trying to configure APC but it doesn't seem to take my changes. I an on ubuntu server 12.10 I use nginx and php-fpm. All my changes are in this file: /etc/php5/mods-available/apc.ini ...
0
votes
0answers
40 views

Google killing my Squid server from a domain called 1e100

I have Squid set up in a VPS and I've managed to configure it as a transparent proxy but I'm running into issues when it comes to accessing anything from Google. Turns out, there's a domain that's ...
-2
votes
2answers
56 views

Ubuntu server networking [closed]

Ok so I recently installed ubuntu 12.04 server on an old desktop. I can connect to it while im connected to the LAN but I want to be able to connect to it remotely just like you would connect to any ...
1
vote
2answers
62 views

Django project on 80 port?

Ι have developed a Django project and uploaded it to a cloud VΜ. Currently i have access to it through 8080 port. python manage.py runserver 0.0.0.0:8080 If i enter the url without the 8080 port, ...
0
votes
0answers
39 views

Simple ajax call to a IIS VM on Ubuntu server

I have a really simple ajax call (see code below). The only problem is that it's on IIS on a Windows box that is running in a headless VM on my Ubuntu Server. I keep getting the '404' error saying ...
-1
votes
2answers
91 views

Can using cp command corrupt files transferred across different filesystems? Should I be using something like rsync instead? [closed]

I am trying to copy files from one hard drive to another in my home server using the cp command. I am copying from an NTFS-formatted partition to an ext4 partition on a new hard drive I have ...
0
votes
1answer
50 views

Executing shell script in different directory using PHP

I have a shell script in the /home/ directory. I'd like to execute it by using a web page. The webserver is located in /var/www/. I'm wondering how would I execute the shell script from within the ...
0
votes
0answers
19 views

Run an executable when a web address is called

I'm trying to find a way to run a dos executable when called by another server. It's hard to explain sorry, So I have a windows server 2008r2. On it is a dos exe that I need to run. I also have a ...
0
votes
0answers
60 views

Unable to log into phpmyadmin, no error

I am unable to log into phpmyadmin after a fresh install. Mysql is up and I can mysql -u root -p fine. I can get to the login page, but phpmyadmin just seems to do nothing when I try to login as root ...
0
votes
0answers
116 views

Firefox cannot open intranet but other browser can

I install ubuntu-server in virtualbox, and install xampp on ubuntu. (Host WinXP Guest Ubuntu-Server) sometimes firefox cannot open xampp on ubuntu, but other browser (Chrome and IE) can. when i ...
1
vote
3answers
184 views

java home in etc/enviroment in ubuntu

Cannot set JAVA_HOME in /etc/enviroment with JAVA_HOME="/home/syncsys/bin/jdk1.7.0_10/" The command echo $JAVA_HOME gives me /home/syncsys/bin/jdk1.7.0_10/ but it's not a correct Java HOME or I need ...
0
votes
1answer
243 views

using GUI can't edit ifupdown eth0 wired network settings in ubuntu server 12.10 [closed]

In Ubuntu server 12.10 i want to set static ip address in my system. By clicking, System settings ---> Network ---> wired ---> by default its showing ifupdown eth0 device is found. But i can't edit ...
0
votes
1answer
95 views

tomcat7 domain settings

I want to publish (in simple terms) different folders to different website domains. e.g mysite2.com, mysite1.com. In apache2 httpd, I have to bind. How exactly do I do that in Tomcat 7? I have also ...
0
votes
1answer
65 views

Issue in checking out repo in GIT in eclipse

I have a git repo in my Ubuntu server set up. I want to checkout that repo on my windows machine into eclipse. I have installed EGIT plugin my eclipse. I tried checking importing the files from ...
2
votes
1answer
1k views

installing zf2 on ubuntu server 12.04.01 LTS

Trying to install ZF2 on my ubuntu server using curl -s https://getcomposer.org/installer | php && ./composer.phar create-project zendframework/skeleton-application /var/www/skeleton-app ...
0
votes
2answers
2k views

How to route specific traffic through OpenVPN? [closed]

I'm running a server at home with rtorrent and apache2. I would like to route my rtorrent traffic via OpenVPN and since im kinda new to OpenVPN and iptables i would like to have a user friendly guide. ...
0
votes
0answers
96 views

When user in server is not logged in ssh gives: Permission denied (public key)

I'm setting up a ssh server using public key authentication. For that I used this tutorial: http://www.g-loaded.eu/2005/11/10/ssh-with-keys/ I was able to login via ssh. But this works only if I keep ...
0
votes
0answers
29 views

libaio jboss massaging

I tried to install libaio with following command line : sudo apt-get install libaio and sudo apt-get install automake libtool autoconf gcc-g++ gcc libaio libaio-dev make but both of them doesn't ...
1
vote
1answer
106 views

Can i install JBOSS SOA-P into existed JBOSS EAP 5.1?

Good morning to all, on my server UBUNTU SERVER 12.04 LTS, I installed JBoss EAP 5.1, and everything is working perfectly. Now I need to install JBOSS ESB, JBPM and JBoss Web Services. These 3 ...
0
votes
1answer
111 views

how to access a command prompt on one computer from another using linux [closed]

I'm looking to virtualize a home computer running ubuntu server. I want to run python scripts on my home computer from my laptop. I have no idea how to configure that. I figure I need to configure an ...
-1
votes
1answer
82 views

iOS write to a file on ubuntu server

does anyone know how to append a string from iOS on an existing file which is on an ubuntu server? I tried the writeToURL method but it didn't work... thanks, Dave
4
votes
2answers
1k views

unoconv not working on ubuntu 12.04 server

I am using unoconv to convert different file formats to pdf. It is working well on my local machine for all formats. But on my ubuntu 12.04 server unoconv is failing for some formats such as xls, ppt, ...
2
votes
3answers
2k views

How to listen to a TCP port using PHP? [closed]

I have a GPS Tracker that connects and send data to a defined public server:port through GPRS connection. I can define the ip:port of the GPS device My question is, can I just open a port in my ...
0
votes
1answer
93 views

How to stop sudo access for apt-get install command?

I am using ubuntu server on which some commands like apt-get install needs sudo access so need to stop sudo access for that specific command i.e. while executing that command we don't need sudo ...
0
votes
0answers
216 views

ubuntu hang out with this message :blocked for more than 120 seconds [closed]

I'm running a virtualMachine on ESXi -- Ubuntu as a webserver -- (apache2 with nginx as his proxy, php, mysql) and services keeps hanging/freezing causing the whole server to be unresponsive. It's not ...
0
votes
1answer
198 views

How to turn on CGI/FastCGI on Zend Server for Ubuntu Server?

When using Zend Server on the Windows, CMS systems like Joomla runs OK but when I'm installed default Zend Server CE on my live Ubuntu Server - I have problems with file permissions probably because ...
0
votes
1answer
112 views

How to connect windows system by ssh? [closed]

I'm using Ubuntu,I want to connect other windows system which is present in the same network.I'm able to connect other Ubuntu system in the network but unable to connect with windows system.Is it ...
0
votes
1answer
70 views

php color not showing properly

i am trying to FIX a crashed site designed by somebody else, designed using php and uses mysql database,(here is it's link http://www.wafms.co.cc on temporary server) now i want to port it to another ...
0
votes
2answers
304 views

php-gettext don't work in production server. (Ubuntu)

I'm having problems with gettext in PHP; i have two servers, one local (in which I development) in Windows (with vs.php) and works find, and other in Amazon EC2 (Ubuntu 12.04 updated), this is the ...
1
vote
2answers
1k views

How to execute a php script every day [duplicate]

Possible Duplicate: Cron job on Ubuntu for php I am running and ubuntu server and wanted to run a php script every day. I have done some research and found that cron is the best way of ...
0
votes
1answer
158 views

why does virtualenv workon not take me to the env directory

I have virtualenv setup and it is working well accept for one annoying issue. when I use the workon command to enter an environment the environment is logs in correctly but I do not get automatically ...
0
votes
0answers
94 views

inotify won't install using npm - node.js

I'm trying to install and use inotify, but can't seem to get it to install properly. I tried different package managers, and different versions of Node.js but just can't get it to work. I'm also using ...
0
votes
3answers
265 views

linux cron script with function doesn't running

I'm trying to run a script as a job in the cron. The script: echo "Defining function" function talkMe() { echo "me" } echo "Start talking" talkMe The cron job: 0 18 * * * /scripts/talk.sh ...
0
votes
3answers
190 views

linux cron job isn't running

I have a Ubuntu Server 10. At the root cron I have a script to run every day at the same hour. Running the script manually it's run fine, but in the cron it doesn't run. At the syslog I got this: ...
4
votes
2answers
414 views

Php web application internationalisation with Gettext();

I am currently developping a PHP web app that needs to be available in French and English. I looked around and found that the Gettext() functionality offers the best performance. I generated my .pot ...
0
votes
3answers
936 views

Linux Perform MySQL Backup to time-based path from Webmin

I was trying to setup a scheduled task in Linux Ubuntu Server 12.04 (CronJob) to perform a daily backup of all my MySQL Databases on midnight. I have installed the known Webmin (A nice web interface ...
0
votes
0answers
227 views

gnome/internet in ubuntu server 12.04

I've installed Ubuntu Server 12.04 in an old PC. I want to install gnome but I think I need internet conection to do it: -First, I've tried to install gnome by typing: sudo apt-get install ...
0
votes
1answer
341 views

Unable to run a Windows 7 image on a headless Ubuntu Server that is running on VirtualBox

Messy huh ?! I'll try not to mislead you while explaining this... I'm trying to simulate the environment I'll have to configure in few days. All OS's are 64-bit. I have Windows 7 on my development ...
0
votes
1answer
2k views

JBoss AS 7 on Ubuntu 12.04 server - Deployment errors

Setup I setup a virtual machine with Ubuntu 12.04 64bit where I want to run JBoss AS 7 and deploy Nexus OSS as a war file. This tutorial was used to setup JBoss as a service on linux. I found this ...
0
votes
0answers
135 views

ZendDebugger on ubutnu-server

I like to debug my PHP applications. So, I installed the ZendDebugger. I downloaden en paste the ZendDebugger.so file in /usr/lib/php5/modules/ZendDebugger.so And past this code in the php.ini ...
0
votes
0answers
242 views

SVN: cant open file, permission denied

i recieve the following error when i try to share a project from SpringSource Tool Suit using SVN. this is the error i get from eclipse: Share project was failed. svn: Can't open file ...

1 2 3