Lucas Bürgy's links
Tag cloud
Picture wall
Daily
RSS Feed
  • RSS Feed
  • Daily Feed
  • Weekly Feed
  • Monthly Feed
Filters

Links per page

  • 20 links
  • 50 links
  • 100 links

Filters

Untagged links
page 5 / 62
How to configure automatic login in KDE https://www.simplified.guide/kde/automatic-login
Tue Aug 20 10:04:45 2024
QRCode
kde
How to Install Deb Files/Packages on Ubuntu 24.04 - Linux Genie https://linuxgenie.net/install-deb-files-packages-ubuntu-24-04/
Tue Aug 20 10:03:21 2024
QRCode

I couldn't install deb files with the GUI, it said that it couldn't satisfy the dependencies.

sudo dpkg -i package.deb
ubuntu linux package
How to Enable Hibernate Function in Ubuntu 24.04 & 22.04 LTS | UbuntuHandbook https://ubuntuhandbook.org/index.php/2021/08/enable-hibernate-ubuntu-21-10/
Tue Aug 20 01:05:52 2024
QRCode

command:

systemctl hibernate

I created my swap partition like this: https://links.lburgy.ch/shaare/WSOAMQ

On Kubuntu 24.04, create the file /etc/polkit-1/rules.d/10-enable-hibernate.rules with this content:

polkit.addRule(function(action, subject) {
    if (action.id == "org.freedesktop.login1.hibernate" ||
        action.id == "org.freedesktop.login1.hibernate-multiple-sessions" ||
        action.id == "org.freedesktop.upower.hibernate" ||
        action.id == "org.freedesktop.login1.handle-hibernate-key" ||
        action.id == "org.freedesktop.login1.hibernate-ignore-inhibit")
    {
        return polkit.Result.YES;
    }
});

https://www.reddit.com/r/Kubuntu/comments/1c2frkd/enabling_hibernation_on_2404/

linux ubuntu
How to Create Swap Partition in Linux - idroot https://idroot.us/create-swap-partition-linux/
Tue Aug 20 01:04:36 2024
QRCode

In fstab, I used this instead:

/dev/nvme0n1p6 swap swap defaults 0 0

I also had to do this (on 24.04):
https://community.frame.work/t/responded-ubuntu-24-04-and-hibernation-fw-13-12th-gen/51626/4

  1. Add resume=/dev/nvme0n1p6 to the GRUB_CMDLINE_LINUX_DEFAULT line of /etc/default/grub
  2. Update grub with sudo update-grub
swap linux ubuntu
Sync Subtitles: fix out of sync subtitles https://subtitletools.com/subtitle-sync-shifter
Mon Jul 22 12:03:47 2024
QRCode
subs srt subtitles
ICANN Lookup https://lookup.icann.org/en
Tue Jul 2 13:34:12 2024
QRCode

Registration data lookup tool

If you get TLD_NOT_SUPPORTED, you can look for the registrar of the TLD here: https://www.iana.org/domains/root/db

Sidebery - Hide/show sidebar when hovering (very useful) : r/FirefoxCSS https://www.reddit.com/r/FirefoxCSS/comments/pcuir9/sidebery_hideshow_sidebar_when_hovering_very/
Sun Jun 23 02:35:58 2024
QRCode

Maybe I'll want to do this one day

firefox
Sidebery – Get this Extension for 🦊 Firefox (en-US) https://addons.mozilla.org/en-US/firefox/addon/sidebery/
Sun Jun 23 02:32:47 2024
QRCode

Great extension for vertical tabs with high customization.

My sidebery style:

#root.root {--tabs-indent: 16px;}

/* No empty space after last tabs */
.TabsPanel .bottom-space {
    height: 0
}

/* The spaces in the navigation bar take a whole line. It forces a line return */
.NavigationBar .nav-item[data-class="space"][data-type="dynamic"] {
//  height: 8px;
    height: 0;
    width: 100% !important;
}

/* The delimiters are horizontal now and force a line return */
.NavigationBar.-top .nav-item[data-class="space"][data-type="static"] {
    height: 8px;
    width: 100% !important;
}
.NavigationBar.-top .nav-item[data-class="space"][data-type="static"]::after {
    height: 1px;
    width: 100%;
    top: auto;
    left: auto;
    background-color: #75747A;
}

/* Moving Sidebery navigation bar to bottom, to mimic how Space works on Arc Browser. Make sure to choose Horizontal when activating the navigation bar. */
.top-horizontal-box {
  display: flex;
  order: 10; 
}
#search_bar {
    order: 5;
}

