Arabic Support for Ubuntu

الدعم العربي للأبونتو

Thunderbird 3 Is ready for test and download تحكم في بريدك الالكتروني بالاصدار التجريبي الجديد

Posted by dragonmm2010 on May 17, 2008

thunderbird

The New thunderbird from mozilla

As we all see the New firefox 3 really was great , Mozilla comes again with the frist alpha 1 thunderbird 3

What’s new

The New

You can find here from the offical site

You can download it from here

After u  download the file it’s very easy to use just extract the file and open

./thunderbird/thunderbird

الاصدار التجريبي الجديد من سندربيرد من موزيلا

بعد ما راينا الاصدار الثالث من المتصفح الفيرفوكس والذي شهد تغيرات كبيرة وعظيمة يلحق به اخوه من نفس الشركة وهو

السندربيرد النسخة الثالثة الفا 1 برنامج متحكم في البريد الالكتروني

ما الجديد

نستطيع روئية جديد الاصدار من الموقع الرسمي من هنا

وتستطيع تحميل هذه النسخة من هنا

بعد تحميل الملف قم بفك ضغط الملف وافتح

./thunderbird/thunderbird

Posted in برامج الانترنت Internet Programs | Tagged: , , , , , , , , , | No Comments »

how to install via on ubuntu

Posted by dragonmm2010 on May 15, 2008

how to install via cards in ubuntuwhat we need :

- Ubuntu 8.04
- latest via drivers here
- and the attached xorg.conf

First step after we download the driver
1. Install the driver using root account
sudo ./vinstall
2. In order to enable aiglx, please do as following:
(1) edit the script file /usr/bin/compiz, find the line:
WHITELIST=”nvidia intel ati radeon i810″
(2) modify it to:
WHITELIST=”nvidia intel ati radeon i810 via”
After that we go quickly to
/etc/X11
and open xorg.conf
and delete every thing on it
and write this xorg.conf that i attached in it and save it
# xorg.conf (X.Org X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the xorg.conf manual page.
# (Type “man xorg.conf” at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
#   sudo dpkg-reconfigure -phigh xserver-xorg

Section “InputDevice”
Identifier    “Generic Keyboard”
Driver        “kbd”
Option        “XkbRules”    “xorg”
Option        “XkbModel”    “pc101″
Option        “XkbLayout”    “en”
Option        “XkbOptions”    “lv3:ralt_switch”
EndSection

Section “InputDevice”
Identifier    “Configured Mouse”
Driver        “mouse”
Option        “CorePointer”
EndSection

Section “InputDevice”
Identifier    “Synaptics Touchpad”
Driver        “synaptics”
Option        “SendCoreEvents”    “true”
Option        “Device”        “/dev/psaux”
Option        “Protocol”        “auto-dev”
Option        “HorizEdgeScroll”    “0″
EndSection

Section “Monitor”
Identifier “Monitor”
EndSection

Section “Device”
Driver “via”
Identifier    “Configured Video Device”
Option “LCDPort”       “DFP_HIGHLOW”
EndSection

Section “ServerLayout”
Identifier    “Default Layout”
Screen        “Default Screen”
InputDevice    “Synaptics Touchpad”
EndSection

Section “Module”
Load  “glx”
Load  “dri”
Load  “extmod”
EndSection

Section “DRI”
Group 0
Mode 0666
EndSection

Section “Screen”
Identifier    “Default Screen”
Device        “Configured Video Device”
Monitor        “Monitor”
DefaultDepth    24
SubSection “Display”
Depth        24
Modes        “1280×800″
Virtual 1280 800
EndSubSection
EndSection

