When.com Web Search

Search results

  1. Results From The WOW.Com Content Network
  2. Download Linux | Linux.org

    www.linux.org/pages/download

    Download various popular Linux distributions from this page.

  3. Forum list - Linux.org

    www.linux.org/forums

    Laptops / Netbooks. This section is for topics related to Linux on laptops, netbooks, etc.. Threads. 392. Messages. 3.4K. D. running Linux on Thinkpad T 420 / T 520 - my both notebooks - which run in the toughest and roughest everyday use.. Saturday at 4:54 PM.

  4. Linux.org

    www.linux.org

    LFCS - Access Control Lists (ACLs) Nov 04. Jarret B. Nov 4, 2024. 1,163. 2. For Linux, any distro, the file system used on your storage device has its own permissions. Usually, these are set for the Owner, Group and Others. The three types of permissions you can use: read...

  5. Linux Cluster – Basics

    www.linux.org/threads/linux-cluster-–-basics.35264

    sudo apt install openssh-server ; ssh-keygen -t rsa (press enter for all options) ssh-copy-id 10.0.0.2 (type ‘yes’ when prompted and enter the password) The openssh-server needs to be installed on Node 2. The last two commands do not need to be executed on Node-2. Now we need to install the software needed for Parallel Clustering:

  6. USB over IP on Linux: Setup, Installation, and Usage

    www.linux.org/threads/usb-over-ip-on-linux-setup-installation-and-usage.47701

    The command is: sudo usbip list -r <server-ip>. The result should be a listing of the devices that are bound to the ‘server’. We can ‘attach’ or ‘detach’ from the USB shared devices. To do this, we first need to ‘attach’ to a device with the command: sudo usbip attach -r <server-ip> -b <busid>.

  7. Mail Server - Linux.org

    www.linux.org/forums/mail-server.169

    One big piece of the Linux server puzzle is maintaining mail servers. This section is to provide help to those who work with and maintain Linux mail servers.

  8. General Server - Linux.org

    www.linux.org/forums/general-server.165

    General Linux server topics in here. [Astra Linux, Debian-like] "db_root: cannot open: /etc/target" on booting and cannot log in then

  9. Home Streaming Server - Linux.org

    www.linux.org/threads/home-streaming-server.38677

    sudo apt install openssh-server -y. SSH is now installed and should be running. Execute the command ‘sudo systemctl status ssh’ and it should show it is ‘running’ and ‘active’. Next, you need to enable the service to start automatically when the system starts with the command: ‘sudo systemctl enable ssh’.

  10. Linux Terminal Server

    www.linux.org/threads/linux-terminal-server.41651

    The Linux Terminal Server is managed by the Linux Terminal Server Project (LTSP). The Operating Systems that LTSP can use are Debian based versions of Linux. Ubuntu works well. In this article, I will use Ubuntu 22.04 as the Operating System being used as the OS for the workstations. LTSP works with Debian Jessie (8.11) and onward.

  11. dnsmasq is a lightweight DNS, TFTP, PXE, router advertisement and DHCP server. It is intended to provide cou†. pled DNS and DHCP service to a LAN. Dnsmasq accepts DNS queries and either answers them from a small, local, cache or forwards them to a real, recursive, DNS server.