Posts

maybe it's my fever talking...

Image
it occurred me while watching news morning, how come never see male nun? have female ministers. keep in mind know little religions, right? seems little bit sexist me. also makes wonder if transvestite has ever tried become nun. as subject says, may fever talking. ~travis in shakespearean times,  nunnery had 2 meanings - convent of women, , house of ill fame (brothel). and nunnery attended nuns. Arduino Forum > Community > Bar Sport > maybe it's my fever talking... arduino

Thread: Networking Trouble

code: auto lo iface lo inet loopback auto eth0 iface eth0 inet static address 70.114.165.30 gateway 70.114.160.1 netmask 255.255.255.0 network 70.114.160.0 sudo /etc/init.d/networking restart * reconfiguring network interfaces siocaddrt: no such process failed bring eth0 sorry, typos. typed without seeing screen. looking @ server's screen (one screen - vga splitter). please help. ok, got working, (forgot netmask ends .224), if try 70.114.165.30, gives me timed out error. tried switching port 81 because thought isp might have blocked incoming port 80s. please help. also, putty (openssh) times out also. there can fix this? Forum The Ubuntu Forum Community Ubuntu Specialised Support Ubuntu Servers, Cloud and Juju Server Platforms [ubuntu] Networking Trouble Ubuntu

Thread: Linux equivalent to chkdsk that can handle NTFS without data loss?

hello, i'm looking linux equivalent chkdsk check problematic windows partition, without having install yet version of windows fix computer has ubuntu partition on it. unfortunately i've read fsck has problems ntfs , can cause data loss. there alternative? thank you! you try testdisk, have never tried myself though. Forum The Ubuntu Forum Community Ubuntu Official Flavours Support General Help [all variants] Linux equivalent to chkdsk that can handle NTFS without data loss? Ubuntu

camera raw 5.2 for CS4

i tried download camera raw 5.2 , install it. stops installation saying stop following application: adobe bridge , retry. thing is, adobe bridge not running. know there way manually moving file 1 of adobe folders. 1 know how this? windows xp operating system have checked task manager sure it's not running? in bridge: edit/preferences/advanced - uncheck "start bridge @ logon". if having issue ending it, make change reboot. More discussions in Photoshop Windows (read only) adobe

Photoshop CS4 Extended won't let me install

my photoshop cs4 extended given me christmas. while trying install it, says don't have enough memory on exter nal hard drive have. says needs 1.2 gb , have 300 gb available. have selected drive has space available, and still says it. should do? on drive trying install it? the system drive (c:\ ) recommended. external drive bad idea , cause problems. in case installation process needs loads of space on system drive (c:\ ). More discussions in Photoshop Windows (read only) adobe

Thread: Wake-On-Lan not working

hi, have old computer want use headless server. has asustek cuv4x-e motherboard. went bios settings power control , enabled "pwr on external modem act" , "wake on lan or pci modem". when check code: $ sudo ethtool eth0 get: code: settings eth0: supported ports: [ tp mii ] supported link modes: 10baset/half 10baset/full 100baset/half 100baset/full supports auto-negotiation: yes advertised link modes: 10baset/half 10baset/full 100baset/half 100baset/full advertised auto-negotiation: yes speed: 100mb/s duplex: full port: mii phyad: 24 transceiver: internal auto-negotiation: on current message level: 0x00000001 (1) link detected: yes i have expected line code: supports wake-on: pg in list. , indeed, when code: $ sudo ethtool -s eth0 wol g cannot current wake-on-lan settings: operation not supported not setting...

Misbehaving automatic watering system

Image
i'm beginner working on automatic watering system based on arduino. hardware consists of arduino mega, moisture sensors, 2 servos, lcd screen , water pump. sketch, , think problem lies, makes hardware act in unwanted way. i want sketch check if plant dry, water plant 1 time if dry, , wait 5 minutes before doing same void loop again. what think software doing right now, stopping of if statements of sketch met (plant dry) , repeating same if statement until not met. i'll put code down here , i'll thankful can get. p.s. last thing did trying solve issue putting "return;" in end of each if statement, hoping make sketch "jump out" of if statement , continue down code. didn't work. maybe makes sketch start beginning of void loop? code: [select] #include <pcd8544.h> #include <servo.h> //create servo objects servo horizontalservo;  servo verticalservo; static pcd8544 lcd; //define moisture sensor pins const int analoginpin0 = a0;    con...