@# Quotes DB     useful, funny, interesting





Google
 
Web www.quotesdb.info
Undernet  |  EFnet  |  Quakenet  |  Freenode  |  Dalnet  |  Ircnet  |  Galaxynet
Page: 1 2 3 4 5 6



Comments:

<0> argh
<0> err
<0> that explains why I was deopped ;)
<1> heh
<0> that's what you get for switching to a spammer isp
<0> ;)
<0> gah.. damn awk
<0> Trying to match a string at the beginning of a line and replace \n with ,
<2> sed can do that if you turn multiline off... no idea how on awk tho :(
<2> er, turn multiline on
<0> it can
<0> but I can't get it to stop deleting the text match other than the \n :P
<0> In theory this portion of an awk statement would only match a line with 14 non-pipe characters followed by a pipe character...
<0> if (match($0,"^[^|]{14,14}\|"))
<0> but it doesn't seem to carry over to commas
<0> the script works.. it's just joining every line so far :P



<0> that, and thus far it's not replacing with a comma...
<2> h,
<2> I dont know awk very much :)
<2> I just dont have any uses for it
<3> damnit
<3> how do I get dx installed on wine XD
<2> uh
<2> thats native, no?
<3> not sure...
<3> I figured it was, cuz I played starcraft on it before
<3> I guess this game might be a little over the top for it =\
<2> starcraft doesn't do DX does it?
<4> starcraft does do DirectDraw
<4> don't think it does any Direct3D stuff, though
<4> probably does DirectSound
<3> I think you needed ver 6.0 of it
<2> http://www.winehq.com/pipermail/wine-users/2004-May/013971.html
<3> I cant remember
<3> haha
<3> nice
<3> I think I need to rtfm =\
<2> :D
<2> wow.. thats more then 2 years ago :P
<2> and they have come a LONG way in the past 2 years
<3> hehe
<3> I get so confused.. cuz almost all installers work on wine XD just the program itself that doesnt ;)
<2> installers dont use the graphic libs
<2> check the wine compatibility list
<2> I'm gonna install a 7800GS tonight in my machine... perhaps in a week or two when I get slack installed I'll get wine going
<3> the app db im guessing
<3> slack is awsome
<3> thats what im running
<3> I finally got sound working this morning
<3> stupid mixer and its muting of random ****
<3> holy crap
<3> you can run WoW apparently on wine
<2> :)
<2> I dont have any distro issues... cept that gentoo pisses me off
<2> everythig is a ****ing script
<3> hehe
<3> never checked it out
<3> heard of it though
<2> yea, dont
<3> I guess I know why I havent heard much of it LOL
<2> I've used it exclusively for 3 years now... no more... :)
<2> gentoo!? seriously?
<3> hehe
<2> its all over the new
<2> net*
<2> its the ricer dist
<3> haha
<2> I do everything via source... so I break package managers pretty quick
<3> I havent heard of it much cept when downloading main apps like wine or dosbox
<3> haha
<3> I do source too, I also like slacks pkgtool dealy
<3> but
<3> took me forever to get X working
<3> damned usb mouse
<3> I still set the mouse input config for X to /dev/psaux
<3> and apparently the usb mouse started working
<3> so ridiculous...



<2> bbl
<3> l8z
<2> psaux?
<2> use evdev
<2> much better driver... you need Xorg 7 or 6.9 to use it. 7.0 and 7.1 rule
<3> whats the default that comes with the slack install?
<0> yay
<5> 6.8.2 I believe
<0> I win. paste defeats awk/sed ;)
<2> I WIN,
<2> you cant win, for I am the winner of all!
<6> if i nmap localhost and see a port is open and i don't know what it is, how can i check whats opening it ?
<0> I just turned payroll from hours of tedium into pasting into a spreadsheet and printing.
<2> bbl
<7> how can I add group write access to every dir including and below 'foo' for just the group, but not change any other permissions?
<8> chown -R g+w foo
<8> that will do every file as well
<8> if you want to just do dirs, you need to do a find -exec
<7> poifect
<7> thanks
<7> err what?
<8> errr, chmod
<7> heh, I thought so
<8> but that chmod will change permissions on files and directories
<9> heh
<7> this is ok
<8> if you ONLY want directories, you need to do ./find -type d -exec ...
<8> ok
<10> what's some good burning software?
<10> for burning iso images
<11> windows 3.1
<7> warjest yep, but that's ok
<11> actually, anything from microsoft should burn well
<7> thanks again
<12> bur bur burn
<7> mike__ k3b
<13> I'll second the k3b nomination
<14> i have a mounted drive as /dev/hdb1 111G 33M 105G 1% /home2 - how can i change home2 to another dir?
<7> CruelVenm edit /etc/fstab
<10> haha
<7> change the mount point
<7> make sure it exists
<10> Windows ME was the worst.
<14> koro: how do i make the system rehash so it updates the fstab?
<15> fstab -a
<15> er
<15> mount -a
<15> you may have to umount the drive first since it's changing to a different mount point
<8> i would change fstab, manually unmount, then mount through fstab (in that order)
<15> that'll work
<14> umount /dev/hdb1 ?
<15> yep
<14> ah thanks
<14> so if i have 1 drive as / and another as /drive2
<14> is there a possibility to combine the diskspace from / and /drive2? in a specified mount point?
<15> union mount
<15> not sure of the status of support for it in linux though
<15> i use a union mount in freebsd
<15> it mounts another filesystem above a mount point
<14> nice
<15> http://en.wikipedia.org/wiki/UnionFS
<15> it was the only way to get my ftp permissions set properly
<15> since the directories users access span separate filesystems
<15> it plays nice with vsftpd jails
<13> CruelVenm: yes, read up on UnionFS
<13> I dont think the vanilla-kernel supports it, but I'm pretty sure gentoo-sources includes the patches.
<15> it's only supported in 2.6.9+
<16> I can't get this crontab statement to work, can someone help me out. -- '4 20 * * * cd /srv/www/vhosts/internal/status/ ; /usr/bin/php5 dailycheck.php &'
<16> i've updated the time many times try to get it to execute
<8> have you checked the error files? and why are you cd'ing before you run the script? if you want to run more than one command you should make a shell script for it
<16> true on the shell script, i'll do that.. the php executable includes files from the parent directory..
<16> I can't seem to find any log file for crontab
<15> does the job not run or is it the php executable that doesn't work?


Name:

Comments:

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






Return to #linuxhelp
or
Go to some related logs:

bmotion courtmartial
dakmf.pk
#3dsmax
#nhl
#computers
how do u make a return on mysoace
+fight for your right to party +kitten
#solaris
#computers
#politics



Home  |  disclaimer  |  contact  |  submit quotes