github.com
zerodogg (Eskild Hustvedt) · GitHub
https://github.com/zerodogg
X74;he domain zerodogg.org - the user eskild. Http:/ random.zerodogg.org/. Mar 5, 2009. A command-line password manager based around GnuPG. The Day Planner project. The GoldenPod podcast client. Various scripts I have written that don't merit their own repo. A simple command-line program to sort collections of music files. 141 contributions in the last year. Summary of pull requests, issues opened, and commits. Learn how we count contributions. Zerodogg has no activity during this period.
notes.zerodogg.org
Nicer KDE apps when running under a GTK-based environment (ie. GNOME) - Notes (GNU/Linux (desktop))
http://notes.zerodogg.org/GNU-slash-Linux_-desktop-/pretty-kde-under-gtk
Notes - GNU/Linux (desktop). Return to note list. Nicer KDE apps when running under a GTK-based environment (ie. GNOME). Kwriteconfig - file kdeglobals - group Icons - key Theme gnome kwriteconfig - file kdeglobals - group General - key widgetStyle gtk. Licensed under the Creative Commons Attribution-ShareAlike 3.0 Unported License. Built from notebucket revision 912b237. Updated on 2016-04-05 08:53:20 0200. Fork it on github.
notes.zerodogg.org
Using screen-bce on Fedora - Notes (Fedora)
http://notes.zerodogg.org/Fedora/screen-bce-on-fedora
Return to note list. Using screen-bce on Fedora. Turning on bce in screen avoids padding the screen with trailing spaces, which makes copy paste a lot simpler. It does not work simply by turning bce on, however, it also needs a termcap that tells the applications about this. In Fedora, this termcap isn't installed by default, you need to install the. Package, once you do everything starts working (to turn bce on add. Licensed under the Creative Commons Attribution-ShareAlike 3.0 Unported License.
notes.zerodogg.org
Using pulseaudio on a second X server (on Fedora 18) - Notes (Fedora)
http://notes.zerodogg.org/Fedora/pulseaudio-second-X
Return to note list. Using pulseaudio on a second X server (on Fedora 18). If you want to run a secondary X server (ie. for gaming), you may run into audio troubles. There are several ways to fix it, the one I'm presenting here is the "easy, but hacky" version. It may have side-effects, and you will likely need to reverse it if you want support from the Fedora community. First, add your user into the ". Group This will let your user write directly to your audio device.
notes.zerodogg.org
A simple one-liner REPL - Notes (Perl)
http://notes.zerodogg.org/Perl/repl-one-liner
Return to note list. A simple one-liner REPL. Perl -MData: Dumper -MTerm: ReadLine -e '$r = Term: ReadLine- new(1);while(defined($ = $r- readline(" $ ") ){$ret=Dumper(eval($ ) ;$err=$@;if($err ne " ){print $err;}else{print $ret;} '. Alias (ie. for use in .bashrc):. Alias 'perl-repl'='perl -MData: Dumper -MTerm: ReadLine -e ' ' $r = Term: ReadLine- new(1);while(defined($ = $r- readline(" $ ") ){$ret=Dumper(eval($ ) ;$err=$@;if($err ne " ){print $err;}else{print $ret;} ' ' '.
notes.zerodogg.org
VirtualBox: Hide the statusbar and menubar - Notes (GNU/Linux (desktop))
http://notes.zerodogg.org/GNU-slash-Linux_-desktop-/clean-virtualbox-menus
Notes - GNU/Linux (desktop). Return to note list. VirtualBox: Hide the statusbar and menubar. VBoxManage setextradata global GUI/Customizations noMenuBar,noStatusBar. Licensed under the Creative Commons Attribution-ShareAlike 3.0 Unported License. Built from notebucket revision 912b237. Updated on 2016-04-05 08:53:20 0200. Fork it on github.
notes.zerodogg.org
sudo with X11 programs - Notes (GNU/Linux (desktop))
http://notes.zerodogg.org/GNU-slash-Linux_-desktop-/sudo-with-x11
Notes - GNU/Linux (desktop). Return to note list. Sudo with X11 programs. Usually speical tools like. Does the job fine. However, if that's not available (or broken) you can use. Sudo XAUTHORITY="$XAUTHORITY" DISPLAY="$DISPLAY" [command]. Licensed under the Creative Commons Attribution-ShareAlike 3.0 Unported License. Built from notebucket revision 912b237. Updated on 2016-04-05 08:53:20 0200. Fork it on github.
notes.zerodogg.org
Install a local .deb package (and resolve dependencies) - Notes (GNU/Linux (general))
http://notes.zerodogg.org/GNU-slash-Linux_-general-/dpkg-install-with-deps
Notes - GNU/Linux (general). Return to note list. Install a local .deb package (and resolve dependencies). Can't install local packages, and installation with. Will not install any additional dependencies (requiring an additional. Afterwards to resolve the deps). Tool can install a local .deb package and resolve, download and install any dependencies (and in case you're wondering, gdebi is not a graphical tool, that's gdebi-gtk, gdebi's gtk front-end). Built from notebucket revision 912b237.
notes.zerodogg.org
Staging partial commits - Notes (GIT)
http://notes.zerodogg.org/GIT/staging-partial-commits
Return to note list. Lets you stage only parts of the changes made to a file for committing, instead of the entire contents. Git add - patch FILE Responses: y yes; stage this change n no; don't stage this change s split; cut the change in smaller parts e edit; manually define the part to split. Licensed under the Creative Commons Attribution-ShareAlike 3.0 Unported License. Built from notebucket revision 912b237. Updated on 2016-04-05 08:53:20 0200. Fork it on github.
notes.zerodogg.org
Resize an image to a fixed size while maintaining the aspect ratio - Notes (ImageMagick)
http://notes.zerodogg.org/ImageMagick/resize-image-with-aspect
Return to note list. Resize an image to a fixed size while maintaining the aspect ratio. Convert file.jpg -resize 800x -background white -gravity center -extent 800x600 file-aspect.jpg. This will pad above/below or to the right/left side of the image with the colour specified as. Resize the image to the width or height as supplied to. And force the image to be the size supplied to. Licensed under the Creative Commons Attribution-ShareAlike 3.0 Unported License. Built from notebucket revision 912b237.