fluo10's blog

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

© 2022. All rights reserved.

  • Buy GPD Pocket 3 to reduce time watching smartphone

    Posted at:
    Wednesday, October 5, 2022 0:00 am
    Category:
    • Computer
    Tags:
    • GPDPocket3
    • UMPC
    • Linux
    Story One year ago, I bought MacBook Air. The purpose was replacing worthless time, like surfing internet with the smartphone on bed or train, to productive activity, like writing blog. And now, I’d still not accomplished that purpose, I still addicted the smartphone. Come to think of it, in the situation, such as trying to get up on bed or commuting in train, the standard laptops are still too large. At least, the replacement device of the smartphone need to be as small as possible to hold by one hand for using with lying down on bed and standing in train.
    Read More…
  • Try XP-PEN official driver for Linux

    Posted at:
    Saturday, July 24, 2021 0:00 am
    Category:
    • Computer
    Tags:
    • PC
    • Linux
    • Peripherals
    Circumstances I replaced my display to new larger one. Then, I decided also to replace my LCD tablet to a smaller non-LCD pen tablet because there has been no space for it. As a Linux user, the trouble with such peripherals is that there are often no official drivers available for Linux. Of Course, for Wacom products, which is the most major peripherals brand, there is an unofficial driver developed
    Read More…
  • Want to work differently with a sub-display during pc game

    Posted at:
    Sunday, July 28, 2019 5:31 am
    Category:
    • Computer
    Tags:
    • PC
    • Homebuilt computer
    • Linux
    • Talking to myself
    I want to do notes or research or other things while playing PC games. 2019/08/28 Add some method about virtualization History When I captured Splatoon, I noticed that it’s convenient that I can serch information while loading. In addition, specified for foreign game, I want to search dictionary. All pc games that I currently have will stop when the screen is inactive, so I can’t do this. Even if there are two screens with great pains, it does not make much sense.
    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…
  • 'Turn off returning from suspend by the mouse'

    Posted at:
    Friday, July 19, 2019 11:52 pm
    Category:
    • Computer
    Tags:
    • PC
    • Linux
    • Ubuntu

    There is a strange phenomenon that the main PC returns from the suspend without automatically. I was observing it, and it seemed to wake when the refrigerator groaned.

    It’s not actually link PC and refrigerator, so I think the mouse is picking up the vibration of the refrigerator.

    So disable to return by mouse.

    Read More…
  • Capture a game (Switch) on Ubuntu

    Posted at:
    Friday, July 19, 2019 2:55 am
    Category:
    • Computer
    Tags:
    • pc
    • linux
    • ubuntu
    • peripherals

    I thought it’s not enough to bother to make an article, but I posted because it was too cumbersome when I search it.
    I think If you’re a gamer who want to capture gaming display, you must have Windows PC and use it to capturing.
    In my case,I use Windows10 reluctantly for only PC games, so I want to do something as much as possible on Linux,
    but it would be a rare case.

    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…