The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
1answer
13 views

Configure “Link-Local Only” without NetworkManager?

I have two computers, each of which I want to connect to a camera that communicates via "Link-Local" Ethernet. The first computer has a full install of 12.10. I can get the camera communicating by ...
1
vote
1answer
22 views

Transfering of files from Windows hangs randomly

I have a 40 GB folder to transfer (some backup files from Windoze machine), but it stops randomly. The other folder with 2 GB of data transferred ok, just not the big one. I'm running Truecrypt on ...
0
votes
1answer
287 views

Local hostname resolution with local Ubuntu DNS server fails

So I will start with the fact I wasted the whole day trying to figure that out with no results... I have a small local network behind a NAT router. It goes like this: ISP->NAT Router (contains a ...
3
votes
1answer
130 views

How do I activate a local caching nameserver?

I want to have strong DNS cache server on my local host (server). So I need to change name server to my localhost. How can I change it? byt this config it seems I must don't change it via editor so ...
0
votes
1answer
281 views

Ubuntu 12.10 Server and phpmyadmin

i have installed mysql service and phpmyadmin also LAMP i tested the pages and it looks as if the server is setup but when i try to access phpmyadmin i cant access it i get error that says page not ...
1
vote
3answers
300 views

How do I connect to password protected servers in nautilus 3.6?

I am trying to manage my android device with DavDrive Lite, which hosts a local file server. The "Connect to server" dialog box in nautilus 3.6 doesn't have the option to type a username and password. ...
0
votes
1answer
30 views

Why does penguin.local point to an odd IP, when it is meant to be local?

So I was doing some configuration for ssh. When I later then did this command: lsof -i tcp|grep ^ssh I got a list of what I was expecting to happen. However, something I never noticed before was ...
3
votes
2answers
3k views

How read local email in thunderbird?

I just install postfix and configure it for local email only as a way to have a sendmail program and test my PHP scripts. My question is, how can I use an HTML capable email client like Thunderbird to ...
1
vote
2answers
81 views

Where to place local executables

Where is the correct place to store user-local executable files? echo $PATH gives /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games It doesn't include eg. $HOME/bin Would ...
1
vote
3answers
289 views

How can I view an X Window from a remote system on their local system?

What shall I do to show my remote x window on my local system? From the local system: export DISPLAY=local:0.0 OR From the remote system: export DISPLAY=local:0.0 OR From the local system: export ...
0
votes
1answer
270 views

Sharing folder error

I have 10 user on my ubuntu 10.04 - one folder called "public" located in one user's documents. I like to share the folder, so everyone have access to that folder, as it will be the local folder ...
1
vote
1answer
967 views

What does “sync locally” mean on Ubuntu One? [duplicate]

Possible Duplicate: Does the “Sync Locally?” option in Ubuntu One, mean that it just uploads to the server? Does Ubuntu One's "sync locally" checkbox, visible on the Folders ...
0
votes
0answers
22 views

Setting up Ubuntu server as a home server [duplicate]

Possible Duplicate: How do I connect ubuntu server to a network? I'm setting up Ubuntu Server 12.04 as a home server, and I don't know how to connect it to my network. Any advice?
0
votes
4answers
948 views

Can't create a folder inside my local server?

I recently installed Lampp server (version 1.7.7) so I went to my local folder, which I believe is in /opt/lampp/htdocs because that's where I've installed my server in, and wanted to create a folder ...
2
votes
1answer
150 views

How to set svn info response/call result language?

I have localized russian Ubuntu 11.10. But all my scripts use stuff like REMOTE_REV=`svn info $REMOTE_REPO | grep '^Revision:' | awk '{print $2}'` Where in my localization ^Редакция: would do ...
4
votes
1answer
293 views

Is juju only for cloud usage?

Can Juju be used on a single server to make it easier to deploy services like MySQL and any other Charms that are available? I understand that it is a tool to deploy and manage huge cloud servers but ...
0
votes
1answer
212 views

Prevent Nautilus from displaying thumbnails on a specific mount

I have written a filesystem over Fuse to access a remote pseudo-NAS (the French "Freebox V6", I'll soon publish it as GPL3... when it's a little bit more polished!). The NAS is connected to a home ...
3
votes
1answer
671 views

Local file system not properly unmounted during shutdown

I have a file system with two HDDs and several partitions mounted separately locally. /root, /home, /usr, /var, /local/share, /home/bernhard/fotos/bilder, /backup are on separate partitions and are ...
3
votes
0answers
344 views

How do I set up my own local update repository? [duplicate]

Possible Duplicates: Is it possible to mirror the apt repositories? How to set up an APT repository? Can I construct a local repository , and manage updates for other ubuntu-desktop ...
3
votes
1answer
277 views

Losing SSH connection when exiting from the main console login

I have installed openssh-server from Synaptics, as usual, on a brand new Ubuntu Desktop computer, 10.10, with all updates and patches implemented. If I have the local console logged in, I can SSH to ...