Search
You can find the results of your search below.
Fulltext results:
- idrac
- release -cs) main" | sudo tee -a /etc/apt/sources.list.d/linux.dell.com.sources.list $ sudo wget https://linux.dell.com/repo/pgp_pubkeys/0x1285491434D8786F.as... release -cs) main" | sudo tee -a /etc/apt/sources.list.d/linux.dell.com.sources.list $ wget https://linux.dell.com/repo/pgp_pubkeys/0x1285491434D8786F.asc $ s
- lxd
- c/inputrc $NAME/etc/ </file> ===== basic ===== list remote images <code> lxc image list images: </code> auto update remote images <code> lxc config set im... reate container from local image <code> lxc image list lxc launch xenial test1 --profile juju-default </... 1 lxc config set xenial1 boot.autostart false lxc list </code> create custom image from local container
- postgres @tips:db
- ' </file> ===== Basic operations ===== <code> # list databases \l # connect to database \c giano # list schema \dn # list tables in schema \dt auth.* # describe table \d+ auth.users # list of installed extensions \dx # enable expanded di
- redis @tips:db
- dis Demo" EXPIRE resource:lock 120 </code> ===== list ===== A list have an order RPUSH puts the new value at the end of the list. LPUSH puts the new value at the start of the list. LLEN, LPOP, RPOP <code> RPUSH friends "Alice" RPUSH
- gstreamer
- -1CGN-U|oCam-1CGN-U]] identify <code> v4l2-ctl --list-devices v4l2-ctl --list-formats-ext -d /dev/video0 ... 00 fps) </code> <code> v4l2-ctl -d /dev/video0 --list-ctrls
- jibri
- //download.jitsi.org stable/' >> /etc/apt/sources.list.d/jitsi-stable.list apt-get -y update apt-get -y install jitsi-meet </code> Se la macchina รจ nattata a... _release -sc) main | sudo tee -a /etc/apt/sources.list wget https://prosody.im/files/prosody-debian-pack
- mopidy
- do apt-key add - sudo wget -q -O /etc/apt/sources.list.d/mopidy.list https://apt.mopidy.com/jessie.list sudo apt-get update sudo apt-get install mopidy sudo apt-get install
- tmux
- ve next * ctrl+a o: move previous * ctrl+a w: list windows * ctrl+a d: detach * ctrl+a PGUP: scroll mode ===== sessions ===== list <code bash> tmux ls </code> attach <code bash> t... et -g status-justify centre # center align window list set -g status-left-length 20 set -g status-right-
- zfs
- t install zfsutils-linux </code> <code> sudo zfs list </code> create filesystem '''lab''' on '''LXD'''... FS used space of FS grow <code bash> sync && zfs list -t all -r $FS GROW --->rpool/test 200M 138... S used space of SNAP grow <code bash> sync && zfs list -t all -r $FS rpool/test 200M 138
- atom
- hon \ </code> show installed packages <code> apm list --installed --bare </code> disabilitare package ... objects * ctrl-\: toggle tree view * ctrl-b: list opened files * ctrl-alt-b: beautify selected
- dac
- c/asound/card1/pcm0p/sub0/* </code> <code> pacmd list-sinks </code> <code> pactl list short sinks </code> <code> for card in `aplay -L | grep "CARD=DAC"`;
- iredmail
- volume create iredmail_mlmmj # mailing list data docker volume create iredmail_mlmmj_archive # mailing list archive docker volume create iredmail_imapsieve_c
- syncthing
- t/ syncthing release" | sudo tee /etc/apt/sources.list.d/syncthing.list sudo apt install apt-transport-https sudo apt-get update sudo apt install syncthing </
- adb @tips:android
- e.apk> </code> ===== Pull package ===== Getting list of packages <code bash> adb shell pm list packages </code> <code bash> adb shell pm path boriol.multip
- deb @tips:debian
- <code bash> dpkg --get-selections > /tmp/package_list </code> on PC 2 <code bash> dpkg --set-selections < /path/to/packages_list apt-get -u dselect-upgrade </code>