Showing posts with label blog. Show all posts
Showing posts with label blog. Show all posts

Thursday, 16 August 2018

Trying out how code snippets will work on the blog.
Bash test:
PRE and code.
 ls /var/log
 rm /var/log/test.txt
find => text
 findings
    more findings
exit

My terminals are always white on black background. But prehaps it will not look good on the blog? Will try it out for now.

Latest

Trying out how code snippets will work on the blog. Bash test: PRE and code.  ls /var/log  rm /var/log/test.txt find => text  findings ...