test post #2 testing markup
here is an image
bold
italic
- underlined
- testing ol
#!/bin/sh cp test test2 mv test2 test echo done
echo “this is some test code”
echo "hello world"
here is an image
bold
italic
#!/bin/sh cp test test2 mv test2 test echo done
echo “this is some test code”
echo "hello world"
any posts from this point in time on are likely cross posted from the personal section of my blog.… Read the rest
here is a program to use on your microsoft pc, that will block access to specified programs for a set period of time. it’s called temptation blocker. seems nifty enough, but I can’t use it.… Read the rest
howto change the date format output of ls.
# old
drwxr-xr-x 7 root root 184 Aug 9 2005 ..
# new
drwxr-xr-x 5 root root 104 2006-06-10 15:58 ..
ls -la –time-style=long –color… Read the rest
