Direkt zum Hauptbereich

Posts

Posts mit dem Label "linux" werden angezeigt.

Magic Keyboard for ubuntu and windows10

My new keyboard - love it / kind of I invested way to much time in search for a good keyboard... Here me specs: wireless but if connected via usb it not only recharges, it also acts as usual usb keyboard (because: flightmode, bios, no bluetooth adapter, discharged,...) small, ie. no num keypad, no block of scrup/down, etc. keys,  but: with function keys and cursor keys good mechanics, ie. no cheap china crap I didn't find ANY good keyboard with these specs. Either wired, or 60% keyboards without function or cursor keys, happy hacking were too far out on extreme reduction or gaming keyboards with fancy leds and nearly none with wireless +  wired options. Close to giving up, last second I thought: I like the MacBook keyboards, maybe they have something fitting. They have only two keyboards, one with, one without num. ...and they meet all my specs! They even excel at them. Super small, but standard key sizes, super flat, I like the feel and sound. Couldn't have b...

miniDLNA doesn't seem to update database autonomously

miniDLNA works perfectly for me and lets me access all my media on Android devices, XBMC, internet radio, and a sony bluray player as well (as long as the device has the right decoders). But, for some reason, it doesn't seem to add new files which I add to its folders. Now if found this post In summary, the most reliable way to have MiniDLNA rescan all media files is by issuing the following set of commands: $ sudo minidlna -R $ sudo service minidlna restart However, every so often MiniDLNA will be running on a server. Here is a client-side script to request a rescan on such a server: #!/bin/bash ssh -t server.on.lan 'sudo minidlna -R && sudo service minidlna restart' and AzP already provided most of the information, but some of it is incorrect. First of all, there is no such option  inotify_interval . The only option that exists is  notify_interval  and has nothing to do with  inotify . So to clarify,  notify_interval  controls how ...

"Trash has reached maximum size"

"Trash has reached maximum size" This message came up since a long time on my linux desktop when I tried to use the trash bin icon to delete stuff. Emptying the bin didn't help and didn't make sense, because there's still a lot of space available on my hardrive. I found the (simple) solution finally here: http://forum.kde.org/viewtopic.php?f=66&t=88418 hey! The solution to my problem is the following: Code:  Select all root@sega:/home/ilj % mv /home/ilj/.local/share/Trash ~/ The error message is bogus, though. The Trash folder did not contain any files: and there was a one string entry only in the metadata file. Moving Trash folder allowed me to start using it as expected instantly.

compiz 12.04 rotating cubes flash

solved in 12.10. most fixes in 12.04 available by sudo apt-add-repository ppa:vanvugt/compiz-preproposed sudo apt-get update sudo apt-get install compiz=1:0.9.7.8-0ubuntu1vvpreproposed2 compiz-core=1:0.9.7.8-0ubuntu1vvpreproposed2 compiz-gnome=1:0.9.7.8-0ubuntu1vvpreproposed2 compiz-plugins=1:0.9.7.8-0ubuntu1vvpreproposed2 compiz-plugins=1:0.9.7.8-0ubuntu1vvpreproposed2 compiz-plugins-default=1:0.9.7.8-0ubuntu1vvpreproposed2 libdecoration0=1:0.9.7.8-0ubuntu1vvpreproposed2   http://askubuntu.com/questions/181377/compiz-unity-very-unstable-crashing-very-often-on-12-04 hold compiz with: { echo compiz hold ; echo compiz-core hold ; echo compiz-plugins hold ; echo compiz-gnome hold ; echo compiz-plugins-default hold ; echo libdecoration0 hold ; } | sudo dpkg --set-selections

migrating from kmail to thunderbird

