d2jsp
Log InRegister
d2jsp Forums > Off-Topic > Computers & IT > Programming & Development > Looking For Tutor > 300 Fg Per Week
Add Reply New Topic New Poll
Member
Posts: 14,631
Joined: Sep 14 2006
Gold: 575.56
Jan 26 2016 09:53am
so i'm taking a course that requires prior knowledge of html css and linux cli.
unfortunately i do not have these things
what i need is someone who can help me work through some of this stuff an example assignment is

Code
Hmwk02 More CLI
+-+-+-+-+-+-+-+-+
|O|v|e|r|v|i|e|w|
+-+-+-+-+-+-+-+-+
Pick a topic and a picture to go with that topic. Create a web page that incorporates the picture. Instead of an H1, create a figlet text file with a custom font (not the default) and include it in a <pre>...</pre> block. Create a footer (something below the text) with cowsay. Use a custom file, not the default cow. Include it as another <pre>...</pre> block. Upload a link to your page.

Warning: Some of the cowsay files are not exactly PG-13. To be safe, stay with the simple names.

Tools
You will have to use the man command to figure out how to use cowsay.

Save your output from cowsay and figlet to a file using redirection >

You can use the locate command to see what cowsay files are available.

Use sftp to upload your picture; do not link directly to another web site. Finding an sftp client is up to you. If you are on OS-X or Linux you have a command line version already. If you are using windows, Bitvise comes with a gui sftp application. You could also use the npftp package in Notepad++ as long as you use the sftp protocol.

Here are some commands you might find helpful. Use man or Google search to figure out how to use them.

cp (remember that you have to use . if you want to copy to the current directory
mv
rm
locate
less ("q" to quit)
+-+-+-+-+-+-+-+-+
< Have Fun! >
-----------
\
\
.--.
|o_o |
|:_/ |
// \ \
(| | )
/'\_ _/`\
\___)=(___/



+-+-+-+-+-+-+-+-+


i'm totally at a loss i understand how to encorperate this into html using the pre blocks, i have no prior experience with cli, html, sftp or css

This post was edited by Ideophobe on Jan 26 2016 09:53am
Member
Posts: 22,329
Joined: Jul 2 2008
Gold: 450.00
Feb 9 2016 01:25pm
Pre blocks?
Cowsay?
Figlet?

Wtf?
Member
Posts: 1,039
Joined: Jul 8 2008
Gold: 1,939.50
Feb 13 2016 10:10am
Quote (Hockeygod9911 @ Feb 9 2016 03:25pm)
Pre blocks?
Cowsay?
Figlet?

Wtf?


Yeah I'm not sure this class is worth taking or has any real world application...
Member
Posts: 773
Joined: Feb 21 2016
Gold: 6,616.21
Feb 25 2016 04:10pm
wierd
Member
Posts: 3,476
Joined: Jul 20 2015
Gold: 651.00
Feb 25 2016 04:36pm
Quote (EmSi86 @ Feb 25 2016 04:10pm)
wierd


i before e except after c and weird because weird is weird.
Member
Posts: 14,433
Joined: Oct 14 2013
Gold: Locked
Trader: Scammer
Mar 14 2016 09:20am
Might be able to assist
Member
Posts: 14,631
Joined: Sep 14 2006
Gold: 575.56
Mar 26 2016 07:47am
Quote (JDota72 @ Mar 14 2016 09:20am)
Might be able to assist


thanks sorry i sorta abandoned this thread after the responses i got early on
just had to buckle down, class is a hard B moving super fast,



it's all about using the linux terminal via ssh, this subforum was probably not the place for it but i just have to teach myself html as i'm going because that's how the professor want's stuff submitted
Quote (waraholic @ Feb 13 2016 10:10am)
Yeah I'm not sure this class is worth taking or has any real world application...


the class is actually super valuable the first couple assignments were kinda fun figlet/cowsay may not have any real world application but the class is all about using the terminal, these were just fun things to introduce us to it

Code
[~~~~~~~~@turing ~]$ cowsay -f kosh hahaha
________
< hahaha >
--------
\
\
\
___ _____ ___
/ \ / /| / \
| | / / | | |
| | /____/ | | |
| | | | | | |
| | | {} | / | |
| | |____|/ | |
| | |==| | |
| \___________/ |
| |
| |
[~~~~~~~@turing ~]$ figlet figlets are cool
__ _ _ _ _
/ _(_) __ _| | ___| |_ ___ __ _ _ __ ___ ___ ___ ___ | |
| |_| |/ _` | |/ _ \ __/ __| / _` | '__/ _ \ / __/ _ \ / _ \| |
| _| | (_| | | __/ |_\__ \ | (_| | | | __/ | (_| (_) | (_) | |
|_| |_|\__, |_|\___|\__|___/ \__,_|_| \___| \___\___/ \___/|_|
|___/
[~~~~~~~@turing ~]$


after the first couple weeks though, we built databases and queried them from the terminal, then did some javac now we're learning GO, it's 300 lvl course

This post was edited by Ideophobe on Mar 26 2016 07:53am
Go Back To Programming & Development Topic List
Add Reply New Topic New Poll