Posts

Showing posts from July, 2010

Which extension to use? - Joomla! Forum - community, help and support

hi i totally new joomla , please excuse if question seems stupid. i developing website university research topics post. students login , post research topics specifying department research areas , other stuffs. missing standard article submission tool can not specify labels students has enter before submitting research topics department, research category, expected outcomes , objectives. define fields users submit data. latter add custom search enable users search using defined labels. if can suggest extension can helpful. in advance. browse this, http://extensions.joomla.org/extensions ... submission http://extensions.joomla.org/extensions ... 33/details i guess may ya out! Board index Joomla! Older Version Support Joomla! 1.5 Extensions for Joomla! 1.5

Color Picker Doesn't Work

i'm using pse8 on pc windows7 , seems wrong color picker in editor.  click on foreground icon (lower left of screen), choose color, click ok, , doesn't change color on icon.  default colors seem black, white or gray.  in rgb color mode (under image) , have clicked convert color profile "convert adobe rgb profile" grayed out.  under edit>preferences>general, have selected adobe color picker.  can figure out why not getting color select foreground color?   suggestions @ all! does image have adjustment layer or layer mask on layer active when using color picker?   if have adjustment layer, make layer active and see happens. if layer active has layer mask, click on image thumbnail left of layer mask , try color picker.   mtstuner More discussions in Photoshop Elements adobe

Batch Process CR2 to JPG

have cs4 (on pc) raw plugin canon eos-7d cr2 raw files.  trying batch process raw files jpg files, can't action work process stops when raw plugin opens up.   any ideas? go bridge output , use image processor.  lickty split. More discussions in Photoshop Windows (read only) adobe

Riscaldatore e termostato

Image
ho scritto un minuscolissimo codice per un termostato: code: [select] // termostato #define ssr 13 //pin ssr int tssrmin; // temperatura per accensione relé int tssrmax; // temperatura per spegnimento relé code: [select] void setup() {   pinmode(ssr, output); // ssr   digitalwrite(ssr, low);  // ssr off   tssrmin = 25;   tssrmax = 27; code: [select] void loop () { //termostato   int statusssr; // stato del pin ssr - hight/low - 1/0   statusssr = digitalread(ssr);   if (t1 < tssrmin) {        digitalwrite(ssr, high);    }  // set ssr on   if (t1 > tssrmax) {        digitalwrite(ssr, low);    }  // set ssr off   // status pin - ssr riscaldatore   if (statusssr == 1) {     serial.println("riscaldatore acceso");     serial.println(statusssr);     srlcd.setcursor(12, 2);     srlcd.print("heat on ...

Index items for Help topics

hi, all! this may seem trivial, since supervisor asked capitalized acronyms ... when try add acronym index item, when click "add" button, acronyms gets changed lower case. why? hasn't done this, because i've found acronyms added upper case. gibt? vielen danke, lon hi lon, how adding terms. i've tried adding capitalised terms via project index tab on left , via topic properties index tab. both allow capitalised entries. are unable add capitilised index entries? what version using - works ok me in x5 , robohelp 6. thanks craig More discussions in RoboHelp HTML adobe

Thread: After power failure, Ubuntu boots into a blank screen

my apologies if post redundant or in wrong forum. i'm new , i've done search, while i've found other threads discussing similar problems, haven't seen 1 quite matches mine or found helpful. i'm using ubuntu 10.04 64-bit, installed second hard drive on desktop. earlier afternoon, there 2 10 second power outages in neighborhood. first caused system restart no effect, after second outage ubuntu no longer boots properly. problem this: when boot, grub screen. have tried choosing 4 different options (the recent kernel, older kernel, , recovery mode of each). each, kernel begins loading, @ point input monitor dries up, , after few seconds monitor enters standby mode. when boot recovery mood, last message see before screen goes blank includes "udev starting version 151" followed 3 lines read "assuming [something can't read before screen goes blank]." computer remains on, have no way of knowing doing. there seems no ha...

(now with script code) droplet not creating folder cs4 photoshop windows 7

