Unity Reboot Launcher To Quickly Reboot In A Different OS Updated For Ubuntu 12.10 And 13.04 ~ Web Upd8: Ubuntu / Linux blog

Unity Reboot is a custom Unity launcher that can be used to quickly reboot into a different OS / Linux distribution, useful for those who dual boot or triple boot or… it should work with any number of operating systems, including Windows, various Linux distributions like Ubuntu and Fedora, etc.. This isn’t just for Unity …

Continue reading ‘Unity Reboot Launcher To Quickly Reboot In A Different OS Updated For Ubuntu 12.10 And 13.04 ~ Web Upd8: Ubuntu / Linux blog’ »

Gnome 3 Tweaks and Extensions | 1N73RNET

Change touchpad delay after typing This has been super annoying because the default delay for the touchpad is 2 seconds! Here’s how to set it to whatever delay you want.First, turn off the “disable touchpad when typing setting” in your system settings and then open a terminal and enter the following command. syndaemon -d -K …

Continue reading ‘Gnome 3 Tweaks and Extensions | 1N73RNET’ »

Tabbed terminals on windows

I can’t believe it’s taken me this long as an early adopter of gnome-multi-term (RIP) on Gnome but I’ve finally looked into tabbed terminals on windows. For putty, there is tty+ and putty manager.  Putty Manager seems better, but tty+ also works with kitty. For cmd.exe shells as well as cygwin bash shells, there is …

Continue reading ‘Tabbed terminals on windows’ »

Tips for GNU Emacs on Windows

(Emacs 24 assumed). First of all, add the marmalade repo to your .emacs. (require ‘package) (add-to-list ‘package-archives ‘(“marmalade” . “http://marmalade-repo.org/packages/”)) (package-initialize) Then with list-packages, install color-theme Put these in your .emacs to make a life a little more attractive: ;; change font (set-face-font ‘default ‘”-outline-Consolas-normal-r-normal-normal-14-97-96-96-c-*-iso8859-1″)) (add-hook ‘before-make-frame-hook (lambda () (set-frame-font “-outline-Consolas-normal-r-normal-normal-14-97-96-96-c-*-iso8859-1”) )) ;; change color-theme …

Continue reading ‘Tips for GNU Emacs on Windows’ »

Fix “Internet Explorer cannot display the webpage” for Oracle Enterprise Manager

If you cannot view Oracle Enterprise Manager in IE, but can in other browsers, chances are you’ve hit the MS IE ssl keysize patch. A patch does exist for this (the problem is due to OEM using a 512 bit cert) but if you like you can frontend EM with Apache. Put this inside the …

Continue reading ‘Fix “Internet Explorer cannot display the webpage” for Oracle Enterprise Manager’ »

Launch gnome-terminal from emacs

Add this to your .emacs to allow shift-f1 to launch a gnome terminal (defun launch-gnome-term () “launch gnome-terminal” (interactive) (shell-command “gnome-terminal”)) (global-set-key [(shift f1)] `launch-gnome-term) The good thing about this is it launches the terminal in the directory of the file you are working on… ready for diff’ing, scp’ing etc. Obviously this can be customized …

Continue reading ‘Launch gnome-terminal from emacs’ »

Best linux distribution for a Geode CPU

As found in the Viglen MPC-L: CrunchBang Linux 10 (i386). Important! Specify these two options to the kernel at boot (tab to edit) on installation: cdrom-detect/try-usb=true (presuming you are installing from USB key, may already be there) pci=noacpi Once you have installed, on first boot you should tab edit the grub line again and put …

Continue reading ‘Best linux distribution for a Geode CPU’ »