diff --git a/content/posts/ElastiCache-Access-String.md b/content/posts/ElastiCache-Access-String.md deleted file mode 100644 index 3e0f16c..0000000 --- a/content/posts/ElastiCache-Access-String.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -date: 2021-05-25 -title: "ElastiCache Access String example" -slug: ElastiCache-Access-String-example -description: "Here is an example of ElastiCache Access String rule to restrict privillages of a user to certain keys and commands" -images: -- /assets/img/featured.jpg -tags: [ "aws","security"] -keywords: ["aws", "security"] ---- - diff --git a/content/posts/arduino-permission-error.md b/content/posts/arduino-permission-error.md deleted file mode 100644 index 82d08a2..0000000 --- a/content/posts/arduino-permission-error.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -date: 2022-11-17 -title: "Fix Arduino error Cannot open /dev/ttyUSB0: Permission denied" -slug: arduino-permission-error -description: "Fix Arduino error Cannot open /dev/ttyUSB0: Permission denied" -images: -- /assets/img/arduino/arduino-uno-linux.jpg -tags: [ "arduino","iot"] -keywords: ["arduino", "iot"] ---- diff --git a/content/posts/eks-nlb-enable-proxy-protocol.md b/content/posts/eks-nlb-enable-proxy-protocol.md deleted file mode 100644 index b9e3f86..0000000 --- a/content/posts/eks-nlb-enable-proxy-protocol.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -date: 2022-07-12 -title: "How to enable proxy protocol V2 in EKS when using Ingress Nginx NLB" -description: "Kubernetes provides container lifecycle hook framework to run code triggered by events during their management lifecycle called PostStart and PreStop hooks" -slug: eks-nlb-enable-proxy-protocol -images: -- /assets/img/featured.jpg -tags: [ "kubernetes","container", "EKS", "AWS"] -keywords: ["kubernetes", "EKS", "AWS", "nginx"] ---- - -![dvd ripping in linux](/assets/img/aws/nlb-nginx-proxy-protocol.jpg) -In this tutorial, I will show you a simple way to RIP DVD into a single file using FFmpeg command line tool in Linux. - -## Install FFmpeg in Ubuntu/Debian/Linux Mint - -``` -sudo apt-get install ffmpeg