Explore how to build a Linux distribution using different tools.
Also find me here:
Baeldung Author
Sercan Sari
Master's Degree in Computer Engineering. I've worked as a system administrator for 4 years. Now, I'm a research and teaching assistant and a Ph.D. student. My main interests are computer architecture and security. I'm also keen on virtual reality and human-computer interaction.
Here's what I've written (so far):
Baeldung on Linux
- >All
- Scripting (1)
- Building (1)
- Boot Process (1)
- Administration (1)
How to Improve Boot Speed of Linux
Filed under Administration, Boot Process
Learn how to improve the boot speed of Linux.
How to Add a Number to a Filename While Creating It
Filed under Scripting
Learn how to add a number to a filename while creating it.
Baeldung on Computer Science
- >All
- OS (14)
- Algorithms (4)
- Security (3)
- Programming (3)
- Networking (2)
- Sorting (1)
- Software Architecture (1)
- Path Finding (1)
- Math and Logic (1)
- Data Structures (1)
- Data Science (1)
- Core Concepts (1)
What Is Attack Surface Management?
Filed under Security
Learn about the attack surface and its different categories.
Algorithms for Computing Routes on a Map
Filed under Path Finding
Learn how to compute optimal routes on a map efficiently.
Buffer Overflow Attacks
Filed under Security
Learn more about buffer overflow attacks and how to prevent them.
Big Endian vs. Little Endian
Filed under Software Architecture
Learn about endianness and the differences between big-endian and little-endian.
Simultaneous Localization and Mapping
Filed under Algorithms, Data Science
Learn how AI uses SLAM to explore its environment.
Cocktail Sort
Filed under Sorting
Learn how cocktail sort works.
Deep Dive Into Optimization
Filed under Math and Logic
Lear about the optimization concept in computing science.
I/O Management
Filed under Core Concepts
Learn about the different I/O interfaces and how they are managed.
The Sleeping Barber Problem
Filed under Algorithms
Learn about another famous inter-process communication and synchronization problem