Skip to content
blog . cocacoding . com

blog . cocacoding . com

information security and more

  • Home
  • About
  • Contact
  • Privacy & GDPR

Installing gentoo encrypted on a modern UEFI notebook

Posted on February 8, 2021February 8, 2021 By Felix No Comments on Installing gentoo encrypted on a modern UEFI notebook
Linux

Installing gentoo introduces always some pitfalls, this time we focus on EFI. 1. Prerequisites: Get the installation image on an USB drive or a disc: dd if=Downloads/install-amd64-minimal-20201206T214503Z.iso of=/dev/sdh bs=4M status=progress Then activate the network connection on the live installation OS, e.g.: dhcpcd eth0 ifconfig Then activate ssh to keep it simple and print the keys … Read More “Installing gentoo encrypted on a modern UEFI notebook” »

Exploiting systems stealthy: Writing Shellcode in 2020

Posted on September 21, 2020February 7, 2021 By Felix No Comments on Exploiting systems stealthy: Writing Shellcode in 2020
Exploitation, Linux

Shellcode is a sequence of instructions and is usually implemented in assembly language for a given architecture. Shellcode can be used to design and formulate a payload for exploitation. Writing shellcode looks like an antiquated technique since they were used primarily to execute instructions when exploiting buffer overflows. Defense technologies like Data Execution Prevention (DEP) … Read More “Exploiting systems stealthy: Writing Shellcode in 2020” »

Exclude files from Eclipse indexing mechanism

Posted on August 25, 2020August 25, 2020 By Felix No Comments on Exclude files from Eclipse indexing mechanism
Development

If you develop software using Eclipse you might noticed that the indexing algorithm is powerful but might be reducing your setup performance. Eclipse is slowed down when you index too many files, for example from 3rdparty folders or other dependencies you don’t want to have indexed. Building new filters in Eclipse You can easily exclude … Read More “Exclude files from Eclipse indexing mechanism” »

Setting up a Gentoo VM for Linux Kernel Development

Posted on August 17, 2020August 18, 2020 By Felix No Comments on Setting up a Gentoo VM for Linux Kernel Development
Linux

For decent Kernel development I needed a virtual machine and a Kernel I can control easily. Since I use gentoo for almost every system it was a clear choice I want to use gentoo again, even though it might be a bit time consuming to set it up. For the start I will run gentoo … Read More “Setting up a Gentoo VM for Linux Kernel Development” »

Using FFmpeg to record video and audio

Posted on August 17, 2020August 18, 2020 By Felix No Comments on Using FFmpeg to record video and audio
Linux

Have you ever tried to record some video or audio and video material using VirtualBox? Then you probably find out that the solution is too slow for your needs. With FFmpeg you are able to record not only video but also audio. Installation Install FFmpeg for your operating system, e.g. sudo apt install ffmpeg or … Read More “Using FFmpeg to record video and audio” »

First entry

Posted on August 17, 2020August 17, 2020 By Felix No Comments on First entry
misc

After writing a lot of technical stuff into text files I finally decided to start writing these (typically technical) memos, write-ups and tutorials into the structure of a blog.

Tags

development eclipse encryption exploitation gentoo kernel linux luks lvm shellcode

Categories

  • Development
  • Exploitation
  • Linux
  • misc

Stay tuned:

Copyright © 2026 blog . cocacoding . com.

Theme: Oceanly by ScriptsTown