Search:

Type: Posts; User: merinda; Keyword(s):

Search: Search took 0.19 seconds.

  1. Replies
    73
    Views
    7,529

    Re: Should I learn C before C++?

    You should at least learn C "a little" before learning C++. Find introduction tutorial for C.
  2. Replies
    9
    Views
    1,407

    Re: Launch default text editor

    There is always a possibility that gedit has been uninstalled by admin. You never know.
  3. Replies
    9
    Views
    1,407

    Re: Launch default text editor

    For gnome desktop, you can check /etc/gnome/defaults.list to find default text editor.
  4. Replies
    22
    Views
    2,594

    Re: Java or Python?

    Python is easier. You will be much productive with Python. But.... Python is slower than Java. So do you need the performance???
  5. Replies
    11
    Views
    4,145

    Re: programms for flash creating ?

    http://www.osflash.org/linux
  6. Re: HOWTO: Install "wallpapoz" and have different wallpapers on each workspace

    You must install it in order to have application menu for wallpapoz.
  7. Re: Enable support for php4 and php5 with two apache server

    Are you saying that after starting apache2 when you try to open php file, the browser try to download it?
    if yes, where do you save your php file and what url you use to access this file in browser?...
  8. Enable support for php4 and php5 with two apache server

    I likes php5 better than php4. So I installed it right away:
    apt-get install php5 apache2-mpm-prefork

    But I have to install php4 in order to do web development. My client hosts his web in web...
  9. Replies
    3
    Views
    2,942

    Re: Opening recent files with gVim?

    as default, vim does not support recent files. But there is a plugin....
    http://www.vim.org/scripts/script.php?script_id=521
  10. Replies
    6
    Views
    674

    Re: Nice c++ e-book

    This is the best ebook about c++....
    http://mindview.net/Books/TICPP/ThinkingInCPP2e.html
  11. Re: HOWTO: Install "wallpapoz" and have different wallpapers on each workspace

    Hi,

    Initially I developed Wallpapoz using C++, libxml++ ( C++ version of libxml ) and gtkmm ( C++ version of gtkmm ). Later this choice gave many users problems. Most of them had difficulties...
  12. Replies
    52
    Views
    134,618

    Re: [HOWTO] Sharing files with vsftpd ftp server

    I wouldn't suggest to set write_enable=YES unless you explain people what it does.


    He he, I should have to write that this is for sharing files where you can read and write. As I remembered, the...
  13. Replies
    52
    Views
    134,618

    Re: [HOWTO] Sharing files with vsftpd ftp server

    I use vsftpd here as standalone daemon so I don't touch inetd.conf.

    Before configuring vsftpd itself, you must decide whether to run it as a standalone dæmon or by way of a super-server, inetd or...
  14. Replies
    52
    Views
    134,618

    [HOWTO] Sharing files with vsftpd ftp server

    Vsftpd is the most easy ftp server to setup.

    Installing vsftpd:


    sudo apt-get install vsftpd


    The configuration file for vsftpd is located in /etc/vsftpd.conf. The default configuration...
Results 1 to 14 of 14