While I gave up local mails and subordinated entirely to google meanwhile, my partner still wants to be independant and prefers local mails. Since KMail seemst to be wrecked, I have to migrate her mails to the old mbox format of thunderbird. This one-command-recipe worked for me. I replaced Archive/ by e.g. .kde/share/apps/kmail/mail/inbox and sarchive by sMBOXinbox . To import  MBOXinbox they simply have to be copied to   ~/.thunderbird/.....default/Mail/Local\ Folders . Converting Maildir to mbox via mutt Ran into an issue today where I needed to convert a Maildir containing over 50k messages to mbox format and couldn’t really find any good tools. So I found  this blog post  about using mutt to do it. Unfortunately, it converted one Maildir to another. =( One crucial piece is missing, so here is the one-liner in all its glory: $ mutt -f Archive/ -e 'set mbox_type=mbox; set confirmcreate=no; \ set delete=no; push "T.* ;sarchive "' The above convert...

prevent mythfrontend from restarting

Re: frontend restart script I think it's these lines in /usr/share/mythtv/mythfrontend.sh Code: until /usr/bin/mythfrontend.real --logfile "${MYTHFELOG}" ${MYTHFRONTEND_OPTS} RET=$? [ "$RET" = "0" -o "$RET" = "1" -o "$RET" = "254" ] do echo "Restarting mythfrontend.real..." >> "${MYTHFELOG}" notify-send -i info 'Restarting Frontend' "The front-end crashed unexpectedly (exit code $RET) and is restarting. Please wait..." 2>> "${MYTHFELOG}" done http://ubuntuforums.org/showthread.php?t=1799026

Re: google earth (all fonts) unreadable

I had the same problem and solved it a minute ago: the missing fonts are the microsoft-core-fonts (arial, times, etc...). Since the package ttf-mscorefonts-installer has been installed, they should have been available, but my font-installation-module told me otherwise. Simple removing and reinstalling ttf-msocorefonts-installer solved the problem Code: sudo apt-get remove ttf-mscorefonts-installer sudo apt-get install ttf-mscorefonts-installer

flashplugin-nonfree Paket lässt sich nicht mehr deinstallieren

Lösung ( auf http://forum.ubuntuusers.de/topic/flashplugin-nonfree-ist-defekt-und-laesst-sic/ ) OK, wir drehen uns im Kreis. Packen wir mal ein Hämmerchen aus... sudo rm /var/lib/dpkg/info/flashplugin-nonfree.prerm sudo dpkg --remove --force-remove-reinstreq flashplugin-nonfree sudo dpkg --purge --force-remove-reinstreq flashplugin-nonfree sudo apt-get install flashplugin-installer

palm treo 680 crashed nach Karmic update

Seit dem ich von Jaunty auf Karmic upgegradet habe, stürzt der Treo 680 permanent ab, sobald das USB-Kabel verbunden wurde. Bei gerade eingeschaltetem Rechner stürzt er ab, sobald die USB-Treiber geladen werden, oder so ähnlich. Abhilfe: Elrohir wrote 2 seconds ago : #24 Confirm, too, on Kubuntu. I use a Treo680. Since Karmic it crashed constantly while attached to usb port. Uninstalling modemmanager and rebooting fixed the problem. Thank god! That would have been a major problem to me! Thanks a lot! https://bugs.launchpad.net/ubuntu/+source/modemmanager/+bug/421673

wlan auf dem amilo karmic

geht mit acer-wmi (welches acer-hk ablöst) in /etc/modules: acer-wmi sorgt dafür, dass beim booten wlan eingeschaltet wird. zunächst sudo chmod o+w /sys/devices/platform/acer-wmi/rfkill/rfkill0/state dann händisch ein und ausschalten durch: echo 1 | sudo tee > /sys/devices/platform/acer-wmi/rfkill/rfkill0/state bzw echo 0 | sudo tee > /sys/devices/platform/acer-wmi/rfkill/rfkill0/state test http://wiki.ubuntuusers.de/acer-wmi

nfs

sehr einfach, viel einfacher als smb, siehe hier: http://wiki.ubuntuusers.de/NFS auf allen Rechnern, die Dateien anbieten können sollen: nfs-kernel-server installieren in der Datei /etc/exports die freizugebenden Verzeichnisse angeben: /data 192.168.178.0/255.255.255.0(rw,async) in der Datei /etc/hosts müssen alle Computer aufgeführt werden, die 192.168.178.10 valinor 192.168.178.29 lorien Und auf Clientseite muss in /etc/fstab angegeben werden, wo die Verzeichnisse eingehängt werden sollen: 192.168.178.24:/data /mnt/valinor_data nfs rw,soft 0 0

dirvish

Dokumentation natürlich unter Welcome to Dirvish gute Doku: howto:dirvish [Open Source (tm) Guides & Tutorials] Dirvish in eigenen Worten: D kann mehrere Banken (Bank) verwalten, die jeweils mehrere Schließfächer (Vaults) enthalten. z.b. /data/dirvishBank/ ist die lokale Bank, /media/Trekstor/dirvish/ ist die auf der externe HD. /data/dirvishBank/Lehre ist ein Vault. Vaults enthalten immer ein Verzeichnis dirvish: /data/dirvishBank/Lehre/dirvish und darin default.conf z.B. client: localhost tree: /data/Lehre expire-default: +5 weeks expire-rule: wd { sun } +3 months wd { sun } md { 1-7 } +1 year wd { 1 } md { 1-7 } mo { 1,4,7,10 } never hr { 10-20 } +10 days client: der rechner auf dem die zu backuppenden daten liegen tree: gibt das verzeichnis, an, für das ein Snapshot angelegt werden soll expire-default und expire-rule, wann snapshot gelöscht werden. Hier: default nach 5Wo., die Sonntags-Backups, we...

ssh pubkey verfahren funktioniert nicht

trotz ssh-copy-id usf. werde ich immer noch aufgefordert, das Passwort einzugeben. Grund: Die Rechte von authorized-keys sind nicht richtig gesetzt. sshd achtet darauf, dass alle rechte so gesetzt sind, dass ein Angreifer diese Datei nicht verändern kann. Sind die Rechte zu lax gesetzt, weigert sich sshd, dieses Verfahren durchzuführen. Daher dürfen folgende Dateien nur für den Benutzer beschreibbar sein: .ssh/authorized-keys .ssh . Das Dritte Verzeichnis ist das home-Verzeichnis des Nutzers, sonst könnte ja ein Angfreifer einfach .ssh überschreiben.