-
Install Fedora on Xserve, part IV
Thursday, July 23, 2009 by Martijn Broeders
Tuning: Fedora 11 on my xserve1,1 (model 2006)
- Update the system software, this includes the kernel. Be aware that when you upgrade the kernel you need to change your grub.conf. I updated my kernel to 2.6.29.6.213.fc11.x86_64 so I changed linux /vmlinuz-2.6.29.4-167.fc11.x86_64 and initrd /initrd-2.6.29.4-167.fc11.x86_64.img to the new kernel version.
- I also like to login into the root account. (instead of my normal user account)
Step 1: We need to edit some files for this to be happen.
Open your terminal and go into root by 'su root' enter your root password
Backup your gdm first:
cp -a /etc/pam.d/gdm /etc/pam.d/gdm.org
Now edit /etc/pam.d/gdm:
nano /etc/pam.d/gdm
Remove the following line:
auth required pam_succeed_if.so user != root quite
(control+o is save and control+x is close)
Step 2: We need an other file to be edited:
Backup your gdm-password first:
cp -a /etc/pam.d/gdm-password /etc/pam.d/gdm-password.org
Now edit /etc/pam.d/gdm-password:
nano /etc/pam.d/gdm-password
Remove the following line:
auth required pam_succeed_if.so user != root quite
(control+o is save and control+x is close)
Step 3: We need an other file to be edited:
Backup your gdm-fingerprint first:
cp -a /etc/pam.d/gdm-fingerprint /etc/pam.d/gdm-fingerprint.org
Now edit /etc/pam.d/gdm-fingerprint:
nano /etc/pam.d/gdm-fingerprint
Remove the following line:
auth required pam_succeed_if.so user != root quite
(control+o is save and control+x is close)
Now you are able to switch user and login as root.
Leave a comment › Posted in: Daily
-
Dutch language
Saturday, March 28, 2009 by Martijn Broeders
Our website is now multi language.
English and Dutch.
We used "Multi Language Module" from putyourlightson.net.
It took some tweaking and time, but as of now we are set to add other languages when requested.
The Multi Language Module is an Expression Engine add-on that allows
you to create phrases in multiple languages, which you can then display
in your site templates and call from other add-ons.
It comes with 3 languages by default (English, Spanish, Italian) but you
can add and delete languages as you please.
Leave a comment › Posted in: Daily
-
CSS 2.1 and XHTML 1.0
Friday, March 27, 2009 by Martijn Broeders
Leave a comment › Posted in: Design
-
Museum for a non profit…
Tuesday, March 17, 2009 by Martijn Broeders
Museum for a non profit organization.
We where asked to design an auction website for a Non profit organization.
The whole idea is to use a Museum where the visitor can walk trough and buy art for a good cause. It's all still in concept, so count on changes.
Progress of designing the Museum.
Concept result of the Museum
Used programs: Bryce, Vue and Photoshop CS
Progress of designing the Lobby.
Concept result of the Lobby
Used programs: Bryce, Vue and Photoshop CS
Concept result of one of the rooms
Used programs: Bryce, Vue and Photoshop CS
The idea for the rooms is to use rss to show the art, standing or hanging.
Ajax will be used to integrate the auction software.
Stay tuned for more concepts.Leave a comment › Posted in: 3D Concepts
-
Why does my website look…
Monday, March 16, 2009 by Martijn Broeders
Why does my website look different on different computers?
Have you ever noticed that your website looks different on someone else’s computer? It’s not wildly different but it’s just not the same. The colors might be darker or lighter. Maybe you can’t see as much of the home page without scrolling down. The font might even look like it’s a slightly different size.
These differences are normal and can be caused by a number of different factors:
Browsers – The most popular web browser is Internet Explorer (IE) but there are a number of others. Also each browser has different versions. Websites can look different on different browsers or even on different versions of the same browser.
Screen Size – Different screen sizes can cause your website to be displayed differently. The same goes for different screen resolution settings on the same size browser.
Computer Types – The most popular computer operating systems come from Microsoft. However Apple has a large and devoted following. Websites can look very different when viewed on computers with different operating systems. In my experience this causes the largest differences in website presentation.
Color, Brightness and Contrast Settings - These settings vary from computer to computer and just like all the other factors in this article can cause websites to look different.
So what’s a person to do? Part of my job is to keep all of these factors in mind. I look at your website in different browsers and in different screen resolutions. So while your website may look slightly different on different computers – it will look good on 99% of them.
Leave a comment › Posted in: Daily