Search:

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

Page 1 of 10 1 2 3 4

Search: Search took 0.05 seconds.

  1. Replies
    4
    Views
    1,873

    [ubuntu] Re: dhcp server on boot

    Edit post:

    Check out this http://ubuntuforums.org/showthread.php?t=2186287&p=12841552#post12841552

    Sounds similar?
  2. Replies
    3
    Views
    254

    Re: setting up web server

    Try webmin:

    http://www.webmin.com/
  3. Replies
    3
    Views
    1,372

    Re: Bandwidth speed test scheduled

    I have a public iperf server here, if that is helpful:

    http://iperf.scottlinux.com/




    $ sudo apt-get install iperf

    $ iperf -c iperf.scottlinux.com
  4. Re: Why does Aptitude think that packages purged with dpkg need to be reinstalled?

    Don't use aptitude? :) /ducks
  5. Replies
    7
    Views
    736

    [lubuntu] Re: Var WWW write permisions

    I would suggest just adding your username to the group www-data.

    It is best to use what is already the ubuntu / apache / nginx default (re: www-data).



    sudo chown -R www-data:www-data...
  6. [SOLVED] Re: Is it a safe option to reset the 'root@localhost' password via phpmyadmin?

    Yep - it is fine to do that through phpmyadmin.

    I would make all of those have the same password.

    Cheers,
  7. [ubuntu] Re: Configuration issue with Sendmail TLS on Ubuntu

    Are you referring to SMTP-TLS?

    I would suggest using postfix instead of sendmail. Postfix is far easier to configure.

    Cheers,
  8. [ubuntu] Re: Problem with lamp in development environment.

    One mysql process - yes.

    Apache - no something is not right. Should see many.

    With apache, you will typically see on process running as root, then many other child processes running by say,...
  9. Replies
    21
    Views
    9,977

    [ubuntu] Re: Can FinFisher infect Ubuntu?

    'Infect' is an odd way to think of this one. It is more of a targeted trojan for government computer systems that have been Windows.

    In short I would not worry about it,
  10. Replies
    6
    Views
    4,253

    [ubuntu] Re: pptp vpn very slow

    You might experiment with MTU settings inside dd-wrt and bump it up to say, 1500. Then see if the VPN works any better.
  11. Replies
    2
    Views
    535

    [ubuntu] Re: Delete 'facebook' in message menu

    Try this?


    sudo apt-get remove account-plugin-facebook
  12. Replies
    6
    Views
    1,220

    Re: Handbrake in Raring?

    The ppa is maintained by the handbrake upstream developers. It is more or less the best way to go.
  13. Replies
    1
    Views
    1,377

    [ubuntu] Re: Python 2.7 vs python 3.3 (or 3.2)

    I would say learn and use python 3.x. Some features of 2.x were/are slow to get into the 3.x branch but otherwise python 2.7 is not being developed anymore.
    ...
  14. Replies
    2
    Views
    445

    Re: phpmyadmin, see quries?

    From the command line, you can enter mysql:



    $ mysql -uroot -p
    Enter password:
    Welcome to the MySQL monitor. Commands end with ; or \g.
    Your MySQL connection id is 1243162
    Server version:...
  15. Replies
    12
    Views
    6,509

    [ubuntu] Re: No command 'java' found

    What is the output of:


    which java

    ?
  16. Replies
    6
    Views
    430

    [ubuntu] Re: After installing Apache

    Default is:

    /var/www/



    $ cat /var/www/index.html
    <html><body><h1>It works!</h1>
    <p>This is the default web page for this server.</p>
    <p>The web server software is running but no content...
  17. Replies
    8
    Views
    4,221

    [ubuntu] Re: Ubuntu 10.04.4 LTS upgrade PHP

    Upgrade to 12.04...

    Cheers,
  18. [ubuntu] Re: How to view Ubuntu screen remotely from a Mac

    First, Enable Remote Desktop in Ubuntu

    ( http://www.makeuseof.com/tag/ubuntu-remote-desktop-builtin-vnc-compatible-dead-easy/ )


    The on the Mac, open Safari. In the Safari URL bar put
    ...
  19. [ubuntu] Re: SSH error: “Corrupted MAC on input” or “Bad packet length”

    Can you temporarily increase log level on the ssh server:

    /etc/ssh/sshd_config

    LogLevel DEBUG3



    Or try to connect with ssh user@host -vvv ?
  20. Replies
    23
    Views
    2,227

    [ubuntu] Re: VirtualBox good or bad

    VirtualBox is great. I have used it since the project began from kqemu. Support for Linux guests in particular is very good with VirtualBox vs. others.
  21. Replies
    2
    Views
    1,393

    [ubuntu] Re: Postfix SMTP TLS configuration

    Port 25 is required for mail. It is how mail servers talk to other mail servers.

    You can indeed use SMTP with TLS on port 25 so that the mail server -to- mail server transaction is wrapped in...
  22. Replies
    12
    Views
    1,354

    [ubuntu] Re: What is an fqdn?

    You will want to edit the file /etc/hostname and give the computer a name. Then reboot!
  23. [SOLVED] Re: NFS only reaches 2.3 mb/s anyone know how to speed it up?

    Typically NFS is much faster than ssh / sshfs. Are both machines running the stock Ubuntu kernel?
  24. Replies
    16
    Views
    14,845

    [ubuntu] Re: localhost login

    During the ubuntu install you are required to make one user with a password. If data is no concern, best to just re-install at this point from the CD or DVD.
  25. Thread: Lamp & dns

    by stmiller
    Replies
    9
    Views
    760

    [ubuntu] Re: Lamp & dns

    Yes - ideally this would be setup in your router, if it supports being a local DNS server. There you could make DNS entries for your local virtual hosts.

    This is probably too much trouble for...
Results 1 to 25 of 250
Page 1 of 10 1 2 3 4