About 912,000 results
Open links in new tab
  1. linux/net/ipv4/tcp_output.c at master · torvalds/linux - GitHub

    INET is implemented using the BSD Socket * interface as the means of communication with the user level. * * Implementation of the Transmission Control Protocol (TCP).

  2. How to highlight bash/shell commands in markdown?

    Per the documentation from GitHub regarding GFM syntax highlighted code blocks. We use Linguist to perform language detection and syntax highlighting. You can find out which …

  3. Workflow commands for GitHub Actions

    Actions can communicate with the runner machine to set environment variables, output values used by other actions, add debug messages to the output logs, and other tasks. Most workflow …

  4. How do I save terminal output to a file? · GitHub

    To write the output of a command to a file, there are basically 10 commonly used ways. Please note that the n.e. in the syntax column means "not existing". There is a way actually, but it's …

  5. Linux Tutorial - Working with Input/Output Streams

    In general, all Linux processes can perform input/output operations through, at least, the keyboard and the screen. More specifically, there are three ‘input/output streams’: standard input (or …

  6. linux/net/ipv4/ip_output.c at master · torvalds/linux · GitHub

    static int __ip_finish_output(struct net *net, struct sock *sk, struct sk_buff *skb)

  7. github markdown - preserve Linux terminal output

    Jul 15, 2016 · Is there a way to preserve the colors of a terminal output when creating github flavored markdown? For example if I want to include some examples of a terminal including …

  8. Switch audio output devices on Linux · GitHub

    Apr 12, 2025 · Instantly share code, notes, and snippets. This script will cycle to the next available audio output device. It can be tied to a hotkey to easily be triggered. This is handy, for …

  9. Taking a bash command's output and putting it into a message in …

    Aug 20, 2021 · Where I am struggling is on taking the output of the file, which I can obtain with bash using awk '/^Lines/ { print $2 }' < coverage.txt (not sure if there is a better alternative …

  10. input-output · GitHub Topics · GitHub

    Aug 22, 2023 · Beginners Friendly Input/Output Library For C, Python Like Syntax! Advanced Data Structures, Bash Script, Processes creation using system calls (fork/exec), Process …

Refresh