code

Search

You can find the results of your search below.

docker
22 Hits, Last modified:
proxy ===== Bootstrap basic Debian image ===== <code> mkdir jessie-chroot sudo debootstrap jessie ./jessie-chroot http://http.debian.net/debian/ </code> Build docker image from tarball <code> cd jessie-chroot sudo tar cpf - . | docker import - debian </code> Build new container <code> docker run -it --rm
arch_package_managers
10 Hits, Last modified:
tall an AUR helper ===== === package-query === <code>git clone https://aur.archlinux.org/package-query... query/ makepkg -si cd .. rm -rf package-query/ </code> === yay === <code>git clone https://aur.archlinux.org/yay.git cd yay makepkg -si cd .. rm -rf yay/ </code> ===== Delete cached files ===== ==== pacman ===
git
8 Hits, Last modified:
====== Git ====== ===== Aliases ===== <code> git config --global user.name "<full name>" git config --g... s.ci commit git config --global alias.st status </code> ===== Credential Helper for HTTPS Upstreams ===... ===== Submodules ===== ==== Add submodule ==== <code> git clone git@github.com:thomai/submodule-main.g... est2.git git add . git ci -m "Added submodules" </code> ==== Update submodule to latest commit on branc
signal
8 Hits, Last modified:
y ===== ==== Windows ==== Batch file on Desktop: <code batch %UserProfile%\Desktop\Signal.bat> @echo off... OCALAPPDATA%\Programs\signal-desktop\Signal.exe </code> Shortcut on Desktop with destination: ''C:\Wind... rProfile%\Desktop\Signal.bat"'' ==== Linux ==== <code ini /usr/share/applications/signal-desktop.deskto... Class=Signal Categories=Network; desktop entry </code> <code bash /opt/Signal/signal-desktop.sh> #!/bin
ssh
6 Hits, Last modified:
rce Password Authentication (client-side) ===== <code> ssh -o PreferredAuthentications=password -o PubkeyAuthentication=no <domain> </code> ===== SSH Folder Permissions Client ===== <code> chmod 700 ~/.ssh chmod 600 ~/.ssh/id_rsa chmod 600 ~/.ssh/id_rsa.pub </code> ===== SSH Folder Permissions Server ===== <cod
browser_keywords
4 Hits, Last modified:
= ===== Google - I'm feeling lucky ===== URL: <code> http://www.google.com/search?btnI=1&q=%s </code> ===== Google - Search for Images ===== <code> https://www.google.de/search?q=%s&tbm=isch </code>