Search:

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

Page 1 of 7 1 2 3 4

Search: Search took 0.06 seconds.

  1. Replies
    30
    Views
    2,943

    [ubuntu] Re: Virus and Malware

    Not to beat a dead horse, but like gifford mentioned, his Clam AV is only detecting Windows viruses - that's because the primary purpose of antivirus on Linux is to detect Windows viruses, to prevent...
  2. Thread: g++ problem

    by nemilar
    Replies
    8
    Views
    1,524

    [SOLVED] Re: g++ problem

    What happens if you


    apt-get install g++-4.7

    ?
  3. Replies
    4
    Views
    843

    [ubuntu] Re: login loop Ubunu 12.04

    Have you tried logging in with single user mode?

    http://askubuntu.com/questions/132965/how-do-i-boot-into-single-user-mode-from-grub
  4. Re: dhcpd: Can't open /etc/bind/rndc.key: Permission denied

    Just a guess, but have you tried:


    chmod 440 /etc/bind/rndc.key
  5. Replies
    1
    Views
    387

    Re: Mounting RAID0 array

    My understanding of this is no, you cannot. I don't know how the motherboard's RAID works, so I could be wrong; but generally, a compatible controller is required in order to read the metadata...
  6. Re: dhcpd: Can't open /etc/bind/rndc.key: Permission denied

    Could you post the output of these?


    ls -l /etc/bind/rndc.key
    ls -ld /etc/bind/
    stat /etc/bind/rndc.key
  7. [ubuntu] Re: Bitlocker Encrypted External Drive - Does it Work in Ubuntu..??

    If Bitlocker does its encryption in software controlled by the host, then it's unlikely.

    However, you can get drives that have encryption built into the hardware. I have one of these,...
  8. Replies
    2
    Views
    326

    Re: Formating external HDD

    Your best bet is probably to use the 'gparted' program to partition/format it.
  9. Replies
    3
    Views
    565

    Re: Programming in Linux

    I can't really speak to anything about C#, but as far as Linux as a platform for learning how to program, there are a few strong arguments I think you can make:

    Free (as in beer) access to...
  10. [SOLVED] Re: SSH from laptop to desktop from outside home network

    You can use a service like DynDNS to configure a URL for your dynamically-assigned IP. You are correct - Most residential accounts get dynamically assigned IPs. You can usually pay extra for a...
  11. [SOLVED] Re: SSH from laptop to desktop from outside home network

    As long as you SSH to the external IP address, and not the LAN IP address, then you are testing the port forwarding.
  12. [SOLVED] Re: What happened to my Ubuntu Internet Connection?

    Ok, that's a good start. It has eth0, so it's not a driver problem. But eth0 doesn't have an IP address assigned to it.

    Are you using DHCP or a static IP address?
  13. [SOLVED] Re: SSH from laptop to desktop from outside home network

    Hi,

    To understand port forwarding, first you have to understand Network Address Translation (NAT). The following is an incredibly simplified explanation.

    Your ISP most likely only provided...
  14. Replies
    2
    Views
    1,005

    [ubuntu] Re: lenovo thinkpad x120e sluggish

    Hi,

    I have the same laptop. When idle, /proc/cpuinfo says 750, but when under load, it automatically steps itself up to 1500.
  15. [SOLVED] Re: SSH from laptop to desktop from outside home network

    Hi,

    You need to use the port forwarding feature of your router. This expose a port to the internet on your external IP (the IP that the internet sees), and forward the traffic to your desktop.
    ...
  16. Replies
    48
    Views
    3,196

    [ubuntu] Re: i thought ubuntu was light weight?

    As stated above, Ubuntu Desktop isn't really lightweight. It's a bit much for your atom-based netbook (I have something similar). Netbook edition might run better, but in my experience (I have an...
  17. [SOLVED] Re: What happened to my Ubuntu Internet Connection?

    Hi,

    Are you using a wired or wireless connect?

    Can you open a terminal, run the following commands, and post the output?


    ifconfig -a
  18. Replies
    9
    Views
    562

    [ubuntu] Re: An interesting use of the webcam.

    Just wondering, have you confirmed that the webcam itself isn't broken (actually sending solid black)? Plugging it into a different computer, etc...?
  19. Replies
    2
    Views
    331

    [ubuntu] Re: Numpad will ONLY move pointer

    Is numlock enabled?
  20. Replies
    5
    Views
    449

    [ubuntu] Re: Where are my two hard drives?

    You may try these commands to view your disks and partitions:


    jdeprizi@stardust ~ $ cat /proc/partitions
    major minor #blocks name

    8 0 312571224 sda
    8 1 1228800...
  21. [ubuntu] Re: How do I know if I'm running 32 or 64 bit natty?

    You can see if you're running a 64 or a 32bit OS by the command:


    uname -a

    For example:


    Linux stardust 2.6.38-8-generic #42-Ubuntu SMP Mon Apr 11 03:31:24 UTC 2011 x86_64 x86_64 x86_64...
  22. Thread: Virus Scanner

    by nemilar
    Replies
    15
    Views
    1,204

    [ubuntu] Re: Virus Scanner

    In response to the original poster's question, I wanted to make sure it's clear that antivirus programs for Linux detect Windows viruses. The purpose of these programs is two fold:

    Prevent you...
  23. Replies
    11
    Views
    1,833

    [ubuntu] Re: fglrx not autodetecting external monitor

    Thanks for the reply, Godsbane.

    I figured the open source drive would work, but I noticed a pretty nice boost performance-wise when I switched to the closed driver, so I was hoping that there was...
  24. Replies
    11
    Views
    1,833

    [ubuntu] Re: fglrx not autodetecting external monitor

    Hi,

    I hate to bump such an old thread, but I am having this issue with the fglrx driver and this is the first hit on google.

    When I plug in my monitor on the external VGA port, it does not...
  25. Replies
    4
    Views
    433

    [ubuntu] Re: Directory List Script Help!

    Try something like this, on the command line:

    for eachFile in *; do echo "<your HTML>${eachFile}</your HTML>" ; done

    Then use redirection to direct the output to a file.
Results 1 to 25 of 154
Page 1 of 7 1 2 3 4