Skip to content

Instantly share code, notes, and snippets.

#!/bin/bash
currentState=0
state1StartHour=4
state2StartHour=22
function set_sleep(){
xfconf-query -c xfce4-power-manager -p /xfce4-power-manager/blank-on-ac -s $1
now=$(date +"%D %T")
echo "set sleep $1 $now" >> ~/cron.log
@hansyulian
hansyulian / authorized_keys
Created September 20, 2024 02:16
Desktop public key
ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDAOFYlk8gCmJDIUHbHVncdlqj8TOIyTjGWYihqukMBBpC4PK1AM9BOSIhNLMcv3TFk0kDNSiYOEpi5GSY85otA6U02rkTp4XYQmRoNKmdmIY4OcMZIDpSnhkD8ZaQ0bRFfVzkEavRKvidXUG4Nf6893w5sy3RStBDZyByFAlqPOpA9Bv/IjVNJLTHT6gEu4ikkUxO4FuaNrqT1FMxT4bHDKwNW9i1EOgDg88ON5yQWNhvinJg9rb3MW9tHkWbmhO4VVCFXLkrDvLUrpSeIQ5ebwGTwtigEVG/CCfKcjF7n6axQ12djSEibSlakyKO3MvFIMOAVJoJb8Km+f5H4rsw0zf4A7Z1j0dhrF82TWpvjMMymHQe8KLPnSyjKCkEH2G5lxUumvDCGbc4o/uVp1Br7gIROWc+eZQLXsJBEUDf7nRYAEZypIY16mIjNyOlmNc7Cli7tJl5bjaRZT/IFfNFTAqlZi51hNiuull1FTHbnHqq2ZPg/a2Bu69PpQ7SWMps= [email protected]
{
"profile": {
"name": "Hans Yulian",
"phone": "+628112312107",
"email": "[email protected]",
"address": "Bandung, West Java, Indonesia",
"title": "Senior Software Engineer",
"summary": "Accomplished and versatile software engineer with extensive experience across a diverse array of technologies. Expert in developing robust solutions and adept at navigating complex technical landscapes. A proven track record of delivering high-quality software products efficiently and effectively.",
"printOnlyHeading": "This CV has been crafted using React as a demonstration of my skills and expertise. You can view the online version of this CV here: https://hansyulian.github.io or access the source code in the GitHub repository here: https://github.com/hansyulian/cv"
},
@hansyulian
hansyulian / xfce-set-timeout.sh
Last active January 25, 2025 13:24
Sleep Script for XFCE desktop
#!/bin/bash
# Script: hans-set-screen-timeout
# Purpose: Set the XFCE Power Manager's "Blank After" display timeout.
# Check if a parameter is provided
if [ -z "$1" ]; then
echo "Usage: hans-set-screen-timeout <true|false>"
exit 1
fi
{
"globalBackgroundImageUrl": "https://img.freepik.com/free-photo/handmade-wooden-cross-filed-blue-sky_181624-36477.jpg?t=st=1743859426~exp=1743863026~hmac=28fc05bfb187ac3c680222ab90f5e72c65c5286d617d4d62108ac71107dac37c&w=996",
"logo": {
"target": "/",
"text": "Gereja Kristen Immanuel"
},
"menu": [],
"footer": {
"copyrightText": "© 2025 Sinode Gereja Kristen Immanuel"
},