Linux කට්ටිය එන්නලා...

H-GMS

Member
Mar 1, 2013
1,104
121
0
Wikipedia eke thiyenne eOS eke WM eka "Gala" kiyala ekak kiyala. Pantheon kiyanne DE eka. File manager eka "Pantheon Files" kiyala ekak. Read this.

හ්ම්ම්... මතක තිබ්බ විදියට බන් කිව්වේ... හොයල බැලුවේ නැහැ... Pantheon Files.. :)
 

sahan2050

Member
May 5, 2014
30
3
0
kawru hari mata kiyala denewada ai oyagollo less popular operating system eketa mechara kemathi kiyala,matath windows epa wela inney..shift karanna isella danaganna ehuwey.university student kenek widiyata mata ubuntu use karanakota disadvantages godak thiyenewa kiyala hitenewa.eg: power point,gedara hadala gihilla ehedi open karaganna beri wunoth kela wenwaney

If LibreOffice Impress doesn't suit ur needs u can use Kingsoft Office Spreadsheets. On the other hand it is fully compatible with MS Office. Not only that u can install MS Office in Linux using WINE if u're r so concerned about it.

What r the other disadvantages u find in migrating to linux? Tell us all. We'll try to solve ur problems about linux.

Also u can't say linux(Ubuntu) OS's r
less popular
..Nowadays Linux is getting more popular..It is growing day by day..!
 

User404

