Posts tagged draft
KDE4 or GNOME dual monitor SOLVED
Sep 8th
Interested in making your linux kde/gnome permanently dual monitor??
Today I had a problem making my changes permanent to the KDE desktop…
Well the sollution was pretty easy.
Just had to make a small script that runs on the startup list of kde or gnome:
#! /bin/shxrandr --output LVDS1 --mode 1280x800xrandr --output VGA1 --mode 1280x1024xrandr --output LVDS1 --left-of VGA1
You guys check with your configuration panel what outputs you have: either VGA1, LVDS1 or even HDMI1 etc
You can also make this permanent on:
/etc/kde4/kdm/Xsetup
or
/etc/gdm/Xsession
Enjoy!
(Send me a comment if you have problems)
Network cluster filesystem with GlusterFS
Jul 15th
Need inexpensive and highly effective sollution for your high availability structure?
Look no more!
GlusterFS is an Opensource software running on any unix machine (Linux, Sun, MacosX…) . It is GPL and it gives you the power of very expensive sollutions out there for replicating, extending and managing storage on your servers. The only cost is: you have to install it…
Your own cloud Filesystem!


