Jump to content

Mhn

Members
  • Posts

    449
  • Joined

  • Last visited

Everything posted by Mhn

  1. As far as I know it should be grep -in "the word" <file(s) to search in> (without < and > of course) In your example you could use a * which means all files in the directory. To limit you could also use *.txt or something.
  2. Mhn

    GTalk with Kopete

    The package you need is called libqca1-tls
  3. Open up a terminal (In KDE: Kmenu -> System -> Terminals -> Console) then write:su <insert your root password here, as you don't have any I presume you just press enter> kwrite /etc/modprobe.conf That will open up modprobe.conf in kwrite with root permissions.
  4. Follow the instructions on the Easy-Urpmi page (link at the top of this page) then open a terminal and write: su <insert root password here> urpmi ipw2200-firmware then try configure wireless network again.
  5. All clocks on my computers changed automatically (using time.flygplats.net for the server and then syncing all other to that one).zdump shows the same as yours. Edit: # /etc/init.d/ntpd restart ?
  6. Mhn

    loss of sound

    Have you set up your internet repositories? Go to the Easy-Urpmi page (link at the top of this page) and follow the instructions. After you have done that, try urpmi alsaconf alsa-utils alsa-plugins again.
  7. chmod 666 makes the file readable and writeable for everyone, so you don't need to be root to echo to it. Maybe you already have said something about it, but have you tried to copy and paste your password into the dialogue box?
  8. One app that do so is Network Monitoring ( /usr/sbin/net_monitor ) that do it to check if the connection is working. Network Monitoring start if you left-click on network applet in the system tray in the panel (KDE).
  9. rm -rf /tmp/* should do the work, that problem has happed once for me too.
  10. or not... https://mandrivausers.org/index.php?showtopic=38636
  11. If you have used easy-urpmi, you should be able to install kshowmail via 'point and click' too (via Mandriva Control Center), because it's in mandrivas repositories. C compiler which you can install in the same way: gcc.
  12. or, at least in mdv207, type 'kcmshell componentchooser' to get directly to the Component Chooser.
  13. On my mdv2006 it is: KDE Control Center -> Components -> Component Chooser -> Web Browser.
  14. go into KDE Control Center -> KDE Components -> Component Chooser -> Web Browser.
  15. Mhn

    2007 KDE login

    This is interesting, What does this mean? Like it says, the server is already active for display 0. :P "The server" means the X-server, simplified "the graphical interface" you use when running for example KDE or gnome. 'startx' would start it if it wasn't running.
  16. Mhn

    2007 KDE login

    You can change that behavior from the KDE control center ( -> System Administration -> Login Manager )
  17. I use to write 'ps ax' to see all. If you run 'ps --help' you will see available switches...
  18. MS-only with PHP? :huh: IIS should have something similar like apache I think... but don't know
  19. If you use apache: http://httpd.apache.org/docs/1.3/mod/mod_autoindex.html just add <Directory /web/docs> Options Indexes </Directory> in httpd.conf (replace /web/docs with the correct directory)
  20. If you could get my webcam to work in linux, I'd only be happy!
  21. What if you just write: # urpmi real-codecs
  22. No. I have installed them via urpmi.
  23. The default in kde is that on a restart it starts the programs that were open last logout. This can be changed in the KDE Control Center (or by running 'kcmshell kcmsmserver' from a terminal).
  24. $ urpmq -i gcc-c++ Name : gcc-c++ ... Summary : C++ support for gcc Description : This package adds C++ support to the GNU C compiler. It includes support for most of the current C++ specification, including templates and exception handling. It does include the static standard C++ library and C++ header files; the library for dynamically linking programs is available separately. I think Mandriva have splitted gcc to many packages.
×
×
  • Create New...