User Tools

Site Tools


atmos:linux:home

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
atmos:linux:home [2009/09/16 20:46] sanchit.goyalatmos:linux:home [2023/07/18 16:53] (current) james.klinman
Line 1: Line 1:
 +====== Linux ======
  
 +Issues related to the Linux operating system; everything from administration and installation to basic commands and directory tree.  There are many ways to run get started using Linux, from having a complete Linux workstation, remotely accessing a Linux workstation via ssh or vnc, running a Linux virtual machine, or booting a Linux system from a [[USB drive]].
 +
 +===== First Time Linux Login (creating home directory) =====
 +
 +If you try to log in on the linux computer and it won't let you in, and you know your username and password are correct, you probably don't have a home directory created yet.
 +
 +1) Using putty, ubuntu, or some way to access/use linux systems, SSH into the directory with the command "ssh firstname.lastname@trogdor.atmos.und.edu"
 +
 +2) When prompted if you want to continue connection, enter "yes"
 +
 +And your home directory should be created and you should be able to log in now.
 +
 +===== Checking Network Speed/Settings =====
 +
 +Methods of checking network setting/speed and checklist for diagnosing network speed issues. The AtSc Department should have a gigabit network.
 +   * [[.NetworkCheck | Read More]]
 +
 +===== USB Drives with Linux =====
 +See [[http://help.aero.und.edu/index.php?option=com_content&view=article&id=142:usb-flash-drives&catid=47:system&Itemid=76|SCC help page]] about using USB drives.
 +
 +===== Troubleshooting with Linux =====
 +
 +Follow the links in this topic to easily diagnose and trouble shoot any problem with your linux operating system.
 +   * [[.Troubleshoot | Read More]]
 +
 +== Quick Links ==
 +
 +             * [[.Troubleshoot | Disk Error at Boot]]
 +
 +
 +===== Installing & Configuring New Hardware =====
 +
 +Follow the links on this page to easy install your new hardware to your existing linux system
 +   * [[.new_hardware| Read More]]
 + 
 +===== Windows Subsystem for Linux =====
 +
 +Follow the installation guide [[https://learn.microsoft.com/en-us/windows/wsl/install|here]] to install WSL on your windows computer.
 +
 +It might make it easier for you if you use the same username and password as your UND account.
 +
 +
 +===== Customizing Your Linux Environment =====
 +
 +Follow the links on this page to easily customize your linux environment 
 +   * [[.customize| Read More]]
 +
 +
 +===== Password Free Remote LogIn =====
 +
 +Follow the links on this page to configure a password free remote log-in to a frequently accessed Linux machine 
 +   * [[.passwordfree_ssh| Read More]]
 +
 +
 +
 +===== Linux Command Reference Guides =====
 +
 +Here are a few websites that have good reference guides on how to navigate around linux only using the command line:
 +  * http://fosswire.com/post/2007/08/unixlinux-command-cheat-sheet/
 +  * http://www.pixelbeat.org/cmdline.html
 +
 +Here are a couple good reference guides on using vi (These will also work in vim/gvim):
 +  * http://www.eec.com/business/vi.html
 +  * {{:atmos:linux:vi_cheatsheet_ed03.pdf|Vi Reference Guide}}
 +
 +
 +[[http://wiki.atmos.und.edu/doku.php?id=atmos:home|Back]]