General :: Open Remote Html Files In A Browser (ssh Connection)

Mar 12, 2011

I've an network architecture where for the user to reach the machine that it want, it has to pass through a frontend machine.

Code:
User ---> Frontend ----> Machine1

The connections between all hosts uses ssh. If I want to reach the Machine1, I've to authenticate to the Frontend and authenticate again to the Machine1. The Machine1 and the Frontend doesn't have X installed - only console mode.

The Machine1 has the file in my HOME directory called: hello.html that contains flash embedded. I would like to view the hello.html in my browser located at the User machine.

Is there a way to access remotely to the html file, without have to copy the file to my local machine?

View 1 Replies


ADVERTISEMENT

Ubuntu Networking :: Broadcom 4312 - 10.04 - Wireless Appears But When Open Browser No Connection

Jun 1, 2010

I've been stalking the forums for the past few days trying various fixes to no avail. I'm sorry for more clutter of this issue.

Here's what I have:

emachines e725 laptop, dual core T4400 Pentium, 64bit, running Windows 7 and just installed Ubuntu 10.04.

My ethernet port works for cat internet but wireless does not. My wireless appears but when I open browser no connection.

Here is my ifconfig:

View 9 Replies View Related

Ubuntu :: Chromium - Firefox Wouid Readily Open Pdf Files Within The Browser Window Itself

Aug 8, 2010

After finding firefox too slow, i recently shifted full time to chromium. and now i know why it has such a fan following ! its seriously fast, especially as compared to firefox - which at least in my case would appear to have got bogged down because of numerous add-ons etc.

However, there are 2 things that disturb the basic functional of chromium.

- Whenever i click on the browser icon, the window that opens up is never in "maximized" size. so every time i need to double click on the title border to maximize the window. is there some way in which the browser window will open in maximized mode the first time i click the icon ?

- Firefox wouid readily open pdf files within the browser window itself. however, chromium asks me to first save the file at some location, and then only can i open it !

View 2 Replies View Related

OpenSUSE :: Can't Open Remote Files In Openoffice / Solve This?

Feb 5, 2010

Have openoffice 3.1.1 and samba shares set up between my Opensuse 11.2 desktop and wife and daughters widows7 notebooks. Can access everything perfectly over the shares except anything in Openoffice.

When I try to open a file located on one of the two notebooks Openoffice gives the message "you can only select local files"

I found an old solution from 2005 on this in google suggesting that you had to mount manually the remote drive.
That seems extremely clunky and cumbersome.

There must be a way to enable Openoffice to open remote files. I can't believe in 2009 Openoffice is not able to do this without jumping through hoops.

View 7 Replies View Related

Ubuntu :: OpenOffice Won't Open Files On Remote Computer?

Oct 11, 2010

Using connect to server in 10.04, service type SSH (sftp) from the places menu. This shows my folder and I can double-click pdfs, text files etc from Nautilus. But.... if I try to open an ods or odt file it opens the archive manager. It also fails if I open from within OOo. It used to work but has recently stopped.As an aside, if I export the share via NFS and access it that way, then everything works OK.

View 2 Replies View Related

General :: Remote Desktop - Access Box From Browser?

Aug 21, 2011

I use a hosted machine for work which has vnc and apache servers running. To work on a shell, I connect to the VNC server, and to access files I host them using apache and open them from my browser. It would be great if I can access my shells via my browser itself instead of using VNC or command prompt.

I am looking for an end result like this: [URL].. What are my options? PS: I already tried [URL]..but this uses a java applet to run and does not do it in browser itself.

View 2 Replies View Related

Debian :: No Longer Open Remote Files Via SCP / SSH Using GVFS From Geany

May 17, 2010

I recently upgraded to Squeeze and in general I'm loving it.One problem I'm having is that I can no longer open remote files via SCP/SSH using GVFS from Geany.This functionality still works in gedit.I've checked the syslog and can see no clues, and I also can't find any references on Google.

