Kangarooo

Differences between revisions 1 and 21 (spanning 20 versions)
Revision 1 as of 2010-06-18 07:34:22
Size: 4112
Editor: 87
Comment:
Revision 21 as of 2010-10-14 22:55:36
Size: 6286
Editor: 46
Comment:
Deletions are marked like this. Additions are marked like this.
Line 3: Line 3:
||<tablestyle="float:right; font-size: 0.9em; width:30%; background:#F1F1ED; background-repeat: no-repeat; background-position: 98% 0.5ex; margin: 0 0 1em 1em; padding: 0.5em;"><<TableOfContents>>|| ||<tablestyle="float:right; font-size: 0.9em; width:50%; background:#F1F1ED; background-repeat: no-repeat; background-position: 98% 0.5ex; margin: 0 0 1em 1em; padding: 0.5em;"><<TableOfContents>>||
Line 7: Line 7:
 * Email: <<MailTo(Kangarooo AT SPAMFREE gmail DOT com)>>
 * GTalk: Kangarooo
 * Skype: kangarooozigolo
 * Phone: +371 26610661
 * {{http://www.stakemychips.com/dCoreIMG_staking/timezone.gif}} Available (''UTC/GMT'') 0'''7''':00-'''22''':00 my timezone (''UTC/GMT +2'') 0'''9''':00-'''24''':00
 * {{https://launchpad.net/@@/launchpad.png}} https://launchpad.net/~kangarooo
 * {{http://mail.google.com/mail/images/favicon.ico}} <<MailTo(Kangarooo AT SPAMFREE gmail DOT com)>>
 * {{https://wiki.ubuntu.com/Kangarooo?action=AttachFile&do=get&target=gtalk.gif}} [[gtalk:chat?jid=kangarooo@gmail.com|Kangarooo]]
 * {{http://mystatus.skype.com/smallicon/kangarooozigolo}} [[skype:kangarooozigolo?call|kangarooozigolo]]
 * {{http://www.primeskype.com/img/item/chat_icon.png}} [[skype:kangarooozigolo?chat|kangarooozigolo]]
 * {{http://www.iconarchive.com/icons/tpdkdesign.net/refresh-cl/16/Hardware-Mobile-Phone-icon.png}} +371 26610661
 * {{http://irc.lv/images/irc_lv_icons2.ico}} [[irc://irc.freenode.net:6667/Kangarooo,isserver,isnick?msg=Hello!%20Need%20your%20guidance!%20Found%20your%20nick%20in%20https://launchpad.net/~kangarooo/%20.%20are%20you%20here?|irc.freenode.net Kangarooo]]

= A/S/L =
 * Xubuntu 10.04 anno 8.10
 * Bugs reported totaly 399
 * Questions : 2
 * Blueprints 1/5 beeing adapted/producet by team to who i reported blueprint
Line 21: Line 31:
 If using apt-get
 {{{
sudo apt-get purge gimp thunderbird && sudo apt-get update && sudo apt-get install adblock-plus google-chrome-beta ntfs-config flashplugin-nonfree firefox-launchpad-plugin
}}}
 If using aptitude (alternative to apt-get and better couse it removes all on purge witch apt-get on specific ocasions doesnt)
Line 25: Line 40:
 * From [[Apport#How%20to%20enable%20apport|How to enable Apport]]  * Just updating in terminal if slow Update Manager couse Slow Comp ( -y means no asking if are you sure)
 {{{
sudo apt-get update && sudo apt-get dist-upgrade -y
}}}

 * Help Improve Xubuntu by sending crash reports on EACH crash.. From [[Apport#How%20to%20enable%20apport|How to enable Apport]]
Line 35: Line 55:
= Ubuntu Related Mail Labeling Gmail = ## * Very cool ways to send emails using gmail
## http://do.davebsd.com/wiki/GMail_Contacts_Plugin
## http://www.howtogeek.com/howto/ubuntu/set-gmail-as-default-mail-client-in-ubuntu/

= Ubuntu & Launchpad Mail Labeling in Gmail =
  For {*} & {{https://launchpad.net/@@/launchpad.png}}
Line 37: Line 62:
 * For LaunchPad Bugs filter Matches: to:(email+bugs@gmail.com) Do this: Skip Inbox, Apply label "0Launchpad" and also in LP profile put email as email+bugs@gmail.com couse it will still be delivered to email@gmail.com but is easyr to track with email+bugs@gmail.com  * For LaunchPad Bugs filter Matches: to:(username+bugs@gmail.com) Do this: Skip Inbox, Apply label "0Launchpad" and also in LP profile put email as username+bugs@gmail.com couse it will still be delivered to username@gmail.com but is easyr to track if in {{https://launchpad.net/@@/launchpad.png}} u set default username+bugs@gmail.com
Line 40: Line 65:
= Make Random Changable Desktop Background in Xfce = = Xfce Background Randomizer =
Line 42: Line 67:
 * in terminal : sudo aptitude install cron  * if next step doesnt work do this in terminal : sudo aptitude install cron
Line 44: Line 69:
 * copy and in terminal paste (in nano pasting is ctrl+shift+V)
 * to save and exit Strl+Shift+X then Shift+Y Enter
 * Now every 5 min it will change background
 * copy {{{*/5 * * * * export DISPLAY=:0; /usr/bin/xfdesktop -reload}}}
and in terminal paste (in terminal so also in nano since its open in terminal pasting is ctrl+shift+V)
 * to save and exit "Strl+Shift+X" then confirm "Shift+Y" "Enter"
 * Now every 5 min background will change
Line 91: Line 117:
__Subpages'':__ <<Navigation(children,1)>>

----

https://launchpadlibrarian.net/27032792/kangarooo192ubuntu.jpg

Contact

A/S/L

  • Xubuntu 10.04 anno 8.10
  • Bugs reported totaly 399
  • Questions : 2
  • Blueprints 1/5 beeing adapted/producet by team to who i reported blueprint

First Steps

My Clean Install 1st commands

  • To remove unneeded programms update lists upgrade programms and install needed programms If using apt-get
    sudo apt-get purge gimp thunderbird && sudo apt-get update && sudo apt-get install adblock-plus google-chrome-beta ntfs-config flashplugin-nonfree firefox-launchpad-plugin
    If using aptitude (alternative to apt-get and better couse it removes all on purge witch apt-get on specific ocasions doesnt)
    sudo aptitude purge gimp thunderbird && sudo aptitude update && sudo aptitude install adblock-plus google-chrome-beta ntfs-config flashplugin-nonfree firefox-launchpad-plugin
  • Just updating in terminal if slow Update Manager couse Slow Comp ( -y means no asking if are you sure)
    sudo apt-get update && sudo apt-get dist-upgrade -y
  • Help Improve Xubuntu by sending crash reports on EACH crash.. From How to enable Apport

    sudo service apport start force_start=1
    To enable it permanently, do this:
    sudo nano /etc/default/apport

... and change enabled from "0" to "1".

Ubuntu & Launchpad Mail Labeling in Gmail

  • For Ubuntu & https://launchpad.net/@@/launchpad.png

Xfce Background Randomizer

  • In Desktop properties make list of background u like
  • if next step doesnt work do this in terminal : sudo aptitude install cron
  • in terminal : crontab -e (if asked choose 2:nano its easyr)
  • copy */5 * * * * export DISPLAY=:0; /usr/bin/xfdesktop -reload and in terminal paste (in terminal so also in nano since its open in terminal pasting is ctrl+shift+V)

  • to save and exit "Strl+Shift+X" then confirm "Shift+Y" "Enter"
  • Now every 5 min background will change

Now Working On

=Some Most Used Commands=

  • sudo aptitude update && sudo aptitude install (packagename)

aptitude is better then apt-get couse after each install it removes unused packages so system is more clean if using aptitude

  • killall packagename

kills process with that name. If something hangs up alt+F2 opens terminal and kill it. if cant move mouse or all screen is not responding restart all by going to Ctrl+alt+F(1-6) and sudo service gdm restart then get back to normal window system with Ctrl+Alt+F7 With one of thouse windows u can also use irssi irc terminal programm

Cell 1

Cell 2

Cell 3

Cell 4

Cell 5

Cell 6

  • Full Codecs and restricted dvds.

http://www.medibuntu.org/

  • Short instalation from medibuntu.org
    • sudo wget --output-document=/etc/apt/sources.list.d/medibuntu.list http://www.medibuntu.org/sources.list.d/$(lsb_release -cs).list && sudo apt-get --quiet update && sudo apt-get --yes --quiet --allow-unauthenticated install medibuntu-keyring && sudo apt-get --quiet update

    • sudo apt-get --yes install app-install-data-medibuntu apport-hooks-medibuntu
    • sudo apt-get install non-free-codecs libdvdcss2

WMA? If not encoded then. Very easily... try this command "sudo apt-get install win-32 codecs", without the quotes.

If you wanna watch dvds go ahead and grab those as well, "sudo apt-get install libdvdcss2 http://ubuntuforums.org/showthread.php?t=182902

...


Subpages:


CategoryHomepage

Kangarooo (last edited 2022-12-22 20:10:47 by kangarooo)