Showing posts with label operating system. Show all posts
Showing posts with label operating system. Show all posts

Ubuntu - The New Wallpapers of Ubuntu 10.04 LTS


While Canonical failed once again to deliver that “professional-looking theme” everyone was expecting (promised since the time when Ubuntu 9.10 was still under development), it introduced some nice themes created by various users of the community for the upcoming release of Ubuntu 10.04 LTS (Lucid Lynx): Ambiance and Radiance. Today, we announce the new wallpapers added by Canonical in Lucid Lynx.

Being an LTS (Long Term Support) release, Ubuntu 10.04 (Lucid Lynx) will be definitely a stable, secure, reliable and good-looking operating system! Without further introduction, we’ll let you enjoy the new wallpapers. Congrats to the authors of these beautiful photographs!

On April 29th, Ubuntu 10.04 LTS (Lucid Lynx) will become the 12th release of the Ubuntu operating system.

Among some of the interesting features that will be present in Ubuntu 10.04 LTS (Lucid Lynx), we can mention the newly released GNOME 2.30 desktop environment, which brings lots and lots of improvements in many areas, such as Nautilus, Empathy, Evolution, Tomboy, Totem, Rhythmbox, and many more. Lucid’s kernel packages will be based on Linux kernel 2.6.32, and applications such as Oracle’s OpenOffice.org 3.2, Mozilla Firefox 3.6, Transmission 1.92 or Pidgin 2.6.6, Mozilla Thunderbird 3 and The GIMP 2.6.8 (all three available from the repositories) will also be present in the final version of Ubuntu 10.04 LTS (Lucid Lynx).

Don’t forget to visit our website next Thursday (April 22nd) for a detailed report on the Ubuntu 10.04 LTS (Lucid Lynx) RC release, where we will unveil more of Lucid’s new features!





















if wordpress is slow, you must change these


first of all you must backup these ;
cp /etc/my.cnf /etc/my.cnf   backup
cp /usr/local/apache/conf/httpd.conf /usr/local/apache/conf/httpd.conf backup
cp /usr/local/lib/php.ini /usr/local/lib/php.ini backup

after that
/etc/my.cnf ---- inside that and restart
service mysql restart
you must make this command ;
Code:
query_cache_type = 1 
query_cache_size = 26214400 
/usr/local/apache/conf/httpd.conf ---- inside that and restart
Code:
Timeout 30
KeepAlive On
MaxKeepAliveRequests 100
KeepAliveTimeout 6
<IfModule prefork.c>
StartServers 8
MinSpareServers 5
MaxSpareServers 20
ServerLimit 512
MaxClients 512
MaxRequestsPerChild 4000
</IfModule>
/usr/local/lib/php.ini ---- inside that and restart
service httpd restart
you must make this command ;
Code:

expose_php = Off
register_globals = Off
register_long_arrays = Off
register_argc_argv = Off
magic_quotes_gpc = Off
magic_quotes_runtime = Off
magic_quotes_sybase = Off
Serdar KILICASLAN
PROGRAMMER
info@ekomoni.com - last.turkwolf@gmail.com