Linux
Linux is an open source kernel modeled after UNIX. Widely used, it is known for its efficiency and reliability.
Here are 23,384 public repositories matching this topic...
A collection of inspiring lists, manuals, cheatsheets, blogs, hacks, one-liners, cli/web tools and more.
-
Updated
Dec 1, 2020
any plans for a Linux ARM build? if nobody else is on it or has attempted it, i can give it a try.
-
Updated
Oct 20, 2019 - JavaScript
PowerShell for every system!
-
Updated
Dec 1, 2020 - C#
A collaborative list of awesome Swift libraries and resources. Feel free to contribute!
-
Updated
Nov 25, 2020 - Swift
Learn and understand Docker technologies, with real DevOps practice!
-
Updated
Nov 15, 2020 - Go
It may be a specific request but since there is a zip file handler for Android, doesn't hurt to ask for a desktop (maybe multiple backends?) implementation.
I would like to try that in the future but if anyone has time before feel free to do it.
Similar
-
Updated
Nov 30, 2020 - JavaScript
Linux命令大全搜索工具,内容包含Linux命令手册、详解、学习、搜集。https://git.io/linux
-
Updated
Nov 30, 2020 - HTML
-
Updated
Sep 30, 2020 - JavaScript
Brook is a cross-platform strong encryption and not detectable proxy. Zero-Configuration.
-
Updated
Nov 26, 2020 - Go
A new bootable USB solution.
-
Updated
Nov 26, 2020 - C
Bug report
Describe the bug
Here is a clear and concise description of what the problem is:
Hello, There is a bug on Kodi (tested on Windows Store version)
Using Alt+Space I can move Kodi on full-screen mode
Expected Behavior
Here is a clear and concise description of what was expected to happen:
Actual Behavior
Possible Fix
To Reproduce
Steps to reproduce t
An evolving how-to guide for securing a Linux server.
-
Updated
Jan 21, 2020
Per the example in https://godoc.org/github.com/google/go-cmp/cmp#Diff the form should be:
if diff := cmp.Diff(want, got); diff != "" {
t.Errorf("MakeGatewayInfo() mismatch (-want +got):\n%s", diff)
}
however, NUD tests (and possibly others) are littered with the reverse, e.g.:
https://github.com/google/gvisor/blob/8fa18e8ecb3e3da2015e5c73db9e46494dcfeff7/pkg/tcpip/stack/neighbo
Various Dockerfiles I use on the desktop and on servers.
-
Updated
Nov 28, 2020 - Dockerfile


Is your feature request related to a problem? Please describe.
The code above just hangs.
Describe the solution you'd like
const readline = require('readline'); const input = readline.createInterface({ input: process.stdin }); +input.unref(