Skip to content

Max's Blog

  • Home
  • About
Max's Blog

Category: Computer

October 8, 2020 max-sperling

Change owner, group and permissions (Linux)

Change owner/group chown [options] [owner][:[group]] file Examples chown root file.txt // For file.txt set owner to root chown -R root:admin

Continue reading
October 7, 2020 max-sperling

Authentication – Session-based vs. Token-based

Session-based The client logs into the server and gets a session id. The server caches all sessions to be able

Continue reading
October 2, 2020 max-sperling

Resolve conflicts for binary files (Git)

There are common scenarios where you possibly have to resolve conflicts. They are cherry-pick, merge, rebase and revert. If those

Continue reading
September 30, 2020 max-sperling

Sandboxing (Linux)

There are multiple possibilities with Linux to sandbox applications. chroot … Changed file system root namespaces … Separated namespaces (e.g.

Continue reading
September 29, 2020 max-sperling

Lambda captures (C++)

auto func = [/*capures*/](/*arguments*/){/*body*/}; Captures: <var> … Local variable by value &<var> … Local variable by reference = … All

Continue reading
September 23, 2020 max-sperling

Visualize branches (Git)

Git command All branches $ git log –all –decorate –oneline –graph Specific branch $ git log {branch-name} –decorate –oneline –graph

Continue reading
September 9, 2020 max-sperling

Load balancing (based on NAPT)

A common way to realise a Load balancing is happening based on NAPT (Network Address Port Translation). Client 1 Client

Continue reading
September 8, 2020 max-sperling

NAPT (Network Address Port Translation)

What’s that? It translates private IPs and Ports to a public IP and port. What’s the reason? There are not

Continue reading
September 2, 2020 max-sperling

What a wireless router really is

The name lets suggest the following functionality: – Access point: provides a connection for wireless devices to the LAN –

Continue reading
August 29, 2020 max-sperling

Mobile network infrastructure (Cellular)

The exact infrastructure differentiates between the generations. Let’s begin with a general overview. Mobile Device Access Network Core Network PSTN/Internet

Continue reading

Posts navigation

«Previous Posts 1 … 12 13 14 15 16 … 24 Next Posts»

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 (269)
    • Computer (239)
      • Architecture & Design (15)
      • Artificial intelligence (3)
      • Audio & Video (11)
      • Building & Reversing (15)
        • CMake (2)
      • Computational complexity (3)
      • Computer architecture (5)
      • Debugging & Memory (27)
      • 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.