[2017.12.26] Magisk v15.0 - Root & Universal Systemless Interface [Android 5.0+] Magisk
How to Root your Android TV Box or Phone, One click root for Android TV boxes, easily root any android tv box or phone with Kingroot for Android TV boxes
Camunda is an open source platform for workflow and business process management.
You can model and execute BPMN 2.0, CMMN 1.1 and DMN 1.1.
A tester
URL: http://linuxfr.org/users/fantome_asthmatique/journaux/mon-blognal-mes-notes-sur-l-amorcage-de-pkgsrc
Title: mon blognal : mes notes sur l'amorçage de pkgsrc
Authors: fasthm
Date: 2017-12-20T15:21:24+01:00
License: CC by-sa
Tags: netbsd et pkgsrc
Score: 0
J'ai souhaité installer deux ou trois choses modernes sur un serveur un peu moisi sur lequel je ne suis pas administrateur. Comme je n'avais jamais utilisé pkgsrc, je me suis dit que ce serait une bonne occasion.
Au début ça a été infernal, je pose donc ici un petit memento pour le prochain malheureux qui se retrouvera dans cette misérable situation.
Il aura donc fallu:
1 - se placer dans (le volumineux) /tmp, car mon $HOME est sur un serveur distant aux perfs abyssales, et que l'on va manipuler un grand nombre de fichiers;
2 - télécharger et désarchiver le tar.gz de pkgsrc;
3 - le mettre à jour avec cvs -t update -dP (le -t avant update pour savoir où en est cvs);
4 - définir le proxy avec http_proxy=http://monproxy.pouet.pouet:3100/
5 - configurer curl avec ~/.curlrc :
ipv4 # forcer ipv4 parce que le DNS renvoie des AAAA mais le réseau est v4
proxy = monproxy.pouet.pouet:3100 # pas testé si http_proxy est utile finalement...
6 - choisir un mirroir performant parce que sinon on pleure à chaque téléchargement :
export MASTER_SITE_OVERRIDE=ftp://ftp2.fr.netbsd.org/
7 - bootstrapper avec la commande :
cd pkgsrc/bootstrap; ./bootstrap --unprivileged --prefix /home/mapomme/pkg
8 - et ensuite j'ai pu installer mes bidules avec bmake; bmake install.
Je crois que c'est tout, ça marche pas mal mais ça ramène énormément de dépendances, c'est un peu une solution de goret quand même.
Secure and sustainable cryptocoin.
Here's the command to disable NTP:
smc -disable -ntp
and to reenable
smc -enable -ntp
If the SEP client UI is password protected:
smc -disable -ntp -p
Roooo, MERCI !! je ne le savais pas oO pourtant j'adore VI mais j'ai jamais pensé à tester... :p
Et oui, des fois on ferait bien de lire le manuel (RTFM !).
Dans Firefox, pressez juste « / » pour commencer une recherche > dans la page.
Et pressez juste « ' » pour rechercher dans les liens de la page.
(Souce: https://support.mozilla.org/en-US/kb/search-contents-current-page-text-or-links#w_quick-find via https://framapiaf.org/@yekcim/99168659281686356)
Bash alias does not directly accept parameters. You will have to create a function and alias that.
alias does not accept parameters but a function can be called just like an alias.
For example:
myfunction() {
#do things with parameters like $1 such as
mv "$1" "$1.bak"
cp "$2" "$1"
}myFunction xyz #calls
myfunction
By the way, Bash functions defined in your .bashrc and other files are available as commands within your shell. So for instance you can call the earlier function like this
$ myfunction original.conf my.conf
Run devkitProUpdater-1.6.0.exe, devkitARM is the only thing you need to install.
Setup MSYS2: (Skip this if you already have properly setup MSYS2)
MSYS2 64bit > MSYS2 MinGW 64 bit from Start.pacman --needed -S base-devel git mingw-w64-x86_64-toolchain
Run your shell (ie. MSYS2 64bit > MSYS2 MinGW 64 bit), then change into your development/working directory, ie.:
cd /c/Users/Xtansia/Development/3ds/
Build and install latest 3ds_portlibs:
git clone https://github.com/devkitPro/3ds_portlibs
cd 3ds_portlibs
make zlib
make install-zlib
make freetype libjpeg-turbo libpng libogg
make install
cd ..
Build and install latest ctrulib:
git clone https://github.com/smealum/ctrulib
cd ctrulib/libctru
make
make install
cd ../..
Build and install latest citro3d:
git clone https://github.com/fincs/citro3d
cd citro3d
make
make install
cd ..
Build and install latest sf2dlib:
git clone https://github.com/xerpi/sf2dlib
cd sf2dlib/libsf2d
make
make install
cd ../..
Build and install latest sfillib:
git clone https://github.com/xerpi/sfillib
cd sfillib/libsfil
make
make install
cd ../..
Build and install latest sftdlib:
git clone https://github.com/xerpi/sftdlib
cd sftdlib/libsftd
make
make install
cd ../..
Build latest LövePotion:
git clone https://github.com/VideahGams/LovePotion
cd LovePotion
mkdir game
# put your game stuff in game
make
Hi,
I have mounted an sshfs filesystem and trying to use borg on it. every time i want to init the repository, a locking error appeared.
[root@wall-e data]# borg init --debug /data/backup/test
usin...
OPERA (Pour 10 personnes) Ingrédients Biscuit Joconde 5 oeufs entiers 5 blancs d'oeufs 200g d'amande en poudre 200g de sucre 50g de farine 50g de beurre fondu Crème au beurre et café 4 jaunes d'oeufs 140g de sucre 250g de beurre mou 2 cuillères à soupe...
Open the printer and solder a wire to the SDA pin of the EEPROM (see video below)
Power up the printer with this line held to ground until it finishes initializing
You can use chassis near the USB port is an easy spot to ground to.
The printer will take longer than normal to initialize; don’t be alarmed
Disconnect the SDA line from ground
Print the demo page by pushing The Button until you see a slowly blinking green light (about 2 seconds)
Print the configuration page by pushing The Button until you see a rapidly blinking green light (about 6 seconds)
Turn off the power
Turn on the power, and wait for it to initialize
Print the configuration report again
All your base are belong to us
How to Answer Interview Questions About Strengths and Weaknesses
When answering questions about your strengths and weaknesses, always keep the job description in mind. When addressing questions about your strengths, focus on strengths you have that are required for the job. For example, if a job requires a lot of work on team projects, you might say that you are a clear communicator who can work with diverse groups of people.
...