audio

Backlinks mpd ffmpeg

March 9, 2024 · 1 min · Kristian Alexander P

windows

Operating system from microsoft. Backlinks virt-manager ripgrep rustup

February 25, 2024 · 1 min · Kristian Alexander P

rust hello world

Hello world The basic hello world in Rust. fn main() { // Statements here are executed when the compiled binary is called. // Print text to the console. println!("Hello World!"); } Backlinks rustup

February 25, 2024 · 1 min · Kristian Alexander P

rustup

Install rust Get the installer script here for linux, but also support other os’es like windows. In archlinux, using rustup is the recommended way to install if you intend to program anything in Rust.

February 25, 2024 · 1 min · Kristian Alexander P

hyprland

A wayland compositor.

February 25, 2024 · 1 min · Kristian Alexander P

exchange

Backlinks davmail

February 23, 2024 · 1 min · Kristian Alexander P

microsoft

Backlinks windows davmail

February 23, 2024 · 1 min · Kristian Alexander P

davmail

The answer for microsoft exchange in linux. Configuration davmail.server=true davmail.mode=Auto davmail.url=https://mail.domain.com/EWS/Exchange.asmx davmail.defaultDomain=DOMAIN davmail.ssl.nosecurecaldav=false davmail.ssl.nosecureimap=false davmail.ssl.nosecureldap=false davmail.ssl.nosecurepop=false davmail.ssl.nosecuresmtp=false davmail.caldavPort=1081 davmail.imapPort=1144 davmail.ldapPort=1390 davmail.popPort=1111 davmail.smtpPort=1026 davmail.imapAutoExpunge=true davmail.allowRemote=false davmail.logFilePath=/tmp/davmail-mkn.log davmail.logFileSize=1MB davmail.disableGuiNotifications=true davmail.disableTrayActivitySwitch=true davmail.showStartupBanner=false davmail.enableKerberos=false Systemd user unit most linux distro uses systemd anyway. # /usr/lib/systemd/user/davmail@.service [Unit] Description=DavMail for %i [Service] ExecStart=/usr/bin/davmail %h/.config/davmail/%i.properties Restart=on-failure [Install] WantedBy=default.target DefaultInstance=davmail

February 23, 2024 · 1 min · Kristian Alexander P

systemd

linux init system. Emacs systemd user unit Description=Emacs text editor Documentation=info:emacs man:emacs(1) https://gnu.org/software/emacs/ [Service] Type=notify ExecStart=/usr/bin/emacs --fg-daemon # Emacs will exit with status 15 after having received SIGTERM, which # is the default "KillSignal" value systemd uses to stop services. SuccessExitStatus=15 # The location of the SSH auth socket varies by distribution, and some # set it from PAM, so don't override by default. # Environment=SSH_AUTH_SOCK=%t/keyring/ssh Restart=on-failure [Install] WantedBy=default.target Backlinks davmail

February 23, 2024 · 1 min · Kristian Alexander P

pass

Password Manager for linux. Backlinks msmtp

February 23, 2024 · 1 min · Kristian Alexander P