Networking :: Map / Mount Whole Developing Environment Remotely?

Jan 9, 2011

I've got a problem about how to map or mount the whole developing environment remotely?

For example,

There is a server A (CentOS) which I have got a normal user name and password but no root control.

And my desktop B (Opensuse) which I've got the root authority.

Normally, when I do some software developing, I use SSH to login to A. All the developing environment are installed on A, e.g. libraries, PATH, makefile, etc.

However, there is a waste of my machine B, because all the test, debugging are performed on A.

I know that sshfs can map a path to local remotely. May I ask if there is a method to map or mount the whole working environment from A to B please?

View 1 Replies


ADVERTISEMENT

Networking :: How To Map Or Mount Whole Developing Environment Remotely?

Jan 9, 2011

I've got a problem about how to map or mount the whole developing environment remotely?

For example,There is a server A (CentOS) which I have got a normal user name and password but no root control.And my desktop B (Opensuse) which I've got the root authority.Normally, when I do some software developing, I use SSH to login to A. All the developing environment are installed on A, e.g. libraries, PATH, makefile, etc.However, there is a waste of my machine B, because all the test, debugging are performed on A.

I know that sshfs can map a path to local remotely. May I ask if there is a method to map or mount the whole working environment from A to B please?

View 1 Replies View Related

Programming :: How To Run Program Remotely Using Custom Environment?

Jun 11, 2011

I am trying to to execute multiple programs on multiple remote machines. Each program needs to be run in a custom Environment that is not known at login time. Currently I am using ssh to connect and run the program.
My issue is that I'm not sure how setup all the Environment Variables that I need on the remote machine. I was able to write all the environment variables/values (NAME=VALUE) that I needed to a file and place on a shared file server (prog.environment). I thought the best way to approach this would be to write my own utility (custom.shell) that would interpret the environment file and then execute the desired command.

View 5 Replies View Related

Servers :: Install - Access It Remotely Via Ubuntu Desktop Environment Instead Of SSH Command Line?

Aug 5, 2011

Is there any way to install a Ubuntu server and access the server remotely via a Ubuntu desktop environment instead of a SSH command line?

I will be installing a Ubuntu server in an office where the office manager will need to be able to do simple things like add/remove users, access filesystems, etc. She can handle these tasks in Ubuntu desktop/GUI, but it is impractical for her to have to learn how to use the CLI terminal to do this stuff.

Will I have to install desktop Ubuntu on the server to do this, or can I install Ubuntu server version and setup another computer Ubuntu desktop to remotely login graphically?

View 1 Replies View Related

Networking :: Remotely Login To Remotely Display Data?

Jun 29, 2011

I'm not terribly new to Linux, but I am new to the forums, so hear me out! I am in the process of creating an electronic mapwall for our meteorology program, and have designed the computing system from scratch. I have two Linux Boxes, each with capabilities for 6 attached monitors...a total of 12 displays driven from two machines. My intention is to have one machine be the master...it has a touchpanel control. The inputs to the touchpanel will then trigger events for the both the master and the slave machine to display. Each of them has a specific IP address (DNS entry), and are not on a subnet.

Now...is there a way to remotely login to the slave machine and have it display on it's OWN monitors? The code is Java and which works on the master machine to animate directories of .gifs for each of the master's attached monitors. I will most likely have Java execute shell commands for the remote login (ssh), but I believe the answer lies somewhere in the X-configuration. Do I have the machines in an adverse configuration (creation of a subnet would be better)? Lots of questions...lots of desire...few answers!

View 2 Replies View Related

General :: Mount Remotely External USB Drive With Ubuntu

Jul 5, 2010

I finished installing Lucid (Ubuntu 10.04) on two desktop PCs formerly running Windows XP. Both installs went like a charm.Machine A has an external USB drive connected to it that I previously used for MS Windows backups. I can see the contents of the external drive from A's "file explorer" and navigate its directories. I would like to have machine B auto-mount A's external USB drive.A while back, I did something similar with a RedHat host that would automount a connection to an external USB drive shared by a MS Windows machine. My "/etc/fstab" was updated to mount a CIFS share.

