Ubuntu :: Run Shell Script From A Browser?

Apr 18, 2010

How to run Shell Script from a browser using External Protocol request ?i try this however it did work

Code:
< a href="sh:/path/of/my/script.sh" >YourLinkText< / a >

View 5 Replies


ADVERTISEMENT

Ubuntu :: Run Shell Application From Browser?

Jan 24, 2010

I am looking for a method to run a shell script or open an application through the web browser.For example, open OpenOffice from the browser (without going through the menus).Is it possible?My ultimate goal to pass an argument through the browser to a script. I know it is pretty far fetched for my very limited abilities but I wanna try. For example I want to pass an URL or a text string from the browser to a shell script

View 9 Replies View Related

General :: How To Run Shell Script From A Browser

Apr 18, 2010

How to run Shell Script from a browser using External Protocol request ?i try this however it did work

Code:
Code:
< a href="sh:/path/of/my/script.sh" >YourLinkText< / a >

[code]...

View 3 Replies View Related

Debian :: Can't Copy From A Web Browser And Paste Into A Shell

Feb 10, 2011

Why can't I copy from a web browser and paste into a shell?

Sometimes it works, other is does not.

I also used the right click menus to make 100% sure that COPY and then Paste were valid

View 12 Replies View Related

General :: Save URL From Browser In Notepad Through Shell Script?

Jan 24, 2011

Is there any way to 1) write a script to save only the URL opened in a multiple browser and multiple tabs to notepad.2)how to open multiple URL in browser tab through shell script.

View 1 Replies View Related

General :: Sudo For Www User To Run Root Shell Script Via Browser?

Sep 7, 2010

I need sudo for www (apache) user to run a shell script('ip.sh' contains iptables rules) from cgi-bin directory via browser using a per script. I edit sudoers( www ALL=(ALL) NOPASSWD: ALL ),but when run the bellow command that's with err:

# sudo -u www sh /srv/www/cgi-bin/ip.sh

iptables v1.4.4: can't initialize iptables table `filter': Permission denied (you must be root) Perhaps iptables or your kernel needs to be upgraded. And:

# ls -al ip.sh
-rwxr-xr-x 1 root root 243 Sep 7 14:18 ip.sh

I edit sudoers so

'www ALL=(ALL) NOPASSWD: /srv/www/cgi-bin/ip.sh,/usr/sbin/iptables' too. but it doesn't work too. how can I execute this script via browser ?

View 14 Replies View Related

Ubuntu :: Which Is The Default File Browser (NOT Web Browser) Of 10.10 Maverick Meerkat

Apr 18, 2011

Which is the default file browser(NOT web browser) of Ubuntu 10.10 Maverick Meerkat?Nautilus?Are there any others for Ubuntu?

View 7 Replies View Related

Ubuntu :: Upgraded Firefox - Error "Your Browser Is No Longer Supported. Please Upgrade To A Modern Browser."

Aug 2, 2010

i just updated from karmic 9.10 to lucid 10.04 using the online upgrade option. so far everything is working great. the only issues i am having seem to involve firefox. when i visit videos i get the message "your browser is no longer supported. please upgrade to a modern browser." i am running 3.6 "canonical" so it is "modern". i am able to watch videos after i close the message. it's just an annoyance to get this message every time i view a video.

next, is on some websites (like this one) it will not supply my login info. but on a few sites (like ebay) it does supply my login info. not sure why some sites work while others don't. the info is there when i look under my saved passwords....

View 4 Replies View Related

Networking :: Browser "waiting For ..." Stalling / Browser Seems To Stall For A Long Time?

Feb 7, 2011

I'm surfing along just fine when I select some link in my browser.The status line reports "... waiting for ..." and the browser seems to stall for a long time (minutes). Often, but not every time, I can select the STOP toolbar icon and reload the page. This time things work normally.

I have a similar but different malfunction running Evolution email connected to my hosted IMAP server. I select a message and see "... formatting ..." and then Evolution seems to stall for a long time (minutes). Rarely the stop-reload actions help reading email. Instead,all Evolution windows go dark grey and the entire desktop stalls.[Analysis -- It has the feel of a "network" issue provoking issues within Evolution itself rather than an Evolution-only malfunction.]

Watching the running system with 'htop' and similar, I do not see where some other application or service is sucking all of the available CPU time or such. [Analysis -- It has the feel that either the browser message or the email message were sent into limbo without reaching their intended destination. Stop-reload sends the bits to the right places and so I get results.]

View 7 Replies View Related

Ubuntu :: Using 10.04-server 64bit AMD With Fluxbox - Matlab In A Shell The Shell Does Not Display Characters Anymore

Jul 26, 2010

