المشاركات

عرض الرسائل ذات التصنيف linux

كيف يتم اضافة اللغة العربية الى الكيبورد في نظام لينوكس ؟

صورة
 يتم اضافتها من خلال الأمر التالي في نافذة التيرمينال    setxkbmap us,ar -option "lv3:ralt_alt,grp:alt_shift_toggle"     .............

How to get the file location of the current wallpaper file in ubuntu?

Problem : How to get the file location of the current wallpaper file in ubuntu Solution : Write line in Terminal  gsettings get org.gnome.desktop.background picture-uri

Removing broken packages in Ubuntu

صورة
Problems Removing broken packages in Ubuntu failed to execute command google-chrome-beta %u broken ubuntu Solution Step 1: Write  sudo apt-get install synaptic to get the name of the broken packages Broken packages ==> libnvidia-ifr1-460 :1386   Step2 :Go to Synaptic Package Manager Step3 : Search for broken packages name . And choose "Mark for removable" then click Apply   Step 4: Go to Update Manager Step 5 : Click Refresh , Install Update   Step 6 : Download chrome beta from site  https://www.google.com/chrome/beta/   Thank you 😊            

Apache2 but unable to run php file in linux

  😏 PHP code is not being executed Solution First : disable firwall Second: Go to Terminal  sudo apt-get update sudo apt-get install apache2 php sudo service apache2 restart 🥰🥰

Repaint artificats problem when drag window (problem drag windows in linux mint)

صورة
Solution :