Skip to content

Commit

Permalink
setup a workstation
Browse files Browse the repository at this point in the history
  • Loading branch information
shuyhere committed Aug 21, 2024
1 parent 350fd72 commit c1457e6
Show file tree
Hide file tree
Showing 7 changed files with 45 additions and 0 deletions.
Binary file added Writerside/images/dickerase.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Writerside/images/disk.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Writerside/images/downubuntu.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Writerside/images/etcher.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Writerside/images/etcherteach.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions Writerside/taatayr.tree
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,5 @@
<toc-element topic="Methods_for_Expriment.md"/>
<toc-element topic="Paper-writing-from-zero.md"/>
<toc-element topic="Tips-about-how-to-find-ideas.md"/>
<toc-element topic="setup_yourAI_workstation.md"/>
</instance-profile>
44 changes: 44 additions & 0 deletions Writerside/topics/setup_yourAI_workstation.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
# Set up your Ai workstation

This tutorial will guide you through configuring a workstation or server for AI projects from scratch. Since the author enjoys exploring the latest systems, the tutorial will use the installation of the latest version, Ubuntu 24.04, as an example.

## Install ubuntu in your computer or workstation

You can find the downloda link and new release here: <https://ubuntu.com/blog/tag/ubuntu-24-04-lts>,just download the version you like.
![downubuntu.png](downubuntu.png){width="400" }

After the download is complete, you'll need to use a USB drive (preferably a blank one) to create a bootable system disk.

If you are using **MACOS** you can follow <xhttps://tutorials.ubuntu.com/tutorial/tutorial-create-a-usb-stick-on-macos>

If you are using **WINDOWS** you can usen rufus <https://rufus.ie/zh/> and follow <https://ubuntu.com/tutorials/create-a-usb-stick-on-windows#1-overview>

I will follow the macos guide here.

Open the following app.
![disk.png](disk.png){width="100" }
Find the **external** disk, and erase it:
![dickerase.png](dickerase.png){width="400" }
Download etcher <https://etcher.balena.io/#download-etcher> in your device.
![etcher.png](etcher.png){width="400" }

then open this application:
![etcherteach.png](etcherteach.png){width="400" }

just 'flash' it.

Insert the USB drive into the new machine. Before the boot screen appears, repeatedly press F8 or F2 to enter the boot menu. Select USB (choose the **UEFI option**) as the boot device, and then boot Ubuntu from the USB drive. Follow the on-screen instructions to proceed.

Then just follow the guide here: <https://ubuntu.com/tutorials/install-ubuntu-desktop#4-boot-from-usb-flash-drive>

Finally you will have ubuntu 24.04LST in your workstation.

**Don't forget remove the USB drive before you restart your machine.**

## Install AI research application

link to your machine:

Input `ifconfig` in your workstations terminal. And if you get `command not found`. It means no network tool in this station now(and also no ssh tool in most time).

just input `sudo apt install ssh` and `sudo apt install ssh net-tools` in the terminal.

0 comments on commit c1457e6

Please sign in to comment.