I am using ubuntu10.04-server 64bit AMD with fluxbox. After I ran Matlab in a shell (without GUI) the shell does not display characters anymore, but will execute any command, I just can't see the characters that I'm typing.. I use aterm and xterm, does anybody know why that is, am I missing a package?

View 1 Replies View Related

Ubuntu :: Switch Desktop Shell From Unity To Gnome-shell?

Apr 14, 2011

Is there any way I can switch my desktop shell from unity to, say, gnome-shell? I can switch using other console shell I like (bash, csh, fish, etc.). Assume that there is a stable alternative desktop shell, I should be able to choose, too.

(For console shell, we goes to /etc/passwd. But for desktop, I can't find the way to config.)

View 2 Replies View Related

Ubuntu Servers :: Can View A Php Page Only With Links Browser (a Text Browser) - Firefox Error "Content Encoding Error"

Jun 15, 2011

I can view a php page only with links browser (a text browser) But when i use firefox i got an error "Content encoding error"

View 4 Replies View Related

Ubuntu :: Cant Set Default Browser To Chromium - Asks For Default Browser?

May 31, 2011

For some reason, i cannot set my default browser to Chromium. Whenever i open up Chromium, it asks whether it should be the default browser or not. I say yes i mean "Set as default" But nothing happens. When i open it again, i am greeted with the same question again.

View 3 Replies View Related

General :: $HOME/.bashrc Disabled When User Shell Is 'rbash' (restricted Shell)?

Jun 15, 2011

MACHINE: HP Proliant DL260G5OS: SLES 11 SP1kernel: Linux xserver 2.6.32.12-0.7-default #1 SMP 2010-05-20 11:14:20 +0200 x86_64 x86_64 x86_64 GNU/LinuxIt is used as remote xserver in a LAN.I have configured /usr/lib/restricted/bin/.rbashrc with some environment variables but when the users logon in the system finally is executed $HOME/.bashrc and some environment vars are overwritten.

View 2 Replies View Related

Fedora :: Stuck With Bash Shell / Changing Default Shell To Tcsh?

Mar 14, 2010

I want to change my default shell to tcsh. I used

Code:
usermod -s /bin/tcsh username
command as given at url

But if I open a new shell, it is still a bash shell.

How do I make my default shell as tcsh?

View 6 Replies View Related

Software :: Export A Variable To Parent Shell In Shell Scripting?

May 21, 2009

Is there a way to export a variable to parent shell in shell scripting ?

View 3 Replies View Related

Programming :: Shell Scripting / Create A Shell Script Similar To Ls?

Jun 5, 2011

I am trying to create a shell script similar to ls, but which only lists directories. I have the first half working (no argument version), but trying to make it accept an argument, I am failing. My logic is sound I think, but I'm missing something on the syntax.

Code:
if [ $# -eq 0 ] ; then
d=`pwd`
for i in * ; do
if test -d $d/$i ; then
echo "$i:"
code....

View 10 Replies View Related

General :: Write A Shell Script Instead Of Shell Function?

Apr 27, 2011

I would like know when it is necessary or advisable to write a shell script instead of shell function ?

View 3 Replies View Related

Programming :: Bash-shell-like Less Functionality In The Python Shell?

Jun 25, 2010

Is there some type of functional way to read things in the Python shell interpreter similar to less or more in the bash (and other) command line shells?

Example:

Code:

>>> import subprocess
>>> help(subprocess)
...
[pages of stuff to read]
...

I'm hoping so as I hate scrolling and love how less works with simple keystrokes for page-up/page-down/searching etc.

View 4 Replies View Related

General :: Open A New Shell From A Shell And Switch Between Them?

Jan 18, 2011

I am wondering if I can open a shell or new terminal thing from within the terminal in a unix/linux enviroment. Particularly a commandline only one where there is no GUI. Is this doable? how do I do it?

View 3 Replies View Related

Ubuntu :: Run "start-tor-browser"or Display Its Content"start-tor-browser" Is An Executable Text File"

Apr 6, 2011

Ok so i have the tor browser bundle but when clicking start-tor-browser. I get : "Do you want to run "start-tor-browser", or display its content" ,"start-tor-browser" is an executable text file." So i click run but Vidalia doesn't start and nothing happens.

View 2 Replies View Related

Programming :: Prevent "leak" Into Shell From A Customized Shell Menu Script?

Dec 15, 2009

I've created a simple script based menu. This menu will be accessed by only a certain users via ssh.When user logs in, the menu will automatically run. (configured at user's .bash_profile).How do I force the session to close when user hits Ctrl-C or Ctrl-Break ?In a nutshell, I don't want user to have access to shell.

View 11 Replies View Related

Server :: Add To The Shell Script That Will Allow To Generate The File Using The Shell Script?

Jan 24, 2010

Quote:

/usr/local/bin/mencoder /root/video1.avi -of lavf -ovc lavc -lavcopts vcodec=flv:vbitrate=300:acodec=libfaac:abitrate=64 -srate 22050 -oac lavc -vf scale=360:240 -o /root/output_temp_video1.flv

[code]....

View 2 Replies View Related

Programming :: How To Turn Non-interactive Shell Into Interactive Shell?

Feb 4, 2011

I have a situation where I am in a non-interactive shell. I have tried from within my non-interative shell to spawn an interactive shell but my output still does not goto me. Isn't there a way I can somehow go into /proc or somwhere and make the output my /dev/tty1? Or some way else to remedy this?The situation arises because I drop from my restricted shell environment (a sort of CLI interface), into the actual Linux shell. I cannot change the code of the CLI environment I am just faced with being in the linux shell environment and its non-interactive. Its very annoying to have to put > /dev/tty1 after every command I type.

Not to mention it seems damn near impossible to get pagers like more and less to work properly when your in a non-interactive shell.

View 2 Replies View Related

Ubuntu :: Can't Run Chromium Browser In 10.04

May 20, 2010

I have installed, un-installed several times but just won't run! Double click on icon gives spinning wheel for a few seconds then nothing!

(PS, it did run OK a few weeks ago, but I uninstalled it because of window buttons being on wrong side Would like to try again as this has been rectified)!

View 9 Replies View Related

Ubuntu Networking :: RDP Through Web Browser?

Jun 2, 2010

Is it possible to remotely access my Ubuntu PC through a web browser (preferably Internet Explorer)? I am currently using TSWeb through Internet Explorer at work to access my Windows PC at home. This is my only option as IS will not allow software installation on any PC's and Windows RDP is not available.

View 4 Replies View Related

Ubuntu :: Best Browser To Use With Ebay

Jul 25, 2010

I have gotten onto ebay and they never know anything as they are MS lovers. They can't answer as to why Firefox in a linux enviro won't work properly. What happens is i go to set several things like a postal charge or weight of the parcel and then i save the listing but it doesn't save. So many things just don't save when i edit the listing a dozen times it still won't. I downloaded Opera last week and tried that out but that seems to also have problems. It won't let me use the 'return' function on the keyboard when i writing a description in ebay and i suspect it is not saving other things too. As Opera and Firefox are probably the other browsers i have used so far in my 3 years experience with linux i am not sure what to try next. I don't sell that much on ebay so i thought there might be some other ebay sellers on here that can tell me what browser works for them?

View 9 Replies View Related

Ubuntu :: Browser Headaches To The Max?

Nov 10, 2010

i have two systems here. ubuntu 10.04 work laptop and ubuntu 10.10 desktop at home.on the desktop at home: i have unusually slowness with firefox. it's as if i'm on 28k. but the thing is, my ping speeds and chromium speeds are wicked fast. if i click out of my browser and open applications on my desktop, they are incredibly fast. all of this suggests my connection is good and my system is not overloaded. firefox on 10.10 so far has just been a huge fail. even with the latest ppa, it's unusually slow. i can literally sit there for 2 to 2.5 minutes until videos finally loads with my favorites listed below. chromium does not exhibit this.

on my laptop: while firefox and chromium both work on my laptop, i cannot log into my web site via wp-admin on chromium. it simply says the login.php link is down or temporarily unavailable. yet if i go to my desktop and use chromium, i log right in. or if i use firefox, i log right in. i cleared the entire cache and browsing history blah blah you name it, yet it still acts up. i'd really kind of like one browser that, oh.. i don't know? a browser that works? something to use on either computer? any input on what could be causing this or how to fix it?

View 2 Replies View Related

Ubuntu :: Need Good Web Browser

Jan 16, 2011

I tried a lot of web browsers, but I can't find a good one.

I want a web browser that:
- can open most webpages and show all content including javascript, flash and whatever (unlike elinks which is text-only)
- is controllable entirely by keyboard and preferably with vim-like controls. (unlike firefox, google chrome).
- works out of the box (unlike uzbl)
- is fast
- is bugfree (unlike firefox and uzbl)
- is configurable

So please recommend a good web browser and tell me what features would make a web browser good.

View 2 Replies View Related

Ubuntu :: Most Stable Browser - How To Get FF4

Apr 30, 2011

I used firefox 4 before I installed ubuntu onto my laptop, and since I didn't know how to upgrade to FF4 under ubuntu, I just installed google chrome instead.

Sometimes ..... videos crash when I go to a different tab and listen to it, and I've been wondering which is the best and most stable browser to use? Firefox sounds like a good deal, but I've gotten used to FF4's interface and would like to know how to upgrade

View 6 Replies View Related







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