sahinakkaya.dev/assets/js/lunr/lunr-store.js
2022-06-22 14:47:50 +00:00

56 lines
4.5 KiB
JavaScript
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

var store = [{
"title": "First blog post",
"excerpt":"Hello, World!* So here I am and welcome to my first blog. Having a personal space on the Internet has been a dream for me for years and I am happy that it finally have come true. You might think that I could sign-up for a social media platform and...","categories": [],
"tags": [],
"url": "/2021/12/24/first-blog-post.html",
"teaser": null
},{
"title": "Stop cat-pipe'ing, You Are Doing It Wrong!",
"excerpt":"cat some_file | grep some_pattern Im sure that you run a command something like above at least once if you are using terminal. You know how cat and grep works and you also know what pipe (|) does. So you naturally combine all of these to make the job done....","categories": [],
"tags": ["cat","grep","linux","command-line"],
"url": "/2022/01/01/stop-cat-pipeing.html",
"teaser": null
},{
"title": "Automatically Build and Deploy Your Site using GitHub Actions and Webhooks",
"excerpt":"In this post I will explain how you can use GitHub to automate the build and deployment processes that you have. I am going to automate the deployment of this site but you can do whatever you want. Just understanding the basics will be enough. Introduction to GitHub Actions and...","categories": [],
"tags": ["github-actions","github-webhooks","ci-cd"],
"url": "/2022/01/04/build-and-deploy-automatically.html",
"teaser": null
},{
"title": "Using ffmpeg for Simple Video Editing",
"excerpt":"Story Today, I have recorded a video for one of my classes and I was required to upload it till midnight. The video was perfect except for a few seconds where I misspelled some words and started again. I had to remove that part from the video before uploading it....","categories": [],
"tags": ["cli","ffmpeg"],
"url": "/2022/01/21/ffmpeg-to-rescue.html",
"teaser": null
},{
"title": "SSH into Machine That Is Behind a Private Network",
"excerpt":"Story I believe there is always a “tech support person” in every home. Everyone knows that when there is a problem with any electronic device, they should ask this person. I am the tech support in our house. Today, I had to fix a problem in our desktop. Since I...","categories": [],
"tags": ["ssh","private-network","remote-port-forwarding"],
"url": "/2022/02/26/ssh-into-machine-that-is-behind-private-network.html",
"teaser": null
},{
"title": "Creating a *Useless* User",
"excerpt":"Story In my previous post, I explained how to do port forwarding to access some machine behind private network. I will use this method to fix some issues in our desktop at home or my girlfriends computer. Now, of course I dont want to give them access to my server....","categories": [],
"tags": ["linux","permissions","privileges"],
"url": "/2022/02/27/creating-a-useless-user.html",
"teaser": null
},{
"title": "Never Get Trapped in Grub Rescue Again!",
"excerpt":"Anytime I install a new system on my machine, I pray God for nothing bad happens. But it usually happens. When I reboot, I find myself in the “Grub rescue” menu and I dont know how to fix things from that point. I go into the live environment and run...","categories": [],
"tags": ["linux","grub","partition","uefi"],
"url": "/2022/03/03/never-get-trapped-in-grub-rescue-again.html",
"teaser": null
},{
"title": "Confession Time",
"excerpt":"A failure story Last week, I received an email from Lets Encrypt reminding me to renew my certificates. I forgot to renew it and the certificate expired. Now I cant send or receive any emails. If you send me email in the last week and wonder why I didnt respond,...","categories": [],
"tags": ["ssl"],
"url": "/2022/04/08/confession-time.html",
"teaser": null
},{
"title": "Rant: Stop whatever you are doing and learn how licenses work",
"excerpt":"Recently, Github announced that they are making Github Copilot available for everyone. Previously, it was in Beta and you could get it through the waiting list. When I saw the news, I thought I can give it a try. But not so surprisingly it was not free. You have 3...","categories": [],
"tags": ["copilot","license","github"],
"url": "/2022/06/22/rant-on-peoples-reaction-to-copilot.html",
"teaser": null
}]