General :: Create A Manual / Man Page For A Script Or Tool?

Aug 26, 2010

How do we create and link a manual / man page to man command? To illustrate my point, kindly consider the following:

Code:

-bash-2.05b# ls
case.sh scriptPid.sh
-bash-2.05b# man case.sh
No manual entry for case.sh
-bash-2.05b#

As you can see that I have two scripts. I want to display a manual / man page for the scripts. How to achieve it? For the time being I have done this:

Code:

-bash-2.05b# sh case.sh --help
No help document is available at this time.
-bash-2.05b#

That is writing related information in the script itself.

View 3 Replies


ADVERTISEMENT

Red Hat :: Manual Page For X Is Missing (man X)?

Sep 10, 2010

Running Centos 5.5. Man page for X ( General information: X(7) ) is missing. Others like Xorg(1) and Xserver(1x) are present.

View 9 Replies View Related

Ubuntu :: Meaning Of 2 To 3 Command - Hasn't Got Manual Page

Jul 22, 2010

My system (ubuntu 10.04) has a command called 2to3. What exactly is it? it hasn''t got a manual page.

View 2 Replies View Related

Fedora :: How To Change Font Manual At Gnome 3 - Gnome Tweak Tool Crash

Jul 18, 2011

after i change font at gnome tweak tool , gnome tweak tool error ,i cant change again font because gnome tweak tool crash

What can i do for change font manual?

screenshoot:[url]

view my toolbar font :

View 13 Replies View Related

General :: Create A HTML Page To Hide The Running Process Of Software?

Jul 7, 2010

1. I need help to create a interface to run software.2. The software is running at the back

View 4 Replies View Related

Fedora :: Manual Tray Reverts To Tray 1 For Print Page 2?

Aug 19, 2010

I am having troubles with my printer.

I have to use the manual feed, as the tray jams.

When set to manual feed, it prints fine in B&W and color.

However, page 2 goes from manual to tray 1! One page at a time works great.

FC 13, recent install, Dell 3100 cn printer USB.

View 5 Replies View Related

Ubuntu :: Missing Manual "Man 1 Read" Page?

Sep 21, 2010

I don't know why but on Ubuntu 10.04 I can't find manual for read bash command (invoked with "man 1 read").There are manuals for C++ functions, but not for bash command...However, I'm still able to use that particular command in my scripts.Is read command deprecated, I miss some files or is this a bug?

View 1 Replies View Related

General :: Create An External SSL Wrapper/tunnel Page For An Insecure Webpage Behind A Firewall?

Mar 14, 2011

I have an security cam with a built-in webpage inside my home network. That camera is using basic HTTP authentication instead of SSL. I want to be able to access the camera's webpage from outside my network, but I don't want to open an unencrypted video stream to the outside world. Right now, I'm doing some cumbersome ssh tunneling where I bounce off an ssh server like: ssh -N -L 9090:[URl]..and then I connect to my web page like: http://localhost:9090

But this is a pain. Now, gentle reader, I beseech you to tell me how I can use linux (Ubuntu) to get a fully encrypted SSL connection to my internal web page without the hassle of creating an ssh tunnel each time. I believe I can use stunnel, but I'm not sure of the command.

View 1 Replies View Related

General :: Using Lynx To Create Html Page With The File Structure Of A Local Directory

Oct 10, 2010

I'm working with a dual-boot laptop running Ubuntu 10.0/Windows 7 and a Debian 5 VPS while the OS's shouldn't have much impact on my question.

What I would like to do is create a html page that I can upload to my VPS which lists all of the files/folders on my local 2TB hard drive (Specifically media such as Movies, Music, TV Shows...). The media obviously will not reside on the server, but I would like to at least have a list which will allow me to select, for instance, a bands artist so that it redirects me to the albums in the directory below.

Ultimately, I'm looking for Open Directory Browsing without actually having the media on my server. I have been attempting to create something to this effect using lynx, however, I'm not sure if it can be done with this command or if it's even possible for that matter.

View 1 Replies View Related

Ubuntu / Apple :: Manual Installation On Already Created Partition To Create Dual Booting PowerMac?

Jul 15, 2010

