Skip to content

Instantly share code, notes, and snippets.

@Kurt-P
Created August 16, 2013 17:39
Show Gist options
  • Save Kurt-P/6251892 to your computer and use it in GitHub Desktop.
Save Kurt-P/6251892 to your computer and use it in GitHub Desktop.
This is just some Windows and Linux stuff that I use. One is to fix a Windows MBR. The other is to set the text in Gnome Shell. And something with Chrome.
bootrec.exe /FixBoot
bootrec.exe /FixMbr
##change Activities to somethign else in gnome shell
usr/share/gnome-shell/js/ui/panel.js:
From:
this._label = new St.Label({ text: _("Activities") });
To:
this._label = new St.Label({ text: _("Ubuntu") });
Anyone with js expertise here? Could I possibly change this to something like
this._label = new St.Label({ image: _(/use/share/icons/ubuntu.ico) });
bs=512 count=1
#having issues installing extentions into crhome? Do this:
google-chrome --easy-off-store-extension-install
#Printer manager in Arch
pacman -S system-config-printer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment