• skip to content

Galileo Labs

User Tools

  • Log In

Site Tools

  • Recent Changes
  • Media Manager
  • Sitemap
You are here: start ยป system

system

Search

You can find the results of your search below.

Contains
  • Exact match
  • Starts with
  • Ends with
  • Contains
Any namespace
  • Any namespace
  • tips (47)
  • projects (21)
  • wiki (2)
  • kubernetes (1)
  • madmax (1)
  • zibaldone (1)
Any time
  • Any time
  • Past week
  • Past month
  • Past year
Sort by hits
  • Sort by hits
  • Sort by last modified

Matching pagenames:

  • systemd (zibaldone:linux)

Fulltext results:

systemd @zibaldone:linux
25 Hits, Last modified: 18 months ago
====== Systemd ====== <code> systemctl status </code> show running units <code> systemctl </code> show available unit files <code> systemctl list-unit-files </code> enable unit <code> system
rocm @tips
17 Hits, Last modified: 31 hours ago
AMD Ryzen AI Max+ 395 APU is a highly-integrated system-on-a-chip (SoC) featuring a heterogeneous archite... y accelerator for LLM inference, utilizing shared system memory as **Unified Memory (VRAM)**. * **XDNA 2... nagement. ### 1\. Kernel and Firmware Ensure the system is running a recent kernel (e.g., $6.10+$ or late... mal Zen 5 and RDNA 3.5 support. ```bash # Update system and install a recent kernel if not already runnin
install @tips:archlinux
14 Hits, Last modified: 3 years ago
from archlinux iso ===== install on archiso zfs system from https://github.com/eoli3n/archiso-zfs <code>... ootfs=rpool/ROOT/arch rpool </code> install base system <code> pacstrap /mnt base echo "rpool/ROOT/arch ... <code> arch-chroot /mnt </code> ===== Install system ===== <code> pacman -Syyu pacman -S base vim </c... ware intel-ucode pacman --noconfirm -S zfs-dkms systemctl enable zfs.target systemctl enable zfs-import-
iotaiuto @projects:internetofthings
12 Hits, Last modified: 5 years ago
NO il servizio HomeAssistant nel file: # /etc/systemd/system/home-assistant.service [Unit] Description=Home Assistant After=network.target [Service] Type... target # 4. abilitare il servizio Homeassistant systemctl daemon-reload systemctl enable home-assistant </code> ==== CREAZIONE + INSTALLAZIONE + ATTIVAZIONE se
audio @tips
10 Hits, Last modified: 9 years ago
s gstreamer1.0-pulseaudio </code> <file ini /etc/systemd/system/pulseaudio.service> # systemd service spec for pulseaudio running in system mode -- not recommended though! # on arch, put it under /e
homeassistant @projects:internetofthings
8 Hits, Last modified: 3 years ago
ll homeassistant </code> service <file txt /etc/systemd/system/hass.service> [Unit] Description=homeassistant After=network.target [Service] Type=simple User=p... i-user.target </file> enable service <code bash> systemctl daemon-reload systemctl enable hass </code> configuration example <code bash> sudo apt install git m
zfs-on-root @tips:ubuntu
8 Hits, Last modified: 8 years ago
-ST4000NM0035-1V4107_ZC10????-part1 </code> ===== System install ===== create filesystem dataset to act as container <code> zfs create -o canmount=off -o mountpoint=none rpool/ROOT </code> create filesystem for root <code> zfs create -o canmount=noauto -o ... mount rpool/ROOT/ubuntu </code> create other filesystems <code bash> zfs create -o setuid=off rpool/home
jibri @tips
7 Hits, Last modified: 3 years ago
thentication = "internal_plain" </file> <code> systemctl reload prosody systemctl status prosody </code> ====== jitsi ====== <code> apt update apt install -y... .harvest.NAT_HARVESTER_PUBLIC_ADDRESS=94.230.Y.Y systemctl restart jitsi-videobridge.service systemctl restart jicofo </code> ====== HAProxy ====== global
zfs @tips
7 Hits, Last modified: 3 years ago
</code> <code> sudo zfs list </code> create filesystem '''lab''' on '''LXD''' pool <code> sudo zfs creat... 048 74426367 35.0 GiB 8300 Linux filesystem 2 2048 1026047 500.0 MiB ... lxd /dev/sda4 </code> ===== docker ===== <code> systemctl stop docker rm -fR /var/lib/docker zfs create ... oint=/var/lib/docker/volumes rpool/docker-volumes systemctl start docker </code> /etc/docker/daemon.json
gnss @tips
6 Hits, Last modified: 3 years ago
-caster/-/tree/master * https://gitlab.com/hydrasystem/ntripcaster.git sourcetable.dat <code> CAS;rtcm-... base station ==== configure ublox in NMEA <code> systemctl stop gpsd systemctl stop gpsd.socket DEVICE=/dev/gps0 ubxtool -f $DEVICE -p RESET ubxtool -f $DEVICE ... = <file txt /etc/udev/rules.d/91-ubox.rules> #SUBSYSTEMS=="usb", DRIVERS=="usb", ACTION=="add", ATTRS{idV
mycroft @projects:iotaiuto
6 Hits, Last modified: 4 years ago
Aggiungere: <code> { ... "lang": "it-it", "system_unit": "metric", "time_format": "full", "date... = Dal terminale del raspberry <code> mycroft-stop systemctl --user stop pulseaudio arecord -f cd -Dhw:0 t... rvizio deepspeech-server** <code> sudo nano /etc/systemd/system/deepspeech-server.service </code> Scrivere nel file: <code> [Unit] Description=Deepspeech server
postinstall @tips:archlinux
6 Hits, Last modified: 3 years ago
pds gutenprint foomatic-db-gutenprint-ppds sudo systemctl restart cups sudo systemctl enable cups </code> color mode <code> lpadmin -p MP-C2004ex -o print-colo... code> yay arc-gtk-theme yay gnome-shell-extension-system-monitor-git yay gnome-shell-extension-dash-to-doc... ay vlc yay inxi </code> cups <code> yay cups yay system-config-printer systemctl start cups systemct
led @projects:iotaiuto
5 Hits, Last modified: 4 years ago
d.py, led_server.py chmod +x led_init.sh cd /etc/systemd/system # posizionare qui i seguenti file: # led.service, led-server.service sudo systemctl daemon-reload sudo systemctl enable led.service sudo systemctl enable led-server.service # riavviare
postgres @tips:db
5 Hits, Last modified: 7 years ago
ages/pgadmin4/pgAdmin4.py </code> <file ini /etc/systemd/system/pgadmin.service> [Unit] Description=pgadmin Service After=network.target [Service] User=root Exe... stall] WantedBy=multi-user.target </file> <code> systemctl daemon-reload systemctl start pgadmin systemctl enable pgadmin </code> define admin user in postgresq
android @tips:radxa
5 Hits, Last modified: 11 years ago
==== Screen resolution ==== To have full-hd **/system/build.prop** <code> video.use.overlay=0 </code> In build system change for example //radxa_udoo_common/Android.mk... v4l2-clt is in out/target/product/radxa_rock_pro/system/bin/v4l2-ctl ==== Upload ==== Keep button near U... Boot animation ==== Put bootanimation.zip into /system/media folder (see [[http://androidbootanimation.c
openvpn @tips:vpn
5 Hits, Last modified: 8 years ago
loadbalancing @kubernetes
4 Hits, Last modified: 12 months ago
mdm @projects
4 Hits, Last modified: 4 years ago
mev2 @projects:giano
4 Hits, Last modified: 3 years ago
influxdb @projects:internetofthings
4 Hits, Last modified: 6 years ago
unreal @tips:gameengine
4 Hits, Last modified: 11 years ago
monitor @tips:radxa
4 Hits, Last modified: 10 years ago
server @tips:ubuntu
4 Hits, Last modified: 4 years ago
gpu @tips
3 Hits, Last modified: 3 years ago
vscode @projects:zibaldone
3 Hits, Last modified: 3 months ago
bv9500 @tips:android
3 Hits, Last modified: 4 years ago
kuu @tips:hw
3 Hits, Last modified: 3 years ago
kinectv2 @tips:sensors
3 Hits, Last modified: 11 years ago
18.04 @tips:ubuntu
3 Hits, Last modified: 7 years ago
motorizzazione @tips:vpn
3 Hits, Last modified: 7 years ago
podman @projects:zibaldone:linux
3 Hits, Last modified: 4 years ago
orin
2 Hits, Last modified: 3 years ago
cie @madmax
2 Hits, Last modified: 3 years ago
airmouse @tips
2 Hits, Last modified: 4 years ago
k0s @tips
2 Hits, Last modified: 13 months ago
mopidy @tips
2 Hits, Last modified: 9 years ago
ssl @tips
2 Hits, Last modified: 13 days ago
syncthing @tips
2 Hits, Last modified: 9 years ago
syntax @wiki
2 Hits, Last modified: 5 years ago
jetsonnano @projects:internetofthings
2 Hits, Last modified: 2 years ago
server @projects:livenet
2 Hits, Last modified: 8 years ago
17.10 @tips:ubuntu
2 Hits, Last modified: 8 years ago
galileo @tips:vpn
2 Hits, Last modified: 17 months ago
iidc @projects:zibaldone:electronic
2 Hits, Last modified: 4 years ago
docker @projects:zibaldone:linux
2 Hits, Last modified: 3 years ago
qemu
1 Hits, Last modified: 7 years ago
3dprinter @projects
1 Hits, Last modified: 4 years ago
ansible @tips
1 Hits, Last modified: 3 years ago
autofs @tips
1 Hits, Last modified: 9 years ago
blender @tips
1 Hits, Last modified: 7 months ago
blocksync @tips
1 Hits, Last modified: 9 years ago
bonding @tips
1 Hits, Last modified: 5 years ago
fail2ban @tips
1 Hits, Last modified: 7 years ago
ftp @tips
1 Hits, Last modified: 7 years ago
git @tips
1 Hits, Last modified: 7 years ago
lxd @tips
1 Hits, Last modified: 6 years ago
multiboot @tips
1 Hits, Last modified: 3 years ago
onvif @tips
1 Hits, Last modified: 7 years ago
otp @tips
1 Hits, Last modified: 5 years ago
pyramid @tips
1 Hits, Last modified: 10 years ago
uwb @tips
1 Hits, Last modified: 6 years ago
dokuwiki @wiki
1 Hits, Last modified: 5 years ago
freenove @projects:internetofthings
1 Hits, Last modified: 17 months ago
graphite @projects:internetofthings
1 Hits, Last modified: 8 years ago
objectdetection @projects:internetofthings
1 Hits, Last modified: 5 years ago
smartband @projects:internetofthings
1 Hits, Last modified: 5 years ago
liberidicomunicare @projects:iotaiuto
1 Hits, Last modified: 3 years ago
presence @projects:iotaiuto
1 Hits, Last modified: 4 years ago
docs @projects:wamp
1 Hits, Last modified: 9 years ago
bootanimation @tips:android
1 Hits, Last modified: 11 years ago
decompile @tips:android
1 Hits, Last modified: 6 years ago
stratos @tips:android
1 Hits, Last modified: 8 years ago
hp @tips:hw
1 Hits, Last modified: 14 months ago
xenial @tips:ubuntu
1 Hits, Last modified: 8 years ago
univr @tips:vpn
1 Hits, Last modified: 3 years ago

Page Tools

  • Show page
  • Old revisions
  • Backlinks
  • Add to book
  • ODT export
  • Back to top
Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki