Posts mit dem Label computing werden angezeigt. Alle Posts anzeigen
Posts mit dem Label computing werden angezeigt. Alle Posts anzeigen

2011-05-06

kleine helferlein

die standardaufgaben lassen sich mit dem unity-desktop mitlerweile schon ziemlich flüssig erledigen. je nach persönlichen geschmack, kann man sich noch diverse kleine helferlein installieren.
für mich hilfreich sind die folgenden apps

feedindicator
http://code.google.com/p/feedindicator/downloads/list

jupiter
ppa:webupd8team/jupiter


indicator-workspaces
ppa:geod/ppa-geod


VIEL SPASS

2011-05-03

Unity-Launcher verkleinern

Speziell am Subnotebook ist der Unity-Launcher zu groß.

Die Größe lässt sich mit dem „CompizConfig Einstellungsmanager“ anpassen.

compizconfig-settings-manager


Nach dem Installieren:
„Systemeinstellungen“ -> „Persönlich"
CompizConfig Einstellungsmanager
„Ubuntu Unity Plugin" -> Reiter „Experimental“ -> „Launcher icon size"

Overlay-Scrollbar

Die neuen Overlay-Scrollbars sind zwar eine gute Idee, aber im aktuellen Entwicklungsstand noch nicht brauchbar. Irgendwie stören sie mehr, als das sie helfen. Am meisten ärgert mich der Umstand, dass sie nicht in allen Programmen zum Einsatz kommen. Das es dabei noch technologische Probleme (Chromium) gibt ist das eine, aber warum ausgerechnet Banshee keinen Gebrauch (mehr) von den Overlay-Scrollbars macht, erschließt sich mir nicht.

Also, weg damit ...

sudo apt-get remove overlay-scrollbar
sudo bash
echo "export LIBOVERLAY_SCROLLBAR=0" > /etc/X11/Xsession.d/80-disableoverlayscrollbars

2008-02-15

sources.list

Zusätzlich zu den Standard-Häkchen-Setz-Repos sind bei mir noch folgende Kanäle aktiv.

deb http://archive.canonical.com/ubuntu gutsy partner
deb http://ppa.launchpad.net/jldugger/ubuntu gutsy main restricted universe multiverse
deb http://squentin.free.fr/gmusicbrowser ./
deb http://download.tuxfamily.org/syzygy42 gutsy exaile
deb http://ubuntu.geole.info/ gutsy universe multiverse
deb http://elisa.fluendo.com/packages gutsy main

Die Schlüssel sind auf den jeweiligen Seiten zu finden. (Falls die Warnungen nerven, müssen diese importiert werden).

2008-02-14

banshee playlist bug

gtk/mono version in gutsy lets banshee 0.13.1 crash when editing smart playlists with criterias like date, rating, ...

fix will bi in banshee 0.13.2

2008-01-11

mp3 Profil in Sound-Juicer

Ist das mp3-Profil nicht auswählbar, liegt es vermutlich an fehlenden Plugins, oder an fehlerhafter Syntax in den Einstellungen.

Möglicher Syntax für die Pipeline:

MP3 mit variabler Bitrate ~190KB, Schnell (Neuer LAME-VBR-Algorithmus)
audio/x-raw-int,rate=44100,channels=2 ! lame name=enc mode=1 quality=0 vbr=4 vbr-quality=2 ! xingmux ! id3v2mux

MP3 mit variabler Bitrate, max. Qualität (LAME Preset „Extreme“)
audio/x-raw-int,rate=44100,channels=2 ! lame name=enc preset=1002 ! xingmux ! id3v2mux

MP3 mit variabler Bitrate, max. Qualität, Schnell (LAME Preset Fast-Extreme“)
audio/x-raw-int,rate=44100,channels=2 ! lame name=enc vbr=4 preset=1002 ! xingmux !

MP3 mit fester Bitrate 192KB
audio/x-raw-int,rate=44100,channels=2 ! lame name=enc mode=1 quality=0 vbr=0 bitrate=192 ! xingmux ! id3v2mux

MP3 mit fester Bitrate 320KB, max. Qualität (LAME Preset „Insane“)
audio/x-raw-int,rate=44100,channels=2 ! lame name=enc preset=1003 ! xingmux ! id3v2mux

MP3 mit variabler Bitrate, hohe Qualität (LAME Preset Standard)
audio/x-raw-int,rate=44100,channels=2 ! lame name=enc preset=1001 ! xingmux ! id3v2mux


Die Sache mit den Plugins ist ein bißchen gefinkelter.
mit
gst-inspect-0.10
kann die verfügbarkeit der Plugins überprüft werden.
also
  • gst-inspect-0.10 lame
  • gst-inspect-0.10 xingmux
  • gst-inspect-0.10 id3v2mux

Sollte lame fehlen, dann muss das Paket
  • ubuntu-restricted-extras
installiert werden.

2008-01-06

error -110

Q: Why doesn't USB work at all? I get "device not accepting address".
A: You may have some problem with your PCI setup that's preventing your USB host controller from getting hardware interrupts. When Linux submits a request, but never hears back from the controller, this is the diagnostic you'll see. To see if this is the problem, look at /proc/interrupts to see if the interrupt count for your host controller driver ever goes up. If it doesn't, this is the problem: either your BIOS isn't telling the truth to Linux (ACPI sometimes confuses these things, or setting the expected OS to windows in your BIOS), or Linux doesn't understand what it's saying.

2007-09-05

"emblems"-Größe broken

ein Bug im Human-Icon-Theme, zeigt die Emblems im Nautilus nur winzig an.

Gute Einstellung für ...
/usr/share/icons/Human/index.theme

[scalable/emblems]
Size=24
Context=Emblems
Type=Scalable
MinSize=32
MaxSize=256

2006-12-30

ubuntustudio

Nach Jahren (damals DeMuDi) versuch ich wiedermal eine Linux-Audio-Maschine aufzusetzen.
Ausgangspunkt diesmal:

#UbuntuStudio
deb http://archive.ubuntustudio.org/ubuntustudio edgy main
deb-src http://archive.ubuntustudio.org/ubuntustudio edgy main

#Realtimekernel
deb http://ubuntu.ttoine.net/ dapper-music main testing

Die Wahl des Audiointerfaces steht noch aus.
- Focusrite Saffire (FW)
- TC Konnekt 24 (FW)
- Mindprint Trio (USB)
- Line6 TonePort KB37 (USB)
- M-Audio Ozonic (FW)
- Edirol FA-66 (FW)
- Edirol UA-4FX (USB)
- Presonus FIREBOX (FW)
- TERRATEC PHASE X 24 FW - XTENDED (FW/mLAN)
- NOVATION X STATION 25

2006-08-22

ubuntu bootprozess beschläunigen

sudo sysv-rc-conf

1. acpi-support - You'd better leave it on "X" at S runlevel.

2. acpid - The acpi daemon. These two are for power management, quite important for laptop and desktop computers, so leave them on.

3. alsa - If you use alsa sound subsystem, yes leave it on.

4. alsa-utils - On my system, this service supercedes the alsa, so I turn off the alsa and turn this on at S level. **Note**, I mean "turn off" is to remove all "X" at all runlevels. If you don't have it on your system, no problem. Just keep going.

5. anacron - A cron subsystem that executes any cron jobs not being executed when the time is on. Most likely you've probably turned your computer off when a certain cron job time is ready. For example, updatedb is scheduled at 2am everyday, but at that moment, you computer is off, then if anacron service is on, it will try to catch up that updatedb cron... I turn it off cause it didn't turn my laptop off very offen, but its totally up to you for this one.

6. apmd - This is the one that confused me a quite bit. I have acpid on already and what's the benefits of having apmd on too? If you computer is not that old which can't even support acpi, then you may try to turn this off. I did anyway.

7. atd - like cron, a job scheduler. I turned it off.

8. binfmt-support - Kernel supports other format of binary files. I left it on.

9. bluez-utiles - I turned it off. I don't have any bluetooth devices.

10. bootlogd - Leave it on.

11. cron - Leave it on.

12. cupsys - subsystem to manager your printer. I don't have so I turned it off, but if you do, just leave it on.

13. dbus - Message bus system. Very important, leave it on.

14. dns-clean - Mainly for cleaning up the dns info when using dial-up connection. I don't use dial up, so I turn it off.

15. evms - Enterprise Volumn Management system. I turned it off.

16. fetchmail - A mail receving daemon. I turned it off.

17. gdm - The gnome desktop manager. I turned it off anyway since I get use to boot to console first. This is up to you if you want to boot directly to GUI.

18. gdomap - Actually I have no idea why this one should on. I didn't see any other systems have this daemon, so I turned it off and I don't feel I lose anything. Any benefits to have it on a loptop or desktop?

19. gpm - Mouse support for console. If you feel you'd better have a mouse on console, go turn it on at runlevel 1 and 2. That's all you need.

20. halt - Don't change it.

21. hdparm - tuning harddisk script. I removed the 2, 3, 4, 5 runlevel but add it to S runlevel. I feel that opening DMA, 32bit I/O, etc eariler will benefit the rest of the processes. Also I changed the original script to a very simple one that I made myself. I feel useless to put all those redundant checks if I know what I am doing. The configuration file is /etc/hdparm.conf.

22. hibernate - If your system support hibernate, leave it on. Otherwise, its useless for you.

23. hotkey-setup - This daemon setup some hotkey mappings for Laptop. Manufacturers supported are: HP, Acer, ASUS, Sony, Dell, and IBM. If you have a laptop in those brands, you can leave it on, otherwise, this might not have any benefits for you.

24. hotplug and hotplug-net #activating hotplug subsystems takes time. I'd consider to turn them off. I did some changes in my /etc/network/interfaces file. Instead of mapping my wireless card during hotplug process, I set it up to auto. So I can turn them off. I've tested even I turned them off, ubuntu can still detect my usb driver, my digital camera, etc. So I think its pretty safe to turn them off. **Note** If you find your sound card doesn't work after turning hotplug service off, you can turn it back. Or edit /etc/modules file to add your sound card's driver module. Tested out the later one is faster.

25. hplip - HP printing and Image subsystem. I turned it off.

26. ifrename - network interface rename script. Sounds pretty neat but I turned it off. Mainly for managing multiple network interfaces names. Since I have a wireless card and an ethernet card, they all assigned eth0 and ath0 from kernel, so its not really useful for me.

27. ifupdown and ifupdown-clean - Leave it on. They are network interfaces activation scripts for the boot time.

28. inetd or inetd.real - take a look your /etc/inetd.conf file and comment out any services that you don't need. If there aren't any services there, then it's very safe to turn them off.

29. klogd - Leave it on.

30. linux-restricted-modules-common - You need to see if you really have any restricted modules loaded on your system. Since I need madwifi ath_pci module, so I left it on. The restricted modules can be found from /lib/linux-restricted-modules. If you find that you are not using any of the restricted modules, then its ok to turn it off.

31. lvm - I don't use it so I turned it off. Leave it on if you *DO* have lvm.

32. makedev - Leave it on.

33. mdamd - Raid management tool. I don't use it so I turned it off.

34. module-init-tools - Load extra modules from /etc/modules file. You can investigate your /etc/modules file and see if there is any modules that you don't need. Normally, this is turned on.

35. networking - bring up network interfaces and config dns info during boot time by scaning /etc/network/interfaces file. Leave it on.

36. ntpdate - Sync time with the ubuntu time server. I don't need it on boot time so I turned it off.

37. nvidia-kernel - I compiled the nvidia driver by myself, so its useless for me now. If you use the ubuntu nvidia driver from the restrict modules, just leave it on.

38. pcmciapcmcia - Active pcmcia device. I changed it to start on S runlevel instead of on each 2,3,4,5 cause I feel it's better to have hardware device ready at first. Also, useless if you are using desktop which doesn't have pcmcia card. So in that case, turn it off please.

39. portmap - daemon for managing services like nis, nfs, etc. If your laptop or desktop is a pure client, then turn it off.

40. powernowd - client to manage cpufreq. Mainly for laptops that support CPU speed stepping technology. Normally, you should leave it on if you are configuring a laptop, but for desktop, it might be useless.

