diskcheck.sh development has moved to sometimesfood/diskburn.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
playrar () { unrar p -inul $* | mplayer -noidx -cache 30000 - } | |
alias spindown="sdparm --flexible --command=stop" | |
alias diff2html="pygmentize -f html -O full,style=emacs -l diff" | |
alias wdiff2html="pygmentize -f html -O full,style=emacs -l wdiff" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
;;; elisp-load-dir.el -- Elisp Load Directory | |
;; Copyright (C) 1998 Len Budney <[email protected]> | |
;; Author: Len Budney | |
;; Created: 1998 | |
;; Modified: 2004 by Igor Rayak <osigor at cs dot huji dot ac dot il> | |
;; Maintainer: Igor Rayak <osigor at cs dot huji dot ac dot il> | |
;; Keywords: elisp load conf | |
;; URL: http://www.cs.huji.ac.il/support/emacs/src/lisp/elisp-load-dir.el |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# lib/tasks/deploy.rake | |
namespace :deploy do | |
desc 'Deploy to staging environment' | |
task :staging do | |
exec 'mina deploy -f config/deploy/staging.rb' | |
end | |
end |
This guide provides updated instructions for pairing Bluetooth devices (such as keyboards or mice) in a dual-boot environment with Linux Ubuntu and Windows 10/11, incorporating community feedback and suggestions.
- Pair your Bluetooth device in Linux. This is crucial to ensure the LinkKey remains consistent.
- Note: Do not re-pair the device in Linux after completing the pairing in Windows.