YUM: Transactions, undo, redo, history
I found a very helpful information about yum transactions.
That’s the “swiss knife” if you get problems after a software update.
Another good tutorial can you find here:
My favorite : “yum history undo [ID]” ;-)
NF
Fedora 16: set default Initlevel
Since Fedora 15 you cannot use /etc/inittab to change the default init level.
But you can use the following command instead.
Set the default Init Level to 3 (multi-user console login)
ln -sf /lib/systemd/system/multi-user.target /etc/systemd/system/default.target
Set the default Init Level to 5 (graphical login)
ln -sf /lib/systemd/system/graphical.target /etc/systemd/system/default.target
Faxen unter Linux: Dank ffgtk und capifax kein Problem !
Alle Linux Benutzer, die schon mal etwas aus Linux heraus faxen wollten, werden sich jetzt vielleicht freuen.
Sehr einfach möglich ist das mit dem OpenSource Tool ffgtk welches hier heruntergeladen werden kann..
Außer der Faxmöglichkeit bietet das Tool noch mehr Funktionen wie z.B. das Anzeigen der aktuellen WAN IP Adresse, Realtime Anrufmonitor, Auslesen der Anrufliste etc.
ffgtk unterstützt viele gängige DSL Router. Eine genaue Liste kann hier eingesehen werden.
Ich kann das Tool wärmstens empfehlen.
Damit das Ganze funktioniert installiert man sich aus dem Repo die Pakete CapiFax und ffgtk ausserdem die Addons zu Capifax und ffgtk.
Bei mir sind das “ffgtk-plugin-gstreamer” und “ffgtk-plugin-capifax”.
Der ISDN und CAPI Service sollten laufen.
Dann schaltet man an der FritzBox über das Telefon mit folgender Option #96*3* die Faxoption und mit #96*5* die Anrufmonitor Funktion ein.
Nun startet man ffgtk und konfiguriert Faxabsender etc. Wichtig ist die Einstellungen unter Plugins und FAX.
Das könnte dann so aussehen:

Ab sofort kann man aus jeder Anwendung unter Linux Faxe versenden indem man die Druckfunktion nutzt und dort den Drucker “ffgtk-fax” auswählt. Nach ein paar Sekunden sollte ein Eingabefenster für die Faxnummer erscheinen.
Nachtrag 13.02.2012:
Manchmal wird der ffgtk-fax Druckertreiber nciht installiert (z.B. bei einem Linux Upgrade).
Dann kann es helfen ffgtk zu löschen und neu zu installieren. Die Einstellungen bleiben dabei normalerweise erhalten.
yum erase ffgtk
danach
yum install ffgtk ffgtk-plugin-gstreamer ffgtk-plugin-capifax
Linux:Gnome 3 Shell: Moneyplex shortcut
There is a “simple” way to set up a Moneyplex shortcut in Gnome 3.
btw: One of the best Online Banking Applications for Linux!
cd ~/.local/share/applications (or /usr/share/applications if you want to use it for all users)
vi moneyplex.desktop########### edit the empty file now ###############
[Desktop Entry]
Version=1.0
Terminal=false
Icon=[moneyplex directory]/mpx256.png
Type=Application
Exec=[moneyplex directory]/start
Name=MoneyPlex Banking Software
GenericName=Moneyplex
Categories=Office########## end of file ##########################
:wq
You should be able now to find a Moneyplex shortcut in the Application list.
Linux:Firefox: Speed up your Firefox
Some people have Firefox speed problems on Linux since Fedora 15
I found some possible ways to eliminate them.
Before you try this options – please be sure that your browser addons are disabled. It could be a good point to reset your browser settings
You can do this with “firefox –safe-mode“.
- Start your firefox and type “about:config” in the URL field.
Use a filter like “layers“. You should get 2 hits. (“layers.acceleration.force-enabled” and “layers.acceleration.disabled“)
In this case set “layers.acceleration.force-enabled” to “true”
and
“layers.acceleration.disabled” to “false”
- change the value of “network.dns.disableIPv6” to “true”
- Set “webgl.force-enabled” to “true” (If you have problems with HTML5)
- Install the newest device driver for your graphics card.
- Updating your Firefox and xulrunner from official repos.
- A smaller browser window size can also affect the speed.
- set browser.tabs.animate to false
Disables all tab animation features e.g. when you click the ‘New Tab’ button to make the tab interface feel faster
btw. This cannot fix all of the speed problems – but Firefox should be a little bit faster now.
In some cases “layers.acceleration.force-enabled” must be disabled. You have to play with the options. It depends on your graphics card.
NF
Linux:Fedora 15 to 16 Upgrade and News
The easy way (worked for me).
First import the new PGP Key:
rpm --import https://fedoraproject.org/static/A82BA4B7.txt
Starting upgrade:
yum update yum yum clean all yum --releasever=16 --disableplugin=presto distro-sync
After upgrade and before rebooting !
su -c '/sbin/grub2-mkconfig -o /boot/grub2/grub.cfg' reboot
If you use a nvidia graphic card the following step may be useful:
yum remove kmod-nvidia* yum install akmod-nvidia
Important!
If you have problems with nautilus or the search function in gnome:
There a some problems with some nautilus plugins.
In my case it was the pastbin plugin.
Removing of the plugin may fix the problem.
If nautilus will not start:
Workaround:
sudo yum erase nautilus-open-terminal nautilus-terminal
What’s new in Fedora 16:
- Digikam with Face Recognition
- Gnome3 is now a little bit faster with my nvidia graphics card
- new Login Screen
- grub2
- faster Firefox (version 8)
- …..
NF
Linux:Firefox:Solution: no pdf viewer after a firefox update
problem:
- you download a pdf file from the internet
- if you want to open the file in the download manager, then firefox cannot find a pdf viewer
solution:
- su -
- yum install mozplugger xpdf
or:
- sudo yum install mozplugger xpdf
Now restart the firefox browser and your life will be better ;-)


Last Comments