(i posted in windows section told should post here insted try close 1 out)     so created script creats folder , subfolders inside (  folder1\subfolder1\subfolder2 etc" , run script in photoshot cs4  11.01 creats foldets no prob.  yet when creat droplet wont  work. folders dont made... have admin rights , logged in  admin time. when droplet run either launch  photoshop or bring running photoshop front, taskbar icon  flashes , after min or 2 error, " droplet couldnt  communicate photoshop"   can me out on rhis please?   thank you  , have great day.   ok, please dont laugh @ me on poor scripting skills. have none , have never programed.  ok here script use make folders       var myfolder = new folder('/d/documents , settings/testing/desktop/tiff');   if(!myfolder.exists) myfolder.create();   var myfolder = new folder('/d/documents , settings/testing/desktop/tiff/800med');   if(!myfolde...

TextArea text highlight color, can you customize it and how?

== environment i'm using flash cs4, player 10 on pc. code deployed local webserver.     == situation i have textarea receptacle text loaded , parsed xml file delivered php. the text contains html tags. have edited component background of textarea component black , text white. set background black clicking component itself, drilling down graphic element , changing background color black using paint bucket in color select control panel. changed text white using textformat line in actionscript.     == goal change color of highlighting occurs when user clicks mouse , drags across several words or lines. because change colors of text , background, 1 cannot see words being highlighted although have confirmed 1 can select words , copy them. argument's sake, let's i'd change highlight blue.    (extra credit: there way set background color of text component in as3? credit: there online docs can teach me, fishing versus menu , that...)     == code   ...

Fix When Photodownloader Quits Working

if has problem downloading photos stops working, thought pass along fix adobe works.   the error code appears " c0000005: adobe photo downloader has encountered problem , needs close." in several forums, , first tec response, start bridge <control key> depressed, reset preferences default, , eliminate thumbnails. did not work.   the fix locate photodownloader.exe file in bridge subdirectory, go "properties," click "compatibility" tab, click "run program in compatibility mode for:" box, select "windows xp (service pack 3)", "apply", , "ok".   i running windows 7 on home made intel 7 box. photo download had been working fine. believe stopped functioning correctly after update design premium cs4. More discussions in Photoshop Windows (read only) adobe

png:t katoaa - Joomla! Forum - community, help and support

Image
mikä voisi olla syynä kun png-kuvat eivät suostu toimimaan asennuksessa joka on tuupattu ftp:llä serverille? localhostissa kaikki pelaa mainiosti. kun yhtä kuvaa koittaa avata suoraan tulee virheilmoitus: "kuvaa “http://............../images/powered_by.png” ei voida näyttää, koska se sisältää virheitä." yritä siirtää kuvatiedostot uudelleen, jos vaikka ovat korruptoituneet matkalla. Board index Joomla! International Language Support International Zone Finnish Forum

60 seconds timeout

i running code stores data in memory , queries db via qofq. after 60 seconds error of type: "page cannot displayed"....i have researched type of error , cannot find relevant. any clues. have tried adding default cfadmin timeout e.g. 180 no avail. 60 seconds default page timeout. if queries taking longer 60 seconds, have problem. need add indexes db or loading data/too many records. to around timeout, can append variable requesttimeout page link in myquerypage.cfm?requesttimeout=300 where 300 number of seconds or in page, add: <cfsetting requesttimeout = "300"> hope helps. More discussions in Advanced Techniques adobe

Joomla 1.0.15 to 1.5 migration - templates?!? - Joomla! Forum - community, help and support

hi all. i've managed migrate joomla 1.0.15 site 1.5 on local development server. the first thing i've noticed, shock, templates appear new structure. migrator meant migrate templates , failed me? or there migraiton procedure templates too. templates not mentioned in document @ all: http://docs.joomla.org/migrating_from_1 ... 1.5_stable would appreciate somone knows letting me know! what other suprises in store trying migration! hello: joomla 1.0 1.5 migration requires joomla 1.5 compliant template on 1.5 end. used rockettheme , joomlaart templates on of our 1.0 sites. fortunately of 1.0 templates have 1.5 equivalents, still require tweaking reproduce the "look" of original 1.0 site. bob s. Board index Joomla! Older Version Support Joomla! 1.5 Migrating and Upgrading to Joomla! 1.5

Can't get into site, front or back end - Joomla! Forum - community, help and support

Image
having trouble - can't log end, type user & pass correctly , page reloads, no error messages, isn't directing me end. this true of front end, "down maintenance" tried log in , same thing, page reloads. it fine when left yesterday, , didn't strange it. any ideas can fix in file manager? viewtopic.php?f=431&t=391796 or viewtopic.php?t=200725 hope helps. Board index Joomla! Older Version Support Joomla! 1.5 General Questions/New to Joomla! 1.5

Thread: New to Ubuntu/ubuntu 10.04

Image
hi, new ubuntu please gentle, have blonde moments, pardon pun. had ubuntu 9.04 , upgraded 10.04. downloaded directly computer , did not live cd. hard drive looks on way out. quite number of years old (at least 4) , son tells me long life hard drive. won't argue guy grew in technological age. lol ok questions follows: 1. how create live cd have on hard drive not loose have on there? (i have set stuff downloaded software centre skype etc) 2. can drag , drop or cut , paste ubuntu onto new drive? , if work if installed directly there if did way? have 2 hard drives in computer, 1 has the ubuntu , programs etc on , other hard drive has files on it. (this way boy trained me in event drive died -always looking out mum lol) not computer savvy if guys possibly advise in lamen terms, or rather in advise if talking silly person. in advance. georgy posted georgy70 ...

Page Title issues - Joomla! Forum - community, help and support

Image
on site pages come fine except 2. on 2 title smaller/different font. why happen , how or fix this? have been working on crazy. new joomla. thanks help. hi samwcook... welcome @ forum can give screenshot ? or site link ? because not understand enough. do mean how change page title font ? regards. Board index Joomla! Older Version Support Joomla! 1.5 Performance - Joomla! 1.5

Thread: gnome-display-properties and its relationship to xorg.conf

i have dell mini 9 , e228wfp display. i'm having real hard time getting external display @ correct res. when @ correct res, window manager freaking out , not drawing window elements. when try reload window manager, screen goes white. generally, getting correct res has become cluster. know x pretty , in past have been comfortable editing xorg.conf, seams gnome-display-properties wipes xorg.conf. 1 have sure fire way display @ correct res, , having window manager (comvis) behave? have tried opening terminal , enter "xrandr" , see puts out ? can edit xorg.conf , set display section under "screen" section. example of xorg.conf on laptop below. code: section "screen" identifier "screen" device "laptop" monitor "mon" subsection "display" modes "1200x800" endsubsection ...

Template assigning problem - Joomla! Forum - community, help and support

it goes this: i've created template , assigned meni_item1 table content category in main meny. iy makes list of stuff in specific category giving titles , so. i've added of items category top menu link - content item. top menu not shown anywhere on site. i've assigned template b item in top menu. the problem is, when click on item title in first menu opens templatea assigned althou i've assigned templateb it. point is, want different template every item in category when item opened. doing wrong? when create link in top menu, joomla giving menu item own id , therefore when click category titles not going through menu item @ , template doesnt assigned it. one way work around hard code category table content item (maybe copy , paste work) , use links top menu can publishing special see , log frontend admin , see top menu , can copy links titles in table. there may other ways cant think of right now. Board index Joomla! Older Version Suppor...

eLearning Suite dead?

i looked on adobe tv videos adobe had there on captivate  4 , gone. searching adobe's web site there little  there. could because elearning suite cs4 centric , in cs5 world.   go http://www.adobe.com/products/creativesuite/compare/ , not see elearning suite cs5. in fact finding elearning suite on adobe's site not easy. if don't know not going learn here.   glad bought stand alone captivate 4 , not elearning suite (see comments on captivate forum, feb. 2009). not recommend buying elearning suite cs4 @ time . never have.   my opinion: adobe - great products , on elearning side poor marketing , overall useless   tech support.   me venting relax. fine. there's little turmoil @ adobe.com in between product releases.   steve More discussions in Adobe eLearning adobe

Módulo habilitado no "Menu Assignment" - Joomla! Forum - community, help and support

Image
pessoal, criei um módulo aqui. ele aparece na página inicial, mas em todas outras páginas ele some!! queria que ele aparecesse nessa lista: pois daí eu consigo fazê-lo aparecer em todas páginas... mas como eu faço isso? alguém pode me explicar ou indicar um tutorial? desde já muitÍssimo obrigado ivens, se vc marcou para ele exibir em todas páginas ele deveria ser exibido em todas páginas, menos que o temlate tenha alguma progração setando para o modulo ser exibido apenas na página inicial. Board index Joomla! International Language Support International Zone Portuguese Forum Componentes, módulos e mambots

Thread: Need Help Installing Plone (or anything for that matter)

Image
o.k. new user. running ubuntu 10.4. here's question. today wanted download 'plone.' looked on synaptic program manager, couldn't find it. so, next went plone's website , downloaded 'plone-3.3.5-unifiedinstaller/' . claims have necessary programs , dependencies. downloads , click on folder. open readme, scan contents. decide applicable part: "" for non-super-user (rootless) installation -------------------------------------------- if run installation while logged in normal (non-root) user, python/zope/plone built @ $home/plone (the user's home directory, plone subdirectory). need start zope using user identity used build, , run the privileges of user. install plone 3.3.5 in stand-alone (single zope instance) configuration: * cd installer directory , issue following command: >> ./install.sh standalone "" o.k. i'm point tells me cd 'installer directory.' that? seem...