I used CIFS since RedHat does not support NTFS, which is the format of USB drive. It worked perfectly.Can I do the same thing or is there a simple way? I am thinking that I may need to setup NFS server and client but I am not sure.Is there a how-to on NFS and Ubuntu?

View 1 Replies View Related

Ubuntu :: Bash Script That Uses Sshfs To Remotely Mount A SSH Directory?

Apr 23, 2010

I have a bash script that uses sshfs to remotely mount an SSH directory.

Where should i place this script so it mounts with route privileges?

One consideration is i use VPN so the directory needs to be mounted after openvpn is started.

View 3 Replies View Related

Ubuntu Security :: Truecrypt - Remote Mount Volume - Or Send Bash Script Remotely?

Apr 1, 2011

I have an Ubuntu 10.04 machine at home and apache setup on it (files are located in a Truecrypt volume). The reason for the web server being that I wanted to access my files wherever I'm at (i.e. hotel, work, hotspots, etc...). So far, it's worked out great for me seeing as a I can http download my files (or stream media files). However, I am often on a public hotspot and I know it's a matter of time before someone finds the webserver on my computer. I have the machine firewalled and password protected (via .htaccess), but either way I don't want people looking in on my computer.

The problem: I have used Truecrypt for a long time and completely trust using the program to encrypt/unencrypt a volume container to store my files. Usually, I would remote desktop into my computer and mount/unmount the volume when I needed it. However, after time it get's really annoying to do this. So I eventually figured out how to setup a bash script to automatically do this for me (which I put on the usb part of my phone). What I wanted to do was to be able send the bash script to my Ubuntu machine (via ftp from my phone) and have Ubuntu automatically run the script. Is this possible? What programs do I need on Ubuntu?

I was thinking about using something like cron, but that is for scheduled times. I don't really have a set time in which I need my files, it's pretty sporadic depending on how much I travel. Thus the need for being able to remotely mount the volume when I need it.

Summary: I need a way for Ubuntu to read a folder every minute or so to check for bash scripts to run. I want to be able to send the bash script via ftp from my phone, have Ubuntu run the script, then delete itself (so as to not store the password). I already know the script in which to mount the Truecrypt volume and how to send the file via ftp from my phone. It's really a matter of what program to use in Ubuntu to find and run the script.

View 8 Replies View Related

Ubuntu :: Remotely Wake On Lan - Remotely Turn On Computer

Jan 4, 2011

Does anyone know or recommend some software or a script to remotely power on a PC from standby to on, or even better from completely off?

I guess the completely OFF to ON is much more complicated - would probably require an extra piece of hardware(?)

View 2 Replies View Related

OpenSUSE :: Developing Website Locally

Sep 20, 2010

Is it possible to develop my websites locally before uploading them to my host? I need PHP and MYSQL. I'd like to have basically http access to my websites locally on my hard disk but restrict access to only me. No access outside of this machine. How to do this?

View 9 Replies View Related

Software :: Developing Own Web Server Using Perl

Sep 20, 2010

I would like to develop a simple web server that can serve web pages using perl. I know there are lots of web servers in the market. But I want to understand the concept underlying working of a web server. Please provide me if there are any good links available for this.

View 4 Replies View Related

Programming :: Developing Distro - Creating Own OS

May 1, 2009

I am very much interested in operating systems and I am a beginner. I just finished understanding OS concepts. I want to create my own OS. But I am thinking of creating a linux distro first and then going towards complicated things. How I need to equip myself for creating it. What should I know, learn and where to start.

View 6 Replies View Related

Programming :: Developing SW Library Of Routines?

Jun 9, 2010

I need to create a software library with two copy file routines in it. This library will be used in a TCL script. I know how to write the routines, but I have never created a library before. How do I do this?

View 6 Replies View Related

General :: Developing A Project In C Kernel Programming?

Mar 11, 2010

I am a Master's student.I am a newbie to Linux. I am interested in doing a term project in C kernel programming. I need help in developing a project in which I can use C kernel programming .

