[LINUX] I made an Xubuntu server.

Nice to meet you

This is Qiita's first post!

(** I registered in June last year **, but it was stock-only for articles, so I didn't have to post it.)

This time, company housing? I decided to install a Linux server inside, The purpose (as of now) is as follows.

  1. Build a learning environment for PHP, Ruby, etc.
  2. Construction of home NAS
  3. With a view to opening to the outside in the future

The machine to be the server is as follows.

Model: Self-made machine CPU:AMD E-350(1.622GHz) RAM:8GB BIOS:E7698AMS V1.5(2011/4/22) HDD:640GB+1TB USB:2.010、3.02

When I check the BIOS ...

Now, turn on the power → check the BIOS.

The important part

After setting to, set the boot order to

  1. USB Floppy
  2. USB CD/DVD
  3. USB HardDisk
  4. USB KEY
  5. CD/DVD
  6. Built-in HDD

Set to.

I am very confused about the installed OS

The OS to install ...

Mainly operated as a server, Introducing a (?) GUI environment in case of unforeseen circumstances!

The memory is relatively rich at ** 8GB **, but Although the CPU is 64-bit compatible, the number of clocks is ** 1.6GHz **, which is poor.

** Select Xubuntu 18.04 LTS 64bit. ** **

Create an installation DVD and set it in the drive.

During installation

--Download updates --Install a third party

Check the box.

HDD partition setting

Installation type: Other After setting to

1st HDD (640GB): / dev / sda Second HDD (1TB): / dev / sdb Confirm that it is.

The partition of / dev / sda is

--swap: 16.4GB (basic partition / swap) -/ boot: 256MB (basic partition, ext4) --/ usr: 40960MB (logical partition, ext4) -/ var: 20480MB (logical partition, ext4) -/ var / log: 51200MB (logical partition, ext4) ← for log -/: 20480MB (logical partition, ext4) -/ tmp: 1024MB (logical partition, ext4) -/ opt: 40960MB (logical partition, ext4) -/ rsv: 40960MB (logical partition, ext4) ← Spare -/ home: 407430MB (basic partition, ext4)

The partition of / dev / sdb is

** Planned for NAS (considering XFS format) **

Recommended Posts

I made an Xubuntu server.
I made an Ansible-installer
I made an Angular starter kit
I made an online frequency analysis app
I made an alternative module for japandas.DataReader
I made an extenum package that extends an enum
Obstacle (black) I made an automatic avoidance caterpillar.
I made an Amazon Web Service Dash button
〇✕ I made a game
I made my goimports
I made a ready-to-use syslog server with Play with Docker
I made an Android application that displays Google Map
I made an action to automatically format python code
I made an N-dimensional matrix operation library Matft with Swift
I made blackjack with python!
I made my own language. (1)
I made an IoT device to naturally acquire positive thinking
I made an emotion radar chart of Aozora Bunko's work
I made an animation to return Othello stones with POV-Ray
I made an anomaly detection model that works on iOS
I made a python text
I made an automated program for pasting screenshots in Excel
I made my own language (2)
I made my own AML
I made a discord bot
I made COVID19_simulator with JupyterLab
I made Word2Vec with Pytorch
I made blackjack with Python.
I made wordcloud with Python.
I made an original program guide using the NHK program guide API.
I made an intro quiz by myself because I can't play outside
I made a web server with Raspberry Pi to watch anime
I made a client / server CLI tool for WebSocket (like Netcat for WebSocket)
I made an AI that crops an image nicely using Salience Map
[Python] I made an image viewer with a simple sorting function.
I tried sending an email from the Sakura server with flask-mail
I made a poker game server chat-holdem using websocket with python
I made a Chatbot using LINE Messaging API and Python (2) ~ Server ~
I made a C ++ learning site
I made a Line-bot using Python!
I made a CUI-based translation script (2)
I get an ImportError on appengine_config.py
I made a wikipedia gacha bot
Write an HTTP / 2 server in Python
I made a fortune with Python.
I sent an SMS with Python
I made a CUI-based translation script
I made a daemon with Python
I put Alpine Linux in Larkbox and made it my home server
I made an AI to judge whether it is alcohol or not!
I made a Chrome extension that displays a graph on an AMeDAS page
I made an APL part with the Alexa skill "Industry Terminology Conversion"
I made an image discrimination (cifar10) model using a convolutional neural network.