I have booted from the .iso cd I made on my Mac last night and was tempted to install it on a 6gb partition that I have on my main HDD but was a bit scared to go past the fourth (or so) step in manual installing where I pick that partition and *do what?* Is it going to install the OS on that partition and leave everything else alone to give me a dual booting PowerMac? It doesn't quite say. I am fearful of screwing up my little ol' machine. Can anyone direct me to something that gives a step by step in manual installation on an already created (HFC+) partition to create a dual booting PowerMac?

View 3 Replies View Related

General :: Find Page Hit And Page Miss Ratio In Fedora Core 12?

May 10, 2010

How can I find page hit and page miss ratio in linux fedora core 12?

View 3 Replies View Related

OpenSUSE :: Best Tool To Create Simple Diagram?

Jun 24, 2011

I need to create a simple diagram - basically, a small binary tree with labels on the nodes. I would probably posting that as a graphic illustration for a forum or blog post (but not at these forums).Looking at KDE menus, "gimp", "mtPaint", "LibreOffice draw" and "Inkscape" look as if they might be possibilities.When it comes to drawing, I'm am all thumbs (hopelessly incompetent). So what do you folk suggest as an easy way to get the job done.

View 5 Replies View Related

General :: Error - You Must Be Logged In To Access This Page, Go To Logon Page

Jul 26, 2010

All has been fine with my emails but today morning when i tried to log on I got an error message "You must be logged in to access this page, go to logon page" I dont understand why even when i supply my correct user name and password.

View 2 Replies View Related

Fedora :: Create A New Report But Failed At The First Page?

Oct 25, 2009

I don't know what bugzilla wants to know. I tried to create a new report, but I failed at the first page/question. THe page ask me to enter a classification. But I don't know want that could be. I check multible times but I got always just a big red EM. What's to enter at 'named tag' and at 'to bugs'?

View 4 Replies View Related

Ubuntu Servers :: Create New Page On Website?

Feb 14, 2010

I am using apache web server for my website. I have the main page up and I want to create another page. For example, I want to have "thisiswhatiwant" being the page I want to add

View 1 Replies View Related

Programming :: Editing Script To Create A Default Web Page?

Nov 14, 2010

The title of this post may sound like it's real easy and simple enough for a noob to do but my situation isn't noobish.I have this script that i found on the internet that i wish to edit and create a new user and set a pass word AND create a default web page in the /var/www/html directory. This is the script with my edits included. The commented out field are my own editing.....

Code: #!/bin/bash
# Script to add a user to Linux system
if [ $(id -u) -eq 0 ]; then

[code]...

View 1 Replies View Related

Programming :: Using Shell To Create A Default Web Page For New Users?

Nov 14, 2010

I came across this script a while back that i found. What i want to do is edit the script to create a default web page in /var/www/html a new user is added through the script.What the script does now is adds a user and sets a password for the user. What possible way (either through a combination of python or c or some other language) could i add to the shell script to do this? I've tried just dointhe command to touch index.html /var/www/html but it puts it on the desktop. Here's the script....

Code:
#!/bin/bash
# Script to add a user to Linux system

[code]...

View 3 Replies View Related

General :: Combine 4 Page To Single Page?

Jul 6, 2011

I want to combine 4 ps(or pdf) page to single page and for this i have try a2ps command as:

a2ps -4 1.ps 2.ps 3.ps 4.ps -o outfile.ps

Event through it divide the page into four section. But only give one output of my four input. other three section is blank. Is i am doing some wrong or Is their any other command to do so.

View 3 Replies View Related

General :: Vim: Substitute For Page Up And Page Down Keys?

Aug 11, 2011

Vim: substitute for Page Up and Page Down keys?

View 4 Replies View Related

Fedora Networking :: Tool To Create Multiple Listening Servers On TCP And UDP Ports

Jan 17, 2011

Looking for a test tool where I can fire up any number of ports (TCP and / or UDP) to listen on.

I am currently getting my using nc but its only 1 port at a time (i know I can open up multiple sessions but thats cumbersome), it can't do UDP, and it closes at the end of the session.

A friend has suggested socat but it looks pretty much the same except it can do UDP, but also cumbersome, I have to manually output to a different file per port, etc.

Basically its so I can quickly test firewall and NAT rules.

View 7 Replies View Related

Software :: Apache Run Perl Then Create Index Page And Display It

Sep 15, 2010

I've got a perl script which generates an html file. What I'd really like to do is send people to just one page (the perl page) which then generates the html and shows the html page in question. Thus the whole transition will be invisible to the user, they'll just have an html page.FYI the perl script generates a list of the users who last logged in to the system, it needs to be up to date (by the second).Let me know if this isn't clear, I understand it sounds a bit confusing...

