@# Quotes DB     useful, funny, interesting





Google
 
Web www.quotesdb.info


Undernet  |  EFnet  |  Quakenet  |  Freenode  |  Dalnet  |  Ircnet  |  Galaxynet
Page: 1 2 3 4 5 6 7 8 9 10 11 12 13 14



Comments:

<peerce> I grouped, cut, pasted, and ungrouped, that worked too
<pale_blue> but that's not possible! word doesn't do vector graphics!
<digidog> heh
<digidog> autoshapes are vector
<peerce> yea, ok. i was thinking embedded OLE object art like WordArt.
<Aurelius> SOME PEOPLE ARE DUMB
<Aurelius> "How do I restart if I can't move the mouse around?"
<peerce> anyways. I wonder if it got pasted as something else, via Paste Special...
<Aurelius> DUH!
<dust-> well it is ctrl +v
<dust-> dunno what happens then
<dust-> i can select the subparts of the group and they show a grey circled selection
<peerce> ah, paste special offers to past it as 1) Picture 2) MS Office Drawing Object, 3) Picture (enhanced metafile) 4) Picture (GIF), 5) PNG, and 6 JPPEG
<peerce> 2 is the default
<dust-> but not white circled and they move in a group
<Aurelius> WMF!
<peerce> if it somehow permuted into a EMF, yah, word probably can't edit that further other than size and placement
<dust-> oh well
<dust-> word is so annoying
<dust-> have to draw it once more just because i grouped and moved it
<peerce> I dunno, I grouped, cut, and pasted, and it stayed a office drawing object, fully editable.
<pale_blue> you probably had to have done something more than just group and move.
<peerce> i'm using the word from office2000, whihc is a couple revisions old.
<dust-> well i cant remember having done some voodoo
<dust-> i use 2003
<peerce> I know office 2003 was damn buggy until I installed the last SP on it, and its still kinda raggy (I put that on my work PC and am regretting it)
<pale_blue> 2003 works fine for me.
<peerce> we've had a lot of problems with the powerpoint in '03 rejecting otherwise fine powerpoint files created with '00
<dust-> okay thanks guys i have to go on, i will just draw it in visio and hope this one doesnt get messed up
<peerce> i wish visio was a little less annoying... that program has SO much potential, yet it has so many annoying glitches like how it can't keep a straight line to save its ***
<complianc> Some bugs have been fixed, and OpenNMS can now compile and run on FreeBSD.
<complianc> h0 h0.
<peerce> nms ?
<complianc> the opensores version of HP OV
<peerce> ah, network management
<Aurelius> yum
<complianc> hahhaa
<complianc> Previous RTC code init time: 3 hours 47 minutes
<complianc> Current RTC code init time: 1 minute 19 seconds
<fdiv_bug> Wow.
<SD70MAC> http://www.amazon.com/gp/product/B000BFIJUC/qid=1143319259/sr=1-6/ref=sr_1_6/002-9963632-5520027?s=dvd&v=glance&n=130 <--- now that's worth $200.
<Jet> hahaha -> http://www.thepaincomics.com/weekly041229a.htm
<ribamarns> can i configure IIS (in win2k3) to share a MS-Access Database (mdb)? I know that's possible to ASP creating a DSN in web server machine, but i want to connect an API (Visual Basic App) in a remote machine over internet. Any suggestions?
<peerce> IIS is a webserver. webservers tend to USE databases, I dunno what you mean 'configure a webserver to share a database'
<peerce> for multiuser applications, its HIGHLY recommended to NOT use MDB and instead use MSDE or SQL Server.
<complianc> what if he's only serving up a few users?
<peerce> I thought an API was a "Application Programming Interface", not a VBasic App.
<arigo|irc> is there a system restore command from within recovery console?
<peerce> complianc; shared Access databases are accessed via file sharing.. horrible way to do it. they tend to use full database locks rather than table or row locks.
<qux> great, now amazon thinks i want to buy the rifleman 4 dvd box set collection
<complianc> i am not saying there aren't better ways; i'm merely suggesting the scale of his project may not care.
<peerce> MSDE is suitable for small scale projects, up to 16 or so simulataneous accesses.
<ribamarns> the remote machines (running VB App) need only to execute a tiny select query once a day.
<peerce> ribamarns; your question is just too vague. you tossed in IIS, Access, and a VB app, without a clear picture of where anything is. is the access database on the IIS server?
<ribamarns> yes
<ribamarns> mdb file
<ribamarns> not MSDE or MS-
<ribamarns> SQL
<peerce> so this remote VB app needs to query the database... I'd probably implement that via a web services thing, so the VB app hits a IIS page that does the query for it, and returns the data. or use .NET
<Pfft> herm
<Pfft> looking at cacti...
<Pfft> mrtg's cfgmaker no likey our new hp switches so in the name of laziness...
<ribamarns> and ASP uses a DSN to connect to mdb?
<Pfft> does cacti have something like cfgmaker (or hopefully better) for building a table of what to monitor, how, how to label, etc. . . . ?
<complianc> yes...and no.
<peerce> ribamarns; isn't that how the webserver is accessing it now?
<complianc> cacti can do discovery
<Pfft> but after discovery it often needs tuning i bet .. ?
<complianc> it's not 'run this script and 15 minutes later graphs appear'
<ribamarns> no. Now the clients is accessing via local network (smb).
<ribamarns> a share folder
<complianc> you'll need to spend some time wiht it
<complianc> to 'get it'
<peerce> ribamarns; i thought you said the database was on the IIS server ?
<complianc> it tries to bridge flexability with automation
<ribamarns> i asked if it would be a solution.
<ribamarns> cause now i need to access it remotely
<peerce> 'it' ... 'it' is extremely ambiguous here.
<ribamarns> access the mdb file remotely
<ribamarns> using the VB app
<arigo|irc> ok, how about this. On my parents comp, when you go to start windows, at windows login.. it says msigna.dll is corrupted or missing or some such
<peerce> to access the MDB file remotely directly ala SMB, you'd need a VPN, or your network security would be shot to hell.
<arigo|irc> i tried copying msigna.dll over and I still get it
<peerce> and, accessing a MDB file over a WAN is very VERY inefficient
<Jet> try replacing msgina.dll with vagina.dll
<arigo|irc> i can't use system restore because I get the same error.. I need system restore without the gui
<peerce> arigo|irc; is this XP ? boot their XP CD, 'install' -> 'repair existing installation'
<ribamarns> what do u suggest? The ASP based solution?
<peerce> ribamarns; I would suggest a client server solution, yes. do the database access on the database server, have hte remote app make some sort of query, like a webservices kinda thing.
<peerce> .NET would be one approach.
<arigo|irc> a system restore isn't possible huh? I don't understand why. Everytime I mess with repair it just copies files over and i end up patching all day ;P
<peerce> you still want to do this over a secure tunnel
<peerce> arigo|irc; systemrestore only reverts a few things. a corrupt MSGINA file is an indication of something fairly serious wrong, like a virus infection or something.
<aaaazz> is DLL_THREAD_ATTACH invoked whenever a thread anywhere in an application is spawned?
<ribamarns> thanks peerce
<arigo|irc> peerce: the file isn't actually corrupt. I copied it from a clean version and I still get the error
<arigo|irc> windows is mistaken, I do not know what it is , however
<peerce> arigo|irc; well, MSGINA is the user authentication and loginn layer.
<peerce> !info MSGINA
<peerce> !info GINA
<peerce> hmmm, thought we had something on that.
<Pfft> i did gina. she was hot.
<arigo|irc> %systemroot%\system32\restore\rstrui.exe is system restore at command prompt, incase anyone ever asks again. THanks guys
<Ted-Lap> who runs windorks?
<digidog> fdiv
<digidog> and skoal
<fdiv_bug> digi
<fdiv_bug> Wait, what?
<fdiv_bug> I don't run Windorks.
<digidog> shh
<digidog> no one runs windorks
<fdiv_bug> Ted-Lap: digidog used to, and I used to help.
<digidog> it hasn't been run or acknoledged in 3 years
<digidog> +w
<fdiv_bug> Pretty much.
<digidog> !info windorks
<Ted-Lap> i know that
<Ted-Lap> we should toss dokuwiki on there
<Ted-Lap> that way it can be kept up
<arigo|irc> actually, that doesn't work /: it's for command prompt within safe mode, not the recovery
<arigo|irc> crazy you can't do restore from recovery, i guess I have to drop it
<Ted-Lap> arigo|irc, windows restore?
<Ted-Lap> arigo|irc, you can restore an older backup of the registry... which is usually enough to boot to windows restore and revert to a restore point
<PJStyles> okay got a serious problem here.... used partition magic to merge two partitions... it was to move all the data to a folder on my c drive which I see is there but there are no contents and the drive is showing as 2.5gb free when it should show over 40gb free... any suggestions?
<fdiv_bug> Sounds like Partition Magic might've ****ed something up.
<fdiv_bug> That does happen.
<PJStyles> frig... what a dumb ***... should of backed up before hand...
<PJStyles> i do see an undelete option when I just loaded up partition magic... will try that
<Barsky> Mid East • Europe • Asia • Africa • Latin Amer & Caribbean
<Barsky> Karzai Under Pressure to Free Christian
<Barsky> Email this Story
<Barsky> Mar 25, 3:42 PM (ET)
<Barsky> By AMIR SHAH
<Barsky> (AP) Abdul Rahman, an Afghan man who converted from Islam to Christianity, is interviewed during a...
<Barsky> Full Image
<Barsky> KABUL, Afghanistan (AP) - Under mounting foreign pressure, President Hamid Karzai searched on Saturday for a way to free an Afghan man on trial for converting from Islam to Christianity without angering Muslim clerics who have called for him to be killed.
<Barsky> ah yes. the religion of peace ;-)
<Joe-7> hey barry
<Joe-7> went to scumburg today
<Barsky> hey joe
<Barsky> heh.
<Barsky> I went into the city. **** I hate weekend traffic in the city
<Pfft> ya thats scary
<MarEakin> what are some essentials for the PC technician? i think this is definitely one of them: http://www.newegg.com/Product/Product.asp?Item=N82E16812156101
<Pfft> i so dont want to be xenophobic/biased/etc towards islam but wow
<Pfft> they dont seem to give a **** when women and children are killed by lunatic bombers
<Barsky> religion of peace unless you have a different opinion...about anything
<Pfft> but they riot in the streets and hurt/kill people when you draw a cartoon of mohammed


Name:

Comments:

Please enter the result of the sum 63 + 46 (to avoid spam):






Return to #windows
or
Go to some related logs:

#computers
thetis tame wow
#politics
VIA/S3G + Render Maya
#stocks
#debian
Whit3Wolf
#computers
#windowsxp
keylogger efnet gline



Home  |  disclaimer  |  contact  |  submit quotes