The Wayback Machine - https://web.archive.org/web/20200313051759/https://github.com/topics/unix
Skip to content
#

unix

Here are 2,064 public repositories matching this topic...

pauschuu
pauschuu commented Jun 5, 2019
  • Category
    • fzf binary
    • fzf-tmux script
    • Key bindings
    • Completion
    • Vim
    • Neovim
    • Etc.
  • OS
    • Linux
    • Mac OS X
    • Windows
    • Windows Subsystem for Linux
    • Etc.
  • Shell
    • bash
    • zsh
    • fish

It would be useful to get a better understanding of the context of th

rubenofen
rubenofen commented Sep 24, 2019

Node version (or tell us if you're using electron or some other framework):

12.1.0

ShellJS version (the most recent version/Github branch you see the bug on):

0.8.3

Operating system:

Windows

Description of the bug:

sed is applied only once by line:
original archive:
import [COMPONENTNAME]Base from './[COMPONENTNAME]Base';
`const [COMPONENTNAME] = styled( [COMPONENTNAME]

Varbin
Varbin commented Feb 5, 2018

I'm using OpenNTPD instead of the default ntp on my FreeBSD server - when lynis analyses the ntp settings it tries to query information with ntpq which is (to my knowledge) is not possible with OpenNTPD.

Lynis will slow down as ntpq takes a while fail.

OS: FreeBSD 10.4
Lynis: 2.6.1 (768446e4)

[ Lynis 2.6.1 ]

####################################################################
marprok
marprok commented Mar 3, 2020

In every pull request I make, I end up getting told by @awesomekling to swap a piece of code with an existing one from the AK library. Wouldn't it be cool to have a Doxygen like documentation in which someone can search for something to see if it already exists in AK? I know I can grep the project to see if something exists but a documentation is always useful I think, especially if it documents a

julianhatwell
julianhatwell commented Mar 8, 2020

The opening code example is given as:

$ echo 'foo\nbar\nfoo' | sort | uniq -c | sort -nr
2 foo
1 bar
$ echo 'foo\nbar\nfoo' | sort | uniq -c | sort -nr |

but should be:

$ echo -e 'foo\nbar\nfoo' | sort | uniq -c | sort -nr
2 foo
1 bar
$ echo -e 'foo\nbar\nfoo' | sort | uniq -c | sort -nr |

-e switch is required for interpolating escaped \n. Without it, the example

jstrachan
jstrachan commented Mar 8, 2018

we have a help option where users can specify help on inputs which is cool. I wonder if we should add an additional help text on all selects/multi-selects that gives users information about the possible keys they can use.

e.g. to describe

  • cursor keys or vim mode j,k for moving selection
  • space to select/unselect on multi-selections
  • letters and numbers for filtering large selects
ialbert
ialbert commented Jan 15, 2020

Upon loading the latest version (2.6.1) of the player a warning appears in the console that states:

[Deprecation] document.registerElement is deprecated and will be removed in M80, around February 2020. 
Please use window.customElements.define instead. See https://www.chromestatus.com/features/4642138092470272 and https://developers.google.com/web/updates/2019/07/web-components-time
pvyleta
pvyleta commented Jan 5, 2019

First of all: thanks for the amazing work and super easy install scripts. Now to my point:

The readme is well written, unfortunately not absolutely up to date. for example, it is missing completely the information about the very handy script 'change.sh' and how to use it.

Furthermore, it would make sense to me to include installation of the python-pip package in the install_ubuntu.sh script,

pevik
pevik commented Jan 6, 2020

Current style guide [1] is outdated. It uses legacy API examples, but contains some valid info (avoid including kernel headers due bugs in UAPI on older distros, mentioned in [2]). We also have style guide for new API [3].

I propose delete [1] and move valid content from it to [3] (probably just UAPI on older distros).
We also need to document how to deal with backward compatibility that cover

arrjay
arrjay commented Nov 24, 2019

currently, any password supplied using --ssl-passwd when creating a makeself archive is exposed in the header --info block with the build commands. problem can be sidestepped by using --ssl-pass-src and a temporary file instead. should probably either rework the build info to drop/redact that argument or stop supporting --ssl-passwd

whereswaldon
whereswaldon commented Oct 5, 2018

I tried Oh, and it seems interesting. Certainly the programmability aspect is cool, and I like the idea of the type system. However, there's no documentation about how to customize anything (your prompt, for instance). I could read the source code, but I decided to try the shell on a whim at work, and I can't reasonably spend the time. I think it would be pretty easy to put together some guidance

Improve this page

Add a description, image, and links to the unix topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the unix topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.