How do i adjust from mac Gamma to Windows Gamma in Photoshop CS3?

it real easy in version 7, did seelct mac windows in adobe image ready. there not program in cs3...how adjust image mac gamma of 1.8 windows gamma of 2.2? tried convert profile option, when select gamma of 2.2 goes grey....help can tell me exact steps?? if mean want file converted windows default color space: srgb   open file in photoshop (make sure use embedded profile).   then edit> convert profile: srgb   if going gray @ point, else going on (post happened).   if mean cs3 "save web , devices" turns file gray you have sfw default settings configured that.   try resetting sfw preferences (it should converting srgb , stripping profile default settings).   btw, think looking maneuver that's commonly called save web now, here: file> save web , devices   things resetting adobe preferences , how rule out bad monitor profile searched on google.   +++++++   make sure 'calibrate' mac monitors 2.2 gamma... More discussions in Photoshop Maci...

cant install flash player on win7

has 64 bit os> getting error needs have 64 bit have on pc> have windows 7> trying install flash player help! hi, first adobe flash player not supported on 64bit browser. need use 32bit browser, should default browser.   using ie, go , click on internet explorer. if see "x86" using 32bit browser.   just don't use 64bit browser when install flash player.   have used adobe uninstaller remove old flash player versions?   let me know.   thanks,     eidnolb More discussions in Using Flash Player adobe

