|
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 .
|
|
Hi friends,
what are other active linux / embedded linux forums available online ?
Thanks and regards, Sunny.
Started by Wallah on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at stackoverflow):
:)
Have also a look at: http://www.at91.com/
There is the Linux Devices Web site with a forum: http://forums.linuxfordevices.com/
Linux Questions : http://www.linuxquestions.org/questions/linux (not specifically linux, but....
|
Ask your Facebook Friends
|
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.
|
|
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.
|
|
Hi,
I am having an handheld device with ARM platform. I planning to load OS into it. So which OS I should go for ? (Embedded linux or Moblin like any other flavour). Actually I want to know the difference between Embedded linux and Moblin and other distributions...
Started by Surjya Narayana Padhi on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
It depends on following factors
The available memory (flash/RAM ) on the device What application u're planning to build Availability... .
Your question really lacks the detail and there can't be single straight forward answer to it - like "Use only XYZ OS" .
|
|
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.
|