লোকাল ডিভিডিরম থেকে ফিডোরা লিনাক্সে প্যাকেজ ইনস্টল করা

আপনার নিকট ফিডোরা লিনাক্স ডিভিডি থাকলে সেখান থেকে বিভিন্ন প্যাকেজ ইনস্টল করতে পারবেন yum এর সাহায্যে। এজন্য ডিভিডি ড্রাইভে ডিভিডি ঢুকিয়ে দিন। তারপর localinstall অপশনসহ yum কমান্ড চালান। ধরা যাক আপনি যে ডিভিডি প্রবেশ করিয়েছেন তা /media/Fedora লোকেশনে মাউন্ট হয়েছে। তাহলে সেই ডিভিডি থেকে কোনো প্যাকেজ ইনস্টল করার জন্য কমান্ড হবে নিচের মতো:

# yum localinstall /media/Fedora/Packages/aspell-it-*
Loaded plugins: refresh-packagekit
Setting up Local Package Process
Examining /media/Fedora/Packages/aspell-it-2.2_20050523-3.fc11.i586.rpm:
50:aspell-it-2.2_20050523-3.fc11.i586
Marking /media/Fedora/Packages/aspell-it-2.2_20050523-3.fc11.i586.rpm
to be installed
Resolving Dependencies
--> Running transaction check
---> Package aspell-it.i586 50:2.2_20050523-3.fc11 set to be updated
--> Processing Dependency: aspell >= 12:0.60 for package: aspell-it
--> Running transaction check
---> Package aspell.i586 12:0.60.6-5.fc11 set to be updated
--> Finished Dependency Resolution

Dependencies Resolved

================================================================================
 Package          Arch        Version                       Repository     Size
================================================================================
Installing:
 aspell-it        i586        50:2.2_20050523-3.fc11
/media/Fedora/Packages/aspell-it-2.2_20050523-3.fc11.i586.rpm
                                                                          2.0 M
Installing for dependencies:
 aspell           i586        12:0.60.6-5.fc11              fedora        947 k

Transaction Summary
================================================================================
Install      2 Package(s)
Update       0 Package(s)
Remove       0 Package(s)

Total size: 3.0 M
Total download size: 947 k
Is this ok [y/N]: y

উপরের কমান্ডে আমরা aspell-it প্যাকেজ ইনস্টল করতে বলেছি। শেষে * চিহ্ন ব্যবহার করায় একাধিক প্যাকেজ ইনস্টল হতে পারে। একদম নির্দিষ্ট কোনো প্যাকেজ ইনস্টল করতে চাইলে সেই প্যাকেজের নাম হুবহু উল্লেখ করতে হবে। এজন্য আগেই ডিভিডি থেকে সেই  প্যাকেজের নাম দেখে নেয়া ভাল।

এভাবে লোকাল ডিভিডি থেকে yum এর মাধ্যমে ইনস্টল করার সুবিধা হলো এর ফলে yum সেই প্যাকেজের নির্ভরশীলতা যাচাই করে দেখবে এবং প্রয়োজনমতো সেগুলো প্রথমে ডিভিডিতে ও পরে অন্যান্য রিপজিটরিতে খুঁজে দেখবে। প্রয়োজনমতো সুবিধাজনক রিপজিটরি থেকে সেই প্যাকেজ ডাউনলোড ও ইনস্টল করা হবে।

Loading mentions Retweet
Filed under  //  Fedora   Linux   Tutorial  
Comments (0)
Posted 2 months ago

Recess PHP Framework | Starting an App in the Recess PHP Framework

Creating an application in recessframework is really easy. Once you have setup recessframework (e.g. copied the files to webserver folder and told it about using a database), you can create the recess application using the browser. Even you don't need to create the database structure. From recess tools, you can define the module and corresponding table is automatically created. Then scaffold that and necessary mdoel, controller and view files are generated. Later you can edit the files to fine tune. It's really simple! Thanks, Kris Jordan.

Loading mentions Retweet
Filed under  //  php   recess framework   tutorial  
Comments (0)
Posted 2 months ago

Joomla 1.5 Menu Configuration

One of the strength of Joomla! is that it helps you create your own menu items, and customize the menus easily. It's menu manager is easy to use and quite useful for the site builders.
Whenever you are creating site with Joomla! 1.5, you need to edit the menu items for your site. For configuring the menus, follow the steps below:
1. Login to Joomla! administration panel.
2. In Joomla! administration panel, click on Menu Manager icon. That shows the menus available for the site.
3. For editing the menu name, click on the menu name, and that opens Menu Edit screen. When finsihed editing name and description of the menu, click Save icon.
4. For editing the menu items, click on the icon in Menu Items besides each menu name. That shows the menu items. From this screen, you can create a New Menu, edit an existing menu, and delete an existing menu.

This video tutorial shows you how mange the menus in Joomla! 1.5.

Loading mentions Retweet
Filed under  //  joomla   tutorial  
Comment (1)
Posted 8 months ago