fluo10's blog

  • Home
    • 日本語
    • English
  • Blog
  • Categories
    • Computer
    • Life
    • Notification
  • Tags
  • Privacy policy
  • Links
    • Github
    • qiita

© 2022. All rights reserved.

  • Fix errors on NextCloud

    Posted at:
    Tuesday, July 21, 2020 0:00 am
    Category:
    • Computer
    Tags:
    • Server
    • Nextcloud
    • nginx
    • PHP
    Case A half year ago, I move Nextcloud and other services to new server. At that time, there was some error and alert had occurred. I fix only fatal error but not fixed other alerts. I embarked on a modification of the rest of the warning. {{ image(src=“alert.png”, alt=“Screenshot of alerts”) }} Components AWS Lightsail Ubuntu 18.04 PHP7.3 - PHP7.4 is activated too because of other application’s requirement Version of
    Read More…
  • Enable Ubuntu 19.04 Server to start over LAN (Wake-on-LAN)

    Posted at:
    Sunday, July 28, 2019 0:06 am
    Category:
    • Computer
    Tags:
    • Server
    • Linux
    • Ubuntu

    History

    I decided to suspend the file server during the daytime on weekdays to save electricity, so I have to manually cancel the suspend on a public holiday weekday. This itself is unavoidable, but at least, I want to be able to turn on remotely via LAN from the main machine rather than the power button . So I try the fanction called Wake-on-LAN.

    Read More…
  • Suspend file server (ubuntu 19.04) only during weekday daytime

    Posted at:
    Saturday, July 20, 2019 11:48 pm
    Category:
    • Computer
    Tags:
    • Server
    • Linux
    • NAS
    • Ubuntu

    Purpose

    I am running my file server, but it is not used during the daytime of the weekday. So I’m going to suspend it when I don’t use.

    Read More…
  • Install ZFS to Ubuntu Server 19.04 and build RAID1

    Posted at:
    Monday, July 15, 2019 11:59 am
    Category:
    • Computer
    Tags:
    • Server
    • Homebuilt computer
    • Linux
    • NAS
    • Ubuntu
    • ZFS_on_Linux

    Circumstance

    Less than half a year to move the PC to homebrew NAS. Because of lack of budget, My NAS has single HDD,
    but now, I want to buy additional HDD and build mirroring to save my data

    At first, i was going to build a raid1 with ext4 and motherboard function, but after research, I decided to install a file system called ZFS. The reasons are following,

    • The file system itself supports RAID
    • Many useful functions such as transparent compression and snapshots
    • It eats cpu and memory, On the other hand, I can think that make good use of my NAS’s specs.
    Read More…