Web Projects Consulting

Linux

Change Grub Picture at Boot

The below will change the grub splash image at boot time. Requires Imagemagick. Do it at your own risk! Prepare your picture in any format. sudo cp /boot/grub/splash.xpm.gz ./splash.xpm.gz.bak convert -resize 640×480 -colors 14 YOUR_PICTURE.jpg splash.xpm gzip splash.xpm sudo cp…

PHP / Apache Install Command

Quite a shortcut for a newly installed system (Fedora 10). sudo yum -y install httpd httpd-devel httpd-tools mod_auth_kerb mod_auth_mysql mod_dav_svn mod_extract_forwarded mod_fcgid mod_geoip mod_perl mod_python mod_security mod_ssl mod_wsgi php php-bcmath php-channel-symfony php-cli php-common php-devel php-gd php-imap php-magickwand php-magpierss php-mbstring php-mhash…