Search:

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

Search: Search took 0.11 seconds.

  1. [ubuntu] Re: 12.04lts / normal update now system stuck - won't boot.

    Hi P.P.L.
    At boot time, you should still have more options on grub menu.
    Are you still able to boot using the previous kernel?
  2. [all variants] Re: One network cable, two computers. Is it possible?

    In a standard home network I think you may have a class C network with


    Network 192.168.1.0
    Netmask 255.255.255.0

    That means, you must be able to have up to 253 hosts, what you are doing is...
  3. [ubuntu] Re: Disabling Control-Alt-Delete with a Perl script

    then, you can try:


    perl -pi -e 's/ca/#ca/ if m/ctrlaltdel/' /etc/inittab
  4. Replies
    13
    Views
    2,421

    [ubuntu] Re: macbook no sound device found

    That's true, sounds like you don't have installed the snd-hda-intel module.

    Try to install the modules as mentioned above by cyberdork33, then double check you can load modules by issuing the...
  5. Replies
    3
    Views
    534

    [all variants] Re: Automatically backup

    I'd like to suggest you to use a samba share, mount the share folder on windows machine, create a batch file or vb application to copy the files to the share folder and then add the script to windows...
  6. Thread: Help with SSH

    by manpaz
    Replies
    8
    Views
    549

    [ubuntu] Re: Help with SSH

    Please, ensure you have enabled your network, to make sure you are connected

    /etc/init.d/networking restart
    You will see the OK messages on each interface.

    Then check if you are going out to...
  7. Replies
    3
    Views
    610

    [ubuntu] Re: OpenVPN trouble installing (beginning)

    You must use double "dot" separated by 1 space, try to run these commands:


    # sudo su
    # . ./vars

    That must be enough.

    Thanks,
  8. Thread: SSH Login

    by manpaz
    Replies
    7
    Views
    575

    [ubuntu] Re: SSH Login

    A good place to start using php and ssh is
    http://us2.php.net/ssh2
    almost all fuctions have examples of how to start to implement them.

    If you'd like to go with java, there is place you may want...
  9. [ubuntu] Re: Disabling Control-Alt-Delete with a Perl script

    That's right, thanks Gamma746. To disable Ctrl-Alt-Delete from system you can edit the /etc/inittab and comment out the action for CTRL-ALT-DEL, it must look like:



    # What to do when...
  10. Thread: Help with SSH

    by manpaz
    Replies
    8
    Views
    549

    [ubuntu] Re: Help with SSH

    You need to install the openssh server on your desktop, and then enable it.



    # apt-get install openssh-server
    # /etc/init.d/ssh start


    Thanks,
  11. [ubuntu] Re: Disabling Control-Alt-Delete with a Perl script

    I'm not sure why you are trying to get done with perl, but if this could help, I'd like to suggest disable it in xorg.



    Section "ServerFlags"
    Option "DontZap" "Yes"
    ...
    EndSection
  12. Replies
    7
    Views
    834

    [ubuntu] Re: strange file in my home dir

    Usually your home directory is defined in /etc/passwd, so I suppose in the event you moved your folder, this file could be the result of process running when you moved it.

    The numbers at the end...
  13. Replies
    13
    Views
    2,421

    [ubuntu] Re: macbook no sound device found

    Check your settings on gnome-volume-control, and ensure that you have checked Line In in preferences menu.

    Then on mixer go to Line In and check the box that says Line in as output.

    Finally...
Results 1 to 13 of 13