All Posts

The Making Of 0xd

mkdir blog
cd blog
ls
..
mv blog 0xd.ir
vim index.md
cd 0xd.ir
git init
mv ../index.md .
git add index.md
git commit -m "Initial Commit: whoami"
vim index.md
r
l
ff whoami.html
git add static_files/
git status
git add whoami.html
l
mv index.md whoami.md
git add whoami.md
git rm index.md
git commit -m 'Render markdown for whoami to html and add static_files'
surge . 0xd.ir
dig NS 0xd.ir
sudo vim /etc/resolv.conf
ping 0xd.ir
whois 0xd.ir
head whoami.md
mv whoami.html 2023-08-26\ whoami.html
mv whoami.md 2023-08-26\ whoami.md
vim 2023-08-26\ whoami.html
ff 2023-08-26\ whoami.html
ls
git add .
git commit -m 'Add timestamps to filenames and format html file'
git log
tail -100 ~/.histfile > "HowThisCameToBe.md"

But I mean, How did this happen? like Why did you do this?

  1. The other day I had to check something about one of my domains, only to notice I still have this nice domain that I bought for my blog a few years ago.
  2. I met sadra.blog and he encouraged me to do this.
  3. It was friday and I was both tired and bored.
  4. I noticed that many of the posts I write in my private blog can go public.
  5. Due to changes in corporate structure, I decided to turn black-bit into a community.
↑ Top