Search:

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

Page 1 of 2 1 2

Search: Search took 0.09 seconds.

  1. Why Doesn't Mac Microsoft office work on ubuntu?

    Both OSX and Ubuntu are *NIX systems. Normally (in my limited experience) if a program works on one *NIX system, then it can be made to work on ubuntu.

    Is Microsoft making it difficult on purpose?
  2. Replies
    12
    Views
    16,254

    [ubuntu] Re: How to connect to wifi on boot?

    lol, I like the cron command.

    Turn the server on then it will connect after midnight :D

    I can see why most servers have an Ethernet connection, but there must be a way of doing it by wifi...
    ...
  3. Replies
    12
    Views
    16,254

    [ubuntu] Re: How to connect to wifi on boot?

    Thanks Habitual,

    It still isn't working...

    here's the script
    /home/john/WifiSetup/ConnectWifi.sh


    #!/bin/bash
    ifconfig ra0 up
  4. Replies
    12
    Views
    16,254

    [ubuntu] How to connect to wifi on boot?

    Hi, I am running ubuntu 11.10 server, on a home WPA PSK wifi network.

    To connect to the wifi network I type these commands.



    sudo ifconfig ra0 up
    sudo wpa_passphrase NetworkName "Password"...
  5. [SOLVED] Re: Connect to a network with the command line.

    Thanks for the very quick reply.

    This works.



    sudo ifconfig ra0 up
    sudo wpa_passphrase NetworkName "Password" > ~/WifiSetup/wpa_supplicant.conf
    sudo wpa_supplicant -B -Dwext -i ra0 -c...
  6. [SOLVED] Connect to a network with the command line.

    How do I connect to the network using the command line?

    I have a server that I want to connect to my home wifi network.

    Wifi drivers are installed, ra0 is up, and the lights on the card are...
  7. [ubuntu] Ruby, Webdriver, Waitr, how to save a page as html

    Hi,

    Does anyone know how to use waitr and ruby to download a web page and save it as html.

    I used to use wget, but last week the page was re-designed to be full of javascript, so wget isn't...
  8. [SOLVED] Re: connect to home ssh server, I am missing somthing obvious...

    Thank you, that makes a lot of sense.
  9. Replies
    49
    Views
    8,903

    [ubuntu] Re: How to lower cpu speed?

    Try right clicking your panel (Taskbar), then adding CPU frequency scaling monitor.
  10. [SOLVED] connect to home ssh server, I am missing somthing obvious...

    This is one of those problems where I don't know a piece of assumed knowledge, so I am not understanding the How To guides.

    I have set up ssh on one of my computers at home. I can log into it from...
  11. [ubuntu] Re: Rosewill RNX-N150PC PCI Ralink 3060 chip driver instructions

    Thank you.

    You are a lifesaver.

    To help others find your post, my card was a Edimax EW-7711ln PCI card.
  12. [ubuntu] Re: How to get data from another user's home directory (I am allowed to do this)

    lol

    I was over thinking it.
  13. [ubuntu] How to get data from another user's home directory (I am allowed to do this)

    Hi

    I had a student, and she has done some work on her account on my lab computer, but has left the country and is un-contactable.

    I have full administrator privileges for this machine, and it...
  14. Replies
    3
    Views
    1,112

    [ubuntu] Re: equivalent of nice command for RAM usage

    Thanks, that helped a lot. But it doesn't entirely solve my problem

    My ulimit -m limit is already at 1.5 GB per program, which is fine as I have 4GB of RAM.

    However CLC instantly fills up the...
  15. Replies
    3
    Views
    1,112

    [ubuntu] equivalent of nice command for RAM usage

    I have a program with a memory leak.

    Is there a way of limiting the amount of memory available to the program or dropping it's "memory priority" so that when the offending program demands all of...
  16. Replies
    4
    Views
    525

    [all variants] Re: Free program from terminal via ssh

    If it helps, my terminal runs BASH and the remote machine uses TCSH
  17. Replies
    4
    Views
    525

    [all variants] Free program from terminal via ssh

    I am running a program on a "supercomputer" in my department via ssh.

    The program is currently giving a progress output to my terminal.

    I want to close my terminal, and log off, without...
  18. Replies
    28
    Views
    1,511

    [ubuntu] Re: Older parent && Ubuntu... what would you do?

    Even though you consider her a beginner computer user, she will have all kinds of things that she does her way that she doesn't want to change.

    My girlfriend's mother hated linux (mint), even...
  19. Replies
    2
    Views
    697

    [all variants] Re: Export Recent Commands

    Perfect. Thankyou
  20. Replies
    2
    Views
    697

    [all variants] Export Recent Commands

    How do I export the last 10-15 commands that I typed into the command line?

    I want to keep a record of what I have done in my lab book.
  21. [ubuntu] Re: ext4 maximum file name length, how long is 254 bytes?

    lol, I'm an experimental scientist and it didn't occur to me to just try...

    perl -e 'print("ls > " ,"A" x 255, "\n" );' | sh

    255 is the longest file-name that I can make before I get an error.
  22. [ubuntu] ext4 maximum file name length, how long is 254 bytes?

    Hi

    In the big bad world of windows vista I lost some files because after moving them their file names were over 255 characters. (NTFS file system)

    Ext4 has a Max file name size of 256 bytes,...
  23. Replies
    19
    Views
    1,665

    [SOLVED] Re: Which File System

    Could your corrupted files be due to permissions problems, or diferences in the maximum file name length?

    I have run into both of these, but NTFS is still the best one to use.
  24. [ubuntu] Re: Command works in terminal but not on quicklaunch button

    Thank you endotherm and DaithiF.

    that makes perfect sense, you've solved my problem. Now I will change the timer to give me more than 10 seconds of web browsing.
  25. [ubuntu] Command works in terminal but not on quicklaunch button

    Hi

    I want to limit my non-work internet browsing so I have written a command that when pasted into a terminal will open a browser, wait 10 sec then kill the browser

    This works perfectly if...
Results 1 to 25 of 37
Page 1 of 2 1 2