Jump to content

hirohitosan

Members
  • Posts

    135
  • Joined

  • Last visited

Everything posted by hirohitosan

  1. I pointed too at /usr/java/jre1.5.0_09/bin and /usr/java/jre1.5.0_09/plugin/i386/ns7 but stil not work .. in my case /usr/lib/mozilla-firefox-1.5.0.7/plugins it seems that enable Flash but the browser doesn't show
  2. I succeeded before but I forgot how ... :unsure:
  3. I tried Settings, Configure Konqueror, Plugins Global Settings – Enable plugins globally Netscape Plugins /usr/lib/mozilla-firefox-1.5.0.7/plugins and restart Konqueror, but still not work. At the Plugins tab it shows me that the Flash plugin is loaded but it doesn't display flash animation on the browser. And on the pages with Java it show me just Error: java executable not found I can use Firefox of course but I was curious if Konqueror can display Java and Flash.
  4. but in Firefox Java and Flash plugins works fine. I just cannot enable it on Konqueror
  5. hirohitosan

    Konqueror

    Hello there. I just installed Md 2007 and I don't know how to enable Flash and Java plugins for Konqueror. Thanks
  6. I use Mandriva 2006 and I applied all updates to my system. Now it works again after restarting, but I didn't understand what was happened. I didn't aspect at such severe crash. And about killing a console which doesn't respond, any suggestions?
  7. hirohitosan

    crash X

    Hi there. Today my X server has crashed. I was working in OOWriter and suddenly the application doesn't respond and I killed OO window using Xkill. After that I couldn't open O office so I tried to restart the X server. At that moment everything frozen. Keyboard, mouse, everything. I had to restart my computer with reset button. I don't know what cause that crash. Can I check some logs or something? Or if it works again I don't have to be worry? Another crash: I connect through ssh to a server using console (Alt F2) after a while, maybe the connection with server was lost and the console is frozen too. I cannot use keyboard on that console. I don't know how to “kill” a console. For example if I login on another console (Alt+F3) how to kill console 2?
  8. hirohitosan

    Gaim

    yes that is the answer, thanx. But I still cannot connect at yahoo. It's strange because with MSN I have no problem, just yahoo protocol doesn't work
  9. hirohitosan

    Gaim

    I use my computer at the office and at home. At home the IN provider has a firewall and because of that I cannot use gaim for yahoo protocol. I downloaded yahoo messenger for Linux and at Connections preferences there is an option: Firewall with no proxies and with this option I can connect (the description is like that: "some organizations have strict firewalls but don't use proxies. The firewall with no proxies allow you to connect to our servers using only http request"). Gaim has just no proxies. Can I configure gaim to connect to yahoo using only http request?
  10. hirohitosan

    lilo

    My lilo.conf looks like this: image=/boot/vmlinuz-i686-up-4GB label="linux-i686-up-4GB" root=/dev/hda4 initrd=/boot/initrd-i686-up-4GB.img append="resume=/dev/hda3" vga=788 image=/boot/vmlinuz-2.6.12-25mdk-i686-up-4GB label="2612i686up4G-25" root=/dev/hda4 initrd=/boot/initrd-2.6.12-25mdk-i686-up-4GB.img append="resume=/dev/hda3" vga=788 image=/boot/vmlinuz label="linux" root=/dev/hda4 initrd=/boot/initrd.img append="resume=/dev/hda3" vga=788 I'm always confused wich one to chose in any cases after the computer start if I write # rpm -qa | grep kernel kernel-source-2.6.12.25mdk-1-1mdk kernel-i686-up-4GB-2.6.12.25mdk-1-1mdk There are some differences between "linux-i686-up-4GB" "2612i686up4G-25" "linux"? Should I keep them all?
  11. I want to use AWK for calculations in some scientific data. I did some experiments and the machine gave me a *.txt file, like this: A1, A2, A3, A4, ..., An B1, B2, B3, B4, ..., Bn C1, C2, C3, C4, ..., Cn ..................................... M1, M2, M3, M4, ..., Mn N1, N2, N3, N4, ..., Nn I'm wondering if I could do some operations like: cap=A3*(B2-B1)+B3*(C2-C1)+...+M3*(N2-N1) Or someone knows some forums on AWK where I can aks some questions? Thanx
  12. yes, you're right ... it was that, sorry
  13. Hello. I just started to learn the awk language and I tried some examples from doc folder. And there is an example like this: Print the length of the longest input line: awk '{ if (lenght ($0) > max ) max = lenght ($0) } END { print max }' CV-NA-10mVps02.Txt and the result was: [PHASE], 3, 1415, 4 I asumed that this will give me a value not a string, and that line is NOT the longest input line. Does anyone knows something about AWK arround here or where I can find someone for explanations? thanx
  14. I did urpmi kernel-i686-up-4GB-2.6.12.25mdk and urpmi kernel-source-2.6.12.25mdk after instalation my lilo.conf looks like default="windows" boot=/dev/hda map=/boot/map install=menu keytable=/boot/us.klt menu-scheme=wb:bw:wb:bw prompt nowarn timeout=6000 message=/boot/message image=/boot/vmlinuz label="linux" root=/dev/hda4 initrd=/boot/initrd.img append="resume=/dev/hda3" vga=788 image=/boot/vmlinuz label="linux-nonfb" root=/dev/hda4 initrd=/boot/initrd.img append="resume=/dev/hda3" image=/boot/vmlinuz label="failsafe" root=/dev/hda4 initrd=/boot/initrd.img append="failsafe resume=/dev/hda3" other=/dev/hda1 label="windows" table=/dev/hda image=/boot/vmlinuz-i686-up-4GB label="linux-i686-up-4GB" root=/dev/hda4 initrd=/boot/initrd-i686-up-4GB.img append="resume=/dev/hda3" vga=788 image=/boot/vmlinuz-2.6.12-25mdk-i686-up-4GB label="2612i686up4G-25" root=/dev/hda4 initrd=/boot/initrd-2.6.12-25mdk-i686-up-4GB.img append="resume=/dev/hda3" vga=788 I booted in "2612i686up4G-25" after that: uname -a Linux localhost 2.6.12-25mdk-i686-up-4GB #1 Fri Aug 18 13:59:05 MDT 2006 i686 Intel(R) Pentium(R) M processor 1500MHz unknown GNU/Linux # rpm -qa | grep kernel kernel-source-2.6-2.6.12-22mdk kernel-i686-up-4GB-2.6.12.12mdk-1-1mdk kernel-source-2.6.12.25mdk-1-1mdk kernel-i686-up-4GB-2.6.12.25mdk-1-1mdk I don't know if this is good or not. I don't understand why "unknown GNU/Linux" and also I don't understand the output of # rpm -qa | grep kernel I did something wrong? and do I need all that options at boot?
  15. I don't know how to do that I have configured all but it seems that it doesn't come from updates I did # urpmi --auto-select # urpmi.update -a # urpmi --auto-select --resume After that rpm -qa | grep kernel kernel-source-2.6-2.6.12-22mdk kernel-i686-up-4GB-2.6.12.12mdk-1-1mdk I don't know how to upgrade my kernel
  16. I did: uname -r 2.6.12-12mdk-i686-up-4GB # rpm -qa | grep kernel kernel-source-2.6-2.6.12-22mdk kernel-i686-up-4GB-2.6.12.12mdk-1-1mdk it seems it doesn't match ... :mellow:
  17. Hi. I don't understand what's happened with my wireless connection. When start my computer the wireless just doesn't work (in win it works). I did something like # modprobe ath_pci # ifconfig ath0 up # wlanconfig ath0 list scan SSID BSSID CHAN RATE S:N INT CAPS JICA 00:02:2d:81:55:a1 1 11M 9:0 100 E JICA 00:02:2d:b0:89:53 5 11M 25:0 100 E JICA 00:02:2d:b0:8c:23 13 11M 4:0 100 E I don't know what to do. I tried to reinstall the MadWifi driver but another error: # make /bin/sh: line 0: cd: /lib/modules/2.6.12-12mdk-i686-up-4GB/build: No such file or directory Makefile.inc:89: *** /lib/modules/2.6.12-12mdk-i686-up-4GB/build is missing, please set KERNELPATH. Stop. I don't understand what was happened. Can you give me some advices. Thank
  18. Hi. When I boot my computer I have these options: linux-nonfb linux failsafe which are the differences between? Today I accidentally boot in “linux-nonfb” and I don't see any differences.
  19. Thanx ... it's quite amazig ImageMagick :)
  20. Thanx. It works with konqueror /
  21. I want to create an icon on my desktop to start Konqueror in su mode. I created but it always start K. Web browser. I want to start K. like a File Manager. How can I do this?
  22. Hi there. I have a lot of digital photos and I want to publish them on the Internet. The problem is that the images was took with hight resolution 2048x1536px. I want to reduce them to a lower dimension. I know some applications like Gimp that can do that but I'm interested if there are some console application that can do that. Having a lot of photos I don't want to open each and scale it. I'm thinking at some scripts or something like that for transforming my images in thumbnails. Thank you.
  23. Thanx ianw. It woks ... finally I can print :)
×
×
  • Create New...