Then
4. To enable desktop effects from here , restart x-server (”Ctl+Alt+Backspace)
All thanks for valinuxx
كيفية تعريف كرت فايا علي الابونتو مع تشغل جميع التاثيرات الحركية الجميلة
لابد من توافر
اولا توزيعة ابونتو 8.04
ثانيا تنزيل اخر تعريف من هنا
ثالثا تعديل ملف
xorg.conf
بالملف المرفق
بعد تنزل التعريف نفك الضغط للملفات ثم
نفتح الملف بمستخدم الروت  بعد فك الضغك
sudo ./vinstall
حيث النقطة هي مكان الفولدر الموجود فيه الملف
بعدها نفتح هذا الملف ونعدل فيه حسب
/usr/bin/compiz
نبحث عن
WHITELIST=”nvidia intel ati radeon i810″
ثم نستبدله بي
WHITELIST=”nvidia intel ati radeon i810 via”
ملاحظة في الخطوة الاولي ان لم نجد اسم الدريفير كما هو لا داعي للقلق فقط نقم بتغير ما بجانب كلمة
WHITELIST
بي
WHITELIST=”nvidia intel ati radeon i810 via”
ثم بعد ذلك نذهب الي ملف الاكس اورج
/etc/X11
ونفتح الملف
xorg.conf
ونمسح كل ما بداخله
ونكتب بداخله الملف المرفق
ثم نحفظ
# xorg.conf (X.Org X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the xorg.conf manual page.
# (Type “man xorg.conf” at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
#   sudo dpkg-reconfigure -phigh xserver-xorg

Section “InputDevice”
Identifier    “Generic Keyboard”
Driver        “kbd”
Option        “XkbRules”    “xorg”
Option        “XkbModel”    “pc101″
Option        “XkbLayout”    “en”
Option        “XkbOptions”    “lv3:ralt_switch”
EndSection

Section “InputDevice”
Identifier    “Configured Mouse”
Driver        “mouse”
Option        “CorePointer”
EndSection

Section “InputDevice”
Identifier    “Synaptics Touchpad”
Driver        “synaptics”
Option        “SendCoreEvents”    “true”
Option        “Device”        “/dev/psaux”
Option        “Protocol”        “auto-dev”
Option        “HorizEdgeScroll”    “0″
EndSection

Section “Monitor”
Identifier “Monitor”
EndSection

Section “Device”
Driver “via”
Identifier    “Configured Video Device”
Option “LCDPort”       “DFP_HIGHLOW”
EndSection

Section “ServerLayout”
Identifier    “Default Layout”
Screen        “Default Screen”
InputDevice    “Synaptics Touchpad”
EndSection

Section “Module”
Load  “glx”
Load  “dri”
Load  “extmod”
EndSection

Section “DRI”
Group 0
Mode 0666
EndSection

Section “Screen”
Identifier    “Default Screen”
Device        “Configured Video Device”
Monitor        “Monitor”
DefaultDepth    24
SubSection “Display”
Depth        24
Modes        “1280×800″
Virtual 1280 800
EndSubSection
EndSection

بعدها

تستطيع عمل ريستارت للواجهة عن طريق

(”Ctl+Alt+Backspace)

والان استمتع بتشغل كل مؤثرات الحركة وتفعليها من هنا

Posted in الاعدادات | Tagged: , , , | No Comments »

How to install openoffice 3.0 beta

Posted by dragonmm2010 on May 13, 2008

How to install openoffice 3.0 beta

after i wrote the about

OpenOffice 3.0 beta

Some one asked me how to make install to the package of the openoffice 3 beta that we installed
really i liked to make how to install it in pdf book
The book is made by Me

Download how to install openoffice book

8

كيفية تنصيب اوبن اوفيس 3 بيتا

بعد كتابة الموضوع السابق عن وجود النسخة التجريبية من الاوبن اوفيس 3 جاهز للتحميل

سألني شخص عن كيفية تنصيب هذه النسخة بعد تنزيلها من علي الانترنت

احببت ان اجلب الشرح علي هيئة كتاب Pdf وقد رفعته علي الرابيد شير اعذروني لو كان الرابيد شير معاكس للبعض استطيع ان ارفعه علي مواقع اخري ولكن

لم يسعني الوقت

تحميل شرح كيفية تنصيب الاوبن اوفيس

اتمني ان يكون الشرح وافي هذا الكتاب كل شروحاته خاصة بالمدونة

Posted in ubuntu | Tagged: , , , , , , | 3 Comments »

OpenOffice 3.0 beta جاهز للتحميل والتجربة

Posted by dragonmm2010 on May 10, 2008

openoffice 3DEV300_m3_about

مظهر اجمل

دعم اكبر

حرية اكثر

خدمة افضل

OpenOffice 3 beta

اوبن اوفيس