Well-known member
  • Mar 24, 2014
    848
    102
    63
    ගෙදර
    If LibreOffice Impress doesn't suit ur needs u can use Kingsoft Office Spreadsheets. On the other hand it is fully compatible with MS Office. Not only that u can install MS Office in Linux using WINE if u're r so concerned about it.

    What r the other disadvantages u find in migrating to linux? Tell us all. We'll try to solve ur problems about linux.

    Also u can't say linux(Ubuntu) OS's r ..Nowadays Linux is getting more popular..It is growing day by day..!

    :yes::yes::yes:
     

    Safari7

    Banned
    Apr 18, 2014
    232
    8
    0
    kawru hari mata kiyala denewada ai oyagollo less popular operating system eketa mechara kemathi kiyala,matath windows epa wela inney..shift karanna isella danaganna ehuwey.university student kenek widiyata mata ubuntu use karanakota disadvantages godak thiyenewa kiyala hitenewa.eg: power point,gedara hadala gihilla ehedi open karaganna beri wunoth kela wenwaney

    https://www.bunkr.me
     

    Chathuranga1

    Well-known member
  • Jan 25, 2008
    9,047
    1,523
    113
    ඇතුගල පාමුල
    arch_linux_by_chathurangab-d7ip2hl.png


    My Desktop :- Arch Linux + KDE
     

    sahan2050

    Member
    May 5, 2014
    30
    3
    0
    If LibreOffice Impress doesn't suit ur needs u can use Kingsoft Office Spreadsheets. On the other hand it is fully compatible with MS Office. Not only that u can install MS Office in Linux using WINE if u're r so concerned about it.

    What r the other disadvantages u find in migrating to linux? Tell us all. We'll try to solve ur problems about linux.

    Also u can't say linux(Ubuntu) OS's r ..Nowadays Linux is getting more popular..It is growing day by day..!

    Here, the sentence
    If LibreOffice Impress doesn't suit ur needs u can use Kingsoft Office Spreadsheets..
    should be as follows,

    If LibreOffice Impress doesn't suit ur needs u can use Kingsoft Office presentation..

    Sorry for any inconvenience caused..
     

    User404

    Well-known member
  • Mar 24, 2014
    848
    102
    63
    ගෙදර
    Simple tip

    මට අත පය තියන් නිකන් ඉන්න බෑනෙ. ඒක නිසා මේක දාන්නෙ. මං හිතන්නෙ හැම කෙනාම දන්නවා අපිට terminal එකේ කිසිම සාමන්‍ය විදිහට [x+y | x-y | x*y | x/y] කිසිම දෙයක් එකතු කරන්නවත් අඩු කරන්නවත් බෑ. අපි එහෙම කරනව නම් පහල විදිහට කරන්න ඕනෙ.

    Code:
    echo $((2+3))

    ඔච්චර දිගට type කරන්න වෙලාවක් නෑනෙ. Terminal එක ගත්ත ගමන් එකතු කරන්න පුලුවන් උනා නම් ඉවරනෙ. නැද්ද මං අහන්නෙ? අපි ඒකට ~/.bashrc file එකේ function එකක් හදනවා. මේ වගේ. [ඕක copy කරලා ~/.bashrc file එකේ අනිතිම හරියට දාගන්න.]

    Code:
    calc () {
        echo "$(($@))"
    }

    calc වෙනුවට තමන්ට ලේසි වචනයක්/අකුරක්/symbol එකක් දාගන්න පුලුවන්. මොකද අපි එකේ ඕක ඉස්සරහින් තමයි එකතු කරන්න ඕනෙ එක type කරන්නෙ. හරියට නිකන් මේ වගේ.

    Code:
    [404@404-pc ~]$ calc 1+1
    2

    පස්සෙ වෙලාවක මේ වගේ simple tip එකක් ආයෙත් දාන්නම්.
     

    sahan2050

    Member
    May 5, 2014
    30
    3
    0
    Simple tip

    මට අත පය තියන් නිකන් ඉන්න බෑනෙ. ඒක නිසා මේක දාන්නෙ. මං හිතන්නෙ හැම කෙනාම දන්නවා අපිට terminal එකේ කිසිම සාමන්‍ය විදිහට [x+y | x-y | x*y | x/y] කිසිම දෙයක් එකතු කරන්නවත් අඩු කරන්නවත් බෑ. අපි එහෙම කරනව නම් පහල විදිහට කරන්න ඕනෙ.

    Code:
    echo $((2+3))

    ඔච්චර දිගට type කරන්න වෙලාවක් නෑනෙ. Terminal එක ගත්ත ගමන් එකතු කරන්න පුලුවන් උනා නම් ඉවරනෙ. නැද්ද මං අහන්නෙ? අපි ඒකට ~/.bashrc file එකේ function එකක් හදනවා. මේ වගේ. [ඕක copy කරලා ~/.bashrc file එකේ අනිතිම හරියට දාගන්න.]

    Code:
    calc () {
        echo "$(($@))"
    }

    calc වෙනුවට තමන්ට ලේසි වචනයක්/අකුරක්/symbol එකක් දාගන්න පුලුවන්. මොකද අපි එකේ ඕක ඉස්සරහින් තමයි එකතු කරන්න ඕනෙ එක type කරන්නෙ. හරියට නිකන් මේ වගේ.

    Code:
    [404@404-pc ~]$ calc 1+1
    2

    පස්සෙ වෙලාවක මේ වගේ simple tip එකක් ආයෙත් දාන්නම්.

    Ela..
     

    lahirukasun

    Well-known member
  • Nov 28, 2006
    1,639
    103
    63
    machn mama use karanne windows 8.1

    research eka opensource karana nisa ubuntu damma windows athulen. (nikan program 1k wage install kale) D partition 1ta thamai damme. ubuntu walata kiyala wenama partition 1k na. :growl::growl: dan machn mama godak changes kala ubuntu walata. packages install kala, ewa okkoma configure kala mata ona widiyata. :frown::frown: :growl::growl::growl:

    eth mata dan thiyena prashne mokak hari wela ubuntu kela wunoth (kalin weradi command 1k gahala kela wuna :dull::dull: ) mata configure karapuwa ekakwath mathaka na aaye karanna. dan mama me ubuntu install karala thiyena widiyata mata ubuntu wala full backup / image / clone 1k ganna puluwan widiyak dannawada ?? :rolleyes::rolleyes: :nerd::nerd:
     

    User404

    Well-known member
  • Mar 24, 2014
    848
    102
    63
    ගෙදර
    Last edited:

    ll-MegaMind-ll

    Well-known member
  • May 13, 2011
    4,531
    699
    113
    Dharmayaiobai.org

    Error

    "demitha@demitha-desktop:/$ sudo dpkg --add-architecture i386 && sudo apt-get update
    [sudo] password for demitha:
    dpkg: error: unknown option --add-architecture

    Type dpkg --help for help about installing and deinstalling packages [*];
    Use `dselect' or `aptitude' for user-friendly package management;
    Type dpkg -Dhelp for a list of dpkg debug flag values;
    Type dpkg --force-help for a list of forcing options;
    Type dpkg-deb --help for help about manipulating *.deb files;

    Options marked [*] produce a lot of output - pipe it through `less' or `more' !
    demitha@demitha-desktop:/$ sudo apt-get install ia32-libs
    Reading package lists... Done
    Building dependency tree
    Reading state information... Done
    Some packages could not be installed. This may mean that you have
    requested an impossible situation or if you are using the unstable
    distribution that some required packages have not yet been created
    or been moved out of Incoming.
    The following information may help to resolve the situation:

    The following packages have unmet dependencies:
    ia32-libs : Depends: ia32-libs-multiarch
    E: Unable to correct problems, you have held broken packages.
    "
     

    User404

    Well-known member
  • Mar 24, 2014
    848
    102
    63
    ගෙදර
    Mokada ban WM aka iyane? KDE wage akakui WM akakui athara wenasa mokada?

    WM = Window manager [ie : i3, Openbox, Awesome, bspWM, dWM]
    DE = Desktop environment [ie : Xfce, GNOME, KDE]

    WM ekakin karanne windows manage karana eka vitharai. KDE, Xfce, GNOME kiyanne DEs. DE ekakata DE eka hadapu ayama hadapu WMs thiyenava. Hariyata nikan Xfce vala XFWM, KDE vala KWin vage. DE ekakin karanne mulu desktop ekama handle karana eka. WMs, power management, panels, file manager vage deval. DE eka athuleth anivaryenma WM ekak run venava. WM vala ehema na. Default file manager ekak, browsers, power managers mokuth na. Sinhalenma kivvoth WM ekak kiyanne DE eka athule windows handle karanna run karana software ekak vage ekak. A unata anivaryayenma WM ekak run karanna DE ekak install karala thiyenna onema na.
     

    ll-MegaMind-ll

    Well-known member
  • May 13, 2011
    4,531
    699
    113
    Dharmayaiobai.org
    WM = Window manager [ie : i3, Openbox, Awesome, bspWM, dWM]
    DE = Desktop environment [ie : Xfce, GNOME, KDE]

    WM ekakin karanne windows manage karana eka vitharai. KDE, Xfce, GNOME kiyanne DEs. DE ekakata DE eka hadapu ayama hadapu WMs thiyenava. Hariyata nikan Xfce vala XFWM, KDE vala KWin vage. DE ekakin karanne mulu desktop ekama handle karana eka. WMs, power management, panels, file manager vage deval. DE eka athuleth anivaryenma WM ekak run venava. WM vala ehema na. Default file manager ekak, browsers, power managers mokuth na. Sinhalenma kivvoth WM ekak kiyanne DE eka athule windows handle karanna run karana software ekak vage ekak. A unata anivaryayenma WM ekak run karanna DE ekak install karala thiyenna onema na.

    elaaaaz got it :)