avrdude error: 0x00 not in sync

hey guys, i did bread-boarded arduino per instructions on page: http://arduino.cc/en/tutorial/arduinotobreadboard and worked in uploading first sketch was: code: [select] int ledpin = 1;                 // led connected digital pin 13 void setup() {   pinmode(ledpin, output);      // sets digital pin output } void loop() {   digitalwrite(ledpin, high);   // sets led on   delay(1000);                  // waits second   digitalwrite(ledpin, low);    // sets led off   delay(1000);                  // waits second } and wired led pin1 gnd, first off, sketch doesnt work (i think because need using resistor ground) and every time try upload new sketch following error: code: [select] avrdude: stk500_getsync(): not in sync: resp=0x00 i've tried usual troubleshooting tips, reboot comp, unp...

Joomla! Forum - community, help and support - Login

the board requires registered , logged in view forum. username: password: i forgot password resend activation email remember me hide online status session   register in order login must registered. registering takes few moments gives increased capabilities. board administrator may grant additional permissions registered users. before register please ensure familiar our terms of use , related policies. please ensure read forum rules navigate around board. terms of use | privacy policy register Board index

Thread: List of installed applications

hello all, have pc running ubuntu server 7.10. there command (from shell command line) retrieve list of installed applications? running service know atop, sysv-rc-conf, etc., applications ? regards code: dpkg --get-selections will list packages installed via apt Forum The Ubuntu Forum Community Ubuntu Specialised Support Ubuntu Servers, Cloud and Juju Server Platforms [ubuntu] List of installed applications Ubuntu

