| |
| |
| |
|
Page: 1 2 3 4 5 6 7 8 9
Comments:
<0> editting text files for stuff that it would be hard to write a script to find correctly/efficiently <1> sinthetek: that's what admins *do* :P <1> sinthetek: besides, anything tedious really should and can be scripted <1> otherwise it's either one-off or relatively interesting ;) <0> steg: some admins are busy and get stuck with more than they can handle at once or they may just not feel like dealing with certain things <1> sinthetek: and they're going to give you root access to their servers and spend lots of time explaining exactly what they need done? <1> And without prior knowledge you're going to come in, learn and know their setup and any potential nuances? <1> I don't think it will work <1> however, don't let me put you off, best of luck <0> you could describe a lot/most of such problems in a paragraph that would be easier to type out than write a 2 page script or something for. and you don't need root access to their systems to write a script or edit files. if you need to test a script, it shouldn't be too hard to test & debug on one of my own systems in most cases <0> i suspect it wouldn't be too helpful except to people who have to answer to a lot of bosses or have a really big network to maintain but still, some people might just get lazy or decide they want to spend extra time with their family all week and hit me up to do all of the hard stuff :P <1> I still don't think it's feasible... but good luck, and if it goes well, hire me ;) <0> anyone know of a vonage voip dialer for linux? <0> i think i might make one <0> last time i checked i couldn't find one
<0> i did, however, find an article on inserting profanities into voip conversations when researching it last time :P <0> some sort of an mitm thing <2> tojoe! :-) <3> .v gcbirzan <4> hi. any chance for windows-targeted viruses to involve with my files on my linux storage-server primary configured to store windows-based files used over samba? sharings are used as drives directly over ethernet... <5> Anz0r: They could be infected if the clients have write permission. <6> anyone can recommend a good vpn server-side application? <7> Anz0r: in case you have a virus, there's antivirus solutions for your linux samba server... <8> um <8> I'm reading a story on newscientist about using antineutrino detectors to see if countries are trying to illegally produce plutonium for bombs <8> only, i thought neutrinos were all but undetectable... the neutrino detector in antartica is huge, and detects a particle once a month... a single particle, of the quadrillions per picosecond that must p*** through <8> so it doesnt make much sense <9> Hello <9> Can't I use iptables -t nat -A POSTROUTING -s ip -m mac --mac-source xx:xx... -j MASQUERADE ? <8> znuffied, dunno... what happens when you try? <9> iptables: Invalid argument <2> Znuffie: Can't use --mac-source in POSTROUTING <9> gcbirzan thanks <3> doh <10> whats is the rpm name for gcc devel <7> rpmfind.net <10> its not there <10> im looking for its correct name <10> i need the devel rpm for gcc....exact name <10> in rpm <11> gcc-devel <10> i got no result using it =( <11> if it even exists <11> then it doesnt exist <10> No package found of name gcc-devel <11> it doesnt exist <10> im having problem with the compiler but i was told that it can be solved using the devel <11> er <11> who told you that? <12> someone without brain. <11> the scarecrow? <10> http://pastebin.com/525705 <10> here my problem <13> kuto: try installing g++ (if whatever distribution you use have that in a seperate package) <10> ok <14> what`s de default directory for video codecs on suse ? <14> ./usr/lib/pwlib/codecs? <14> mmm? <14> :) <15> Hello. <15> Does anyone have any experience with Nforce SATA II chips under Linux? I have installed Slack on AMD based machine for the first time, it's Ath64 3700 with Asus A8N Deluxe. I have recompiled 2.6.15.1 and made sure to put sata support for nvidia. I see the disks, everything is fine except for one thing: Performance. <15> IO is slow, Seriously slow. <15> Copying from one SATA drive to another is ~7MB per second. It peaks with 10MB per second every once in a while, but that's it. <15> I haven't seen such speeds since Pentium-1 days... <15> Hello again... <15> I will try again... Slower this time ;) <15> Does anyone have any experience with Nforce SATA II chips under Linux? I have installed Slack on AMD based machine for the first time, it's Ath64 3700 with Asus A8N Deluxe. I have recompiled 2.6.15.1 and made sure to put sata support for nvidia. I see the disks, everything is fine except for one thing: Performance. <15> IO is slow, Seriously slow. <15> Copying from one SATA drive to another is ~7MB per second. It peaks with 10MB per second every once in a while, but that's it. <15> I haven't seen such speeds since Pentium-1 days... <15> Any idea what am I missing here? (I took these drives from a Pentium4 based machine with intel ICH sata, they worked great there and I could easily squeeze 30MB per second copying from one drive to another). <16> hello everyone <16> can someone tell me how can i make the following stanza work in bash ( $ { cat > ~/.bash_profile << "EOF" && exec env -i HOME=$HOME TERM=$TERM PS1='\u:\w\$ ' /bin/bash && EOF; } | su - mantis ) <16> what i want to do here is login as user "mantis" and then cat into file ~/.bash_profile
<16> i might want to use exit to logout as well anytime during my script! <17> I have Win XP running on my machine on the primary partition, so I wanted to install Linux and create a dual boot. Is there a wayto create a new partition without losing the contents of the original? <18> \mantis\ why not try su -c ? <19> does gentoo do ppc? <20> yes <16> Redragon^ : so you mean i should run su -c mantis { cat > ~/.bash_profile << "EOF" && exec env -i HOME=$HOME TERM=$TERM PS1='\u:\w\$ ' /bin/bash && EOF; } instead? <18> probably su - mantis -c <command here> <18> if i remember correctly <16> i see.. <16> thank you very much! <16> really appriciate that! <20> I'm starting to enjoy DSL linux :-) <21> How to copy a directory ? <16> cp -Rv /tmp /tmp1 <16> ***uming /tmp is the directory you want to copy, and /tmp1 is that destination name for the directory! <18> if your going to do that you may also want to look into -a and -P and it should be -r not -R <18> another method is rsync -aPr /olddir /newdir <22> hi all <18> hiya jak <21> Redragon^: Thanks. <22> Redragon^: Redragon^, i am use Redhat9 always each day, i need type: these command: route add -net 172.10.0.0 netmask 255.255.0.0 gw 172.10.1.100 how configure my linux for automatically when bootup.. ? <18> upgrade while you still can before someone else takes control of your box <23> Hello, when the powernowd start drop this: Starting powernowd: required sysfs objects not found! <23> Anybody lknows why? <13> AKQJ10: you havent got support for or not mounted sysfs? <23> in fstab? <13> probably could be, or just do it manually <23> OK <23> sysfs /sys sysfs defaults 0 0 <23> tahts ok? <13> think so <13> ok, I might have had to specify he did not need to actually reboot to do that <23> Hello, wich module I have to load for cpufreq? I've got an AMD duron. powernow-k6/k7/k8??? <20> 'lo <20> I've just heard the best geek joke ever <20> There was this webmaster in the train and he hears <td> </td> <td> </td> <24> !resolve niteye.podzone.net <20> !nslookup niteye.podzone.net <25> niteye.podzone.net is 213.224.114.152, Znuffy <24> thanks <26> i need some help please <26> can some one please help me? <26> i whant yo instal linux os over an pentium 1 pc, at the 100mhz and 96RAM.....can some one sugest me please what kind of linux should i install? <27> mmmmmm Apache 2.2.0 <24> any without X <26> ? <26> :S <27> asdfg: Debian may still work on that box Niteye is right, no X <26> ok <26> i will try Debian <26> thank you SpamapS <26> SpamapS <26> can you give me please a direct link to the download of that Debian Os? <26> or to tell me an old Debia version that could work on that sistem? <24> http://www.debian.org/CD/ <24> the new one should work if you strip it down to not install all the graphical things <26> okay Niteye <26> thanks all <11> heh <18> hiya SpamapS <18> hiya themaxxz <11> hey red <11> got an apache question for you from a colleague if you are up for it <28> Good after noon, penguins. <11> eeek penguins,, WHERE? <28> Is there a *good* free distro that still uses XFree86 X11R6|7 instead of the X.org? <29> is it possible to save things if someone uses a live cd ? <28> !distrowatch <28> Erag0n, it certainly is <29> then how ? <28> Erag0n, depending on the distro, chroot may be the way to go\
Return to
#linuxhelp or Go to some related
logs:
#linux #mirc #linux #AllNiteCafe #c++ #linux nvnet eth0 does not exist #php #AllNiteCafe convert centos to fedora
|
|