/* A bottom border on the pinned tabs bar */
.PinnedTabsBar {
     border-bottom: 1px solid #75747A;
}

.Tab .title {
    font-size: 12px;
    font-family: unset;
}

/* OLD STYLES
#root.root {--tabs-indent: 16px;}

/* No empty space after last tabs */
.TabsPanel .bottom-space {
    height: 0
}

/* The spaces in the navigation bar take a whole line. It forces a line return */
.NavigationBar .nav-item[data-class="space"][data-type="dynamic"] {
//  height: 8px;
    height: 0;
    width: 100% !important;
}

/* The delimiters are horizontal now and force a line return */
.NavigationBar.-top .nav-item[data-class="space"][data-type="static"] {
    height: 8px;
    width: 100% !important;
}
.NavigationBar.-top .nav-item[data-class="space"][data-type="static"]::after {
    height: 1px;
    width: 100%;
    top: auto;
    left: auto;
    background-color: #75747A;
}

/* Moving Sidebery navigation bar to bottom, to mimic how Space works on Arc Browser. Make sure to choose Horizontal when activating the navigation bar. */
.top-horizontal-box {
  display: flex;
  order: 10; 
}
#search_bar {
    order: 5;
}

/* A bottom border on the pinned tabs bar */
.PinnedTabsBar {
     border-bottom: 1px solid #75747A;
}

.Tab .title {
    font-size: 12px;
    font-family: unset;
}
*/
firefox extension
Compacting Firefox's Layout with Sidebery and User Chrome https://jahed.dev/2021/10/08/compacting-firefox-layout-with-sidebery-and-user-chrome/
Sun Jun 23 02:29:43 2024
QRCode

For user chrome, you need to set to true this flag toolkit.legacyUserProfileCustomizations.stylesheets in about:config

Then create chrome/userChrome.css in your profile. You can find it with about:profiles

My user chrome:

/* Hide the "Tree Style Tab" header at the top of the sidebar */
#sidebar-box[sidebarcommand="treestyletab_piro_sakura_ne_jp-sidebar-action"] #sidebar-header,
/* Hide the "Sidebery" header at the top of the sidebar */
#sidebar-box[sidebarcommand="_3c078156-979c-498b-8990-85f7987dd929_-sidebar-action"] #sidebar-header {
  display: none;
}

/* https://jahed.dev/2021/10/08/compacting-firefox-layout-with-sidebery-and-user-chrome/ */
#main-window[titlepreface*="[Sidebery]"] #navigator-toolbox {
  /* --toolbar-bgcolor: #1C1B22; */
  --toolbar-bgcolor: #000;
  background-color: var(--toolbar-bgcolor) !important;
  display: flex !important;
  /* flex-direction: row; */
  flex-direction: row-reverse;
}

#main-window[titlepreface*="[Sidebery]"] #TabsToolbar .titlebar-spacer,
#main-window[titlepreface*="[Sidebery]"] #TabsToolbar .toolbar-items {
  display: none !important;
}

#main-window[titlepreface*="[Sidebery]"] #TabsToolbar {
  /* #main-window[titlepreface*="[Sidebery]"] #TabsToolbar .titlebar-buttonbox { */
  /* margin-left: 12px !important; */
  /* margin-right: 12px !important; */
  max-width: fit-content;
}

#main-window[titlepreface*="[Sidebery]"] #nav-bar {
  flex-grow: 1 !important;
}

#sidebar-splitter {
  --sidebar-border-color: var(--chrome-content-separator-color);
  width: 4px !important;
  background-color: transparent !important;
  margin-inline-start: -4px !important;
  border: 0 !important;
}

#urlbar-background {
  --toolbar-field-border-color: transparent;
  --toolbar-field-background-color: transparent;
  --toolbar-field-focus-border-color: #a86595;
  --toolbar-field-focus-background-color: var(--toolbar-bgcolor);
  --arrowpanel-border-color: #a86595;
}

#main-window[titlepreface*="[Sidebery]"] #titlebar {
  flex-direction: row;
  order: 1;
}

#main-window[titlepreface*="[Sidebery]"] #PersonalToolbar {
  flex-direction: row;
  order: 2;
}

#main-window[titlepreface*="[Sidebery]"] #toolbar-menubar[inactive] {
  display: none;
}

