Posts

Bash WakeOnLan with Nmap - Raspberry Pi Forums

Image
hi guys, terrible @ programming can please me script? ultimate goal script make sure nmap , wakeonlan installed, send magic packet mac address , ran nmap pipe ip of mac address variable , ping confirm. got far: code: select all #!/bin/bash ip=sudo nmap -sp 192.168.2.0/24 | awk '/00:24:8c:fd:f9:3e/{print $3;}' | sort clear # first check if pv package installed, if not, install first packagestatus=`dpkg -s wakeonlan | grep status`; if [[ $packagestatus == s* ]] echo "package 'wakeonlan' installed." else echo "package 'wakeonlan' not installed." echo "installing package 'wakeonlan'. please wait..." apt-get -y install wakeonlan fi packagestatus=`dpkg -s nmap | grep status`; if [[ $packagestatus == s* ]] echo "package 'nmap' installed." else echo "package 'nmap' not installed." echo "installing package 'nmap'. pleas...

Arch based DOOH distribution - Raspberry Pi Forums

hello there, not sure if forum appropriate since distribution based on arch. though it's more aimed @ educators & specially it's raspberry 2 @ point. distribution called webconverger , url https://webconverger.org/rpi2/ it's showing web page on big screen via http://webkitgtk.org/ can used playback mp4s via omxplayer, acting looping media player keeps upto date, software maintenance becomes mute web page or video can instantly updated via web interface, it's great coordinating bunch of devices in classroom. can used hardware tinkering platform. example i've integrated motion detector save screen power. hope find worth look! raspberrypi

No internet connection - Raspberry Pi Forums

hello, got raspberry xibo running , want install on site. have access in lan, can connect pi on vnc. in environment have firewall needs ldap authentication let through. added (with net ads) raspberry computer account active directory , made user pi same password raspberry in ad. still don't internet access pi. in browser windows message: "enter password keyring "default keyring" unlock." searched, things found, describe connection issues on wireless networks, i'm in cable environment. besides don't use the "network connections box" configure ip settings, hardcoded them terminal. please me rid of message , connect pi internet. thanks. best regards. lukas raspberrypi

Form in DW Version 3

hi all, i need form our website. form request information (name, address, etc) consumers. recieve information email. we use dreamweaver version 3 (not cs3). although think can create form on dreamweaver, i'm not sure next. use fatcow our internet server, if help. i'm loss here. can me? is there tutorial online? i check dw manual , couldn't understand. what should after have form created in dw? thanks bunch, alex check if fatcow offers email processing script "alex3daerobatics" <webforumsuser@macromedia.com> wrote in message news:fr67b2$7l5$1@forums.macromedia.com... > hi all, > > need form our website. form request information > (name, > address, etc) consumers. recieve > information > email. > > use dreamweaver version 3 (not cs3). although think can create > form > on dreamweaver, i'm not sure next. use fatcow our > internet > server, if help. i'm loss here. > > can me? > there tuto...

Thread: Programa per Wifi i per gestionar energia

hola, torno obrir un fil aquí, ja que voldria demanar algun programa per veure si hi ha algun programa amb el qual pugui veure qui es troba connectat la meva xarxa, ja sigui per cable o bé per wifi. per altra banda, coneixeu algun programa que serveixi per gestionar l'energia en un netbook (asus eee 1000h)? gràcies! el tema de la xarxa.. hauras de buscar en les opcions del router, que es que hi ho sabra. respecte de la gestio de la energia.. que vols fer exactament? no hi ha cap programa, però hi ha trucs. salut Forum The Ubuntu Forum Community Other Discussion and Support Ubuntu LoCo Team Forums Europe, Middle East, and African (EMEA) LoCo Teams Catalan Team Programa per Wifi i per gestionar energia Ubuntu

Voltage converter MAX680 - Raspberry Pi Forums

i'm using 9v batteries provide excitation voltage inline load cell proving not accurate batteries loose charge , recommended excitation voltage 10v. wish convert 5v output raspberry pi (or 5v usb battery) 10v used excitation voltage load cell. i've had bit of google , came across max860 , wanted double check suitable capacitors use there seems many different types requires 4 x 4.7uf capacitors convert 10v load cell data sheet: http://www.loadcellshop.co.uk/images/st ... sheet3.pdf battery data sheet: http://docs-europe.electrocomponents.co ... 1d9d40.pdf max860 data sheet: http://docs-europe.electrocomponents.co ... ac7763.pdf all depends how precision want. better use step regulator in series low drop out linear regulator remove pulsation. switching regulator noisy. https://www.pololu.com/product/2117 https://www.pololu.com/product/2568 possible increase precision of a/d if it's reference link voltage apply flow cell ratio between voltage , flo...

How to transfer data of SPI bus and I2C bus over Serial bus - Raspberry Pi Forums

is possible use uart , spi bus on raspberry pi? how can data spi , i2c buses on uart? there software called "radio skypipe 2" windows accepts data either through serial bus or through tcp. want try on serial bus , on tcp. if got feeling bit confused, here bit of info may clear mind. i2c, spi, , usart specific hardware interfaces of pi, independent of each other. only usart, used communicate other systems, used serial interface, uses 3.3v digital levels, can add chip converts txd , rxd signal rs232 levels, long distance connections. i2c, "ic ic communications bus", used pi "talk" specific "i/o expansion ic's", such i/o expanders (for gpio's) or adc's , serial eeprom store small amounts of data permanently spi mean special peripheral interface, has similar function i2c, i2c provides "bus" pi can talk multiple devices, spi used talk 1 other device, small lcd screen, faster i2c yes, can read data i2c device (like...