Our First Flash Intro ?


View Poll Results: What do you think about the intro?
Better than nothing 6 46.15%
Better luck next time Smilie 4 30.77%
Go for it!! 3 23.08%
Gezzze, really bad #$*! 0 0%
Voters: 13. This poll is closed

 
Thread Tools Search this Thread
Contact Us Post Here to Contact Site Administrators and Moderators Our First Flash Intro ?
Prev   Next
# 1  
Old 11-14-2002
Our First Flash Intro ?

Well, someone created a flash intro for us (their first attempt at SWiSH!)

OK,

SECOND DRAFT:

https://www.unix.com/test_intro2.swf

---------------------------

FIRST DRAFT:

https://www.unix.com/test_intro1.swf

Notice it says "Search before posting a question".....

Well???? What do you think?

 
Login or Register to Ask a Question

Previous Thread | Next Thread

4 More Discussions You Might Find Interesting

1. What is on Your Mind?

Intro: Josh

Hey, I had been working in UNIX environments from 1997 to 2007. From 1997 - 1999 I worked as an Operator in a Solaris environment. From 1999 - March 2007 I worked mostly in HP-UX, some SCO, some RedHat Linux as an Operator/Programmer(scripter)/Admin. No luck finding work, so I am going... (0 Replies)
Discussion started by: uwoodyjk
0 Replies

2. What is on Your Mind?

Intro ( Mark Thomas )

Houdy everyone! yes I'm a newbie here I'm a big fan of the BSD's, in particular NetBSD. Don't have much use for Linux or the various "distro's" of it ( no flame intended ). I'm going to try Solaris 10 on an i386 box real soon. By day I'm a CAD tech for a local government entity, by night... (0 Replies)
Discussion started by: Mark Thomas
0 Replies

3. Tips and Tutorials

PERL & CPAN Intro for Newbies

So you want to learn a unix scripting language that you'll be able to use in any situation? Perl is your answer ! This is a little intro to installing CPAN modules. If you don't know what CPAN is, check out http://search.cpan.org/. Basicly, it is a massive archive of perl libraries that will... (0 Replies)
Discussion started by: obitus
0 Replies

4. Post Here to Contact Site Administrators and Moderators

New Flash intro from Forum Member.....

New submission for flash intro: What do you think? (2 Replies)
Discussion started by: Neo
2 Replies
Login or Register to Ask a Question
MOUNT_CHFS(8)						    BSD System Manager's Manual 					     MOUNT_CHFS(8)

NAME
mount_chfs -- mount a CHFS flash file system SYNOPSIS
mount_chfs DESCRIPTION
Mounts a flash file system from a flash(4) device. CHFS file systems can be only mounted from flash devices. For regular block devices like SSD drives or USB drives, please use a regular file system. The file system will be created during the first mount. CHFS stands for Chip File System. EXAMPLES
mount_chfs /dev/flash0 /mnt SEE ALSO
flash(4), fstab(5), mount(8), flash(9) HISTORY
CHFS was originally called ChewieFS during development. The name was changed to avoid legal issues and to have a more neutral name. AUTHORS
CHFS was developed at the Department of Software Engineering, University of Szeged, Hungary. BUGS
CHFS has a few known bugs as of 2011. Writing the FS full can cause problems. Truncating a file and growing it again can cause the new bytes not having all zeroes, but filled with the old content instead. BSD
November 29, 2011 BSD