/* Put the settings button on the left */
#PanelUI-button {
  order: -1;
  padding-inline-end: var(--toolbarbutton-outer-padding);
}

#main-window[titlepreface*="[Sidebery]"] #nav-bar-customization-target {
  padding-inline-end: var(--toolbar-start-end-padding);
}

/* No floating tabs */
.tab-background {
  /* border-radius: 0px 0px !important; */
  margin-bottom: 0px !important;
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

/* Don't show the space on the left when you're in windowed mode */
.titlebar-spacer[type="pre-tabs"] {
  display: none;
}

/* Hide the private browsing label */
#private-browsing-indicator-with-label label {
  display: none;
}

/* Remove the down arrow button */
#alltabs-button {
  display: none;
}

/* Remove the space to the right of the tabs */
.titlebar-spacer[type="post-tabs"] {
  display: none;
}

/* Hide Firefox View */
#firefox-view-button {
  display: none;
}
#tabbrowser-tabs {
  border-inline-start: 0 !important;
  margin-inline-start: 0 !important;
  padding-inline-start: 0 !important;
}
.tabbrowser-tab:first-child {
  padding-left: 0 !important;
}

#main-window[titlepreface*="[Sidebery]"] .browser-toolbar:not(.browser-titlebar) {
  background-color: transparent !important;
}
firefox userchrome
How to inspect Firefox's UI? - Super User https://superuser.com/questions/1608096/how-to-inspect-firefoxs-ui
Fri Jun 21 00:11:39 2024
QRCode
firefox browser
LocalSend: Share files to nearby devices https://localsend.org/
Thu Jun 13 15:20:24 2024
QRCode

Free, open-source, cross-platform

linux android windows opensource
Fastboot Not Detecting Device on Windows 10/ 11? Here's the Fix | Beebom https://beebom.com/fastboot-not-detecting-device-windows-10/
Fri Jun 7 02:09:36 2024
QRCode

If you're in fastbootd, install the Google USB Driver

(https://xdaforums.com/t/pc-doesnt-recognize-device-in-fastbootd.4256517/)

fastboot adb android
javascript - Detect if device is iOS - Stack Overflow https://stackoverflow.com/questions/9038625/detect-if-device-is-ios
Fri Feb 23 22:36:59 2024
QRCode
ios web js
terminal - How to launch tmux –automatically– when konsole/yakuake start? - Stack Overflow https://stackoverflow.com/questions/21115370/how-to-launch-tmux-automatically-when-konsole-yakuake-start/71961028#71961028
Wed Feb 14 10:27:49 2024
QRCode
tmux yakuake terminal
Canterbury - Dieter Steffmann @ typOasis https://moorstation.org/typoasis/designers/steffmann/samples/c/canterbury.htm
Tue Jan 30 21:11:14 2024
QRCode

https://www.1001fonts.com/canterbury-font.html
http://www.steffmann.de/wordpress/

font police
astigmatic.com/ http://www.astigmatic.com/
Tue Jan 30 20:40:54 2024
QRCode

Created the Parisienne font

  • https://github.com/librefonts/parisienne
  • https://fontsource.org/fonts/parisienne
  • https://www.fontsquirrel.com/fonts/parisienne
  • https://github.com/fontsource/font-files/blob/main/fonts/google/parisienne/README.md
  • https://github.com/google/fonts/tree/main/ofl/parisienne
font police
Google Fonts illegal in EU | Usecue web development https://www.usecue.com/blog/google-fonts-illegal-in-eu/
Tue Jan 30 20:25:02 2024
QRCode

Ça sert à rien

font police
Facebook a-t-il votre numéro de téléphone ? Vérifiez et supprimez - Numerama https://www.numerama.com/tech/1170104-facebook-a-t-il-votre-numero-de-telephone-verifiez-et-supprimez.html
Sun Nov 12 19:34:45 2023
QRCode

Lien direct: https://www.facebook.com/contacts/removal

swissalpine/GARMIN-xDrip-Spike-Nightscout-Watchface https://github.com/swissalpine/GARMIN-xDrip-Spike-Nightscout-Watchface/
Tue Sep 5 19:21:08 2023
QRCode
xdrip garmin
Tech for Diabetics - Make Gadgets Work https://mgw.dumatics.com/tech-for-diabetics/#nightscout
Tue Sep 5 13:26:23 2023
QRCode

setup nightscout with diabetes-m

nightscout diabetes-m diabetes
page 5 / 62
1244 links, including 4 private
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Theme by kalvn