Skip to content

Max's Blog

  • Home
  • About
Max's Blog

Category: Operating system

August 22, 2020 max-sperling

Add PowerShell to context menu (Windows)

1. Get PowerShell winget install –id Microsoft.PowerShell –source winget Alternative: Microsoft Store 2. Add registry keys Windows Registry Editor Version

Continue reading
June 10, 2020 max-sperling

(Unnamed) Pipe (POSIX)

… is user for unidirectional inter process communication on a single machine. In the following example a pipe gets created

Continue reading
June 4, 2020 max-sperling

Audio on Linux

Illustration Creator: Yihui Xiong Scenarios ALSA (The red scenario) – Using ALSA without any sound server – Just one source

Continue reading
June 4, 2020 max-sperling

What is a shell?

The shell provides the user a way to interact with the OS. It’s called shell, because it’s the outermost layer

Continue reading
May 28, 2020 max-sperling

Child process (Linux vs. Windows)

Windows You always have to create a totally new process via a CreateProcess(…) call. Linux You can either just copy

Continue reading
March 30, 2020 max-sperling

Login without access to DC (Windows)

Depending on the value of the following registry key Windows caches the last X numbers of logins. This makes it

Continue reading
September 29, 2019 max-sperling

Can’t access the UEFI? (Windows)

If you can’t access the UEFI during the bootup (e.g. via F1, F2, F8, F10, Del or Esc), it’s possible

Continue reading
January 22, 2019 max-sperling

(Un)pack and (De)compress a directory (Linux)

Pack tar -cvf archive.tar /path/to/folder Compress gzip archive.tar bzip2 archive.tar Pack & Compress tar -czvf archive.tar.gz /path/to/folder tar -cjvf archive.tar.bz2

Continue reading

Posts navigation

«Previous Posts 1 2

Categories

  • Other (17)
    • Games (11)
    • Nutrition (4)
    • Traveling (2)
  • Science (17)
    • Chemistry (3)
    • Linguistics (2)
    • Math (10)
    • Physics (2)
  • Sport (71)
    • Climbing (5)
    • Diving (20)
    • Fitness (7)
    • Martial arts (33)
      • Ground fighting (9)
      • Mixed martial arts (4)
      • Stand-up fighting (11)
    • Running (1)
    • Surfing (2)
    • Swimming (1)
    • Volleyball (2)
  • Technology (268)
    • Computer (238)
      • Architecture & Design (15)
      • Artificial intelligence (3)
      • Audio & Video (11)
      • Building & Reversing (15)
        • CMake (2)
      • Computational complexity (3)
      • Computer architecture (5)
      • Debugging & Memory (26)
      • Development (58)
        • CI/CD (1)
        • Programming (48)
          • Concurrency (5)
          • Data structures (12)
          • Pointers & References (7)
        • Scripting (3)
        • Testing (6)
      • Development process (5)
      • Hacking & Security (17)
      • Hardware & Protocols (8)
      • Networking (11)
      • Operating system (18)
        • Linux (11)
        • Windows (7)
      • Regular expression (2)
      • Tool configuration (5)
      • Version control (22)
      • Virtualization (7)
      • Web (27)
    • Electrics (9)
    • Mechanics (15)
    • Medicine (2)
    • Photography (4)
WordPress Theme: Wellington by ThemeZee.