Kangarooo
7175
Comment:
|
6756
|
Deletions are marked like this. | Additions are marked like this. |
Line 7: | Line 7: |
* {{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 | * {{http://png.findicons.com/files/icons/753/gnome_desktop/16/gnome_timezone.png}} Available (''UTC/GMT'') 0'''''7''''':00-'''''22''''':00 my timezone '''''Europe/Riga''''' (''UTC/GMT +2'') 0'''''9''''':00-'''''24''''':00 |
Line 17: | Line 17: |
* Xubuntu 10.10 anno 8.10 | * Now i use Ubuntu Desktop 10.04.02 and Ubuntu Netbook Remix 10.04.03 and for testing i sometimes also log in Ubuntu Desktop 11.04 * previously Xubuntu 10.10 anno 8.10 * tested some time in preference order Crunchbang till ubuntu Crunchbang, LinuxMint, MeeGo, Fedora, DSL, BackTrack, PuppyLinux, Kubuntu |
Line 22: | Line 24: |
Line 25: | Line 28: |
= First Steps = * https://help.ubuntu.com/community * http://appnr.com/ 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 [[Apport#How%20to%20enable%20apport|How to enable Apport]] {{{ sudo service apport start force_start=1 }}} To enable it permanently, do this: (nano is editor, can change nano to mousepad or gedit. nano saves using ctrl+shift+x) {{{ sudo nano /etc/default/apport }}} ... and change enabled from "0" to "1". ## * 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/ |
|
Line 65: | Line 35: |
= Xfce Background Randomizer = | = Xfce or xUbuntu Background Randomizer = |
Line 104: | Line 74: |
= Disable Locking on screen reopening = * open Run gconf-editor * apps> gnome-power-manager> lock * Uncheck all on what u dont want to be locked OR in one line one command {{{ gconftool-2 --type boolean -s /apps/gnome-power-manager/lock/blank_screen false && gconftool-2 --type boolean -s /apps/gnome-power-manager/lock/gnome_keyring_hibernate false && gconftool-2 --type boolean -s /apps/gnome-power-manager/lock/gnome_keyring_suspend false && gconftool-2 --type boolean -s /apps/gnome-power-manager/lock/hibernate false && gconftool-2 --type boolean -s /apps/gnome-power-manager/lock/suspend false }}} |
|
Line 107: | Line 86: |
* My tests with Asus EEE PC x101 http://forum.meego.com/showthread.php?t=4795 |
Contact
Available (UTC/GMT) 07:00-22:00 my timezone Europe/Riga (UTC/GMT +2) 09:00-24:00
<Kangarooo AT SPAMFREE gmail DOT com>
+371 26610661
A/S/L
- Now i use Ubuntu Desktop 10.04.02 and Ubuntu Netbook Remix 10.04.03 and for testing i sometimes also log in Ubuntu Desktop 11.04
- previously Xubuntu 10.10 anno 8.10
tested some time in preference order Crunchbang till ubuntu Crunchbang, LinuxMint, MeeGo, Fedora, DSL, BackTrack, PuppyLinux, Kubuntu
- Bugs reported totaly 399
- Questions : 2
- Blueprints 1/5 beeing adapted/produced by team to who i reported blueprint
Ubuntu & Launchpad Mail Labeling in Gmail
For &
For Ubuntu Lists filter Matches: to:(lists.ubuntu.com) Do this: Skip Inbox, Apply label "0UBUNTU LISTS"
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 u set default username+bugs@gmail.com
For LaunchPad Lists Filter Matches: to:(lists.launchpad.net | lists.canonical.com) Do this: Skip Inbox, Apply label "0LP lists"
Xfce or xUbuntu 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
Xfce Orange Clock show more options
- Add to panel Orage clock
- In settings paste: "At this moment is %X / %A %d. %B"
- In description write what u want to be seen whern over on clock example: "Now is %A %d %B %Y/%V"
Now Working On
- Infecting Friend PC`s with Xubuntu
- Posting/Making Bug Reports (mostly found bugs found in clean Xubuntu 9.10 installation)
- Getting Ready to learn
Posting coment on every bug from LP RSS Feed Of Bugs http://feeds.launchpad.net/ubuntu/latest-bugs.atom
Screenshots for programms http://okiebuntu.homelinux.com/blog/?p=248
Win to ubuntu http://kernelnews.com/articles/2010/ubuntu_for_winusers2.html
Manyprogramm launchering GUI & alias gui http://fostergrant.ubuntuforums.org/showthread.php?t=1165172 & http://ubuntu-ky.ubuntuforums.org/showthread.php?p=9816968 & http://brainstorm.ubuntu.com/item/5483/ & http://ubuntuforums.org/showthread.php?t=89732
Editor alias http://www.consumedconsumer.org/2010/11/revisiting-ubuntu-new-install.html
Many line append http://ubuntuforums.org/showthread.php?p=10196597
=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
Disable Locking on screen reopening
- open Run gconf-editor
apps> gnome-power-manager> lock
- Uncheck all on what u dont want to be locked
OR in one line one command
gconftool-2 --type boolean -s /apps/gnome-power-manager/lock/blank_screen false && gconftool-2 --type boolean -s /apps/gnome-power-manager/lock/gnome_keyring_hibernate false && gconftool-2 --type boolean -s /apps/gnome-power-manager/lock/gnome_keyring_suspend false && gconftool-2 --type boolean -s /apps/gnome-power-manager/lock/hibernate false && gconftool-2 --type boolean -s /apps/gnome-power-manager/lock/suspend false
Cell 1 |
Cell 2 |
Cell 3 |
Cell 4 |
Cell 5 |
Cell 6 |
My tests with Asus EEE PC x101 http://forum.meego.com/showthread.php?t=4795
- Full Codecs and restricted dvds.
- 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
/AfterCleanInstallation /Copying /SpeedUpTesting /UbuntuVersionProCon |
Kangarooo (last edited 2022-12-22 20:10:47 by kangarooo)