9 More Discussions You Might Find Interesting
1. UNIX for Beginners Questions & Answers
Hello,
I want to run this script on my CentOS 6 via browser :
________________________________________________________________________________________________
#!/bin/sh
echo Username?
read MY_NAME
echo Provisional file name?
read MY_FILE
echo File NAME you want to save?
read MY_FILE2... (16 Replies)
Discussion started by: juta2020
16 Replies
2. What is on Your Mind?
See attached video for a demo on how to move back and forth from the desktop view to the mobile view.
Currently this only works for the home page, but I will work on some new PHP code in the future to make this work with the page we are currently on.
Edit: The issue with making every page ... (2 Replies)
Discussion started by: Neo
2 Replies
3. UNIX for Advanced & Expert Users
Hi, forum reader, I have a squid problem. We have 2 squid proxy for two different group staffs, both of them can access gmail for web email access. It used about half year. One day we send out email with image but one proxy group user cannot view that pic but another group can see. Any idea for... (2 Replies)
Discussion started by: justinianho
2 Replies
4. Shell Programming and Scripting
I tried to find elegant (or at least simple) way to remove all but couple of html tags from html file, but all examples I found dealt with removing all the tags.
The logic of the script would be:
- if there is <li> or <ul> on the line, do nothing (=write same line to output)
- if there is:... (0 Replies)
Discussion started by: juubuntu
0 Replies
5. UNIX Desktop Questions & Answers
Hi Everybody..
I am using Moblin V2 which has nautilus file manager the one which is also used in Ubuntu.
I want to lock the access to file system such that i can only browse my home folder not other locations like /, /usr, /bin and all.
Or i want to create a partition of 10 or 15 GB so... (1 Reply)
Discussion started by: lokeshsingla
1 Replies
6. Web Development
Here is a bit of code I wrote that includes some HTML (table and image code) based on the width of the browser. It works in Firefox. I am not sure if it works for IE. (Need to test.)
<script type="text/javascript"><!--
var winWidth = window.innerWidth;
if (winWidth > 750) {... (0 Replies)
Discussion started by: Neo
0 Replies
7. Shell Programming and Scripting
Hi! :)
Inside a bash script, I have an html page: "example.html"
I need:
- read "example.html.
- print and view the result for example with dillo (or another light browser) inside zenity with clickable images and links.
Some stuff like:
zenity --html-info --filename=example.html
Is... (0 Replies)
Discussion started by: aspire
0 Replies
8. Shell Programming and Scripting
have a script in ksh called file1
#!/bin/ksh
cat my.html
---------------------------
and a html file hy.html
can u tell me that if i execute "file1" script it will open hy.html bt here it is showing the all the tags along with text.........
it should open the browser part... (2 Replies)
Discussion started by: ali560045
2 Replies
9. UNIX for Dummies Questions & Answers
I have a html file called myfile. If I simply put "cat myfile.html" in UNIX, it shows all the html tags like <a href=r/26><img src="http://www>. But I want to extract only text part.
Same problem happens in "type" command in MS-DOS.
I know you can do it by opening it in Internet Explorer,... (4 Replies)
Discussion started by: los111
4 Replies