View 5 Replies View Related

Ubuntu :: HTML Links Not Opening In Default Browser?

Jul 7, 2011

I have Chrome as my default browser, I also have FF 5 installed. If I click an html link form my desktop, or a separate program opens a web page, they always open in FF. I have seen this in older versions of Ubuntu also, 32 & 64 bit. What is the issue?

View 6 Replies View Related

Debian :: Browser Renders Html In Very Large Characters?

Mar 20, 2010

I recently installed Debian 5 04 AMD64, when I double-click on any HTML document it is rendered in very large characters.I guess one of the browsers installed (Iceweasel or Epiphany) is selected by default but I cannot find any clue as to which one.What puzzles me most is that I have not yet edited the Apache2 config files to give access to the directories where these files are stored, nor the user etc, and as far as I understand these HTML documents should not yet be available to Apache2 and the browser.

View 2 Replies View Related

General :: Cannot Post Files To /var/www/html Using FTP?

Nov 25, 2010

I created a local user acount and tested FTP. This allows me to post files to this directory using filezilla. I then created a webftpaccount and set the home directory to /var/www/html. Here are the permission to this directory using ls -l drwxrwsr-x 6 webftpaccount webftpaccount 4096 Nov 23 10:32 htmlhere are the permission on the sub directories

drwxrwsr-x 2 webftpaccount ftp 4096 Nov 14 07:37 myfinanceguard
drwxrwsr-x 2 webftpaccount root 4096 Nov 14 07:37 mylawguard
drwxrwsr-x 2 webftpaccount root 4096 Nov 14 07:36 xpiinc

I can log into the webftpaccount using filezilla client and it lists all the directories.It will not allow me to write a file into the html directory or any of the sub directories.Can someone help me set appropriate permissions on these directories so that I can get this working? I need to get FTP working so I set up dreamwaever FTP tlich and maintain sites.

View 7 Replies View Related

General :: Link Files In Different Folder In Html?

Jun 3, 2010

I try to link two page from different folder and directory1. I want to link [URL]

View 9 Replies View Related

General :: Recursively Searching PHP Or HTML Files

May 5, 2010

I'm a frequent user of grep. I know that I can recursively search a directory using the -r flag:
Code:
// will recursively search all files
grep -r 'some string' *

However, if I want to limit my search to PHP files, the -r flag is suddenly useless:
Code:
// for some reason, this only searches the PHP files in the current dir
grep -r 'some string' *.php

Any good way to recursively search a directory and its subdirs for a string but ONLY look at PHP or HTML files (and possibly TXT files too) ? I'm really hoping for a nice, short command that doesn't involve using an exclude file and which isn't really painful to type. I do this kind of search very frequently and have resorted to either searching EVERY file which is really slow (TAR and ZIP files really slow it down) OR typing repeated commands to search *.php, */*.php, etc.

View 6 Replies View Related

General :: Finding Website Links In HTML Files?

May 29, 2010

I have a website that has a massive list of royalty free stock photos and I want to download all of them. I have bought a membership for [URL] so I am able to download as much as I want from them for the next month.

Instead of going page by page and manually downloading each set of stock photos manually, I would like to automate this process. Here's my idea:

1. Download the website with the links to hotfile [URL]

2. Use grep to retrieve all the links to [URL]

3. Feed the links I recieve from grep into wget and download the works of them.

The problem I'm getting is when I use grep, It retrieves the entire line of html code where "hotfile.com" is shown. So here is an example of one link I receive in the output:

Quote:

./1776-santa-claus-vector-set.html:<div align="center"><a href="http://hotfile.com/dl/18418176/181a55b/Santa_Claus_Vector_Set.rar.html" target="_blank">HotFile</a></div>

Is there a way to just have the link shown in the output?

PS: I have everything else working, I just need an automated process of getting all the links.

View 5 Replies View Related

General :: Edit Html Files Generated By Mrtg?

May 4, 2010

