Skip Navigation
InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)HE
hellostick @lemm.ee
Posts 5
Comments 5
should I keep using an outdated electron journal app?
  • why is it pinging the github server every minute??

    cosmic@pop-os:~$ sudo tcpdump | grep "github"

    [sudo] password for cosmic:

    tcpdump: verbose output suppressed, use -v[v]... for full protocol decode

    listening on enp1s0, link-type EN10MB (Ethernet), snapshot length 262144 bytes

    03:12:25.287023 IP pop-os.58602 > fw.domain: 11618+ [1au] A? github.com. (39)

    03:12:25.358983 IP pop-os.39648 > lb-140-82-116-3-sea.github.com.https: Flags [S], seq 4137790427, win 64240, options [mss 1460,sackOK,TS val 2108472627 ecr 0,nop,wscale 7], length 0

    03:12:25.423103 IP lb-140-82-116-3-sea.github.com.https > pop-os.39648: Flags [S.], seq 1114499144, ack 4137790428, win 65160, options [mss 1360,sackOK,TS val 2211975173 ecr 2108472627,nop,wscale 8], length 0

    03:12:25.423162 IP pop-os.39648 > lb-140-82-116-3-sea.github.com.https: Flags [.], ack 1, win 502, options [nop,nop,TS val 2108472691 ecr 2211975173], length 0

    03:12:25.428280 IP pop-os.39648 > lb-140-82-116-3-sea.github.com.https: Flags [P.], seq 1:518, ack 1, win 502, options [nop,nop,TS val 2108472696 ecr 2211975173], length 517

  • should I keep using an outdated electron journal app?

    minidiary.app Mini Diary

    Simple and secure journal app

    The last update was in 2020. Electron version is 8.0.

    I have been using it since then on linux.. however, I am not too sure if I should keep using it?

    If I am moving to another app, I am thinking of rednotebook, unless there is something better.

    11

    Try COSMIC DE apps on virtual machine

    1. install virt-manager

    2. create a vm pop-os

    3. start the vm

    4. sudo apt install cosmic-session

    5. sudo nano /etc/gdm3/custom.conf

    6. set "WaylandEnable=true"

    7. reboot

    8. at the log in screen, there is a small gear wheel on the bottom right side, choose “Pop on Wayland" (edit: if you want COSMIC DE to work too, see update below)

    update:

    there are some settings on the virt-manager to make COSMIC DE works.

    if you don't need to run COSMIC DE, can ignore the following

    • Display Spice : Type = Spice server, Listen type = none, uncheck password / opengl
    • Video : use QXL (instead of default Virtio)

    new step 8. at the log in screen, there is a small gear wheel on the bottom right side, choose “COSMIC"

    0

    Are we going to have kernel 6.8 before 24.04?

    The base Ubuntu 24.04 LTS shipping with Linux kernel 6.8 is anticipated for release on April 25th, 2024.

    0

    Graphical corruption

    Sometimes when resuming from sleep, or when playing a fullscreen video, my screen will fill with white video blocks.

    rebooting will fix the problem (until it appears again).

    $ uname -r 6.6.6-76060606-generic

    Similar to this: https://i.bke.ro/selif/artifacts.mp4 and https://www.youtube.com/watch?v=7Xt2e9Lt2gg

    and issue: https://gitlab.freedesktop.org/drm/amd/-/issues/2735

    One solution is to add amdgpu.sg_display=0

    sudo kernelstub -a "amdgpu.sg_display=0"

    0