View 2 Replies View Related

General :: Developing Drill Charts Using PHP With MySQL

Aug 12, 2010

I have been assigned with a project to develop a 3D chart based on the data available in database of mySQL. The chart should be a drill chart which should give further more details of the area where we click on the chart.I tried for a long time to get some information regarding that. But i couldn't find anything relevant.

I would be much thankful if any one would help me in this issue.Please provide me with some links or any suggested books that would help me.

View 1 Replies View Related

Programming :: Developing HTML To PDF Converter Project?

Dec 31, 2010

I am new to linux. I am pursuing bachelors in computer science engineering. My final year project is to develop a "html to pdf converter using linux". I have some basic knowledge of commands used in unix

1) Where can I get the basic idea about the existing converters, their pros and cons.
2) Any kind of material or source where I can get basic idea.

View 14 Replies View Related

CentOS 5 :: Developing Using API - Get The Volume Serial Number?

Oct 29, 2009

how do i get the volume serial number using the API on CentOS?for example, on Microsoft Windows i use this function(API - Kernel32.dll):

BOOL GetVolumeInformation One of function's parameter is a pointer to a variable that receive the volume serial number;

View 1 Replies View Related

Ubuntu Networking :: Can't Connect Os Remotely

Mar 22, 2010

i have ubuntu 10.04 lucid i used gnome-file-share-properties to enable remote desktop i have samba i have ping from remote computer to my ip address and computer name and etc but still i can't connect remotely via rdp or at least not via windows xp rdp what do i need to fix to enable this?

View 9 Replies View Related

Networking :: Set An Ip Address On A Computer Remotely?

Mar 20, 2011

there is a way to set an ip address on a computer remotely. Here's my issue : Have a debian computer (plug computer) on which, after upgrade, i m not able to log in back anymore. At the moment it seems i have no chanche to connect something like a monitor but i m pretty sure the computer it boots up cause wireless is on and i can see ssid and mac address of the ap.

I ve tried to assign an ip to the mac address (from my laptop) by arp and in the table it shows the link between the mac and ip, but i m unable to ping the ip after that. I was trying to think of maybe set up a dhcp server from my laptop and see if the plugcomputer gets an ip automatically, but i m not sure if it is working and at the moment i have little experience on set up a dhcp server on linux (sabayon). Do you think is it possible to manage the network card of my plug computer by eth/wlan from my laptop?

View 3 Replies View Related

Networking :: Changing The IP Address Remotely

Apr 12, 2011

I'm running Ubuntu server. To change the IP while I'm sitting in front of the computer, I would:

1. edit /etc/network/interfaces
2. ifdown eth0
3. ifup eth0

Remotely, I can do the first two no problem, but the ifup command causes some problems since the ethernet interface is no longer functioning. Is there some kind of script that can be written for this purpose? Maybe something that will check eth0 every so often and make sure it is running and bring it up if it isn't. Or else a script run with nohup?

I do not intend that changing the IP address will be a frequent occurrence, but when it needs to be done, it must be done reliably and without the possibility that the computer will no longer be reachable for more than a couple minutes or so.

View 3 Replies View Related

Networking :: Remotely Connect To A Computer Outside Of The LAN?

Jul 12, 2010

i have a computer at another house that i would like to controll from my house (both run ubuntu lucid lynx) how do i connect to the other computer using the viewer and remote server pre-installed in ubuntu

View 2 Replies View Related

Networking :: Remotely Connect Computer Over LAN?

Jan 15, 2011

I have my Linux box in my Lan environment. I want to connect my Linux computer remotely from my windows PC using command line . how can I connect it remotely over the Lan ?

View 1 Replies View Related

Networking :: Unable To Remotely Connect To X?

May 25, 2010

Just throwing in a quick question to see if anyone got any ideas about this.I'm unable to create a remote X session with TightVNC viewer. The local computer is a windows XP box and the remote server is running Slackware 13.

