Search:

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

Page 1 of 2 1 2

Search: Search took 0.04 seconds.

  1. Replies
    11
    Views
    788

    [SOLVED] Re: Text editor that makes numbered backups?

    http://www.vim.org/scripts/script.php?script_id=41
  2. [ubuntu] Re: I Learned How to Speed Up My Internet With HOSTS File Entries

    I was also studying Linux networking at when I found out about the hosts file and tried the exact same thing you did. Use Wireshark or tcpdump to record your traffic for a little while and then write...
  3. Re: Opinion: A good language for a bug reporting web app?

    "struggling with memory allocation problems". I guess I'm just smarter than you.
  4. [ubuntu] Re: Ubuntu live can't mount windows 7 harddrive to backup files

    http://www.makeuseof.com/tag/fix-corrupted-windows-ntfs-filesystem-ubuntu/
  5. [kubuntu] Re: Get SSH to simulate an interactive session, non-interactively

    Best of luck, hope it works.
  6. Replies
    26
    Views
    2,418

    Re: Linux for doing business

    do you people not understand what he's trying to do? Shut it down quick and don't give him the negative attention he's trying to get,
  7. Replies
    26
    Views
    2,418

    Re: Linux for doing business

    You and I understand each other but you're wrong and always will be. And as Tamylynmac points out "Either they have time to waste, are actually dissatisfied with the existing product or have an...
  8. Replies
    26
    Views
    2,418

    Re: Linux for doing business

    In my experience a person who talks about business as something != technology know little about "linear" or "exponentially" aside from that math class they took that was "a waste of time" and...
  9. [ubuntu] Re: Ubuntu live can't mount windows 7 harddrive to backup files

    Googled "ntfs recovery" this is what i got:
    http://www.diskinternals.com/
    or
    http://thewalter.net/stef/software/scrounge/ (The author says this is not thoroughly tested so copy an image of the...
  10. Re: Opinion: A good language for a bug reporting web app?

    Yes you can link to any C library from assembler and the other way around (Both are also accessible from any other high level language implementation but NOT the other way around). I'm saying Python...
  11. [ubuntu] Re: Ubuntu live can't mount windows 7 harddrive to backup files

    The error message is telling you that the harddrive named sda2 is either A) damaged or not compatible B) the file system is corrupted. The only case you have control over is the latter but I am not a...
  12. Re: Massive DDOS attacks on Spamhaus threaten Internet connectivity

    RF + generator maybe? I see no other way unless they're just stupid.
  13. Re: Opinion: A good language for a bug reporting web app?

    Sockets are already written by the kernel developers and the C libraries already provide useful interfaces so I would not rewrite anything.I would use existing libraries as much as possible...
  14. Re: Which software can I use to develop a multiplayer game?

    If the client is browser based and performance is acceptable then converting to Mono will probably be the quickest/easiest solution.

    Writing in C will always be the best language/environment for...
  15. Re: Opinion: A good language for a bug reporting web app?

    C or Assembly. Your application doesn't require garbage collection or a full suite of run-time diagnostics so these people recommending Python and PHP are not recommending the correct tool for the...
  16. Replies
    26
    Views
    2,418

    Re: Linux for doing business

    So then pay someone to modify it to work the way you want, pay (or continue to pay) Microsoft even more money for a Microsoft Office license, or do it yourself. Those are your choices.
  17. [ubuntu] Re: when i type 'Sudo su' - "User not in the sudoers file.This incident will be repor

    Both sudo and su are insecure. I usually set root to only be accessible from direct login from a physical terminal and not have any users on the system that can su or sudo. And eliminate setuid...
  18. Replies
    8
    Views
    1,038

    [ubuntu] Re: Apache Web Server

    I would write a program that knows just enough about HTTP to parse incoming data ,interpret as sql request, etc. Or would create a plugin that does the same thing for an existing server such as NGINX...
  19. [kubuntu] Re: ClamAv found 15 threats on my USB, should I ignore it?

    That kind of attitude is what malware writers target. The best antivirus is never installing software from untrusted sources and never running as root/administrator on any operating system other than...
  20. Replies
    3
    Views
    1,311

    [ubuntu] Re: dns cache poisoning?

    Run tcpdump or Wireshark until you catch this connection starting. If you don't know what to do from there you can scrub the output of any sensitive information, post it on pastebin.com, and then...
  21. Replies
    3
    Views
    1,311

    [ubuntu] Re: dns cache poisoning?

    Run tcpdump or Wireshark until you catch this connection starting. If you don't know what to do from there you can scrub the output of any sensitive information, post it on pastebin.com, and then...
  22. [ubuntu] Re: Installation of Windows Vista after installation of Ubuntu 12.04

    There's always some risk in installing/reinstalling OS's or messing with bootloaders/partitions (software, documentation, or user errors can be at fault). Virtualization is a lot safer and simpler...
  23. [kubuntu] Re: Get SSH to simulate an interactive session, non-interactively

    Those links should answer your question, but I've never needed to do that so I've not tested it out.
    http://lists.samba.org/archive/linux/2011-April/029884.html...
  24. Replies
    26
    Views
    2,418

    Re: Linux for doing business

    The software requirements you've described as "business applications" could be made by a teenager in a single weekend. If you were talking about a serious business I think they'd have enough money to...
  25. Replies
    4
    Views
    718

    [ubuntu] Re: Why does vi say vim?

    Why would you want vim instead of vi anyways?
Results 1 to 25 of 30
Page 1 of 2 1 2