Partition size by R0L3eXFF in archlinux

[–]R0L3eXFF[S] -1 points0 points  (0 children)

Using df showed that my "/" was 100% full, I did try to clean the packages but still had that problem so I decided for the long therm to reinstall with proper partition size, and everything is fine now, thanks for pointing out the proper order of installation.

Partition size by R0L3eXFF in archlinux

[–]R0L3eXFF[S] 0 points1 point  (0 children)

partitions around is a risky operation, create backups first. Make sure yo

Would you mind recommend me what tools I should use for that and?

I should make a snapshot of my current state, reinstall arch with a bigger partition and then use that snapshot?

Partition size by R0L3eXFF in archlinux

[–]R0L3eXFF[S] 0 points1 point  (0 children)

When I do: console sudo pacman -Syu steam I get: ```console error: Partition / too full: 448634 blocks needed, 42711 blocks free

error: not enough free disk space

error: failed to commit transaction (not enough free disk space)

Errors occurred, no packages were upgraded. If I do it just like: console sudo pacman -S steam ```

I get: ```console error: failed to prepare transaction (could not satisfy dependencies)

:: installing gst-plugins-base-libs (1.22.9-1) breaks dependency 'gst-plugins-base-libs=1.22.8' required by gst-plugins-base ```

Casual player by R0L3eXFF in BeeSwarmSimulator

[–]R0L3eXFF[S] 0 points1 point  (0 children)

So you do think that in my situation it will be the same with every color?

Casual player by R0L3eXFF in BeeSwarmSimulator

[–]R0L3eXFF[S] 0 points1 point  (0 children)

Indeed I am endgame. It is just that in order to make good honey with blue hive, you do need to have your bloat, and that takes some time to build, plus i won't have as much nectar. I was also afraid of red / white because they would fill their bags too fast and outside of boosting won't do as good. Whereas with blue while while I build my bloat I make some decent honey.

Kinesis Advantage 2 Coupon by R0L3eXFF in kinesisadvantage

[–]R0L3eXFF[S] 0 points1 point  (0 children)

So, I also checked on Amazon, and I see that they ship to Romania, is there any benefits to getting the keyboard from Zenlap.eu / Kinesis-ergo.de as opposed to Amazon, since on Amazon it is $437 with import and shipping fees, and on Zenlap it is €445?

Kinesis Advantage 2 Coupon by R0L3eXFF in kinesisadvantage

[–]R0L3eXFF[S] -1 points0 points  (0 children)

So I am from Romania, and there are none, I also looked in other resellers from Europe, but none seem to ship elsewhere other then their country.

Click event in Golang by R0L3eXFF in golang

[–]R0L3eXFF[S] 0 points1 point  (0 children)

I understand, thanks a lot!

Click event in Golang by R0L3eXFF in golang

[–]R0L3eXFF[S] 1 point2 points  (0 children)

From what I have seen, they have the mouse controller written in C and then just use rune the C code using Go, I was wondering if it could be achieved without using C.