I'm using mrtg to generate html files. With mrtg , i use indexmaker . Inside html files , i have found some html tag like "<SMALL>some text</SMALL>".

There is the manner to delete text inside two tags ? With bash script?

View 1 Replies View Related

General :: Cant Print Html Files Using Mandriva (Foomatic)?

Dec 3, 2010

I cant print html files using linux mandriva (Foomatic)

View 5 Replies View Related

General :: Lost Browser Connection To Internet

Jan 29, 2011

Using acer aspire one (ZG5) and have lost connection to Firefox browser after changing setting to make google my home default web page. I have no experience with linux so any help would be appreciated. There's no problem with my internet connection it shows connected.

View 10 Replies View Related

General :: Clean Install Of Apache - Cannot Open In Browser

Oct 11, 2010

I have a machine which is currently running IceCast (a streaming audio server), which runs on port 80. I installed Apache 2 and configured it to run on port 18080 through the httpd.conf file. Restarted httpd service. I cannot get to 10.0.0.128:18080 (this is the IP of the machine). The Icecast server webpage is still accessible. No logs are generated by apache in the logs folder. Firewall is off (iptables).

View 7 Replies View Related

General :: Terminal Window Has To Be Open For Browser To Work

Jun 15, 2011

I just love Linux! I am using Fedora 14 and just starting out. I am curious as to why is that when I click the Firefox icon to launch the internet from the menu bar a Linux terminal window has to be open. If I close that particular terminal, (which by the way says "Terminal" and does not show my chosen host name) Firefox closes. If I go to Applications, then Internet, then Firefox to launch the browser, the terminal doesn't open.

View 1 Replies View Related

General :: Unable To Change - Edit Html Files In New Ubuntu 9.04 - Apache Server

Oct 20, 2009

I suspect that this has come up numerous times, but I am new to Linux and I am setting up a new in-house server using Ubuntu 9.04 and Apache, etc. I can see the welcoming "It Works!" message when I log in via Firefox. I can see "index.html" when I FTP the server with the site name and password at /var/www. I can also see the -rw-r-r-- attributes, but I can't edit the HTML file or replace it. When I try to rename the "index.html" file.

I get the following message: "Request denied. Verify that the file or folder exists and that you have the necessary permissions on the server to perform the requested operation."

I haven't been able to determine where to enter the password or what changes I need to make to be able to work with the /var/www directory via FTP.

View 4 Replies View Related

General :: Run A Query Browser For Mysql - X11 Connection Rejected Because Of Wrong Authentication

Nov 17, 2010

I am running Ubuntu 10.04 LTS. I am trying to run a query browser for mysql but keep receiving the following error:

X11 connection rejected because of wrong authentication.

The application 'mysql-query-browser-bin' lost its connection to the display localhost:10.0; most likely the X server was shut down or you killed/destroyed the application.

In ssh_config, I do have ForwardX11 set to yes.

View 4 Replies View Related

General :: Set Up Remote Desktop Connection From Windows 7

Mar 14, 2010

How do i set up a remote desktop connection from my Windows 7 machine to a SFTP server im trying to set up running on Fedora 10.Ive installed vnc server on fedora, and tried tightvnc and real vncviewer on windows and i cant get it to connect. Im not sure how the firewall works in fedora, but ive added the port to the "other ports" section of the firewall. On the windows firewall ive also added the vnc programs to the exception list.

View 1 Replies View Related

General :: Execute Wmv Files In Web Browser?

Mar 18, 2011

I am very new to Linux and everything I read says the android OS is based on Linux. That said I am evaluating 2 Android tablets. The Samsung Galaxy and the Motorola Xoom. I am trying to execute wmv files in a web browser, the wmv files download as .wvx rather than play. I have installed flash but the problem continues.

View 1 Replies View Related

General :: Lpq Printer 'sdst@other.domain' - Cannot Open Connection - Connection Timed Out Make Sure LPD Server Is Running On The Server