اوبن اوفيس 3 النسخة التجريبية جاهزة للتحميل

الصفحة الرئيسية للنسخة التجريبية من هنا

للتحميل الاصدار الخاص بتوزيعة ابونتو من هنا


ما الجديد في هذه النسخة التجريبية

  • شكل جديد ومنعش للايكونات الخاصة باوبن اوفيس وملفاتها
  • x11  دعم ملفات الماكنوتش دون الحاجة الي
  • قرائة وكتابة ملفات ميكروسوفت اوفيس 2007 (docx, .xlsx, .pptx .. الخ)
  • 1024 (عمود لحساب كل صحيفة بدلا من (256
  • pdf دعم والتصدير السريع والامن

والكثير من المزايا ستجدها

للمزيد باللغة الانجليزية من هنا

English

OpenOffice.org 3.0 Beta

ready for download

Download for OpenOffice 3.0 For ubuntu

What’s new in OpenOffice.org 3.0?

The most immediately visible change to OpenOffice.org 3.0 is the new “Start Centre”, new fresh-looking icons, and a new zoom control in the status bar. A closer look shows that 3.0 has a myriad of new features. Notable Calc improvements include a new solver component; support for spreadsheet collaboration through workbook sharing; and an increase to 1024 columns per sheet. Writer has an improved notes feature and displays of multiple pages while editing. There are numerous Chart enhancements, and an improved crop feature in Draw and Impress.

Behind the scenes, OpenOffice.org 3.0 will support the upcoming OpenDocument Format (ODF) 1.2 standard, and is capable of opening files created with MS-Office 2007 or MS-Office 2008 for Mac OS X (.docx, .xlsx, .pptx, etc.). This is in addition to read and write support for the MS-Office binary file formats (.doc, .xls, .ppt, etc.).

OpenOffice.org 3.0 will be the first version to run on Mac OS X without X11, with the look and feel of any other Aqua application. It introduces partial VBA support to this platform. In addition, OpenOffice.org 3.0 integrates well with the Mac OS X accessibility APIs, and thus offers better accessibility support than many other Mac OS X applications.

A more detailed guide to the features can be found at http://marketing.openoffice.org/3.0/featurelistbeta.html

Posted in ubuntu | Tagged: , , , , , , | 3 Comments »

How To install the latest version of KDE on ubuntu

Posted by dragonmm2010 on May 7, 2008

كيفية تنزيل اخر نسخة من الواجهة kde علي الابونتو
قبل اي شئ انصح بالثبات علي واجهة جنوم افضل واسهل من وجهة نظري ولكن الكثير منا يحب التجربة لا مانع

اذا كنت تريد تنزل اخر نسخة من الواجهة وهي kde4 اكتب هذا الامر

sudo apt-get install kubuntu-kde4-desktop
اما اذا كنت تريد تنصيب اكثر النسخة الاكثر استقرارا وهي kde3.5.9 نكتب هذا الامر
sudo apt-get install kubuntu-desktop

How to install the Latest version of Kde On ubuntu

Before anything i Advise you to still on gnome in my opinion it’s better than kde
Open a terminal and do this order if u want to install Kde4
sudo apt-get install kubuntu-kde4-desktop
the latest version in kde3 is kde 3.5.9 which is very stable than kde4
sudo apt-get install kubuntu-desktop

Posted in Uncategorized | Tagged: , , , | 3 Comments »

كيفية تغير نوع الشاشة How to Change The Screen Type on ubuntu

Posted by dragonmm2010 on April 26, 2008

Arabic Support for Ubuntu

الدعم العربي للأبونتو

السلام عليكم ورحمة الله وبركاته

الحمد لله تم تنزيل التوزيعة الجديدة للاوبونتو هاردي :)

Ubuntu 8.04 Hardy

واجهتني مشاكل من حيث تعريف نويعة الشاشة وليس كرت الشاشة

حيث لم يتعرف علي شاشة العرض بالتالي لم يعطني الاستبانات التي اريدها

The Resolution

ولحل هذه المشكلة وتعريف نوعية الكرت

نفتح /usr/share/applications/screen and Graphics

وبعدها نختار نوع الشاشة Screen

choose

كما في الصورة ثم نفتح

Screens and graphics

وكما نري الصورة

نضغط علي اسم الشاشة ثم نختار الشاشة الخاصة بنا

ثم نضغط اوك

بعدها سيتطلب مننا ان نسجل خروج وليس ريستارت

سجل خروج ثم سجل دخول باسم المستخدم الخاص بك

ستجد ان التغيرات قد فعلت وتستطيع تغير حجم الاستبانة كما تريد

U Can change the Resolution as u like

In English

How to change the screen on ubuntu

take a look  On this

From Here

Posted in الاعدادات | Tagged: , , , , , | No Comments »

Download Ubuntu 8.04 Hardy heron

Posted by dragonmm2010 on April 23, 2008

hardy_splash Ubuntu we was waiting long time

to see ubuntu hardy 8.04

and tomorrow we will be able to down load

and install ubuntu in our computers

Now You can request free ubuntu 8.04 cd from here

http://shipit.ubuntu.com/

And U can Download ubuntu 8.04 from here

http://www.ubuntu.com/getubuntu/download

Posted in ubuntu | Tagged: , , , , , , , | No Comments »

Ubuntu 7.10 Linux Unleashed presents كتاب لاحتراف ابونتو لينكس

Posted by dragonmm2010 on April 22, 2008

Who This Book Is For

This book is for anyone searching for guidance on using Ubuntu and primarily focuses on
Intel-based PC platforms. Although the contents are aimed at intermediate to advanced
users, even new users with a bit of computer savvy will benefit from the advice, tips,
tricks, traps, and techniques presented in each chapter. Pointers to more detailed or
related information are also provided at the end of each chapter.
If you are new to Linux, you might need to learn some new computer skills, such as how
to research your computer’s hardware, how to partition a hard drive, and (occasionally)
how to use a command line. This book helps you learn these skills and shows you how to
learn more about your computer, Linux, and the software included with Ubuntu. System
administrators with experience using other operating systems can use the information in
this book to install, set up, and run common Linux software services, such as the Network
File System (NFS), a File Transfer Protocol (FTP) server, and a web server (using Apache,
among others)

 

What This Book Contains

Ubuntu Unleashed is organized into six parts, covering installation and configuration,
Ubuntu on the desktop, system administration, programming and housekeeping, and a
reference section. A disc containing the entire distribution is included so that you have
everything you need to get started. This book starts by covering the initial and essential
tasks required to get Ubuntu installed and running on a target system.
If you are new to Linux, and more specifically Ubuntu, first read the chapters in Part I,
“Installation and Configuration.” You will get valuable information on the following:
. Detailed steps that walk you through installation
. Critical advice on key configuration steps to fully install and configure Linux to
work with your system’s subsystems or peripherals, such as pointers, keyboards,
modems, USB devices, power management, and—for laptop users—PCMCIA devices
. Initial steps needed by new users transitioning from other computing environments
. Configuration and use of the X Window System, the graphical interface for Linux
Part II, “Desktop Ubuntu,” is aimed at users who want to get productive with Ubuntu and
covers the following:
. Becoming familiar with the X Window System and looking at GNOME and KDE
. Discovering the many productivity applications that come with Ubuntu
. Surfing the Internet and working with email and newsgroups

. Using Ubuntu to listen to music and watch video
. Using Ubuntu to download and manipulate images from digital cameras
. Setting up local printers for Ubuntu
. Understanding the current state of gaming for Linux
Moving beyond the productivity and desktop areas of Ubuntu, Part III, “System
Administration,” covers the following:
. Managing users and groups
. Automating tasks and using shell scripts
. Monitoring system resources and availability
. Backup strategies and software
. Network connectivity, including sharing folders and securing the network
. Internet connectivity via dial-up and broadband connections
. Building and deploying web servers
. Database creation, management, and manipulation
. File and print servers
. Using FTP for serving files across the Internet and local networks
. Building and deploying email servers using Postfix and managing mailing lists
. Creating remote access gateways and services
. Configuring DNS for your network
. Using LDAP for storing information on users and security
. Configuring a local news server
Part IV, “Programming Linux,” provides a great introduction to how you can extend
Ubuntu capabilities even further using the development tools supplied with it. This part
covers the following:
. Programming in Perl, using variables and scripting
. An introduction to the Python language
. Writing PHP scripts and linking them to databases
. C and C++ programming tools available with Ubuntu and how to use the GNU C
Compiler (gcc)

Part V, “Ubuntu Housekeeping,” looks at some of the more advanced skills you need to
keep your system running in perfect condition, including the following:
. Securing your machine against attack from outsiders and viruses
. Performance tuning
. Command-line masterclass
. Advanced apt
. Kernel and module management and compilation
An extensive reference in Part VI, “Appendixes,” gives you scope to explore in even more
depth some of the topics covered in this book as well as providing historical context to
Ubuntu and installation resources.

 

كتاب مهم ومفيد جدا لكل المبتداين والمحترفين في الابونتو  ايضا في الابونتو الكتاب للتحميل المجاني

 

DownLoad Here

Posted in مختارات | Tagged: , , , , , | 1 Comment »

كيفية انشاء مستخدم جديد علي الابونتو how to creat new user in ubuntu

Posted by dragonmm2010 on March 26, 2008

كيفية انشاء مستخدم جديد عل الابونتو

الخطوة الاولي

نظام ——> الادارة —–> المستخدمون والمجموعات

image

اضافة مستخدم

add

user settings

نكتب اسم المستخدم في الخانة الاولي

والخانة الثانية نكتب الاسم الحقيقي

ام في خانة الهيئة فاختار فئة المستخدم هل مستخدم عادي ولا مدير حسب ما تريد

وعنوان المكتب والتليفون معلومات اضافية

ثم نضع كلمة سر ونعيدها مرة اخري في اخر خانتين

ثم نضغط موافق

وبهذا نكون قد انتهينا من اضافة مستخدم جديد للنظام

In English

English support for ubuntu

On the System menu, point to Administration and click Users and Groups. The User settings dialogue box appears.

image

In the User settings dialogue box, click Add User to add a new user account on your computer. The New user account dialogue box

opens.

image

Specify the user accounts’ basic settings, contact information and password information in the New user account dialogue box.

  a. Type the name with which you want to log on to your computer in the Username box.

  b. Type your full name in the Real name box.

  c. Select your user type from the Profile box.

  d. Type your office location in the Office location box.

  e. Type your work phone number in the Work phone box.

   f. Type your home phone number in the Home phone box.

  g. Type the password for your user account in the User password box.

new user

A new user account will be displayed in the User settings dialogue box. This dialogue box informs you about the full name and the
logon name of the new user. It also tells you the location of the new user account created.

thats all

Posted in الاعدادات | Tagged: , , , , , , | 1 Comment »

Yahoo Mash invitations دعوات ياهوو ماش

Posted by dragonmm2010 on March 15, 2008

mash

خدمة التعارف الجديدة من ياهوو تشبه الي حد كبير الفيس بوك في خدمتها

تستطيع معرفة الكثير هذه الخدمة عن طريق المدونة الخاصة بالماش ايضا تستطيع الدخول علي هذه الخدمة والتي لابد ان يكون لك حساب علي الياهوو تستطيع الدخول علي الخدمة الماش من موقعها ماش

لابد ان تكون مدعو حتي تستطيع ان تستخدم هذه الخدمة والحمد لله استطعت ان احصل علي دعوة واستخدام الخدمة والان استطيع ان ادعي اي شخص فقط اترك بريدك الالكتروني وسوف ارسل لك دعوة علي بريدك الالكتروني

In English

Yahoo unveiled its social network Mash. The service more or less looks like Facebook.

Interface looks clean and simple but you can customize the profile pages with CSS, look for ‘Style this profile’ to customize. Almost all of the elements are Ajaxified, so you can easily edit the profile information.

You can add modules to your profile, currently the module list includes Flickr RSS, Ego Boost, Common Friends, MyMoshLog2, Blog Module, Asteroids, Astrology, PimpMyPet, Hover, Kaleidescope, Guestbook and My Stuff. The best feature is that you can add modules to your friends profiles also, this is a nice touch and quite useful i think.

If u want to try this service Yahoo Mash write your e-mail and i will send an invitation To you

Posted in مختارات | Tagged: , , , , , , , , | 8 Comments »