List of supported CUDA Cards (CS5)

Image
adobe working on playback , rendering engine adobe  premiere pro called mercury playback engine. new engine is  nvidia® gpu-accelerated, 64-bit native, , architected future.  native 64-bit support enables work more fluidly on hd , higher  resolution projects, , gpu acceleration speeds effects processing and  rendering.   the mercury playback engine offers these  benefits:   open projects faster, refine  effects-rich hd , higher resolution sequences in real time, enjoy  smooth scrubbing, , play complex projects without rendering. see  results instantly when applying multiple color corrections , effects  across many video layers. work in real time on complex timelines  , long-form projects thousands of clips — whether project  sd, hd, 2k, 4k, or beyond.   ensure system  ready take advantage of mercury playback engine in future  version of adobe premiere pro. mercury playback engine works  ...

Splitscript bitmaps type on screen?

i've used apple script cut pages of linked text boxes (cs4 window>automation>scripts>splitscript) , have noticed slight bitmapping of text onscreen. it's ok when blow maximum - type smooth @ 'normal' working size, type seems bitmapped , bolder should. i've put same 2 documents side side - 1 linked threads, 1 delinked script - , there's visible difference can't detect styling change. however, type heavily styled using xml import , greps , there's lots of it.   it's fine difference worries me it's big document can't afford redo if scripting screws up. reminds me of bad screen rendition used fonts when atm wasn't present - going years here, folks.   anyone experienced or know more whether script affects fonts?   thanks in advance help. More discussions in InDesign adobe

Thread: Modem Upgraded - PPPoE config wont work

i've been using old modem 2007, isp calls type i. didn't have wireless connectivity , used pppoeconf setup connection - username , password , set connect @ boot time , fine till today. bought type ii modem isp , had return type modem them. since technician had no knowledge of ubuntu (or linux in general), configured modem in windows 7, tested connection working, tested wireless connection in netbook running xp , left. can't connect through pppoeconf in ubuntu (running 9.10). terminal says eth0 listed 'access concentrator' or isn't responding (no other process running @ time). please me? feel vulnerable while browsing in windows want ubuntu asap. suggestions please? oh, , here's output when run "dhclient eth0" - dunno if it'll in way: code: listening on lpf/eth0/00:16:76:33:d2:70 sending on lpf/eth0/00:16:76:33:d2:70 sending on socket/fallback dhcpdiscoer on eth0 255.255.255.255 port 67 interval 7 dhc...

How Rovio Robot orientation works?

hello everybody, can me explain how works? http://www.youtube.com/watch?v=yry3awud26g&feature=related i mean magic light shines on ceiling.. , how robot knows now? my guess it's similar orientation sensor on wii remote.  sensor uses 'camera' reports position of brightest ir spots.  if spots in known position relative docking station rovio have absolute coordinate system relative docking station.  additional spots added absolute coordinate system can extended.  if sensor looses sight of spots has use dead reckoning. http://wiibrew.org/wiki/wiimote#ir_camera Arduino Forum > Using Arduino > Sensors > How Rovio Robot orientation works? arduino

Help Extention by categories Component for website ? - Joomla! Forum - community, help and support

guys need help. thankfull it. want build software site using joomla cms showing same http://extensions.joomla.org/ showing < browse extensions categories > can show download button @ last of category list <...../category > limited number of letters , on ............. i thank full that.... plz refer me other usefull component software site.... thanks.. mauriya............. Board index Joomla! Older Version Support Joomla! 1.5 Extensions for Joomla! 1.5

PDF output not the same as its article - Joomla! Forum - community, help and support

may subject can not discribe problem. what mean after click pdf icon article. content layout inside of pdf file not same layout of article in website. for example. in website, picture align right (css float:right), text @ left side of picture. but in pdf file, picture align center both clear (css clear:both). i have resize width of <jdoc:include type="component">. because want layout of printed pdf file same layout in website. doesn't work. hi, you might want @ extension phocapdf comes new version of tcpdf (the pdf engine joomla using), please note need php5. however, pdf engine might not use css styles , might not html tags. olaf Board index Joomla! Older Version Support Joomla! 1.5 Performance - Joomla! 1.5

