23 Matching Annotations
- Nov 2022
-
cloudflare-ipfs.com cloudflare-ipfs.com
-
R(o.) = JL(y, f(x, o.))dF(x, y).
Ожидаемое значение Loss, т.о. M[L], а этот интеграл задается по определению.
-
-
-
Свойства оценок: несмещенность, состоятельность, эффективность.
-
- Oct 2022
-
habr.com habr.com
-
показывает какая доля вариативности в данных объясняется лучшей из линейных моделей
Коэф. детерминации
-
-
ml-handbook.ru ml-handbook.ru
-
NP-трудных задачах
Почитать об этих задачах.
-
-
github.com github.com
-
tmux new -smysession
New session with name
-
- Sep 2022
-
libvirt.org libvirt.org
-
<graphics type='spice' autoport='yes'/>
Setup graphics
-
-
github.com github.comtmux/tmux14
-
C-b x
Kills active pane.
-
C-b &
Kill current window.
-
split-window
Split window command.
-
:neww -dnmynewwindow
Create a new named window and don't make it the current window.
-
C-b c
Create a new window.
-
:kill-server
kill
-
tmux ls
List sessions.
-
tmux new -Asmysession
Attach if exists or create a new one.
-
tmux attach -tmysession
To attach tmux session.
-
C-b d
To detach tmux.
-
C-b :
The command prompt.
-
C-b ?
Help keybinding.
-
tmux new
Create new session.
-
About tmux
Tags
Annotators
URL
-
-
-
gpg -d <yadm archive file> | tar tvf -
Decrypt yadm archive.
-
echo testing | gpg -e -r <recipient> | gpg
Encrypt yadm archive.
Tags
Annotators
URL
-
-
-
As a workaround you can recompile the client locally. I've just tried it and it's working just fine on Ubuntu 22.04 Clone the repo: git clone git@github.com:Jigsaw-Code/outline-client.git cd outline-client Install node 16 (for example using brew) brew install node@16 Install all dependencies npm install Build the app npm run action electron/build linux Now you have properly working Outline-Client.AppImage and you can run it ./build/dist/Outline-Client.AppImage
Describes how to build electron app AppImage from source.
-