About 65,300 results
Open links in new tab
  1. unix - Bash: Difference between > and >> operator? - Server Fault

    I don't know much about bash. My instructor asked me to make a cat script and to observe the output and then tell what is the operator > and what is the difference between the operators …

  2. linux - Unix socket vs TCP/IP host:port - Server Fault

    Could someone please describe to me the pros and cons of using a Unix socket file vs a tcp/ip localhost:port when setting up services on a server (Ubuntu, FWIW)? In this particular instance …

  3. What is the difference between Unix sockets and TCP/IP sockets?

    A UNIX socket, AKA Unix Domain Socket, is an inter-process communication mechanism that allows bidirectional data exchange between processes running on the same machine. IP …

  4. Linux/Windows/Unix/... file names: Which characters are allowed?

    Which characters are allowed and which of them must be escaped on the command line in different operating systems?

  5. I need to use an SSL certificate for Linux and Windows. Will my …

    Dec 29, 2020 · 1 No need to regenerate anything: Windows simply uses a different format for storing certificates (often suffixed pfx or p12) than what many Linux services do (usually …

  6. unix - solaris vs linux for production servers (many servers like tens ...

    Jul 16, 2012 · The key advantage of Solaris is mature support for ZFS storage, which, among other things, can increase your IOPS dramatically by providing a means to cache reads …

  7. Is PostgreSQL suited to one OS? Is it better on Linux than Windows?

    62 PostgreSQL will definitely run faster on Linux than on Windows (and I say this as one of the guys who wrote the windows port of it..) It is designed for a Unix style architecture, and …

  8. unix - What are the best practices of the usr, var, and etc folders ...

    Closed 13 years ago. Possible Duplicate: Meaning of directories on Unix and Unix like systems I'm confused about the different uses for 3 of the standard "root-level" folders: /var /etc /usr …

  9. Meaning of directories on Unix and Unix like systems

    Jun 12, 2009 · I've been using Linux for a couple of years now but I still haven't figured out what the origin or meaning of some the directory names are on Unix and Unix like systems. E.g. …

  10. How to convert line breaks in a text file between the Windows and …

    Jul 22, 2016 · How do I convert line breaks in a text file between the Windows and Unix/Linux formats? I have a *nix environment, but that I need to import and export data with the Windows …