Thread: Is nspluginwrapper needed for 32-bit Flash with Firefox 3.6.4

i wonder if firefox 3.6.4 out-of-process-plugins mechanism makes nspluginwrapper needed more. isn't possible have 32-bit plugin-container process along 64-bit firefox? rid of still buggy nspluginwrapper , @ same time not care 64-bit flash more (especially it's abandoned time). or misled? interesting question, don't think possible, because process runs flash plugin still browser process. i'm guessing anyway. Forum The Ubuntu Forum Community Ubuntu Official Flavours Support General Help Is nspluginwrapper needed for 32-bit Flash with Firefox 3.6.4 Ubuntu

Thread: Ndiswrapper won't install

i'm trying install linksys exteral wireless adapter, wsub54gs ver 1. i'm having problems installing ndiswrapper. also, whenever use command lsusb, terminal sits there long time processing , never anything. i've followed of , troubleshooting guides, none of them worked. can provide information needed, i'm stuck @ moment. thanks, ff Forum The Ubuntu Forum Community Ubuntu Official Flavours Support Hardware [ubuntu] Ndiswrapper won't install Ubuntu

Editing custom classes + external scripting files as3

hey everyone!   i'm new scripting in general , as3 in particular. current project @ standstill , i'm hoping out there can point me in right direction. please bare me while explain problem best can...my terminology may make of want scratch eyes out...sorry in advance.   here's issue: i've purchased as3 scrollbar component online in order scroll movie clips have used scroll dynamic text. each scrollbar instance used in separate swf (bio.swf , samples.swf) which, in turn, loaded main movie (start.swf). both individual swf's preview beautifully on own....no scroll issues or errors. load them main start movie, content shows fine scrollers don't work. click on "tracker", follows mouse around page , sticks until click 1 of nav buttons exit different page.   there external script file associated scrollbar that, understand it, needs in same place swf's. there caurina file came scrollbar told file shouldn't need referenced. regardless, have both script f...

Thread: Can a single installation of Ubuntu running on multiple computers?

i have 2.5" 500gb hdd, , plan on using videos/music/pictures. put 20gb partition on ubuntu, while ubuntu won't primary operating system, used whenever wanted transport files, , hard drive have operating system access files. installation on different desktops/laptop of different hardware, question is: there big driver issues moving ubuntu other computers computer installed on? , if there issues, how able make when boot off of hard drive, boot ubuntu live cd instead of os? believe work if full installation wouldn't portable. have plenty of experience computers, , bit ubuntu , few other flavors of linux, i'm wondering answers these questions before try out, , method should use. i think so. situation kind of yours. had 2.5 laying around bought enclosure planning things up. got thinking since job keeps me out of country 2 weeks @ time nice have drive loaded os. how stumbled on ubuntu , linux in ge...

Swatches Palette Kills Productivity

having issues “swatches” palette. comes crawl , spinning beach ball getting annoying. when window closed/collapsed/or returns “basic” window view app runs clean – no holdups. click on “swatch” icon bring , we’re spinning beach ball. if palette open , hide tools app runs clean. unhide tools , app crawls. swatches palette only. does ist happen special file or of files? how many , kinds of swatches in file? happen new document well? version of illustrator, os? More discussions in Illustrator adobe

Dreamweaver CS5 FTP

one of weak features of dreamweaver compared alternatives such transmit or espresso has been ftp.   has feature been approved match more robust features of espresso app, or same? way group sites folders? can group commercial clients , organizations folder , such?   thanks!   cheers, christopher beckwith don't know first q, second, start @ http://www.adobe.com/support/documentation/ , select dreamweaver   then, on "online help" page, there link dreamweaver cs5 user guide pdf More discussions in Dreamweaver support forum adobe

last line in joomla page - Joomla! Forum - community, help and support