View 4 Replies View Related

Security :: Robots For Phpmyadmin - Create Multiple Wrong Page Requests?

Nov 19, 2010

In my logs for Apache I have lots and lots of failed attempts for incorrect incarnations of [URL]. None of them are anywhere near my alias for the index.php but yet phpmyadmin is broken. Is there away I can mess up robots like this. Send IP's that create multiple wrong page requests on my server back to their own IP address maybe? I would then just set thresholds to decide how strict to be. I did try fail-to-ban before but it is cryptic. I don't have it on this particular server.

View 2 Replies View Related

General :: Get Manual Of Tcpdump?

Apr 14, 2011

How to get manual of tcpdump?

View 2 Replies View Related

General :: Difference Between Manual Run And Crontab Run?

Jan 15, 2010

My predecessor wrote a perl file that is run manually twice a month to send a set of emailed reports to one of our clients. My boss has requested that I look into automating this; it seemed simple enough, and I thought I had it set up, but I'm running into a rather strange problem.

Both the emailing program (in perl) and the report files themselves are kept on a Novell server reached from our Linux box via /mnt/srv/path/to/file/. From the linux box, I can see and manipulate them fine. The files are displayed as having 755 permissions across the board. The Linux box itself is running SuSE 9.3.

A manual run of the emailing program works fine; the files are sent out as expected. However, when I tried to set up a crontab entry for this, I'm running into trouble. I manually edited /etc/crontab to include a line setting the program to run at '0 21 * * 1,2,3,4,5'. The program itself runs fine, but errors out every time it tries to attach a file; the error message is one that various perl sites indicate means 'could not read the path to this file'.

What's the difference between a cron run and a manual run? What are some possible reasons the former fails and the latter works?

View 3 Replies View Related

General :: Manual Install Perl-5.10.1-3.tar.bz2 On Cygwin?

Jun 6, 2010

I have the binaries: perl-5.10.1-3.tar.bz2 and I don't have access (admin privileges) to run setup.exe for cygwin, my question is how can I install manually inside cygwin the module for perl: perl-5.10.1-3.tar.bz2?(or maybe can I get the sources and compile? can someone tell me please how?)

View 1 Replies View Related

General :: Looking For A Conceptualized Book / Manual About SAMBA?

Aug 3, 2011

I'm starting in the forum, than if i commit a mistake.

I'm looking for a conceptualized book or manual about SAMBA?

View 3 Replies View Related

General :: Manual RHEL 6 Network Configuration?

Oct 12, 2010

I installed RHEL 6 Beta 2 on ESX box and found that network is to be manually started through ifup command.

View 6 Replies View Related

General :: Nfs Manual Mount Clientside Failure

Jul 15, 2011

/etc/exports

Code:

/home/bludiescript/tv-shows 192.168.1.127(ro) 192.168.1.38(ro)
/home/bludiescript/shares 192.168.1.127(rw) 192.168.1.38(rw)
portmap

[code].....

ive been trying to setup nfs share across my network. i have 3 boxes one mac which uses samba to share to the 2 sabayon linux boxes which does work. however the 2 linux boxes cant share with each other or the mac. i have tried differnt variants of the export file such as 192.168.0.0/8, 192.168.1.0/24, *, sasquatcheian etc... after any change i execute etc/init.d/nfs and exportfs -ra, i have rebooted both computers several times. i setup reserved ip's on my routers lan setup page for each computer. 192.168.1.32 is my server 192.168.1.127 is my client along with 192.168.1.38 the mac.i disabled the firewall on the server and the client has no firewall.

View 1 Replies View Related

General :: Download Location For Openswan And Configuration Manual?

Jan 7, 2010

From where I can download Openswan for my RHEL 5. Please if possible, give me installation and configuration manual.

View 3 Replies View Related

General :: Good Book / Manual To Read To Learn More About OP Systems?

Mar 25, 2011

What would be a good book/manual to read to learn more about linux o.p. systems? and how to use them.I have to add I may not have such a good internet connection I might end up with free dial up (Bummer)so I'm not sure if a link will do.I will end up at the library anyway. so if you could suggest something that would be good, I'm not really looking for the history but more like how to use, maybe the terminal and such?.

View 4 Replies View Related







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