Posts

Showing posts from October, 2018

Ubuntu 18.10 Release Date and New Features

Image
က်ေနာ္တို့ October သီတင္းက်ြတ္နဲ့အတူ Ubuntu ရဲ့ 18.10 release ကလည္းထြက္ရွိေတာ့မွာပါ။ October 18 ရက္ေန့မွာထြက္မယ္လို့ထင္ပါတယ္။ 18.10 ကေတာ့ short-term release ပါ ။ short-term ဆိုေတာ့ 9 months ပဲ support ရမွာပါ။ 18.10 ရဲ့ codename ကေတာ့ Cosmic Cuttelfish လို့ေပးထားပါတယ္။ အေပၚပံုထဲကလို ငါးပံုေလးပါ။ New Features in Ubuntu 18.10 ဒါကေတာ့ 18.10 ရဲ့ wallpaper ေလးပါ။  1.Gnome 3.30         Gnome 3.30 ဟာ September 18 ရက္ေန့ကထြက္ရွိခဲ့တာျဖစ္ျပီး အခု Ubuntu ရဲ့ 18.10 မွာ gnome 3.30 ကိုသံုးထားမွာျဖစ္ပါတယ္။  2.New default themes and icons      18.10 မတိုင္ခင္ 18.04 LTS မွာကတည္းက community developed theme တစ္ခုျဖစ္တဲ့  Communitheme ပါလာမယ္ဆိုျပီးေတာ့ 18.04 ကို release လုပ္မဲ့ေန့မွာမျပီးေသးတာေျကာင့္ မပါလာျဖစ္ခဲ့ပါဘူး။ ဒါေပမဲ့ အခုထြက္မဲ့ 18.10 မွာေတာ့ communitheme ဟာ default theme အေနနဲ့ပါ၀င္လာမွာပါ။  3.Better Battery life for Laptops         Canonical ဟာ Ubuntu သံုးတဲ့ Laptops ေတြရဲ့ Battery life ကို improve ျဖစ္ေအာင္ျကိုးပမ္းေနတာျကာပါျပီ။ Linux kernel မွာလည္း power အမ်ားျကီးမကုန

Modifying Network Connection in Linux

Image
Network ကို configuration လုပ္ေတာ့မယ္ဆိုရင္ network interfaces ေတြရဲ့ configuration files ေတြကိုျပုျပင္ျခင္းနဲ့လည္းလုပ္လို့ရပါတယ္။ interface configuration file ဆိုတာကေတာ့ network devices ေတြရဲ့ software interfaces ေတြကို control လုပ္တဲ့ files ေတြကိုေျပာတာပါ။ဒီ file ေတြကိုမ်ားေသာအားျဖင့္ /etc/sysconfig/network-scripts/ifcfg-<name> ဆိုတဲ့ေနရာမွာထားပါတယ္။ <name> ဆိုတာကေတာ့ device ေတြရဲ့ interface name ကိုေျပာတာပါ။ေအာက္ကဇယားက variables ေတြကေတာ့ interface ေတြကို static (or) dynamic configuration လုပ္တဲ့အခ်ိန္မွာသံုးတဲ့variables ေတြပါ။ ပံုထဲမွာဆိုရင္ ip address, prefix, gateway ေတြ၊ DNS အတြက္ numbers ေတြကို assign လုပ္ေပးထားတာကိုျမင္ရမွာပါ။ configuration file ကို ျပုျပင္ျပီးရင္ေတာ့ nmcli con reload ဆိုတဲ့ command နဲ့ NetworkManager က configuration file ကို read လုပ္ေအာင္လုပ္ေပးရပါမယ္။အဲ့လုိလုပ္ျပီးတဲ့အခါမွာ interfaces ေတြကိုလည္း restart လုပ္ဖို့လိုအပ္ပါေသးတယ္။ [root@demo ~]# nmcli con reload [root@demo ~]# nmcli con down "System eth0" [root@demo ~]# nmcli co