Editing My Linux Mint Install

Jump to navigation Jump to search

Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.

The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then save the changes below to finish undoing the edit.

Latest revision Your text
Line 7: Line 7:
 
While I wanted a "head" on the machine I mainly wanted the "head" to run via VNC on a remote box.  So if you want to do something similar this is what I did.
 
While I wanted a "head" on the machine I mainly wanted the "head" to run via VNC on a remote box.  So if you want to do something similar this is what I did.
  
In what follows I have tried to add sudo to commands that need it, and commands are prefixed by >>. << or # May be used to indicate end of the command and the beginning of comment. Menu navigation is often indicated by ->
+
In what follows I have tried to add sudo to commands that need it, and commands are prefixed by >> Menu navigation is often indicated by ->
  
 
= Install =
 
= Install =
Line 18: Line 18:
 
* Mint version xxxx it is a version of debion
 
* Mint version xxxx it is a version of debion
 
* Mint desktop cinomint  
 
* Mint desktop cinomint  
* Mint text editor: xed   
+
* Mint text editor xed   
* Name of computer on network: Bulldog mint russ
 
 
* Configure options
 
* Configure options
 
** package manager
 
** package manager
** admin  -> menu
+
** admin  >> menu
** synapatic package manager
+
** synapatic packare manager
 
** software manager
 
** software manager
 
** terminal: apt, or apt-get, or pip, or conda
 
** terminal: apt, or apt-get, or pip, or conda
 +
 +
  
 
== Install ==
 
== Install ==
Line 55: Line 56:
 
     >> /usr/lib/vino/vino-server
 
     >> /usr/lib/vino/vino-server
 
</pre>
 
</pre>
 
== SSH ==
 
 
Enable ssh on mint:
 
 
* install    >> sudo apt update
 
 
** install    >> sudo apt install -y openssh-server
 
The SSH service will start automatically upon the completion of package installation. You can verify the SSH server package installation by running the following command.
 
 
 
* check the status    >> sudo systemctl status ssh
 
 
* Configure:
 
 
 
** By default, root login over SSH is not allowed on Ubuntu / Linux Mint / Debian. But, you can enable root login by editing the SSH configuration file. Edit the sshd_config file.
 
 
**  >>  sudo xed /etc/ssh/sshd_config #    Set the PermitRootLogin to Yes
 
 
 
 
= scratch notes =
 
 
3). Navigate through each BIOS screen using the "arrow" keys and find the "IOMMU," "I/O Memory Management Unit," or "Intel ® VT-d"setting (usually located under the "Advanced" or "Chipset/Northbridge/Tylersburg IOH/Intel VT for Directed I/O Configuration" settings menu). Move the cursor over the setting selection box using the "arrow" keys and press the "Page Up" or "Page Down" or specified key to select "Enabled."
 
 
 
 
Update: I'd just like to add that my current BIOS settings also include enabling XHCI Handoff and EHCI Handoff in addition to IOMMU Controller. Others have mentioned this as well and enabling those two handoffs also allows my USB 3.0 ports to function as expected.
 
 
https://unix.stackexchange.com/questions/72625/why-is-usb-not-working-in-linux-when-it-works-in-uefi-bios/72698
 

Please note that all contributions to OpenCircuits may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see OpenCircuits:Copyrights for details). Do not submit copyrighted work without permission!

Cancel Editing help (opens in new window)