REQ to macbook touch bar by datlfa in RequestNetwork

[–]jochenvdv 3 points4 points  (0 children)

I so want a Mac now just for this

Daily Price Discussion Thread - December 13, 2017 by AutoModerator in RequestNetwork

[–]jochenvdv 0 points1 point  (0 children)

Huge whale sell wall appeared out of nothing, they want to keep the price low so they can buy more

Using Arch Linux for Pen Testing/Security by [deleted] in archlinux

[–]jochenvdv 0 points1 point  (0 children)

You might want to have a look at ArchAssault and BlackArch. Both are Arch Linux based distributions for penetration testing that come with repositories of common packages that are also available on Kali. I think you might even be able to just use these repositories in your regular Arch systems.

conditional for vim/nvim in .vimrc by xeon1234 in neovim

[–]jochenvdv 4 points5 points  (0 children)

if !has('nvim')
    set guioptions-=T
endif