• skip to content

Galileo Labs

User Tools

  • Log In

Site Tools

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

new

Search

You can find the results of your search below.

Exact match
  • Exact match
  • Starts with
  • Ends with
  • Contains
Any namespace
  • Any namespace
  • tips (28)
  • projects (15)
  • wiki (2)
  • madmax (1)
  • music (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:

tridactyl @tips
15 Hits, Last modified: 6 months ago
**ga:** Go to the tab playing audio =====Opening New Pages/Tabs/Windows===== * **o / O:** Open a UR... * **t / T:** Open a URL (or default search) in a new tab (T pre-loads current URL) * **w / W:** Open a URL (or default search) in a new window (W pre-loads current URL) * **p / P:** Open clipboard content in the current/new tab * **s / S:** Perform an engine search in th
git @tips
10 Hits, Last modified: 7 years ago
lt = simple [color] ui = auto </file> ===== New repo ===== <code bash> NAME=project.git mkdir $N... "versione 1.1" git push origin v1.1 </code> ===== new remote branch ===== [[https://github.com/Kunena/Kunena-Forum/wiki/Create-a-new-branch-with-git-and-manage-branches|reference]] create locally <code> git branch [name_of_your_new_branch] git checkout [name_of_your_new_branch] </
proxmox @tips
8 Hits, Last modified: 4 weeks ago
qm set $VMID --ide2 local-lvm:cloudinit # Add a new, empty 50GB disk to the template # IMPORTANT: Rep... te VM from template 9000 <code="bash"> # Choose a new VMID for your instance (e.g., 101) NEW_VMID=201 NEW_VM_NAME="k1" # Clone the template qm clone 9000 $NEW_VMID --name $NEW_VM_NAME --full #
googlehome @projects:internetofthings
8 Hits, Last modified: 8 years ago
====== GOOGLE HOME ====== * Create a new project in the [[https://console.cloud.google.com/home/das... rnetofthings:passo1.png?400|}} * Now you get a new project to the cloud console. Here you get a new project_id. * Enable HOMEGRAPH API to the new project. {{:projects:internetofthings:homegraphapi.
cordova @tips
7 Hits, Last modified: 11 years ago
intf(__VA_ARGS__),printf("\n") #endif void on_new_value(int val); int read_gpio(char *path, void (*... f(argc == 2) return read_gpio(argv[1], on_new_value); else LOGD("missing argument p... LERR"); } } return 0; } void on_new_value(int val){ LOGD("interrupt received, val... __cplusplus extern "C" { #endif static void on_new_value(int val); static jmethodID cb_method_id;
lxd @tips
6 Hits, Last modified: 6 years ago
-raw-device eth1 </code> ===== Send file to your new host ===== On image hosts <code>lxc publish --force 'name of container" --alias 'new name' </code> example <code>lxc publish --force '... i' </code> Export image <code>lxc image export 'new name' </code> Output is in efaa243331f0a7c175376... 18.49.73 1234 </code> **NB**: 10.18.49.73 is your new lxd host 1234 is a free port ===== Transfer ima
tmux @tips
6 Hits, Last modified: 9 years ago
</code> ===== script ===== <code bash> tmux -2 new-session -d -s wega -n 'all' 'make runall' tmux new-window -t wega:2 -n 'brain & GUI' "bash" tmux send... horizontal bind-key C command-prompt -p "Name of new window: " "new-window -n '%%'" # reload config bind r source-file ~/.tmux.conf \; display-message "Co
chiquitita @music
5 Hits, Last modified: 10 years ago
like you did before E7 A Sing a new song, Chiquitita E D E T... before E7 A Asus4 A Sing a new song, Chiquitita So the walls came tumbling d... ore like you did before E7 A Sing a new song, Chiquitita E D E T... before E7 A Asus4 A Sing a new song, Chiquitita E D
openspec @tips
4 Hits, Last modified: 2 weeks ago
s/<change-id>/proposal.md` file to understand the new or modified requirements. 2. **Update Spec Delta:** Using the new requirements from the proposal, carefully modify ... "openspec init" and "openspec update" ===== add new feature ===== ==== Proposal ==== 1) create prop... IED (existing SVM loading requirement) and ADDED (new model configuration requirement) sections, includ
smartreader @tips
4 Hits, Last modified: 7 years ago
scipio.arch]# dmesg [ 140.880499] usb 2-1.4.3: new full-speed USB device number 4 using xhci_hcd [ ... or read/64, error -32 [ 141.313810] usb 2-1.4.3: new full-speed USB device number 5 using xhci_hcd [ 141.409163] usb 2-1.4.3: New USB device found, idVendor=23d8, idProduct=0285, bcdDevice= 1.00 [ 141.409167] usb 2-1.4.3: New USB device strings: Mfr=1, Product=2, SerialNumbe
openalpr @tips
3 Hits, Last modified: 10 years ago
pse === * Add ADT (android) plugin Help -> add new software -> https://dl-ssl.google.com/android/ecl... id sdk path * Add CDT (C++) plugin: Help -> add new software -> http://download.eclipse.org/tools/cdt... On opencv projects add C++ nature: Properties -> New -> Other -> C/C++ -> Convert to a C/C++ project
iidc @projects:zibaldone:electronic
3 Hits, Last modified: 4 years ago
DC camera ====== <code> [ 1161.810809] usb 10-2: new SuperSpeed Gen 1 USB device number 5 using xhci_hcd [ 1161.874950] usb 10-2: New USB device found, idVendor=1e10, idProduct=3300, bcdDevice= 0.00 [ 1161.874953] usb 10-2: New USB device strings: Mfr=1, Product=2, SerialNumbe
docker @projects:zibaldone:linux
3 Hits, Last modified: 3 years ago
for example <code> docker pull alpine # create a new container on alpine image docker run -dit alpine ... volume ===== <code> docker volume create --name <new_volume> docker run --rm -it -v <old_volume>:/from -v <new_volume>:/to alpine ash -c "cd /from ; cp -av . /t
homeassistant @projects:internetofthings
2 Hits, Last modified: 3 years ago
nch) git push -f </code> now in github project "new pull request" ===== github docs ===== <code bas... nch) git push -f </code> now in github project "new pull request" ===== motion ===== Install latest
jetsonnano @projects:internetofthings
2 Hits, Last modified: 2 years ago
r.c numpy/random/generator.c <code> from PyCode_New(a, 0, k, l, s, f, code, c, n, v, fv, cell, fn, name, fline, lnos) to PyCode_New(a, k, l, s, f, code, c, n, v, fv, cell, fn, name,
redis @tips:db
2 Hits, Last modified: 8 years ago
locale @tips:ubuntu
2 Hits, Last modified: 8 years ago
start
1 Hits, Last modified: 4 years ago
turbolevo @madmax
1 Hits, Last modified: 5 years ago
3dprinter @projects
1 Hits, Last modified: 4 years ago
plate @projects
1 Hits, Last modified: 3 years ago
atom @tips
1 Hits, Last modified: 8 years ago
blender @tips
1 Hits, Last modified: 6 months ago
borg @tips
1 Hits, Last modified: 5 years ago
fail2ban @tips
1 Hits, Last modified: 7 years ago
ionic @tips
1 Hits, Last modified: 8 years ago
pcb @tips
1 Hits, Last modified: 5 years ago
ssl @tips
1 Hits, Last modified: 7 days ago
taskfile @tips
1 Hits, Last modified: 3 years ago
telegram @tips
1 Hits, Last modified: 4 years ago
zabbix @tips
1 Hits, Last modified: 4 years ago
syntax @wiki
1 Hits, Last modified: 5 years ago
welcome @wiki
1 Hits, Last modified: 5 years ago
iotaiuto_skill @projects:internetofthings
1 Hits, Last modified: 5 years ago
liberidicomunicare @projects:iotaiuto
1 Hits, Last modified: 3 years ago
image-build @projects:livenet
1 Hits, Last modified: 8 years ago
scipiodev @projects:livenet
1 Hits, Last modified: 8 years ago
seamless @projects:livenet
1 Hits, Last modified: 10 years ago
server @projects:livenet
1 Hits, Last modified: 8 years ago
docs @projects:wamp
1 Hits, Last modified: 9 years ago
vscode @projects:zibaldone
1 Hits, Last modified: 3 months ago
development @tips:android
1 Hits, Last modified: 9 years ago
kinectv2 @tips:sensors
1 Hits, Last modified: 11 years ago
notes @tips:speech
1 Hits, Last modified: 9 years ago
17.10 @tips:ubuntu
1 Hits, Last modified: 8 years ago
18.04 @tips:ubuntu
1 Hits, Last modified: 7 years ago
xenial @tips:ubuntu
1 Hits, Last modified: 8 years ago
openvpn @tips:vpn
1 Hits, Last modified: 8 years ago
systemd @zibaldone:linux
1 Hits, Last modified: 18 months 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