• skip to content

Galileo Labs

User Tools

  • Log In

Site Tools

  • Recent Changes
  • Media Manager
  • Sitemap
You are here: start » list

list

Search

You can find the results of your search below.

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

Fulltext results:

plate @projects
10 Hits, Last modified: 3 years ago
= "Labels/output/" cls = "001" wd = getcwd() list_file = open('%s/%s_list.txt'%(wd, cls), 'w') """ Get input text file list """ txt_name_list = [] for (dirpath, dirnames, filenames) in walk(mypath): print(filenames) txt
syntax @wiki
10 Hits, Last modified: 5 years ago
ple above a ''video.jpg'' file would work. ===== Lists ===== Dokuwiki supports ordered and unordered lists. To create a list item, indent your text by two spaces and use a ''*'' for unordered lists or a ''-'' for ordered ones. * This is a list
openspec @tips
6 Hits, Last modified: 2 weeks ago
cations (spec deltas) and the implementation task list (tasks.md) within an existing OpenSpec change fol... ges/<change-id>/tasks.md` file, ensuring the checklist of implementation steps is accurate, complete, an... ct * **tasks.md**: Detailed implementation checklist broken into 5 phases (design, configuration, proc... s of proposals <code bash> openspec view openspec list # Confirm the change folder exists openspec va
zabbix @tips
6 Hits, Last modified: 4 years ago
der, event_to_metrics): """Initialize the listener.""" threading.Thread.__init__(self, n... t up the thread and start it.""" hass.bus.listen(EVENT_STATE_CHANGED, self._event_listener) hass.bus.listen_once(EVENT_HOMEASSISTANT_STOP, self._shutdown) self.start()
11-ns-network @projects:openstack-ansible
6 Hits, Last modified: 16 hours ago
erso il network node centralizzato. Questa è una lista di servizi da configurare * Neutron Server (C... in esecuzione: <code> # openstack network agent list --host os-ctrl-1 +-------------------------------... node'' abbiamo: <code> # openstack network agent list --host os-worker-3 +-----------------------------... nti registrati: <code> # openstack network agent list +--------------------------------------+---------
lxd @tips
5 Hits, Last modified: 6 years ago
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
analisi @projects:charta
5 Hits, Last modified: 3 years ago
umento una volta pubblicato, associandolo a delle liste che non hanno niente a che vedere con le suddivi... ll'id) * **Realm**: selezionabile da una select list che mostra tutti i realm su cui l'operatore ha ru... cumento === Gli si presenta una pagina con una **lista di realm** (tutti i realm su cui l'operatore ha ... iccando il realm o la class verrà visualizzata la lista di **tutti i documenti** all'interno di quel rea
server @projects:livenet
5 Hits, Last modified: 8 years ago
ode> <code> DISTR=bionic cat > /etc/apt/sources.list <<QWE ###########################################... #### #copy_exec /sbin/iwconfig #copy_exec /sbin/iwlist #copy_exec /sbin/iwpriv #copy_exec /sbin/iwevent ... Code 3: UDP port that MTFTP servers are using to listen for MTFTP requests option PXE.mtftp-sport code ... er 16; # Code 4: Number of secondes a client must listen for activity before trying # to start a
postgres @tips:db
5 Hits, Last modified: 7 years ago
ile ini /etc/postgresql/9.5/main/postgresql.conf> listen_addresses = '*' </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 ex
idrac @tips
4 Hits, Last modified: 2 years ago
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
ssl @tips
4 Hits, Last modified: 7 days ago
uto.it </code> ==== nginx ==== <file> server { listen 80; server_name nextcloud.csgalileo.org; se... //$server_name$request_uri; } } server { listen 443; server_name nnextcloud.csgalileo.org; ... ial challenge <file txt site.conf> server { listen 80; server_name "mail.csgalileo.org"; ... for nginx ==== <file yaml site.conf> server { listen 443 ssl; server_name "scipio.csgalileo.org";
tridactyl @tips
4 Hits, Last modified: 6 months ago
rst tab * **g$:** Go to the last tab * **b:** List all open tabs (you can type to filter and navigate the list) * **ga:** Go to the tab playing audio =====Op... or using Tridactyl. For a complete and up-to-date list of commands and their descriptions, consult the o... rent tab * S: open web search in new tab * b: list tabs * H: back history * L: forward history
dokuwiki @wiki
4 Hits, Last modified: 5 years ago
**About DokuWiki** * [[doku>features|A feature list]] :!: * [[doku>users|Happy Users]] * [[doku>p... bscribe to the newsletter]] :!: * [[doku>mailinglist|Join the mailing list]] * [[https://forum.dokuwiki.org|Check out the user forum]] * [[doku>irc|Talk... me for help and support -- use the [[doku>mailinglist]] or [[https://forum.dokuwiki.org|forum]] instead
homeassistant @projects:internetofthings
4 Hits, Last modified: 3 years ago
_release -cs) stable" | sudo tee /etc/apt/sources.list.d/docker.list > /dev/null sudo apt-get update sudo apt-get install docker-ce docker-ce-cli containerd.... c/nginx/sites-enabled/homeassistant> server { listen 80; server_name "scipio.csgalileo.org"; ... s://$server_name$request_uri; } } server { listen 443 ssl; server_name "scipio.csgalileo.org";
python @projects:zibaldone
4 Hits, Last modified: 3 years ago
bool = True x: str = "test" x: bytes = b"test" x: list[int] = [1] x: set[int] = {6, 7} x: dict[str, floa... help mypy a bit by providing a type annotation x: list[str] = [] x: Optional[str] = None # "typing.Mat... we might def f(my_mapping: Mapping[int, str]) -> list[int]: my_mapping[5] = 'maybe' # if we try this, mypy will throw an error... return list(my_mapping.keys()) f({3: 'yes', 4: 'no'}) def f
redis @tips:db
4 Hits, Last modified: 8 years ago
motorizzazione @tips:vpn
4 Hits, Last modified: 7 years ago
gstreamer @tips
3 Hits, Last modified: 2 years ago
jibri @tips
3 Hits, Last modified: 3 years ago
mopidy @tips
3 Hits, Last modified: 9 years ago
tmux @tips
3 Hits, Last modified: 9 years ago
zfs @tips
3 Hits, Last modified: 3 years ago
freenove @projects:internetofthings
3 Hits, Last modified: 17 months ago
systemd @zibaldone:linux
3 Hits, Last modified: 18 months ago
docker @projects:zibaldone:linux
3 Hits, Last modified: 3 years ago
playground @playground
2 Hits, Last modified: 3 years ago
airmouse @tips
2 Hits, Last modified: 4 years ago
atom @tips
2 Hits, Last modified: 8 years ago
dac @tips
2 Hits, Last modified: 9 years ago
ftp @tips
2 Hits, Last modified: 7 years ago
ionic @tips
2 Hits, Last modified: 8 years ago
iredmail @tips
2 Hits, Last modified: 4 years ago
syncthing @tips
2 Hits, Last modified: 9 years ago
vgpu @tips
2 Hits, Last modified: 4 years ago
video @tips
2 Hits, Last modified: 5 years ago
vrcard @tips
2 Hits, Last modified: 3 years ago
windows10 @tips
2 Hits, Last modified: 7 years ago
iotaiuto @projects:internetofthings
2 Hits, Last modified: 5 years ago
smartband @projects:internetofthings
2 Hits, Last modified: 5 years ago
liberidicomunicare @projects:iotaiuto
2 Hits, Last modified: 3 years ago
mycroft @projects:iotaiuto
2 Hits, Last modified: 4 years ago
01_struttura_server @projects:livenet
2 Hits, Last modified: 12 months ago
seamless @projects:livenet
2 Hits, Last modified: 10 years ago
adb @tips:android
2 Hits, Last modified: 8 years ago
deb @tips:debian
2 Hits, Last modified: 11 years ago
dell @tips:hw
2 Hits, Last modified: 3 years ago
kinectv2 @tips:sensors
2 Hits, Last modified: 11 years ago
traefik @kubernetes
1 Hits, Last modified: 12 months ago
bike @madmax
1 Hits, Last modified: 6 years ago
carbonara @madmax
1 Hits, Last modified: 3 years ago
security @madmax
1 Hits, Last modified: 9 years ago
silence @madmax
1 Hits, Last modified: 18 months ago
fatherandson @music
1 Hits, Last modified: 9 years ago
mdm @projects
1 Hits, Last modified: 4 years ago
agid @tips
1 Hits, Last modified: 4 years ago
airos @tips
1 Hits, Last modified: 7 years ago
ansible @tips
1 Hits, Last modified: 3 years ago
cordova @tips
1 Hits, Last modified: 11 years ago
cps @tips
1 Hits, Last modified: 4 years ago
helm @tips
1 Hits, Last modified: 13 months ago
graphite @projects:internetofthings
1 Hits, Last modified: 8 years ago
influxdb @projects:internetofthings
1 Hits, Last modified: 6 years ago
tradfri @projects:internetofthings
1 Hits, Last modified: 6 years ago
doorbell @projects:iotaiuto
1 Hits, Last modified: 4 years ago
led @projects:iotaiuto
1 Hits, Last modified: 4 years ago
presence @projects:iotaiuto
1 Hits, Last modified: 4 years ago
10-storage-backend @projects:openstack-ansible
1 Hits, Last modified: 16 hours ago
tutorial @tips:archlinux
1 Hits, Last modified: 7 years ago
inappbrowser @tips:cordova
1 Hits, Last modified: 11 years ago
minecraft @tips:gameengine
1 Hits, Last modified: 8 years ago
unreal @tips:gameengine
1 Hits, Last modified: 11 years ago
17.10 @tips:ubuntu
1 Hits, Last modified: 8 years ago
18.04 @tips:ubuntu
1 Hits, Last modified: 7 years ago
locale @tips:ubuntu
1 Hits, Last modified: 8 years ago
server @tips:ubuntu
1 Hits, Last modified: 4 years ago
xenial @tips:ubuntu
1 Hits, Last modified: 8 years ago
zfs-on-root @tips:ubuntu
1 Hits, Last modified: 8 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