Search:

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

Page 1 of 5 1 2 3 4

Search: Search took 0.17 seconds.

  1. Replies
    10
    Views
    1,439

    Re: New to Linux /Ubuntu Need a few basic commands

    that would be 'hostname -f'
  2. Replies
    5
    Views
    444

    [ubuntu] Re: PHP/HTML editor for ubuntu?

    gedit can do what you need, it is included in Ubuntu. Otherwise try Bluefish Editor. You can find it in the repositories.
  3. Thread: Networking problem

    by 505
    Replies
    7
    Views
    497

    [ubuntu] Re: Networking problem

    Run the commena with sudo:

    sudo /etc/init.d/networking restart
  4. [ubuntu] Re: No Apps In task Bar. Minimizing Applications Disappear.

    You probably just removed the window list. Right-click on the taskbar and select Add. Select Window list and press the Add button to add it to you taskbar.
  5. Thread: Root password Help

    by 505
    Replies
    8
    Views
    576

    [all variants] Re: Root password Help

    Your password and sudo password are the same. If you prefix a command with sudo you must type your password, not the root password. By default, the root login is disabled, and has no password. You...
  6. Replies
    2
    Views
    1,461

    [all variants] Re: Bash "can't find" binary executables

    Maybe you have a version that was compiled for another platform. I believe that would also result in that message. Check the output of 'file ophelp' to see what kind of file it is (e.g. executable...
  7. Replies
    5
    Views
    333

    [ubuntu] Re: Need help uninstalling from command line

    You can uninstall any package in a command line with the command

    sudo aptitude remove *package*
    However, if you have problems with your graphic card, you can first try to edit the...
  8. [ubuntu] Re: Torrent client cooperation between 2 dualbooting OSes (XP/Ubuntu)

    Yes, it is possible. It should matter which program you use for it, as all torrent client can verify a download to see what still needs to be downloaded. For it to work you would have to setup both...
  9. Replies
    1
    Views
    456

    [ubuntu] Re: Evolution email quick launch icon

    In your applications menu, go to Office and rightclick on "Evolution mail". There is an option to add it to the launcher panel.
  10. Replies
    3
    Views
    661

    Re: How do You Add Visitor Counts in Javascript?

    To do it in javascript is actually quite difficult. Because javascript is executed client-side, you face the problem of storing the results server-side. To do it you would need javascript that calls...
  11. Replies
    4
    Views
    800

    [ubuntu] Re: How do I create a home network with Ubuntu?

    If the other PC is running Windows, it is best to set up Samba on your Linux computer. This allows you to access shared folder on Windows, and you can share folders on the Linux computer which can be...
  12. Replies
    2
    Views
    378

    [ubuntu] Re: where do update files go?

    The are downloaded to /var/cache/apt/archive The best way to delete them is by running the command 'sudo aptitide clean'
  13. Replies
    6
    Views
    834

    [ubuntu] Re: How do I create an FTP user

    yes, looks like it. If you are running an SSH server, all users can SFTP to that server. There, the permissions are the same as when a user would login using a normal SSH session.
    FTP is different,...
  14. Replies
    6
    Views
    834

    [ubuntu] Re: How do I create an FTP user

    That depends on what FTP server you are using. This feature is called chroot jail. For example, for vsftpd, see...
  15. [kubuntu] Re: DIfference between Mounting and Enabling Read/Write support?

    Mounting is making any partition (part of a hird drive) available to your system.

    Windows partitions are stored in NTFS. Some time ago Linux could only read from such partitions, read/write was...
  16. Replies
    11
    Views
    697

    [ubuntu] Re: ubuntu server questions

    You don't need a keyboard attached. I think you also do not need Ubuntu on your laptop (although Ubuntu is a very good OS, so you might want to try it anyway). A lot of these servers run Linux, and...
  17. Replies
    4
    Views
    624

    [ubuntu] Re: I need an Ipod program like itunes

    Yes, it is called gtkpod, however, if you have a very new model of your iPod, it might not work. But try it...
  18. Replies
    2
    Views
    421

    [ubuntu] Re: Cannot change heading to Solved

    It has been removed for now, to releave the stress on the database. But I think you can edit your thread title.
  19. Replies
    8
    Views
    732

    [ubuntu] Re: UBUNTU vs UBUNTU Server

    1. Yes, the packages are the same, so the the settings will also be the same.
    2. LAMP is basically Linux+Apache+MySQL+PHP. If you install everything you have a powerful platform. If you install it...
  20. Replies
    8
    Views
    732

    [ubuntu] Re: UBUNTU vs UBUNTU Server

    Install Ubuntu and then Apache2, PHP, and MySQL. It's a lot quicker/easier than installing Gnome on Ubuntu server. You can install everything using Synaptic.

    Wathever way you chose, the result...
  21. Replies
    8
    Views
    732

    [ubuntu] Re: UBUNTU vs UBUNTU Server

    Ubuntu server is specially meant for servers. It does not include things that normally you do not want on a server, such as Gnome. However, if you want to install a webserver on your currect Ubuntu...
  22. Replies
    20
    Views
    2,324

    [gnome] Re: Passwords visible in keyring

    I think you can't. The reasons is that you're logged in - for which you had to type your password. After that, stored password are accessible.
    What you can do is create an extra user account. Set a...
  23. Replies
    14
    Views
    8,903

    [ubuntu] Re: How do i modify /etc/modprobe.d/blacklist

    Press alt+F2 and type 'gksu /etc/modprobe.d/blacklist' Enter your password when asked.
  24. [ubuntu] Re: How do you get command prompt at a network share?

    I think if you access a network share using the GUI, you cannot easily get a terminal to that. You can check that by opening the network folder and looking in the lower left dropdown. If is starts...
  25. Replies
    5
    Views
    484

    [ubuntu] Re: Deleting files in terminal

    The above command would find all mp3's and then delete them. The OP wants to delete all the rest, not the mp3's. Safest bet is to copy all mp3's first, then delete the folder. You can use the command...
Results 1 to 25 of 106
Page 1 of 5 1 2 3 4