Hennepin Tech SEO Contest

Written by

5

I teach a class in web design and production at Hennepin Technical College, and part of my class is a semester-long exercise in search engine optimization (SEO). I know there are some professionals who specialize strictly in SEO as their line of expertise, but an argument I make to my students is that every web [...]

Read More

Change Your UNIX Command Line Prompt to Show What Directory You’re In

Written by

0

If you’re tired of always typing pwd (print working directory) in your UNIX command line, simply change your prompt to always display the working directory. In your shell startup file, add the following: export PS1=’$PWD> ‘ After you restart your shell, your command line prompt will look more like this: /home/username> You can replace the [...]

Read More