Search:

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

Page 1 of 10 1 2 3 4

Search: Search took 0.08 seconds; generated 37 minute(s) ago.

  1. Replies
    1
    Views
    509

    Please remove my account

    Please delete my account, nmaster. I still use Ubuntu, but no longer need an account on this forum. Thank you!
  2. Replies
    8
    Views
    947

    [kde] Re: KDE 4.9 crashes in ubuntu 12.10

    you could try the package kubuntu-low-fat-settings to minimize your memory usage.


    sudo apt-get install kubuntu-low-fat-settings
  3. Replies
    4
    Views
    629

    [SOLVED] Re: Winamp like media player problems

    you should mark the thread as "solved". that way if someone else has the same problem it'll be easier for them to find a solution.
  4. Article series "Bash One-Liners Explained"

    This has probably been posted before, but I thought it would be worth reposting this link. It looks like it would be very helpful for people who are new to bash.
    ...
  5. Replies
    0
    Views
    386

    [all variants] Understanding nmap output

    I just inherited a new desktop at school/work and need some help understanding the nmap output. I ran nmap with nmap-online.com and got this output:


    PORT STATE SERVICE
    22/tcp open ...
  6. Replies
    4
    Views
    736

    [ubuntu] Re: need good video editor

    This is probably the case. I would recommend VLC both for the transcoding as well as for general viewing. To transcode, go to the "Media" dropdown menu and select "Convert/Save". You can choose...
  7. Replies
    30
    Views
    11,895

    [ubuntu] Re: Ubuntu 12.04 on Thinkpad X230

    any updates? i'm interested in getting an x230 but i'd like to know if everything works auto-magically first.
  8. Replies
    74
    Views
    4,066

    Re: Do you trick out or go stock Desktop?

    if you really want have a customized desktop experience (that is stable) you're probably best off not using a desktop environment like gnome or kde. you should look into using a lightweight window...
  9. [SOLVED] Re: Question About the LS Command & Text Files

    the first one is a backup. some text editors (like emacs) will create these. try using this


    ls --ignore-backups


    you can add an alias to your bashrc file.
  10. Replies
    5
    Views
    1,510

    [all variants] Re: SFTP / SSHFS Problems

    bump
  11. Replies
    5
    Views
    1,510

    [all variants] Re: SFTP / SSHFS Problems

    i recall trying to set up keys so that i could do passwordless ssh, but for some reason it didn't work... i removed the keys from the server:


    nmaster@$HOST:$HOME/.ssh
    $ ls -a
    . ..


    i...
  12. Replies
    5
    Views
    1,510

    [all variants] Re: SFTP / SSHFS Problems

    sorry, i don't have access to the log:


    $ grep sshd /var/log/auth.log
    grep: /var/log/auth.log: Permission denied
    $ ls -l /var/log/auth.log
    -rw-r----- 1 root root 28594 Jul 12 00:45...
  13. Replies
    5
    Views
    1,510

    [all variants] SFTP / SSHFS Problems

    I noticed that when I connect to a particular server with sftp or sshfs, the connection would not stay open. This would happen at the command line or if I used pcmanfm. I wasn't getting an error...
  14. Replies
    4
    Views
    520

    [other] Re: Know your processor !!!

    this is not completely true. it says "x86_64" because you are using a 64-bit OS. however, you can install a 32-bit OS if your processor is x64. for example, "uname -m" gives me "i686" because i...
  15. Replies
    5
    Views
    2,290

    [ubuntu] Re: How do you set Simple Scan to grayscale?

    if you can't find a way with simple scan and you don't want to use xsane, you could just scan in color and then change to grayscale with GIMP:
    http://www.gimp.org/tutorials/Color2BW/
  16. Replies
    8
    Views
    14,726

    Re: Press any key during bash script...

    lol, i don't think everyone got the joke...
  17. [SOLVED] Re: C++ Serial Port Programming: RS-485 with libserial

    could you elaborate a bit? this is my first experience with serial port programming :-/
  18. Re: What first programming language to choose?

    check out these pages:
    https://www.mozilla.org/en-US/contribute/
    https://developer.mozilla.org/en/Introduction

    you should really learn C and C++ if you want to make a direct contribution. ...
  19. [SOLVED] Re: C++ Serial Port Programming: RS-485 with libserial

    perhaps to rephrase: which specific standards can be handled with libserial?
  20. [SOLVED] C++ Serial Port Programming: RS-485 with libserial

    I'm looking to communicate with a data acquisition board that uses RS-485. I see that there is a C API for such communications:
    http://www.kernel.org/doc/Documentation/serial/serial-rs485.txt
    ...
  21. Re: CSS, DIV and float problems - help needed please :-)

    have you tried these videos from google?

    https://code.google.com/edu/submissions/html-css-javascript/

    they also supply sample files so you can tweak things and see what happens. i remember it...
  22. Replies
    2
    Views
    327

    [lubuntu] Re: Help with mathematical software decision

    I think that Sage would work well and its free. Since Sage uses Python, you could directly use Python with matplotlib . The only problem with using Sage/Python (or Matlab for that matter) is that...
  23. Replies
    6
    Views
    647

    [ubuntu] Re: Youtube only works in Firefox

    perhaps you should try editing your flash settings. click the following link:

    http://www.macromedia.com/support/documentation/en/flashplayer/help/settings_manager07.html
  24. Thread: Compiler

    by nmaster
    Replies
    1
    Views
    213

    [ubuntu] Re: Compiler

    you should probably include more details... but try this:

    sudo chmod u+x a.out

    this will make the file executable for the user. here are some basics on linux file permissions: ...
  25. Thread: Used laptop

    by nmaster
    Replies
    3
    Views
    384

    Re: Used laptop

    i wouldn't buy it. for less than $300 you could get something that isn't broken. for example:...
Results 1 to 25 of 247
Page 1 of 10 1 2 3 4