41. ppp and ppp-dns - Useless to me. I don't have dial-up.

42. readahead - **Thanks mr_pouit!** It seems readahead is a kind of "preloader". It loads at startup some libs on memory, so that some programs will start faster. But it increases startup time for about 3-4 seconds. So, you can keep it... or not . **update** I tested and I just didn't feel difference loading programs. So I decided to turn it off. If you have a reason to keep it on, please do so.

43. reboot - Don't change it.

44. resolvconfresolvconf - Automatically configuring DNS info according to your network status. I left it on.

45. rmnologin - Remove nologin if it finds it. It wouldn't happen on my laptop, so I got rid of it.

46. rsync - rsync daemon. I don't use it on my laptop, so turned it off.

47. sendsigs - send signals during reboot or shutdown. Leave it as it is.

48. single - Active single user mode. Leave it as it is.

49. ssh - ssh daemon. I need this so I turned it on.

50. stop-bootlogd - stop bootlogd from 2,3,4,5 runlevel. Leave it as it is.

51. sudo - check sudo status. I don't see any good to run it every time on a laptop or desktop client, so I turned it off.

52. sysklogd - Leave it as it is.

53. udev and udev-mab - Userspace dev filesystem. Good stuff, I left them on.

54. umountfs - Leave it as it is.

55. urandom - Random number generator. Might not useful but I left it on.

56. usplash - Well, if you really want to see the nice boot up screen, leave it as it is. I just turned it off anyway. If you want to turn it off, you also need to edit /boot/grub/menu. lst file to comment out the splashimage line and get rid of the splash kernel boot option.

57. vbesave - video card BIOS configuration tool. It's able to save your video card status. I left it on.

58. xorg-common - setup X server ICE socket. I moved it from starting at runlevel S to runlevel 2,3,4,5. Since I don't need this if I boot to single user mode. This way it wouldn't occupy time during the initial booting.

2006-08-07

kernel vga parameters

Table 1: Listing of Video Modes and codes

 Colours   640x400 640x480 800x600 1024x768 1152x864 1280x1024 1600x1200
-------+--------------------------------------------------------------
4 bits | ? ? 0x302 ? ? ? ?
8 bits | 0x300 0x301 0x303 0x305 0x161 0x307 0x31C
15 bits | ? 0x310 0x313 0x316 0x162 0x319 0x31D
16 bits | ? 0x311 0x314 0x317 0x163 0x31A 0x31E
decimal | d785 d788 d791
24 bits | ? 0x312 0x315 0x318 ? 0x31B 0x31F
decimal | d786 d789 d792
32 bits | ? ? ? ? 0x164 ?

Here is a better explanation of VESA framebuffer (from Documentation/fb/vesafb.txt):

Table 2: listing of VESA mode numbers

     | 640x480  800x600  1024x768 1280x1024
----+-------------------------------------
256 | 0x101 0x103 0x105 0x107
32k | 0x110 0x113 0x116 0x119
64k | 0x111 0x114 0x117 0x11A
16M | 0x112 0x115 0x118 0x11B

The video mode number of the Linux kernel is the VESA mode number plus 0x200. So the table for the Kernel mode numbers are:

Table 3: Kernel VESA mode codes

     | 640x480  800x600  1024x768 1280x1024
----+-------------------------------------
256 | 0x301 0x303 0x305 0x307
32k | 0x310 0x313 0x316 0x319
64k | 0x311 0x314 0x317 0x31A
16M | 0x312 0x315 0x318 0x31B

2006-06-29

up-to-date

... und das auch noch ganz genau mit NTP-Servern.

Liste einiger
Server

Ein sehr gutes Projekt, welches nicht einen Server verwendet, sondern aus einem Pool immer wieder andere Server zur synchronisation auswählt.
Der Server pool.ntp.org dient als Verteiler. Gibst du europe.pool.ntp.org an, werden nur europäischer Server verwendet. (at.pool.ntp.org nur Österreichische)

2006-06-21

2006-02-25

Gnome kicks ass !!!

habe mir das gnome-blog applet installiert.
das ist der erste beitrag der damit entstanden ist.
coole sache!