Suso Logo suso
Support Site
main site     webmail    

This is a tip test of a template text. Tips can be useful information when you aren't sure where to start. Whether it is some simple setting that you can use or something more complicated like theory on how to use something, this is what a tip will look like. Let's put some more information

And a break to see what happens.

Whenver you see text like this, it means that you are being warned about something related to the subject. The warning should be read so that you understand any special conditions that you might need to know about. The red and orange triangle should be noticeable.

chmod 755 filename.txt

/home/username/path/to/file
print "And this text style is used when showing PHP code";


if ($username) {

    ereg_replace("username", "$username", $line);

} else {

    print "No username was found.\n";

}

die ("Done here.");
This type of text is used when trying to show HTML code.<HTML> <BODY BGCOLOR="#555555"> <TABLE> <TR> <TD>Cell 1</TD> <TD>Cell 2</TD> </TR> </TABLE> </BODY> </HTML>

$ cat README Finally, we have the shell output style, which shows commands and output you would see on the command line through SSH $ ls -l -rw------- 1 mark mark 25367 Aug 6 2003 tigerdirect-order.html -rw-rw-r-- 1 mark mark 1337 Dec 31 16:28 tolsen.gpg -rw-rw-r-- 1 mark mark 23986 Aug 18 16:40 trythis.exe -rw-rw-r-- 1 mark mark 407 Jun 18 2002 usernames -rw-r--r-- 1 mark mark 3617 May 30 2002 webalizer.conf -rw------- 1 mark mark 34663 Sep 29 17:34 webDesign.abw -rw-r--r-- 1 mark mark 54008 Sep 10 2001 whitedress1.jpg -rw-r--r-- 1 mark mark 59085 Sep 10 2001 whitedress2.jpg drwxrwxr-x 11 mark mark 4096 Dec 29 02:37 www mkrenz@flynn .mozilla $ less ./firefox/default.yp2/chrome/userChrome-example.css $

#!/usr/bin/perl

undef $userpass; undef $dbusername; undef $dbpassword; undef $dbhostname; open(MYSQLINFO, '/home/username/private/mysqlinfo'); $userpass = <MYSQLINFO>; chomp($userpass); close(MYSQLINFO);

($dbusername, $dbpassword, $dbhostname) = split(":", $userpass);

mysqlusername:password:mysqlhostname

X11Forwarding yes X11DisplayOffset 10 X11UseLocalhost yes

This is the standard box when you indent the line.
Let's put it in this to compare.