Jump to content

darrelljon

Member
  • Posts

    57
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United Kingdom

Posts posted by darrelljon

  1. Is there a difference between where Windows XP can store user profiles (such as the desktop folder) and other operating systems? Can Windows XP only store user profiles locally even on a networked computer? Whereas Linux can store user profiles on a network? Is this the case with Windows Vista?

  2. Hey, I ran across a DOS 7.10 release that claimed to be "free" .. is this true? I didn't think MS-DOS was ever "free". I can give a mod or admin the link if they want to check it out. (I think I still have it somewhere.) Personally, I consider it "abandonware", but I'm curious to know if it's actually free or not.

    Rest assured, it is NOT.

    Abandonware means, from a legal standpoint, NOTHING.

    To be picky a product whose maker and copyright holder has defaulted and ceased activities AND did not sell the copyright to anyone else, can be considered "safe" as noone will ever sue you.

    A product from a Company that is still alive (and well alive) like MS is, may present more risks of being sued.

    Depending on the Laws that apply in your country, you may be prosecuted nonetheless by the Local Authorities, even without any copyright holder suing you.

    But there are several "alternate" DOSes that are either freeware or free for personal use.

    jaclaz

    Actually, FreeDOS is not freeware, it is Free Software. Neither is it just free for personal use, it is free for commercial use or whatever.
  3. Using an operating system shouldn't have to be like a uncritical religion, blind to its faults and regularly worshipping it. So I'm not trying to "convert" anyone to a faith that cannot be questioned. Just because its a Microsoft-centric forum, users don't have to pretend other operating systems don't exist, or that if people use them, they are wrong to do so. Both of the topics you point to were started in the Other Operating Systems subforum.

  4. you don't really know very much at all about the OS you're pimping non-stop, yet you have no problem going around calling others id-10-t's.

    Actually I wasn't, I was comparing your Windows zeal to the Linux zealot. If you can't bring yourself to discuss some of the advantages (as well as the disadvantages you've mentioned) of Linux over Windows - or users who would find Linux better than Windows, then you've probably just proved my point.

  5. That box should run XP great. I see no point in even suggesting Linux (not that it was even in his list of choices either).

    No, Linux isn't the ultimate answer to everything (far from it), and all the Linux users who are always trying to push it onto everybody else can get pretty annoying.

    -Linux free for ~3 months, and happier than ever.

    Its not the ultimate answer to everything, but its free and worth a try.

  6. "Users of Windows 95, Windows 98 and Windows NT 4.0 may have to install Vcredist.exe to get the latest run-time components for Visual C++ applications." - K-Meleon FAQ
    Support for Windows 95, 98, Me and NT 4 will be dropped in Seamonkey 2.

    Which is better, Seamonkey or Opera?

  7. Actually, just noticed I'm using Outlook 2003.

    In Tools > E-mail Accounts > it says Microsoft Exchange Server. They probably will have left it as close to default as possible in terms of letting other mail clients access it. Dunno what the default is though.

    I can click Change > Next > then it has Microsoft Exchange Server and the address. ****.admin.ad.*****.**.uk

    Then it has my username below (is there a way to check what username Outlook and Explorer are using?). Though I assume I will be using my network password too.

    In More Settings > Security it has Logon Network Security: Password Authentication Security (NTLM).

    I assume the incoming and outgoing will be the same server name.

    I could try the same port number I used to let Firefox access the net.

    Dunno how to find out what security setting I need to use???

  8. How do I configure an alternative mail client at work? They use Outlook 2000 but its extremely slow on the Pentium III (128Mb RAM) machines they give us. I'd like to use i.Scribe instead, but how do I do this? I've made a note of the server address (I think) they use in Outlook. I think my username is the same as the e-mail address they've given me and presumably the password is the same too. I'm not sure if they store messages on the server as well but either way I'd like to do the same in i.Scribe mail client. What other settings do I need to use?

    I managed to set up Firefox by just entering the same manual proxy server address and port number as in Explorer.

  9. If its in a cloud/online server then the provider controls your data.

    If its in a remastered live CD the user controls the data.

    The problem with Windows (unlike Linux) is copyright prevents encouraging users to remaster the CD even if it would be extremely convenient.

  10. Become root (Administrator)

    sudo

    Install software in Debian (MEPIS, Ubuntu)

    sudo apt-get

    Install Firefox in Debian

    sudo apt-get firefox

    Install WINE (Windows compatibility layer) in Debian

    sudo apt-get wine

    Install software in Red Hat (Fedora, CentOS)

    sudo yum

    Edit files in the terminal

    nano

    Edit files in the terminal and create a backup

    nano -B

    Add repositories in Debian Linux

    sudo nano -B /etc/apt/sources.list

    Show your system's network interfaces

    ifconfig

    Show your system's wireless network interfaces

    iwconfig

    Show your system's PCI interfaces

    lspci

    Show your system's USB interfaces

    lsusb

    Search for text in a file and show it

    grep text file

    Setting up a passwordless user

    sudo nano -B /etc/shadow
    ...

    Connecting to a wireless network at boot

    sudo nano -B /etc/rc.local
    ...

    Distrowatch Package Management Cheat Sheet

    FOSSWire Unix/Linux command cheat sheet

    FOSSWire Ubuntu Cheat Sheet

×
×
  • Create New...