New pages
From Jay's Cafe' Wiki
- 14:48, 3 December 2025 Build XEphem on Debian 13 (hist | edit) [36 bytes] Jayctheriot (talk | contribs) (Created page with "https://github.com/XEphem/XEphem.git") Tag: Visual edit
- 08:14, 19 November 2025 Import database into mariadb (hist | edit) [472 bytes] Jayctheriot (talk | contribs) (First commit) Tag: Visual edit
- 00:33, 19 May 2025 Meilleur Casino En Ligne 2025 : Sà lection Avec Interface Intuitive Pour Une Expà rience Optimale (hist | edit) [4,706 bytes] MapleAsche (talk | contribs) (Created page with "Découvrez comment choisir le meilleur casino en ligne en 2025, en mettant l'accent sur une interface intuitive qui transforme votre expérience de jeu. Avec une multitude de plateformes disponibles, il est essentiel de savoir repérer celles qui allient simplicité, rapidité et convivialité. Cet article vous guidera à travers les critères clés pour faire le bon choix, tout en vous présentant Transmedialab, un comparateur de casinos en ligne fiable et précieux pou...")
- 00:28, 19 May 2025 Optimisez Votre Expà rience De Jeu Avec Une Interface Personnalisà e De Machines à Sous PayPal (hist | edit) [3,778 bytes] YCYCynthia (talk | contribs) (Created page with "PayPal est reconnu pour sa sécurité, sa rapidité et sa simplicité d’utilisation. Lorsque vous atteignez votre limite de gains, n’hésitez pas à retirer immédiatement vos fonds pour profiter de vos succès. Découvrez comment une interface personnalisée peut transformer votre expérience de jeu et pourquoi PayPal est un choix idéal pour vos transactions. De plus, la compatibilité mobile permet de jouer à tout moment et en tout lieu, offrant une expérience i...")
- 07:05, 15 May 2025 Debian Incus Container Default Package Installs (hist | edit) [462 bytes] Jayctheriot (talk | contribs) (Created page with "Install netplan, default favorites, x2goserver and ssl server.<syntaxhighlight lang="bash"> apt-get -y install netplan-generator netplan.io systemd-resolved apt-get -y install vim exuberant-ctags build-essential bash-completion tasksel sudo git-all apt-get -y install x2goserver x2goserver-xsession openssl-server </syntaxhighlight>") Tag: Visual edit
- 04:33, 8 May 2025 Resolv.conf (hist | edit) [3,734 bytes] Jayctheriot (talk | contribs) (Created page with "Copy/pasted from https://unix.stackexchange.com/questions/694764/how-to-configure-resolv-conf <code>resolvconf</code> was/is a tool designed to allow updates to <code>/etc/resolv.conf</code> file from multiple sources (e.g. DHCP, static configuration by sysadmin, VPN clients, installation of a local DNS server...) in a way that allows the settings from each source to be reverted without interference to the other sources. It also allows setting priorities for each DNS co...") Tag: Visual edit
- 06:11, 5 May 2025 Change Machine-ID (hist | edit) [1,974 bytes] Jayctheriot (talk | contribs) (Created page with "Snipped from: https://unix.stackexchange.com/questions/402999/is-it-ok-to-change-etc-machine-id Although <code>systemd-machine-id-setup</code> and <code>systemd-firstboot</code> are great for systems using systemd, <code>/etc/machine-id</code> is not a systemd file, despite the tag. It is also used on systems that do not use systemd. So as an alternative, you can use the <code>dbus-uuidgen</code> tool: <code>rm -f /etc/machine-id</code> and then <code>dbus-uuidgen --e...") Tag: Visual edit
- 06:49, 21 April 2025 Lxd network config (hist | edit) [1,420 bytes] Jayctheriot (talk | contribs) (Created page with "<pre> lxc network show br0 name: br0 description: "" type: bridge managed: false status: "" config: {} used_by: </pre> <pre> lxc profile show default name: default description: Default LXD profile config: security.secureboot: "false" devices: eth0: name: eth0 nictype: bridged parent: br0 type: nic root: path: / pool: default type: disk used_by: </pre>")
- 03:04, 19 April 2025 Network "Interfaces" configuration (hist | edit) [321 bytes] Jayctheriot (talk | contribs) (Created page with "<pre> auto eth0 allow-hotplug eth0 iface eth0 inet dhcp </pre><pre> iface eth0 inet6 dhcp </pre> or <pre> iface eth0 inet6 auto </pre> Static Configuration <code> auto eth0 iface eth0 inet static address 192.0.2.7/24 gateway 192.0.2.254 dns-nameservers 12.34.56.78 12.34.56.79 </code>")
- 04:15, 5 April 2025 Hosting Moodle behind Apache2 ReverseProxy (from Gemini) (hist | edit) [7,472 bytes] Jayctheriot (talk | contribs) (Created blank page) Tag: Visual edit