The following tutorial will teach you how to install the Ubuntu 13.04 (Raring Ringtail) operating system.
LXer Linux News
Installing Ubuntu 13.04
Installing stuff
Is heartwarming to see people writing Free software and is understandable newbie developers will create less than perfect applications, still there are some apps which should never be written, and in this category I include the “scripts” supposed to install and do “everything” on your distro, from installing Flash and codecs to… $ DEITY knows what.
LXer Linux News
7 Things To Do After Installing Ubuntu 13.04 (Raring Ringtail)
1. Tweak Unity.
Click the button below to install Unity Tweak Tool:
Or use the following command in a terminal to install it:
sudo apt-get install unity-tweak-toolIf you use GNOME Shell, install GNOME Tweak Tool instead.
2. Privacy settings.
- delete recent history
- blacklist applications or folders / partitions from showing up in Dash
sudo apt-get remove unity-lens-shoppingsudo add-apt-repository ppa:diesch/testing
sudo apt-get update
sudo apt-get install indicator-privacy3. Solution for popular missing features: weather and calendar indicators.
sudo add-apt-repository ppa:atareao/atareao
sudo apt-get update
sudo apt-get install my-weather-indicatorInstall Google Calendar Indicator using the following commands:
sudo add-apt-repository ppa:atareao/atareao
sudo apt-get update
sudo apt-get install calendar-indicatorFor more indicators, check out our AppIndicator tag.
4. Improve battery life, other important tweaks
sudo add-apt-repository ppa:linrunner/tlp
sudo apt-get update
sudo apt-get install tlp tlp-rdw
sudo tlp startMore about TLP.
sudo add-apt-repository ppa:bumblebee/stable
sudo apt-get update
sudo apt-get install bumblebee bumblebee-nvidia[ 28.507128] [ERROR]Cannot access secondary GPU - error: [XORG] (EE) No devices detected.
[ 28.507158] [ERROR]Aborting because fallback start is disabled.lspci | grep NVIDIA01:00.0 VGA compatible controller: NVIDIA Corporation GF116M [GeForce GT 555M/635M] (rev a1)The BusID is the number in bold, “01:00.0″ in my case.
b) Now we’ll have to add the BusID to /etc/bumblebee/xorg.conf.nvidia and for this, we’ll open the file as root with a text editor (I’ll use Gedit in the command below):
gksu gksu gedit /etc/bumblebee/xorg.conf.nvidiaAnd in this file, in the “Device” section, add the following:
BusID "PCI:YOUR_BUS_ID" BusID "PCI:01:00:0"optirun APP_OR_GAMEWhere “APP_OR_GAME” is the game or application executable.
To test the performance with Bumblebee, use:
optirun glxspheresIf it still doesn’t work, try restarting your system and make sure you’ve correctly configured Bumblebee to use the installed Nvidia drivers (you can use Bumblebee Configurator GUI for this).
More about Bumblebee, using the Primus backend, etc.
5. Fix Google Chrome, Skype.
Then, Google Chrome Stable or Beta should install in Ubuntu 13.04.
sudo sed -i 's/^Exec=skype.*/Exec=bash -c "export LD_PRELOAD=\/usr\/lib\/i386-linux-gnu\/mesa\/libGL\.so\.1 \&\& skype %U"/' /usr/share/applications/skype.desktopsudo sed -i 's/^Exec=bash.*/Exec=skype %U/' /usr/share/applications/skype.desktop6. Migrate / upgrade PPAs (advanced users)
To install Y PPA Manager, use the following commands:
sudo add-apt-repository ppa:webupd8team/y-ppa-manager
sudo apt-get update
sudo apt-get install y-ppa-manager7. Install codecs, Java.
Or install it using the following command:
sudo apt-get install ubuntu-restricted-extrasOr by using the following command:
sudo apt-get install libavformat-extra-53 libavcodec-extra-53Or by using the following command:
sudo apt-get install icedtea-7-plugin openjdk-7-jreOr by using the following command:
sudo apt-get install openjdk-7-jdksudo add-apt-repository ppa:webupd8team/java
sudo apt-get update
sudo apt-get install oracle-java7-installerTop Things to do After Installing Ubuntu 13.04 Raring Ringtail
Ubuntu 13.04 Raring Ringtail final is almost out. The final release it scheduled to be out in the 25th of April 2013. After you actually get done with the installation, there would likely exist a heap of things you still need to take care of. This post will share some interesting insight and ideas about what you can and should do after a successful installation.
LXer Linux News
Installing Lighttpd With PHP5 (PHP-FPM) And MySQL Support On CentOS 6.4
Installing Lighttpd With PHP5 (PHP-FPM) And MySQL Support On CentOS 6.4
Lighttpd is a secure, fast, standards-compliant web server designed for speed-critical environments. This tutorial shows how you can install Lighttpd on a Centos 6.4 server with PHP5 support (through PHP-FPM) and MySQL support. PHP-FPM (FastCGI Process Manager) is an alternative PHP FastCGI implementation with some additional features useful for sites of any size, especially busier sites. I use PHP-FPM in this tutorial instead of Lighttpd’s spawn-fcgi.
Installing Apache2 With PHP5 And MySQL Support On OpenSUSE 12.3 (LAMP)
Installing Apache2 With PHP5 And MySQL Support On OpenSUSE 12.3 (LAMP)
LAMP is short for Linux, Apache, MySQL, PHP. This tutorial shows how you can install an Apache2 webserver on an OpenSUSE 12.3 server with PHP5 support (mod_php) and MySQL support.
Installing And Using OpenVZ On CentOS 6.4
Installing And Using OpenVZ On CentOS 6.4
In this HowTo I will describe how to prepare a CentOS 6.4 server for OpenVZ. With OpenVZ you can create multiple Virtual Private Servers (VPS) on the same hardware, similar to Xen and the Linux Vserver project. OpenVZ is the open-source branch of Virtuozzo, a commercial virtualization solution used by many providers that offer virtual servers. The OpenVZ kernel patch is licensed under the GPL license, and the user-level tools are under the QPL license.
Installing Apache2 With PHP5 And MySQL Support On CentOS 6.4 (LAMP)
Installing Nginx With PHP5 (And PHP-FPM) And MySQL Support On CentOS 6.4
Installing Nginx With PHP5 (And PHP-FPM) And MySQL Support On CentOS 6.4
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 a CentOS 6.4 server with PHP5 support (through PHP-FPM) and MySQL support.
Installing Nginx With PHP5 (And PHP-FPM) And MySQL Support On Scientific Linux 6.3
Installing Nginx With PHP5 (And PHP-FPM) And MySQL Support On Scientific Linux 6.3
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 a Scientific Linux 6.3 server with PHP5 support (through PHP-FPM) and MySQL support.
Installing Lighttpd With PHP5 (PHP-FPM) And MySQL Support On Fedora 18
Installing Lighttpd With PHP5 (PHP-FPM) And MySQL Support On Fedora 18
Lighttpd is a secure, fast, standards-compliant web server designed for speed-critical environments. This tutorial shows how you can install Lighttpd on a Fedora 18 server with PHP5 support (through PHP-FPM) and MySQL support. PHP-FPM (FastCGI Process Manager) is an alternative PHP FastCGI implementation with some additional features useful for sites of any size, especially busier sites. I use PHP-FPM in this tutorial instead of Lighttpd’s spawn-fcgi.












