Cher Journal, Maintenant que je sais que tu veux conquérir le monde avec tes amis, j’ai décidé de collaborer activement. En échange, je vous demande juste de ne pas commencer par les USA. C&r…
In case anybody wonders:
The issue here, is that when sudoing, a newenvironment is loaded, meaning that http_proxy is no longer set.
To resolve this issue you can add Defaults env_keep += "http_proxy https_proxy" to your /etc/sudoers file in order to keep those variables when switching to the secure path.
Reference: https://help.ubuntu.com/community/EnvironmentVariables
Android application for scanning and manipulating handwritten notes and documents. - ctodobom/OpenNoteScanner
apt install openssh
sshd
copy ssh key to .ssh/autorized_keys
adb forward tcp:8022 tcp:8022
ssh localhost -p 8022
Do a quick conversion: 1 square meters = 0.60499727751225 tatami using the online calculator for metric conversions. Check the chart for more details.
Running Docker in Alpine Linux running in QEMU on Windows (64 bits) - Running Docker in Alpine Linux running in QEMU on Windows (64 bits)
On peut considérer que les "Magdaléniens", il y a entre 17000 à 12 000 ans avant maintenant, ont inventé le Thaumatrope... Cet article est mis à jour suite à la demande de la direction du Musée d'art et d'archéologie du Périgord (MAAP), où l'une de ces rondelles (voir l'animation) est exposée...
[Guide][Noobs Familiar]How To Build Android Kernel With Features! Android
Si vous êtes développeur, vous connaissez l'importance de débugger votre code. En JavaScript, vous connaissez tous le console.log() classique mais il faut
RawFiner présente les modules qu’il considère comme indispensable et comment s’y retrouver dans la profusion des modules de darktable : Bonne découverte.
Je suis allé au Libre Graphics Meeting, début juin, à Saarbruecken, pour rencontrer les développeurs de darktable, en particulier Johannes Hanika, son fondateur, et Tobias Ellinghaus, son deuxième …
Is there a way to change pihole from listing to dns port 53? I want to use my custom port 7502 instead. I tried to use IPTABLES, but it did not work. iptables -t nat -A PREROUTING -p tcp --dport 7502 -j REDIRECT --to-port 53 iptables -t nat -A PREROUTING -p udp --dport 7502 -j REDIRECT --to-port 53
rDod can be launch as it but you might want to customize. To do so, a few environment variables are available such as :
If you are using docker-compose you can also edit the docker-compose file to customize rDod
rDod cab be launch by 2 different ways :
Docker-Compose is the easiest way to launch rDoD. By using it the Home of the rDod user will be persistent.
You can use Docker-Compose to download and launch rDoD by using the following command:
docker-compose up
It's also possible to launch rDoD in "detach" mode by adding the -d parameter:
docker-compose up -d
You can launch rDoD by using the classical Docker CLI. That way permit a better customization but will require to write a longer command line.
docker run -p 5901:5901 -p 5911:5911 mderasse/rdod:latest
Of course you can replace latest by another image tag.
You might also want to have a persistent Home. You can do this by using the parameter -v like :
docker run -p 5901:5901 -p 5911:5911 -v $(pwd)/home:/home/user mderasse/rdod:latest
You might also want to use those parameter :
rDoD currently provide 2 different ways of access.
In order to acces to rDoD by using VNC you will have to install the TigerVNC viewer.
You can find the different binary depending of your OS on that link: TigerVNC Viewer
After the installation done you will have to launch the client and connect to :
YOUR_IP:5901
noVNC is a HTML5 Client. You can access it directly by using your favorite Web Browser
http://YOUR_IP:5911
Don't forget to change HTTP to HTTPS is USE_SSL is enabled.
rDoD is made in a way that it's really easy to extend it.
Do to so you will have to create a Dockerfile like the following one:
FROM mderasse/rdod:latest
LABEL maintainer="Matthieu DERASSE <github@derasse.fr>"
# Back to Root
USER 0
# Configure Custom System
COPY ....
RUN ....
# Back to User
USER 1000
Please, take a look at the customs directory, that can be a good source of inspiration. Feel free to share your version by creating a pull Request!
1) noVNC does not handle well all the keyboard key
It is a page of investor information (IR) on Seven Bank. Various material of closing of accounts information, financial data, the shareholders' meeting, the dividend policy, and stock prices, etc. and information are published.
Extending and consolidating hosts files from several well-curated sources like adaway.org, mvps.org, malwaredomainlist.com, someonewhocares.org, and potentially others. You can optionally invoke e...
** Qu'on ne me dise pas que la génération Y et Z maîtrise le numérique. Cela fait des années que je prétends le contraire en disant que les jeunes ne sont que des simples consommateurs et qu'ils baignent dans l'illectronisme face à un PC.
En voici une preuve supplémentaire avec cette article (descendez un peu, ça parle des "digital natives" - dit sur un ton ironique bien sûr...)
Anbox is a container-based approach to boot a full Android system on a regular GNU/Linux system like Ubuntu. In other words: Anbox will let you run Android on your Linux system without the slowness of virtualization.