- Enabling Compiz Fusion On An Ubuntu 11.04 Desktop (With The Unity Desktop)
This tutorial shows how you can enable Compiz Fusion on an Ubuntu 11.04 (Natty Narwhal) desktop with the Unity interface (the system must have a 3D-capable graphics card which I assume it has because otherwise Unity wouldn't start, and GNOME would be used instead). With Compiz Fusion you can use beautiful 3D effects like wobbly windows or a desktop cube on your desktop.
in Public bookmarks with 3d compiz cube desktop fusion natty ubuntu unity
- Enabling Compiz Fusion On An Ubuntu Classic 11.04 Desktop (GNOME) (NVIDIA GeForce 8200)
This tutorial shows how you can enable Compiz Fusion on an Ubuntu 11.04 (Natty Narwhal) desktop with the classic GNOME interface, i.e., no Unity (the system must have a 3D-capable graphics card - I'm using an NVIDIA GeForce 8200 here). With Compiz Fusion you can use beautiful 3D effects like wobbly windows or a desktop cube on your desktop.
in Public bookmarks with 3d classic compiz cube desktop fusion gnome natty ubuntu
- How To Make An Ubuntu 11.04 Classic Desktop Resemble A Mac (With Elementary, Docky & Gloobus-Preview)
This article shows how you can change the appearance of your Ubuntu 11.04 desktop (with the Ubuntu Classic interface, i.e., GNOME instead of Unity) so that it resembles a Mac. This can be achieved with the help of Elementary, Docky, and Gloobus-Preview. Elementary is a project that provides a popular icon set and GTK theme; Docky is an interactive dock (like the one you know from a Mac) that provides easy access to some of the files, folders, and applications on your computer, and more; and Gloobus-Preview is an extension for the Gnome Desktop Environment designed to enable a full screen preview of any kind of file or directory.
in Public bookmarks with classic docky elementary gloobus-preview gnome mac natty ubuntu
- How To Upgrade Ubuntu 10.10 (Maverick Meerkat) To 11.04 (Natty Narwhal) (Desktop & Server)
The new Ubuntu 11.04 (Natty Narwhal) has just been released. This guide shows how you can upgrade your Ubuntu 10.10 desktop and server installations to Ubuntu 11.04.
in Public bookmarks with dist-upgrade natty ubuntu upgrade
- Installing Apache2 With PHP5 And MySQL Support On Ubuntu 11.04 (LAMP)
LAMP is short for Linux, Apache, MySQL, PHP. This tutorial shows how you can install an Apache2 webserver on an Ubuntu 11.04 server with PHP5 support (mod_php) and MySQL support.
in Public bookmarks with apache lamp mod_php mysql natty php ubuntu
- Installing Cherokee With PHP5 And MySQL Support On Ubuntu 11.04
Cherokee is a very fast, flexible and easy to configure Web Server. It supports the widespread technologies nowadays: FastCGI, SCGI, PHP, CGI, TLS and SSL encrypted connections, virtual hosts, authentication, on the fly encoding, load balancing, Apache compatible log files, and much more. This tutorial shows how you can install Cherokee on an Ubuntu 11.04 server with PHP5 support (through FastCGI) and MySQL support.
in Public bookmarks with cherokee fastcgi http mysql natty php server ubuntu web
- Installing KVM Guests With virt-install On Ubuntu 11.04 Server
Unlike virt-manager, virt-install is a command line tool that allows you to create KVM guests on a headless server. You may ask yourself: "But I can use vmbuilder to do this, why do I need virt-install?" The difference between virt-install and vmbuilder is that vmbuilder is for creating Ubuntu-based guests, whereas virt-install lets you install all kinds of operating systems (e.g. Linux, Windows, Solaris, FreeBSD, OpenBSD) and distributions in a guest, just like virt-manager. This article shows how you can use it on an Ubuntu 11.04 KVM server.
in Public bookmarks with kvm machine natty ubuntu virt-install virt-manager virtual virtualization vmbuilder
- Installing Lighttpd With PHP5 And MySQL Support On Ubuntu 11.04
Lighttpd is a secure, fast, standards-compliant web server designed for speed-critical environments. This tutorial shows how you can install Lighttpd on an Ubuntu 11.04 server with PHP5 support (through FastCGI) and MySQL support.
in Public bookmarks with fastcgi lighttpd mysql natty php ubuntu
- Installing Nginx With PHP5 (And PHP-FPM) And MySQL Support On Ubuntu 11.04
Nginx (pronounced "engine x") is a free, open-source, high-performance HTTP server. Nginx is known for its stability, rich feature set, simple configuration, and low resource consumption. This tutorial shows how you can install Nginx on an Ubuntu 11.04 server with PHP5 support (through PHP-FPM) and MySQL support.
in Public bookmarks with mysql natty nginx php php-fpm ubuntu
- Introduction To The Ubuntu Unity Desktop
This tutorial is supposed to guide the reader through some new features of the Unity desktop, Ubuntu's new desktop environment used since Ubuntu 11.04. The prime subject will be the launcher, which is something like a side-dock, and how to configure it the way it fits your likings most.
in Public bookmarks with desktop introduction natty ubuntu unity
- Running Drupal 7.7 On Nginx (LEMP) On Debian Squeeze/Ubuntu 11.04
This tutorial shows how you can install and run a Drupal 7.7 web site on Debian Squeeze or Ubuntu 11.04 with nginx installed instead of Apache (LEMP = Linux + nginx (pronounced "engine x") + MySQL + PHP). In addition to that I will also show you how you can use the Drupal Boost plugin with nginx. nginx is a HTTP server that uses much less resources than Apache and delivers pages a lot of faster, especially static files.
in Public bookmarks with boost debian drupal lemp mysql natty nginx php squeeze ubuntu
- Running Magento 1.6.0.0 On Nginx (LEMP) on Debian Squeeze/Ubuntu 11.04
This tutorial shows how you can install and run Magento 1.6.0.0 on a Debian Squeeze or Ubuntu 11.04 system that has nginx installed instead of Apache (LEMP = Linux + nginx (pronounced "engine x") + MySQL + PHP). Magento is an open-source, feature-rich ecommerce platform; I will use the Magento Community Edition here which is licensed under an open source certified license (OSL v3.0). nginx is a HTTP server that uses much less resources than Apache and delivers pages a lot of faster, especially static files.
in Public bookmarks with debian e-commerce lemp magento natty nginx shop squeeze ubuntu
- Running WordPress On Nginx (LEMP) on Debian Squeeze/Ubuntu 11.04
This tutorial shows how you can install and run a WordPress blog on a Debian Squeeze or Ubuntu 11.04 system that has nginx installed instead of Apache (LEMP = Linux + nginx (pronounced "engine x") + MySQL + PHP). In addition to that I will also show you how you can use the WordPress plugins WP Super Cache and W3 Total Cache with nginx. nginx is a HTTP server that uses much less resources than Apache and delivers pages a lot of faster, especially static files.
in Public bookmarks with cache debian lemp mysql natty nginx php php-fpm squeeze super total ubuntu w3 wordpress wp
- Serving CGI Scripts With Nginx On Debian Squeeze/Ubuntu 11.04
This tutorial shows how you can serve CGI scripts (Perl scripts) with nginx on Debian Squeeze/Ubuntu 11.04. While nginx itself does not serve CGI, there are several ways to work around this. I will outline three solutions: the first is to proxy requests for CGI scripts to Thttpd, a small web server that has CGI support, while the second and third solution are very similar - both use a CGI wrapper to serve CGI scripts.
in Public bookmarks with cgi debian fcgiwrap natty nginx perl pl squeeze thttpd ubuntu
- Setting Up An Android App Build Environment With Eclipse, Android SDK, PhoneGap (Ubuntu 11.04)
This tutorial describes how you can set up an development environment for building Android apps on an Ubuntu 11.04 desktop using Eclipse, the Android SDK, and PhoneGap. I will describe how to build Android apps from the command line with PhoneGap and from the GUI with Eclipse and PhoneGap and how to test them in an Android emulator and on a real Android device. PhoneGap allows you to develop your Android applications using web technologies such as HTML, CSS, and JavaScript (e.g. with JavaScript libraries such as jQuery/jQTouch), and it will turn these web apps into native Android apps (in fact, PhoneGap supports multiple platforms such as Android, iPhone, Palm, Windows Mobile, Symbian, so you can use the same sources to create apps for multiple platforms).
in Public bookmarks with android droidgap eclipse javascript jqtouch jquery natty phonegap smartphone ubuntu
- Setting Up ProFTPd + TLS On Ubuntu 11.04 (Natty Narwhal)
FTP is a very insecure protocol because all passwords and all data are transferred in clear text. By using TLS, the whole communication can be encrypted, thus making FTP much more secure. This article explains how to set up ProFTPd with TLS on an Ubuntu 11.04 server.
in Public bookmarks with ftp natty proftpd tls ubuntu
- The Perfect Desktop - Kubuntu 11.04
This tutorial shows how you can set up a Kubuntu 11.04 desktop that is a full-fledged replacement for a Windows desktop, i.e. that has all the software that people need to do the things they do on their Windows desktops. The advantages are clear: you get a secure system without DRM restrictions that works even on old hardware, and the best thing is: all software comes free of charge. Kubuntu 11.04 is derived from Ubuntu 11.04 (Natty Narwhal) and uses the KDE desktop instead of the GNOME desktop.
in Public bookmarks with acrobat chromium codecs desktop flash googleearth kde kubuntu natty opera skype virtualbox
- The Perfect Desktop - Ubuntu 11.04 (Natty Narwhal) (With The Ubuntu Classic Desktop)
This tutorial shows how you can set up an Ubuntu 11.04 (Natty Narwhal) desktop that is a full-fledged replacement for a Windows desktop, i.e. that has all the software that people need to do the things they do on their Windows desktops. The advantages are clear: you get a secure system without DRM restrictions that works even on old hardware, and the best thing is: all software comes free of charge.
in Public bookmarks with adobe chromium classic codecs desktop gnome googleearth natty opera skype ubuntu virtualbox
- The Perfect Server - Ubuntu 11.04 [ISPConfig 3]
This tutorial shows how to prepare an Ubuntu 11.04 (Natty Narwhal) server for the installation of ISPConfig 3, and how to install ISPConfig 3. ISPConfig 3 is a webhosting control panel that allows you to configure the following services through a web browser: Apache web server, Postfix mail server, MySQL, BIND or MyDNS nameserver, PureFTPd, SpamAssassin, ClamAV, and many more.
in Public bookmarks with apache bind clamav courier ispconfig lamp mysql natty php postfix pureftpd python ruby server spamassassin ubuntu
- The Perfect Server - Ubuntu Natty Narwhal (Ubuntu 11.04) [ISPConfig 2]
This tutorial shows how to set up an Ubuntu Natty Narwhal (Ubuntu 11.04) server that offers all services needed by ISPs and hosters: Apache web server (SSL-capable), Postfix mail server with SMTP-AUTH and TLS, BIND DNS server, Proftpd FTP server, MySQL server, Courier POP3/IMAP, Quota, Firewall, etc. In the end you should have a system that works reliably, and if you like you can install the free webhosting control panel ISPConfig 2 (i.e., ISPConfig runs on it out of the box).
in Public bookmarks with apache bind courier ispconfig lamp mysql natty php postfix proftpd ubuntu
Next »
natty from all users