|
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.
|
|
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....
|
|
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.
|
|
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 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:
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.
|
|
I installed jdk1.6.0_16 on enterprise linux 4 and I also set teh JAVA_HOME in my ~/.bash_profile
echo $JAVA_HOME correctly shows the new path of the java file
export JAVA_HOME=/jdk16/jdk1.6.0_16/bin/java
The bin directory is also int he path
However when...
Answer Snippets (Read the full thread at stackoverflow):
Here is a page about it
Or execute the java binary directly using: /jdk16/jdk1.6.0_16/bin/java -version
In addition to what PostMan said, you should also modify your PATH envvar... .
Whereis java
Type that in, and it will show you the locations java is kept .
|
|
I'm running windows server 2008 64, but all open-source stuff (mysql, ruby, python, R) is either not that well-tested or has problems. And of course, if you have to compile packages, you are on your own.
I guess it's obvious that FOSS will run better ...
Answer Snippets (Read the full thread at serverfault):
Overall answer: Each OS + Hardware platform has its strengths and weaknesses .
Fit the bill (Linux).
|