Mar 23, 2011

Linux printing appeared to be working fine up until yesterday. Today typing lpq gives the following: lpq Printer 'sdst@other.domain' - cannot open connection - Connection timed out Make sure LPD server is running on the server

The /etc/cups/printers.conf file is properly set, the printers appear in localhost:631 and they are printing test pages. However, all command line print commands seem to be trying to print to sdst@other.domain I don't know why printers.conf is being ignored and why and how sdst@other.domain was added. Seems like it might have been auto-discovered?

# dit: sdst@other.domain was mentioned in /usr/local/etc/lpd.conf I'm not sure why lpd.conf is being used instead of /etc/cups/printers.conf

View 1 Replies View Related

General :: Possible To See Log Files On Browser - Setting Up Aliases?

Jul 22, 2011

I'm trying to make it possible to see my logfiles on a browser. For instance, I want to browse to [URL] and see a listing of all my logfiles. Because the logfiles reside outside of the web content directory, I'm trying to set up an Alias. Here's how I'm doing it:

Code:
Alias /logfiles /path/to/my/logfiles
<Directory /path/to/my/logfiles>
Order allow,deny
Allow from all
</Directory>
Then I restart apache /etc/init.d/httpd restart

When I browse to [URL] I get a 404. I've been online all morning looking for a solution and all I find is what I've already done. BTW, this is a RHEL 5 on a LAMP stack.

View 6 Replies View Related

General :: Download Files Via Wget In Browser?

May 26, 2011

I had set two 700MB links for download in firefox 3.6.3 by browser itself. Both of them hung at 84%.I trust wget so much.Here the problem is : when we click on download button in firefox then it says save file & when download has begun then i can right click in downloads window & select copy download link to find that link was Kum.DvDRip.aviif i knew that earlier like in case of hotfile server there is no script associated with download button just it points to avi URL so I can copy it easily. read 'wget --load-cookies cookies_file -i URL -o log'I have free account (NOT premium) on sharing server so all I get is html page .

View 4 Replies View Related

General :: Connection Timed Out While Connecting Through Securecrt To Remote Server?

Feb 13, 2011

I am not able to connect to remote server through secureCRT . my local team has said that server is working fine . but I am not able to connect it remotely . what more i can do to connect it to server

View 10 Replies View Related

General :: FTP Error - 421 Service Not Available, Remote Server Has Closed Connection

Mar 23, 2011

We have one FTP server. Users are uploding files to the perticular directory remotely. but today some users got below error message.

421 Service not available, remote server has closed connection.

(vsftpd service is up and running) What are the possible causes for this error and from where I should start troubleshooting?

View 5 Replies View Related

General :: Flash-player - Firefox Crashes On Open - Adobe 64 Bits Plugin Simply Doesn't Work On Any Browser

Sep 18, 2010

I use slack 13.1 64 bits on my intel i7 machine. That is I can't find a flash-player plugin that works on all browsers. The firefox crashes on open. The release of adobe 64 bits plugin simply doesn't work on any browser. I use slack 13.1 64 plus kde. Anyone knows some that works?

View 6 Replies View Related

General :: Connect To A Remote Server (graphically) With Open Text Exceed?

Mar 16, 2011

I have a server which I need to connect to and run a graphical program on. I know that you can do this with Open Text Exceed, but it's been years since I've done this and the last time I did it was on version 9. Unfortunately I only have a license for version 14 now and have no idea how to do this. how I can use Exceed to connect to my linux server?

View 1 Replies View Related

Fedora :: Cannot Open Html Pages In Firefox?

Dec 3, 2009

I'm playing a game using wine that uses an internet browser style menu. One of the options that the game offers is to open the current game page with your external browser. I've used it hundreds of times when I was on windows and it worked fine and I was able to save the current page to a folder. Now that I'm using fedora the link doesnt work. It doesnt open firefox and it doesnt give me any message to let me know that it even recieved the request.

View 1 Replies View Related







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