Shaare your links...
2353 links
interesting links Home Login RSS Feed ATOM Feed Tag cloud Picture wall Daily
Links per page: 20 50 100
◄Older
page 1 / 3
44 results for tags HOWTO x
  • Access Nextcloud files in Emacs
    Found on Sacha Chua's blog https://sachachua.com/blog/2025/05/2025-05-12-emacs-news/
    "If you add a Google Drive or Nextcloud account in GNOME Online Accounts, you can use:
    /gdrive:user@domain:/... or /nextcloud:user@host:/...
    https://www.gnu.org/software/emacs/manual/html_node/tramp/Quick-Start-Guide.html#Using-GNOME-Online-Accounts-based-methods
    Wed May 14 13:03:18 2025 - permalink -
    - https://msz.baz.bar/@quux/114460950255702975
    emacs HOWTO software TODO
  • How I blog with Emacs - Org-Mode, Jekyll, Github Actions and interesting tidbits
    Elaborate setup for blogging with Emacs, org-mode, Jekyll and Github actions. Too complicated for my taste, but I still might learn something from the description.
    Tue Oct 29 23:44:46 2024 - permalink -
    - https://themkat.net/2024/10/22/how_i_blog_with_emacs.html
    blog HOWTO org-mode tool
  • Using FIDO2 Auth Keys (Yubikey, Solokeys) with MacOS and FreeBSD // hackacad.net
    Just what it says in the title.
    Tue Feb 20 13:43:01 2024 - permalink -
    - https://hackacad.net/freebsd/2020/03/27/using-fido2-auth-keys-yubikey-solokey-with-macos-and-freebsd.html
    BSD cryptography HOWTO security
  • Use ‘xkb’ to setup full-spectrum of modifiers—Meta, Alt, Super, and Hyper—for use with Emacs – Emacs Notes
    How to enable modifier keys in X11.
    https://emacsnotes.wordpress.com/2022/08/16/who-stole-c-c-and-possibly-other-keys-from-my-emacs/ looks interesting too.
    Wed Nov 2 14:19:35 2022 - permalink -
    - https://emacsnotes.wordpress.com/2022/10/30/use-xkb-to-setup-full-spectrum-of-modifiers-meta-alt-super-and-hyper-for-use-with-emacs/
    blog emacs HOWTO key-binding lisp X11
  • How to turn off colours in git output
    Adding
    [color]
    pager = false
    ui = false
    advice = false
    push = false
    transport = false
    to ~/.gitconfig should work.
    Thu May 12 08:03:08 2022 - permalink -
    - http://www.lemis.com/grog/diary-apr2022.php?subtitle=igitt!%20%20Again!&article=D-20220415-015925#D-20220415-015925
    git HOWTO
  • Escape From Kmail
    Description of the various programs involved in sending and receiving e-mail, as of 2012.
    Sun Nov 28 19:08:29 2021 - permalink -
    - http://troubleshooters.com/lpm/201202/201202.htm
    e-mail HOWTO Linux
  • Marcin Borkowski: 2021-01-11 Deleting last entry from the kill ring
    This a problem on my TODO list.
    See also https://mbork.pl/2019-08-19_Transplanting_a_directory_to_another_Git_repository (found 2025-03-17) which might be useful for pass repositories.
    https://mbork.pl/2023-08-05_Plotting_ASCII_art_charts_from_Org_mode_tables mentions the functions org-timestamp-from-string (which converts a string to an Org timestamp object), org-timestamp-to-time (which converts an Org timestamp object to Emacs time value) and time-to-days (which converts an Emacs time value to the number of days from 0001-01-01).
    Thu Jan 14 14:39:23 2021 - permalink -
    - http://mbork.pl/2021-01-11_Deleting_last_entry_from_the_kill_ring
    blog emacs git HOWTO TODO version-control
  • Take These Steps to Secure Your Raspberry Pi Against Attackers
    A checklist to harden the raspberry π against attacks.
    See also https://www.raspberrypi.org/blog/adafruits-read-only/ for information about making the file system read-only to prevent corruption by accidental power loss.
    Sun Sep 17 22:23:46 2017 - permalink -
    - https://makezine.com/2017/09/07/secure-your-raspberry-pi-against-attackers/
    HOWTO pi raspberry security π
  • Build a Raspberry Pi Scanner that Tracks the Devices Connected to Your Local Network
    Sun Sep 17 22:11:29 2017 - permalink -
    - https://makezine.com/projects/build-raspberry-pi-network-scanner/
    HOWTO pi raspberry WLAN π
  • Beginner's guide to Android - How to navigate the site
    Just what it says.
    Tue Jun 6 00:19:00 2017 - permalink -
    - http://beginandroid.com/siteintro.shtml
    Android HOWTO
  • Backing up and restoring data on Android devices directly via USB (Howto)
    From the author:
    "I was looking for a simple way to backup data on Android devices directly to a device running GNU/Linux connected over a USB cable (in my case, a desktop computer).

    Is this really so unique that it’s worth writing a new article about it? Well, in my case, I did not want to buffer the data on any “intermediate” devices such as storage cards connected via microSD or USB-OTG. Also, I did not want to use any proprietary tools or formats. Instead, I wanted to store my backups in “oldschool” formats such as dd-images or tar archives. I did not find a comprehensive howto for that, so I decided to write this article."
    Sat Dec 31 18:28:25 2016 - permalink -
    - https://blogs.fsfe.org/kuleszdl/2016/11/02/android-data-backup/
    Android backup blog FSFE HOWTO USB
  • A Modern Space Cadet / Steve Losh
    How to choose and configure keyboards for efficient typing. Found Wed Dec 21 18:38:57 2016, rediscovered Tue Aug 28 01:08:05 2018.
    The blog has other interesting articles, e.g. https://stevelosh.com/blog/2018/08/a-road-to-common-lisp/, https://stevelosh.com/blog/2013/09/teach-dont-tell/
    Wed Dec 21 18:38:57 2016 - permalink -
    - http://stevelosh.com/blog/2012/10/a-modern-space-cadet/
    blog common-lisp hardware HOWTO key-binding keyboard lisp
  • Raspberry Pi Zero – Programming over USB! | Andrew's blog
    The Rπ 0 can be used as USB device and simulate serial, ethernet, MIDI, audio, human interface device (keyboard, mouse) or a combination of up to 3 of these. The combined mode does not work well on Windows and OS X.
    Wed Jan 13 16:36:56 2016 - permalink -
    - http://pi.gbaman.info/?p=699
    blog HOWTO pi raspberry USB π
  • Boot Raspberry PI (2) from a USB Stick - JonathanMH
    Short description with links.
    Mon Sep 7 23:44:14 2015 - permalink -
    - http://jonathanmh.com/boot-raspberry-pi-from-a-usb-stick/
    HOWTO raspberry USB
  • BackSpace and Delete Configuration for Linux (VT, xterm, bash, tcsh, netscape and more)
    Just what it says. Contains interesting historical background.
    Thu Aug 28 13:12:36 2014 - permalink -
    - http://www.ibb.net/~anne/keyboard.html
    computer history HOWTO
  • Go Advent Day 23 - Multi-Platform Applications: Architecture and Cross-Compilation - The Gopher Academy Blog
    How to cross-compile Go programs.
    Mon Apr 28 19:27:57 2014 - permalink -
    - http://blog.gopheracademy.com/day-23-multi-platform-applications
    Go HOWTO language programming
  • Nieder PC-KnowHow GmbH - Tipps
    How to adjust Windows via the registry (in german).
    Fri Nov 15 12:19:19 2013 - permalink -
    - http://www.nieder.com/tipps.htm#tipp012
    german HOWTO Windows
  • Basic MinGW Instructions
    Explanation for the installation of MinGW-minimal GNU compiler (and tools) for Windows.
    Thu Oct 17 23:29:16 2013 - permalink -
    - http://www.stat.sc.edu/~habing/courses/740/mingw.html
    FOSS HOWTO software
  • The Scheme programming language AKA The CHICKEN hens nest - Part 1 | shisaa.jp
    Blog entry describing how to write extensions (called eggs) for the Scheme compiler Chicken.
    Tue Sep 3 23:32:14 2013 - permalink -
    - http://shisaa.jp/postset/chicken-scheme-1.html
    compiler HOWTO Scheme
  • Anleitung: Sony PRS-T1 Root | CME.AT
    Instruction to gain access to the Android layer of the Sony PRS-T1 ebook reader (in german).
    Sat May 19 13:33:45 2012 - permalink -
    - http://cme.at/reviews-tests-previews/howto/anleitung-sony-prs-t1-reader-wifi-root/
    Android hack HOWTO reading
Links per page: 20 50 100
◄Older
page 1 / 3
Shaarli 0.0.41 beta - The personal, minimalist, super-fast, no-database delicious clone. By sebsauvage.net. Theme by idleman.fr.