I've been working on a project to replace one of the my group's primary NIS servers. It also runs mysql and apache, as it is the host for the our team's hardware tracking database and website. Its running apache 1.3, and for some odd reason, I can't get apache to start on system boot. The... (1 Reply)
After i login i try to start X windows by using the "startx" command. All it does is return "startx: Command not found". Any help would be great.:), By the way I'm using freeBSD. (1 Reply)
I am trying to set up an OpenSolaris box to be an NFS server.
The OpenSolaris version is 2008.11.
The kernel (uname -a output) is: SunOS minime-28 5.11 snv_101b i86pc i386 i86pc
It is running ZFS but I know nothing about ZFS.
I have an entry in the /etc/dfs/dfstab file:
share -F... (1 Reply)
Hi,
I just installed Apache 2.0.54 and when I try and start httpd I get
mohit@mohit-desktop:/sw/pkg/apache/bin$ ./httpd -k start
httpd: Could not determine the server's fully qualified domain name, using 127.0.1.1 for ServerName
(13): make_sock: could not bind to address :80
no listening... (1 Reply)
Hi all,
I am a newbie to servlet programming using webrick...
Was wondering how to accept data from a form and do necessary
processing..
To start with i wrote a sample servlet that accepts a name and prints
"welcome <name>"
But I do not know how to take this value from the form into the... (0 Replies)
Hi all,
Ive been trying to execute <frameset> tags within webrick servlets..
But when the server is started i get erreneous o/p ... The html code if executed individually runs flawlesswelly but inside the servlet it cribs...
Could anyone please help me out? (0 Replies)
Hi,
I am a php developer and I decided to learn ruby on rails.
I have a few question.
I have an ubuntu virtual machine with lamp.
It mean that it has alrweady php and when I access the ip of the machine from my browser it does load the index.php.
if I install ruby on rails will theere... (0 Replies)
e.g.
File name: File.txt
cat File.txt
Result:
#INBOUND_QUEUE=FAQ1
INBOUND_QUEUE=FAQ2
I want to get the value for one which is not commented out.
Thanks, (3 Replies)
Discussion started by: Tanu
3 Replies
LEARN ABOUT DEBIAN
haml
haml(1) General Commands Manual haml(1)NAME
haml - Translates Haml markup into its HTML equivalent
SYNOPSIS
haml [options] [INPUT] [OUTPUT]
DESCRIPTION
Uses the Haml engine to parse the selected template and outputs the result to the specified file.
OPTIONS --rails RAILS_DIR
Install Haml and Sass to a Rails project
-c, --check
Just check syntax, don't evaluate.
-s, --stdin
Read input from standard input instead of an input file
--trace Show a full traceback on error
-t, --style NAME
Output style. Can be indented (default) or ugly.
-f, --format NAME
Output format. Can be xhtml (default), html4, or html5.
-e, --escape-html
Escape HTML characters (like ampersands and angle brackets) by default.
-q, --double-quote-attributes
Set attribute wrapper to double-quotes (default is single).
-r, --require FILE
Same as 'ruby -r'.
-I, --load-path PATH
Same as 'ruby -I'.
--debug Print out the precompiled Ruby source.
-?, -h, --help
Show a usage summary
-v, --version
Print version
SEE ALSO
This program is shipped as part of the libhaml-ruby1.8 library package, you can check its corresponding documentation can be found in the
libhaml-ruby-doc package.
AUTHOR
This manual page was written by Gunnar Wolf <gwolf@debian.org>, based on the command-line output of this program, for the Debian GNU/Linux
system (but may be freely used by others).
December 18, 2008 haml(1)