In shell
- copy the directory of the module in
./addons
- give permissions
chmod -R 755 addons/<module_directory>
- restart the container
In Odoo
:
- Activate the developer mode
// Fill out your copyright notice in the Description page of Project Settings. | |
#include "LectureWidget.h" | |
#include "Blueprint/WidgetTree.h" | |
#include "Components/Button.h" | |
#include "Components/Image.h" | |
#include "Components/CanvasPanel.h" | |
#include "Components/CanvasPanelSlot.h" | |
#include "Layout/Anchors.h" |
#user html; | |
worker_processes 1; | |
#error_log logs/error.log; | |
#error_log logs/error.log notice; | |
#error_log logs/error.log info; | |
#pid logs/nginx.pid; |
If we have access to the grub rescue, we can do the next steps:
grub rescue > ls
(hd0)... (hd0,gpt8)...
grub rescue > ls (hd2,gpt8) # try to recognize which partition is this
grub rescue > ls (hd2,gpt6) # let's assume this is the linux partition
grub rescue > set root=(hd2,gpt6)
grub rescue > set prefix=(hd2,gpt6)/boot/grub # or wherever grub is installed
grub rescue > insmod normal # if this produced an error, reset root and prefix to something else ..
grub rescue > normal
First step: Install Android SDK
yaourt -S android-sdk android-sdk-platform-tools android-sdk-build-tools
ncurses5-compat-libs
. In order to avoid this problem you have to use this command: gpg --recv-keys F7E48EDB
. You can find clarification here.yaourt -S genymotion
virtual-box
and his modules, yaourt
will make for you but you need choos between ArchLinux host modules or DKMS host modules.su -
and then do echo -e "vboxdrv\nvboxnetflt\nvboxnetadp\nvboxpci" > /etc/modules-load.d/virtualbox.conf
sudo
, for us at least, doesn't work.sudo modprobe vboxdrv vboxnetadp vboxnetflt
sudo chmod -R 777 /opt/android-sdk
const getNonConstructibleChange = (input) => { | |
const coins = input.sort((a, b) => a - b); | |
let currentChange = 0; | |
coins.forEach((coint) => { | |
const aimedChange = currentChange + 1; | |
if (coint > aimedChange) return aimedChange; | |
FROM python:3.5.2 | |
RUN apt-get update \ | |
&& apt-get install -y gettext curl sudo \ | |
&& curl -sL https://deb.nodesource.com/setup_6.x | sudo -E bash - \ | |
&& apt-get install -y nodejs \ | |
&& apt-get install -y libpng-dev libtiff5-dev libjpeg62-turbo-dev zlib1g-dev \ | |
libfreetype6-dev liblcms2-dev libwebp-dev tcl8.6-dev tk8.6-dev python-tk \ | |
libopenjpeg-dev pngquant libmagickwand-dev imagemagick \ | |
&& apt-get autoremove -y --purge \ |
First, install url-loader
along side with svgr
: yarn add -D url-loader
.
Add the loader to svg
test option:
{
test: /\.svg$/,
use: ["@svgr/webpack", "url-loader"],
},
First, we need to install allr required libraries:
sudo pacman -S python-numpy vtk hdf5 openmp opencv cuda cudnn
It installs all requirements to work with the GPU and the OpenCv's support to Darknet and other libraries; hdf5
is required to work with opencv
in python
; vtk
is required to compile Darknet
.
By default Darknet
handles libraries' references on Debian
s based linux systems, then, it requires opencv
's as well as cuda
references to work; in ArchLinux
, opencv
is in its 4.1.0
and it used opencv4
as environment variable, we need change the reference then:
sudo cp /usr/lib/pkgconfig/opencv4.pc /usr/lib/pkgconfig/opencv.pc
.
While the cuda
library is installed in a different folder than Debian
's based systems, we need to created a symbolic link to solve this problem:
sudo ln -s /opt/cuda/ /usr/local/cuda
.
sudo pacman -Syyu | |
sudo pacman -S noto-fonts-emoji docker python-pip python-virtualenv python-numpy vlc variety inkscape krita linux-headers nodejs npm opera nginx postgresql pgadmin4 postgresql-old-upgrade postgresql-docs postgresql-libs elasticsearch clang ttf-aboriginal-sans | |
sudo pacman -S llvm firefox-i18n-es-mx firefox-i18n-es-ar firefox-i18n-tr wxpython openmp ttf-freefont lua-socket tk sane | |
sudo pacman -S postgis gdal hdf5 libreoffice-extension-writer2latex libreoffice-extension-texmaths libreoffice-fresh-ar libreoffice-fresh-eu libreoffice-fresh-tr yarn yay code opencv | |
yay -S hunspell-tr hunspell-ar rar libreoffice-extension-libregreek libreoffice-extension-dictionaries-es libreoffice-extension-languagetool libreoffice-extension-writer2epub spotify kitekatic gitkraken | |
sudo pacman -S noto-fonts-emoji deepin-voice-recorder deepin-grub2-themes docker zsh opera-ffmpeg-codecs python-pip python-virtualenv vlc variety neofetch inkscape krita 0ad gedit-plugins gparted linux-headers 0ad-data nodejs npm oper |