Using Putty on the XP box to connect to Xvnc through a ssh tunnel works just fine. However, when I fire up TightVNC viewer and try to connect to 127.0.0.1 as I'm used to, TightVNC viewer is unable to establish a connection to X. I'm puzzled.

This has worked when I used another XP box as local computer. I'm running all within my LAN. Can this be a firewall/iptables issue? I've obviously posted this in wrong forum category. Sorry about that. Starts this thread in server category too.

View 1 Replies View Related

Networking :: Webmin Not Accessible Remotely?

Mar 23, 2010

I have webmin 1.500 installed on my Ubuntu.I can access webmin on the ubuntu machine using
"https://localhost:10000" (10000 is port no.)But I cannot access it from other computers.I have dial-up connection on ubuntu.I have also added port 10000 usingsudo iptables -A INPUT -p tcp --dport 10000 -j ACCEPT

View 11 Replies View Related

Programming :: Get Perfect And Complete Way To Start Developing FW Application?

Jan 11, 2011

I would like to get help from experts who are experienced in the area of Linux network programming to help me to choose the proper way to create a special Firewall program.I do start reading WinSocket and tending to start BSD. I don't want to start with an API like winsock then stuck. So please, I do need a way to accomplish all features such as capturing, dropping or allowing all kinds of LAYERS as well as Intrusion detection.I am a good programmer in C++ but I am new for linux.So, what is the best Linux OS to install and start with and which is the best way to accomodate C++.

View 1 Replies View Related

Programming :: Developing Application Which Invokes Linux Exceutable

May 2, 2011

i am again stuck with the same problem. I need to run an executable which i got from University of Edinburgh.

View 14 Replies View Related

Ubuntu Networking :: Drive Looks Different When Mounted Remotely

Dec 18, 2010

I have two machines. Desktop and X61s. I have a drive on Desktop called Ianthe. This is in /media. This is remotely mounted on my X61s machine (a laptop), as /media/Ianthe. It automounts when I boot it up. BUT, the same drive looks different when viewed on the remote machine. An example is a certain directory, which when viewed on Desktop has 21 files in it, but when viewed on X61s has on 7 files in it.

If, on the X61s machine, I go to Network > Windows Network > LBBARNET > DESKTOP > Ianthe and navigate to the relevant folder, I can see all 21 items. But if I mount it, I can only see the 7. I have tried rebooting X61s, but it remains the same. The permissions on all the files in the folder on Desktop are identical, so I can't see any permission reason why this should happen. And, if I copy one of the files on the Desktop which doesn't appear on mounted view on X61s then the copied version appears immediately on both views.

fstab on Desktop

Code:

# /etc/fstab: static file system information.
#
# <file system> <mount point> <type> <options> <dump> <pass>

[code]....

View 1 Replies View Related

Networking :: Admin / Config Windows Remotely?

Dec 30, 2009

Debian5.0
Windows server 2007
Windows Vista
WAN - public IP or Internet

I'm looking for a reliable solution to remote-admin Windows server and workstation on Linux workstation. I have been running ssh for sometimes to remote-admin Linux/Unix servers on Linux workstation. Google brought me following links; OpenSSH for Windows

[URL]

OpenSSH on Windows v3.4-3

[URL]

How to install OpenSSH sshd server and sftp server on a Windows

[URL]

The project OpenSSH for Windows seems coming to a stop.

View 6 Replies View Related

Networking :: Manage Remotely Rtorrent Client?

May 14, 2010

I set up some a kind of home network via wireless router, one computer is dedicated for a rtorrent client.Now I want to handle this rtorrent remotely from my desktop (not only via console or screen on a rtorrent host). I want do the following things: a) start b) close and most important load new torrents on demand from my desktop.

View 3 Replies View Related

Networking :: Remotely Accessing Machine With Dynamic IP?

May 27, 2010

I want to access and run some programs in the terminal on my office Linux machine from my home through Internet. I use Fedora 10. However the internet connection at office has dynamic IP.Is it possible to access remotely a terminal on machine which has Dynamic IP addresses? How?

View 9 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved