CAPTCHA
Image CAPTCHA
Enter the characters shown in the image.
This question is for testing whether or not you are human.
  • Create new account
  • Reset your password

User account menu

Home
The Hyperlogos
Read Everything

Main navigation

  • Home
  • My Resumé
  • blog
  • Howtos
  • Pages
  • Contact
  • Search

User Blogs

Breadcrumb

  • Home
  • User Blogs

Script Snippet: Link additional storage

By drink | Sat July 15, 2023

I just rearranged some of my storage and wanted to automate this, and I was pleased enough that it worked exactly how I thought it should work that I thought I'd just share. This goes in /etc/profile.d on most Linux systems today.

script
  • Read more about Script Snippet: Link additional storage
  • Log in or register to post comments

Setting temp dir location on Linux

By drink | Sun May 21, 2023

I use a 1GB tmpfs on my Linux system, which causes problems with some installs which write their temporary files to /tmp. Here's a way to somewhat gracefully set TMPDIR for every user logging in:

linux
howto
  • Read more about Setting temp dir location on Linux
  • Log in or register to post comments

Windows 11 Autologin

By drink | Fri May 19, 2023

Wow, some people try to make this crazy hard. Here it is from the CLI. Or as a .reg file:

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon]
"AutoAdminLogon"=dword:00000001
"DefaultUserName"="user"
"DefaultPassword"="password"

This seems to be available from at least Windows 8.1 on.

Windows
howto
  • Read more about Windows 11 Autologin
  • Log in or register to post comments

Adding Service Principal Names (SPN) to Samba AD DC

By drink | Thu May 11, 2023

I have just recently installed Samba as an Active Directory Domain Controller on my Linux system, and I'm still trying to sort out the details. I have never really gotten into Kerberos, and this is a good learning opportunity. One of the things you have to do to enable the use of Kerberos tickets for authentication for services is to add the Service Principal Names, sometimes called "service principals", to the computer's Kerberos account.

howto
  • Read more about Adding Service Principal Names (SPN) to Samba AD DC
  • Log in or register to post comments

Drupal backup and reinstall shell script

By drink | Fri May 05, 2023

I've been playing around with creating a kind of all-in-one, "loaded for bear" Drupal 10 configuration, with a coherent set of compatible and cooperative modules. My goal is to make deployment and expansion simple regardless of your goals.

howto
Drupal
  • Read more about Drupal backup and reinstall shell script
  • Log in or register to post comments
Pagination
  • First page « First
  • Previous page ‹‹
  • …
  • Page 3
  • Page 4
  • Page 5
  • Page 6
  • Current page 7
  • Page 8
  • Page 9
  • Page 10
  • Page 11
  • …
  • Next page ››
  • Last page Last »

Footer menu

  • Contact
Powered by Drupal

Copyright © 2025 Martin Espinoza - All rights reserved