Skip to content

Instantly share code, notes, and snippets.

View manu-romero-411's full-sized avatar

Manuel Jesús Romero Mateos manu-romero-411

View GitHub Profile
@manu-romero-411
manu-romero-411 / ntfs3g-mount-macos.sh
Created January 5, 2024 21:52
A little script to remount NTFS drives as read-write in macOS (ntfs-3g and macfuse required)
#!/bin/bash
# PEQUEÑA UTILIDAD PARA SACAR PROVECHO DE MACFUSE Y NTFS-3G
# FECHA: 5 de enero de 2024
function print_info(){
green=$(tput setaf 2)
reset=$(tput sgr0)
echo "${green}${@}${reset}"
}
@manu-romero-411
manu-romero-411 / windows_utc.cmd
Created June 2, 2023 19:47
Let Windows to use UTC time instead of RTC
@echo off
net session >nul 2>&1
if %errorLevel% == 0 (
goto program
) else (
echo You must run this script as Administrator.
pause
exit 1
)
@manu-romero-411
manu-romero-411 / rename_pc.cmd
Created June 2, 2023 19:44
Random hostname generator for Windows
@echo off
net session >nul 2>&1
if %errorLevel% == 0 (
goto program
) else (
echo You must run this script as Administrator.
pause
exit 1
)

Keybase proof

I hereby claim:

  • I am manu-romero-411 on github.
  • I am manu_romero_411 (https://keybase.io/manu_romero_411) on keybase.
  • I have a public key ASCo7m911WcHHeF204UEgwOg1LLe52vokfePOGT941cD_wo

To claim this, I am signing this object: