|
Is there a way to mount a Linux directory from a different PC to your local Linux PC? How?
Started by ksuralta on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
Sshfs is very nice, and easy to use
sshfs user@remotesystem:/remote/dir /some/local/dir NFS is handy since it's built-in and easy to configure, but the 2 common implementations... .
You might also want to check out sshfs which is pretty nice .
Yes, it's called NFS.
|
|
As I come up with linux ,I found the commands are different in OpenSuse and Ubuntu.
Which of them is suitable to somebody who was new in linux and want to master the command
needed when programming and using linux?
Started by MainID on
, 19 posts
by 19 people.
Answer Snippets (Read the full thread at stackoverflow):
I'm talking about something easy to setup and basically just works... .
Basically any LINUX would do, in Linux world everything (or almost everything) depends on something else.
We'd have to know your preferences better to be able to answer that .
|
|
Possible Duplicate:
What are the differences between major Linux distributions? Will I notice?
I'm completely new to linux, and the first thing that confuses me is all the different flavors. There's Ubuntu, red hat, debian, mandrake, fedora, etc. Its ...
Started by CrazyJugglerDrummer on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at superuser):
It's got a nice support community, and is a good place is one of the most common commercial... .
It shows which are the most popular and you-friendly out-of-the-box functional Linux.
Use Linux, BSD.
Is distrowatch.com Put the fun back into computing.
|
Ask your Facebook Friends
|
I'm going to install Linux on a PC for a daughter (age 7) of a friend of mine. I recently came across Hannah Montana Linux . The parents don't want a commercially branded thing going on, so no Hannah Montana. But I was wondering if there were other linux...
Started by Hamish Downer on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at superuser):
Or **Edubuntu** , "Linux for Young Human Beings" (Ubuntu customised for educational use)
and sighly off.
Ubuntu Linux desktop, Qimo comes pre-installed with educational games for children aged 3 and up.
|
|
I know I can use samba or nfs, but which is better for two linux machines to talk to each other or is there a better one than those two?
Answer Snippets (Read the full thread at serverfault):
Also GNOME....
Don't run things like big databases on NFS.
There are some application compatability issues however.
It behaves just like a local filesystem, and it's reliable if one of the servers goes away .
I've used NFS since 2001 and still really like it .
|
|
I am stuck in a strange predicament. I need to generate UUIDs in my Linux program (which I distribute using RPMs). I do not want to add another dependency to my application by requiring the user to install libuuid (seems like libuuid isn't included in...
Started by themoondothshine on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
And came up with a pretty simple solution which would work in Linux as well as Windows (Maybe its.
|
|
I know it is possible to remotely debug code using gdb's server mode and I know it is possible to debug code that has been cross-compiled for another architecture, but is it possible to go a step further and remotely debug Linux applications from OS X...
Started by jkp on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Certainly, but you need a cross-compiled GDB, compiled for OSX-host and Linux-target.
|
|
I have a Linux Fedora server running Bind 9.5.0 and DHCP 3.0.6. Bind is configured to allow updates (I'm only showing part of the config, but the reverse part is there too):
zone "myhome.org" IN { type master; file "named.myhome.org"; allow-update { key...
Started by Eddie on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at serverfault):
I think it's option 12.....
Maybe you need to add something like this to your linux dhcp server from your Linux client to the Server, and make sure you see the appropriate option with the hostname being passed.
Supplied by the DHCP server.
|
|
I'm wondering what would be the best vpn solution for a linux server with windows, linux, and osx clients. I'm currently using openvpn but I find it difficult to set up and the windows client has given me more headaches than manually setting up a mailserver...
Started by epochwolf on
, 7 posts
by 7 people.
Answer Snippets (Read the full thread at serverfault):
Windows supports L2TP natively.
It's a server for L2TP IPSec VPN.
Windows and Linux both have servers-on-debian-linux :
xl2tpd is in Debian.
You'll probably want to look into PPTP.
To the public.
|
|
I have:
1 Linux "backup" server (Ubuntu 9.10 server) (plenty of disk, new server) 2 Gentoo servers 2 CentOS servers 3 Windows 2003 servers I'd like to backup all of the servers as disk-to-disk backups to the Ubuntu backup server.
HOW?
Please be gentle...
Started by TheCleaner on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at serverfault):
On windows intuitive web interface, works for both linux and windows hosts, and although it claims to be for PCs.
For linux, it can be set up with cron jobs .
I would probably go with rsync.
|