Benutzer-Werkzeuge

Webseiten-Werkzeuge


bm:index

Bookmarks

  • no-logout.ps1 (2023-03-22 11:46)
    # # -- NoSleep -- # Keep your computer awake by programmatically pressing the ScrollLock key every X seconds # param($sleep = 240) # seconds $announcementInterval = 10 # loops Clear-Host $WShell = New-Object -com "Wscript.Shell" $date = Get-Date -Format "dddd MM/dd HH:mm (K)" $stopwatch # Some environments don't support invocation of this method. try { $stopwatch = [system.diagnostics.stopwatch]::StartNew() } catch { Write-Host "Couldn't start the stopwatch." } Write-Host "Executing ScrollLock-toggle NoSleep routine." Write-Host "Start time:" $(Get-Date -Format "dddd MM/dd HH:mm (K)") Write-Host "<3" -fore red $index = 0 while ( $true ) { Write-Host "<3" -fore red # heartbeat $WShell.sendkeys("{SCROLLLOCK}") Start-Sleep -Milliseconds 200 $WShell.sendkeys("{SCROLLLOCK}") Write-Host "<3" -fore red # heartbeat Start-Sleep -Seconds $sleep # Announce runtime on an interval if ( $stopwatch.IsRunning -and (++$index % $announcementInterval) -eq 0 ) { Write-Host "Elapsed time: " $stopwatch.Elapsed.ToString('dd\.hh\:mm\:ss') } } — Permalink
  • Keila - Open Source Email Newsletters Easy & Reliable (2023-03-18 15:20)
    A reliable and easy-to-use email newsletter tool. Keila is an Open Source alternative to Mailchimp that you can host yourself. — Permalink
  • GitHub - Mailtrain-org/mailtrain: Self hosted newsletter app (2023-03-18 15:17)
    Self hosted newsletter app. Contribute to Mailtrain-org/mailtrain development by creating an account on GitHub. — Permalink
  • SendPortal - Open Source Email Marketing Software (2023-03-18 15:15)
    Modern open source email marketing and newsletter software. Free to use. — Permalink
  • Mautic (2023-03-18 15:12)
    Mautic provides free and open source marketing automation software available to everyone. Free email marketing software, lead management software and more. — Permalink
  • listmonk (2023-03-18 15:08)
    Send e-mail campaigns and transactional e-mails. High performance and features packed into one app. - Free and open source self-hosted newsletter, mailing list manager, and transactional mails — Permalink
  • Using a Raspberry Pi to add a second HDMI port to a laptop | Pierre Couy’s tech corner (2023-03-17 16:24)
    A step-by-step tutorial you can follow along, featuring ffmpeg, xrandr, tcpdump and a dhcp server running on a Raspberry Pi — Permalink
  • .Xresources bugfix (2023-03-14 20:56)
    ! bug fix middle propt ! see https://bbs.archlinux.org/viewtopic.php?id=282791 URxvt.geometry: 400x400 — Permalink
  • dirtlej - no more excuses (2023-03-10 14:39)
    — Permalink
  • VRS: Haltestelle Bonn Hbf (2023-03-06 09:55)
    — Permalink
  • Create templates for your video graphics with Inkscape (2023-03-05 11:53)
    Level up your conference talks and video templates with these Inkscape tricks. — Permalink
  • celeste (2023-02-13 18:43)
    GUI file synchronization client that can sync with any cloud provider — Permalink
  • UpSnap (2023-02-09 14:34)
    A simple wake on lan app written with SvelteKit, Go, PocketBase and nmap — Permalink
  • OsmAnd 4.3 rockt - s3n·net (2023-02-07 14:35)
    — Permalink
  • podman and auto-updates (2023-02-07 14:24)
    — Permalink
  • PyRadio (2023-02-07 11:32)
    PyRadio is a console based Internet radio player. It is implemented in Python, and uses mpv for media playback. — Permalink
  • Reactive-Resume (2023-02-01 17:20)
    A one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today! — Permalink
  • Datasette (2023-01-18 12:35)
    An open source multi-tool for exploring and publishing data — Permalink
  • openandroidinstaller (2023-01-17 18:36)
    Makes installing alternative Android distributions nice and easy. — Permalink
  • OMV, Portainer, Traefik & LetsEncrypt (2023-01-17 16:20)
    — Permalink
  • Repology (2023-01-17 12:31)
    Repology monitors a huge number of package repositories and other sources comparing packages versions across them and gathering other information. Repology shows you in which repositories a given project is packaged, which version is the latest and which needs updating, who maintains the package, and other related information. Repology might be useful — Permalink
  • iodé - Das umweltfreundliche Smartphone das deine Privatsphäre beschützt (2023-01-15 18:21)
    Das umweltfreundliche Smartphone das deine Privatsphäre beschützt — Permalink
  • Kurse | openHPI (2023-01-12 06:27)
    — Permalink
  • pikvm-board (2023-01-11 16:45)
    hardware based on CM4 for pikvm or tinypilot — Permalink
  • HopToDesk - Kostenlose Remote-Desktop-Software für Windows, Mac, Linux, Android, iOS (2023-01-09 23:06)
    Free and secure remote desktop software for Windows, Mac, Linux, Android, iOS for remote support, control, monitoring, screen share, file transfer and live chat. — Permalink
  • HB674GBS1 Einbau-Backofen | SIEMENS DE (2023-01-09 15:56)
    HB674GBS1 — Permalink
  • Subnet Rechner | CIDR, Subnetzmaske und IPs (2023-01-09 08:52)
    — Permalink
  • croc (2023-01-06 12:01)
    croc is a tool that allows any two computers to simply and securely transfer files. — Permalink
bm/index.txt · Zuletzt geändert: 2014-05-07 10:53 von 127.0.0.1