blog.mister-muffin.de
Mister Muffin Blog
https://blog.mister-muffin.de/category/linux
Let's Encrypt with Pound on Debian. Unshare without superuser privileges. New sbuild release 0.66.0. I became a Debian Developer. Unshare without superuser privileges. Sun, 25 Oct 2015 18:44. TLDR: With the help of Helmut Grohne I finally figured out most of the bits necessary to unshare everything without becoming root (though one might say that this is still cheated because the suid root tools. Lxc-usernsexec [opts] - unshare [opts] - COMMAND. My main motivation at that point was to let. Be run with an...
en.wikipedia.org
Cross compiler - Wikipedia, the free encyclopedia
https://en.wikipedia.org/wiki/Cross_compiler
From Wikipedia, the free encyclopedia. Notable compilers and toolchains. Capable of creating executable. Code for a platform. Other than the one on which the compiler is running. For example, a compiler that runs on a Windows 7. But generates code that runs on Android. Is a cross compiler. A cross compiler is necessary to compile for multiple platforms from one machine. A platform could be infeasible for a compiler to run on, such as for the microcontroller. Of an embedded system. Uses of cross compilers.
unmanchotsouslecapot.wordpress.com
ludij | Un manchot sous le capot
https://unmanchotsouslecapot.wordpress.com/author/ludij
Un manchot sous le capot. Ceci n'est pas un blog. C'est un bloc-note public. Aller au contenu principal. Archives de l’auteur : ludij. How to block ads with Ubuntu Touch. You can easily block ads with Ubuntu Touch with a few commands:. Mount your / file system sudo mount -o remount,rw / cd /etc/NetworkManager/dnsmasq.d # get the list sudo wget 'https:/ pgl.yoyo.org/as/serverlist.php? Hostformat=dnsmasq&mimetype=plaintext' -O adservers.conf sudo reboot. Cette entrée a été publiée dans Non classé. Cette en...
ivoire.dinauz.org
Spill the beans - Debian
http://ivoire.dinauz.org/blog/tag/Debian
Pretending to be root inside PRoot. Jeu 21 novembre 2013 by Rémi Duraffort. While working on PRoot. To improve the extension that fake the root user, I (re)discovered an old article that I never published before. So let's focus on the fake id0. Feature and on how it allows to use package manager directly inside the root file systems. In a previous article. I described a way to jump into a root file system in order to compile and tests softwares in this new environment. We used PRoot. In this file system.
ivoire.dinauz.org
Spill the beans - @FOSDEM
http://ivoire.dinauz.org/blog/post/2014/01/08/@FOSDEM
Mer 08 janvier 2014 by Rémi Duraffort. We will be at FOSDEM to talk about PRoot. And some other tools based on it. Cedric will do a Lightning talk Saturday about syscall instrumentation. He will present some tools, based on syscall instrumentation, that we develop and use at STMicroelectronics:. Emulate chroot, bind mount and binfmt misc for non-root users. Hope to see you there.
ivoire.dinauz.org
Spill the beans - CARE
http://ivoire.dinauz.org/blog/tag/CARE
Mer 08 janvier 2014 by Rémi Duraffort. We will be at FOSDEM to talk about PRoot. And some other tools based on it. Cedric will do a Lightning talk Saturday about syscall instrumentation. He will present some tools, based on syscall instrumentation, that we develop and use at STMicroelectronics:. Emulate chroot, bind mount and binfmt misc for non-root users. Hope to see you there.
ivoire.dinauz.org
Spill the beans - Pretending to be root inside PRoot
http://ivoire.dinauz.org/blog/post/2013/11/21/Pretending-to-be-root-inside-PRoot
Pretending to be root inside PRoot. Jeu 21 novembre 2013 by Rémi Duraffort. While working on PRoot. To improve the extension that fake the root user, I (re)discovered an old article that I never published before. So let's focus on the fake id0. Feature and on how it allows to use package manager directly inside the root file systems. In a previous article. I described a way to jump into a root file system in order to compile and tests softwares in this new environment. We used PRoot. In this file system.
ivoire.dinauz.org
Spill the beans - Born to be PRoot
http://ivoire.dinauz.org/blog/post/2012/04/09/Born-to-be-PRoot
Born to be PRoot. Lun 09 avril 2012 by Rémi Duraffort. It's been a long time since my last post on this blog. To start again in a good shape I will seize the opportunity of a new version of PRoot. To present this open source software in a cycle of articles. What is PRoot about? PRoot is a user-space. This mean that PRoot allows you to:. Change the root filesystem of a process. Bind some files to another location in the file system. PRoot is based on the unprivileged system-call PTrace.