Difference between revisions of "User:Levi"

From FreekiWiki
Jump to navigation Jump to search
m
m (Some shameless self promotion.)
Line 2: Line 2:
  
  
==unified restricted installer script==
+
==My contributions==
if zenity --title "Restricted software installation" --text "The software you are about to install might or might not be restricted by the ridiculous
+
[[Enabling_LEDs_on_Intel_Wireless_Cards]] - How to enable status LEDs on certain Intel wireless cards.
copyright laws of the United States. By clicking yes, you may be violating the DMCA, then again, you might not be, we really dont know. For more
 
information visit http://patentabsurdity.com/" --question; then
 
gksu "xterm -e apt-get update"
 
CN=`lsb_release -cs`
 
if [[ "${CN}" == "hardy" || "${CN}" == "intrepid" ]]
 
then
 
gksu "xterm -e apt-get -y install vlc ubuntu-restricted-extras libdvdread3"
 
gksu "xterm -e /usr/share/doc/libdvdread3/install-css.sh"
 
elif [[ "${CN}" == "jaunty" || "${CN}" == "karmic" || "${CN}" == "lucid" ]]
 
then
 
        gksu "xterm -e apt-get -y install vlc ubuntu-restricted-extras libdvdread4"
 
        gksu "xterm -e /usr/share/doc/libdvdread4/install-css.sh"
 
else
 
gksu "xterm -e apt-get -y install vlc ubuntu-restricted-extras libdvdread4"
 
        gksu "xterm -e /usr/share/doc/libdvdread4/install-css.sh"
 
fi
 
fi
 
  
 +
[[Dell_Inspiron_8000_fan]] - Work around a bios bug which will make the fans never turn on in these machines.
  
==toshiba satellite display==
+
[[Lucid_Window_Buttons]] - How to switch the window controls back to the right side in lucid.
http://ubuntuforums.org/showthread.php?t=806835&page=2
+
 
 +
[[Console_keyboard_layout]] - How to change the console keyboard layout.
 +
 
 +
[[Setting_up_Evolution]] -  How to set up the Evolution email client.
 +
 
 +
[[Language_Input_with_SCIM]] - Kind of outdated.
 +
 
 +
[http://wiki.freegeek.org/index.php?title=Special:Contributions&limit=500&target=Levi And much much more!]

Revision as of 17:16, 17 June 2010

Levi Scott - Tech Support Volunteer Extraordinaire


My contributions

Enabling_LEDs_on_Intel_Wireless_Cards - How to enable status LEDs on certain Intel wireless cards.

Dell_Inspiron_8000_fan - Work around a bios bug which will make the fans never turn on in these machines.

Lucid_Window_Buttons - How to switch the window controls back to the right side in lucid.

Console_keyboard_layout - How to change the console keyboard layout.

Setting_up_Evolution - How to set up the Evolution email client.

Language_Input_with_SCIM - Kind of outdated.

And much much more!