Image
how can red of last line in joomla page powered joomla!. valid xhtml , css. code: select all                <p id="power_by">                     <?php echo jtext::_('powered by') ?> <a href="http://www.joomla.org">joomla!</a>.                   <?php echo jtext::_('valid') ?> <a href="http://validator.w3.org/check/referer">xhtml</a> <?php echo jtext::_('and') ?> <a href="http://jigsaw.w3.org/css-validator/check/referer">css</a>.                </p> remove code above bottom of template. Board index Joomla! Older Version Support Joomla! 1.5 Templates for Joomla! 1.5

Thread: Howto? - Transparent proxy with Dansguardian

i've installed ubuntu desktop 10.04, , tried (i think) descriptions on net how seup af transparent proxy server dansguardian. somehow can't transparency work! think tried alle suggestions nat masquerade etc i'm not iptables. can give me detailed description on howto setup ubuntu 10.04 transparent proxy dansguardian filtering ? installation have squid 2.7 stable 7 , dansguardian 2.10.1.1. point out: setup works when set proxy in clients browser - cannot work transparent server. think have googled answer there question right - haven't found answers concern ubuntu 10.04 - , squid 2.7 thank you! i think you'll have hands dirty iptables. set squid transparent proxy before (haven't used while though). found link quick google search. http://www.faqs.org/docs/linux-mini/...rentproxy.html i'm sure there others. luck. Forum The Ubuntu For...

boolean testFunc(); [SOLVED]

i want make function, returning boolean in libary. but compiling test sketch error d:\arduino\arduino-0022\libraries\mn_soladin/soladin.h:42: error: 'boolean' not name type code: [select] class soladin {  public:    void begin(softwareserial *theserial);    soladin();       // constructer        int query(uint8_t cmdo);    int query(uint8_t cmdo,uint8_t _day);  // overload boolean test(); //  variable devstate call    uint16_t flag ; this must simple, i'am stuck.   thanks 'boolean' not native datatype, 'bool' is. i have no idea why arduino introduced 'boolean'. Arduino Forum > Using Arduino > Programming Questions > boolean testFunc(); [SOLVED] arduino

Thread: Grub/Partition Help

Image
when upgrading 8.10 9.04 caused myself alot of problems. how take screen shot of grub? second: how can repair "partition table entries not in disk order"? third, don't believe need "partitions(?) under /dev/sda2; , have complaint indicates part of sda5, 6, 7, 8, , 9 in sda2 (huh)? getting confused i'll quit , hope can help. thank you. bob file:///home/bob/desktop/72009.png bob@bob-desktop:~$ sudo fdisk -l [sudo] password bob: disk /dev/sda: 120.0 gb, 120034123776 bytes 255 heads, 63 sectors/track, 14593 cylinders units = cylinders of 16065 * 512 = 8225280 bytes disk identifier: 0xedb1edb1 device boot start end blocks id system /dev/sda1 * 1 1107 8891946 83 linux /dev/sda2 1693 14593 103627282+ 5 extended /dev/sda3 1108 1692 4699012+ 83 linux /dev/sda5 6930 6954 ...

Thread: Eken M003

so picked ipad knockoff . i've tried few alternate firmwares. keep wishing put netbook remix or similar on it. possible or should looking @ slackware or along lines ubuntu keeps bloating , requiring more resourses. nothing? Forum The Ubuntu Forum Community Ubuntu Official Flavours Support Hardware [all variants] Eken M003 Ubuntu

Thread: What to auto mount and rw to vfat fs

hi all, here output fstab , mount fat32 partition want able write to. coolboarderguy@coolboarderguy-laptop:~$ cat /etc/fstab | grep sda8 /dev/sda8 /mnt/sharefat vfat auto rw,noexec,user 0 0 coolboarderguy@coolboarderguy-laptop:~$ mount | grep sda8 /dev/sda8 on /mnt/sharefat type vfat (rw) below though. coolboarderguy@coolboarderguy-laptop:~$ touch /mnt/sharefat/mount_rw_test_file touch: cannot touch `/mnt/sharefat/mount_rw_test_file': permission denied have missed? thanks. mark try adding umask=000 or similar. Forum The Ubuntu Forum Community Ubuntu Official Flavours Support General Help [ubuntu] What to auto mount and rw to vfat fs Ubuntu