.

Search Results

Keyword: ‘yum’

Jamba Juice, new Superfruit Smoothie

June 17th, 2010 No comments
Jamba Juice is promoting their new Superfruit Smoothie line which includes Yumberry, Pomegranate, Acai Smoothies, Berry Yumberry All Fruit, Super Yumberry, Acai Super-Antioxidant, Pomegranate Pick-me-up and Pomegranate Paradise.New Super Yumberry at Jamba Juice [youtube http://www.youtube.com/watch?v=LS6DaLbXrgk] Jamba, Inc. (JMBA)  is a holding company ...

Installing APC Accelerator Into PHP5 (Fedora Core 11)

September 25th, 2009 1 comment
APC is a PHP accelerator extension that can be installed using PECL.  PECL comes with the php-pear package, and must be installed yum install php-pear install APC dependencies so that PECL can build APC: yum install php-devel httpd-develyum groupinstall 'Development Tools'yum groupinstall 'Development ...

Install mbstring for PHP5 – Fedora Core 11 ( LINUX )

September 6th, 2009 No comments
if you use PhpMyAdmin without install mbstring php extension, you get the warning about this: The mbstring PHP extension was not found and you seem to be using a multibyte charset. Without the mbstring extension phpMyAdmin is unable to split strings ...

Install php mcrypt module – Fedora Core 11

September 6th, 2009 No comments
The best method is using YUM: [root@server1 /]# yum install php-mcrypt after finish, restart apache/httpd [root@server1 /]# sudo /etc/init.d/httpd restart

Install YUM fastest mirror plugin – yum-plugin-fastestmirror ( Linux )

September 3rd, 2009 4 comments
To install yum fastest mirror plugin (yum-plugin-fastestmirror) you can use next command: yum install yum-plugin-fastestmirror or yum install yum-fastestmirror command result: [root@server1 ~]# yum install yum-fastestmirror Loaded plugins: refresh-packagekit updates/metalink                                         | 4.5 kB     00:00 updates                                                  | 4.4 kB     00:00 updates/primary_db                                       | 3.5 MB     00:04 Setting up Install Process Resolving Dependencies --> Running ...

Install PHP GD support – Fedora Linux server

July 31st, 2009 No comments
Using YUM linux command (Cent OS or Fedora Core Linux)as root user: # yum install php-gd # /etc/init.d/httpd restart Verify if php gd is loaded --> Type the following command: # php -m | grep gd

Best Movie December 2008

December 4th, 2008 9 comments
Coraline - Animation Dakota Fanning, Teri Hatcher, Dawn French, Jennifer Saunders Based on Neil Gaiman's international best-selling book, "Coraline" is the story of a young girl (voiced by Fanning) who unlocks a mysterious door in her new home, and enters into an ...

Filme care vreau sa le vad dar, care nu’s pe MetroLink NET HUB

July 29th, 2008 3 comments
E cam saracie pe metrolinknet cand anumiti useri sunt absensti. Si chiar daca sunt, rar gasesti ceea ce doresti. Spre exemplu, azi am cautat cateva filme care nu le'am vazut si nu am gasit decat doua:Columbus Day Tom Yum GoongCe filme ...

Install BitTorrent with YUM

December 21st, 2007 1 comment
Command line BitTorrent client for Linux Type following command: yum install bittorrent wait ... 10 sec ... or more (for Dependencies) ... Transaction Summary ========================== Install 2 Package(s) Update 0 Package(s) Remove ...

Linux – I/O Activity by Process

November 28th, 2007 No comments
Administrators system have always relied on top for per/process CPU and memory usage statistics, and/or vmstat/sar to analyze I/O , but there has been no easy way to analyze disk I/O on a per-process basis.iotop is the missing tool. It ...