Page 96 of 111 FirstFirst ... 8693949596979899106 ... LastLast
Results 951 to 960 of 1110
  1. #951

    Quote Originally Posted by mayandy View Post
    mga Master gusto ko makaton aning Ubuntu Server pero maglisod ko ky more on UNIX man oi.naa pwd maka mutudlo nako ani?
    prehas ta ani diri bro... i am now trying to shift my windows 2008 server to ubuntu server... i would like to make my ubuntu server serves as my PDC and FTP server as well.... is this possible?

    For my PDC i'm using SAMBA... was there any maximum users ang pwede niya i-cater nga dli mokaging? i've tried windows server 2003 before used as PDC and with a domain users of 50 machines... inig log-in nila muhagtos akong connection.... dli na dayon makasulod ang ubang machines... in ubuntu server, dli pud ba kaha ingon ani noh?... hehehe... matsalams daan bro...

  2. #952
    Elite Member noy.juan's Avatar
    Join Date
    Mar 2010
    Gender
    Male
    Posts
    1,521
    Blog Entries
    1
    Quote Originally Posted by noliverh View Post
    prehas ta ani diri bro... i am now trying to shift my windows 2008 server to ubuntu server... i would like to make my ubuntu server serves as my PDC and FTP server as well.... is this possible?

    For my PDC i'm using SAMBA... was there any maximum users ang pwede niya i-cater nga dli mokaging? i've tried windows server 2003 before used as PDC and with a domain users of 50 machines... inig log-in nila muhagtos akong connection.... dli na dayon makasulod ang ubang machines... in ubuntu server, dli pud ba kaha ingon ani noh?... hehehe... matsalams daan bro...
    check it here -> https://help.ubuntu.com/10.04/serverguide/samba-dc.html i havent tried running it as domain controller, however i do tried running it as LAMP server... so far wala ramay problem even if it runs on virtualization over mac mini with 4gb RAM and dual core cpu

  3. #953
    i am now running my ubuntu server as PDC... i will try it with 50 machines accessing simultaneously... i will update you here later... nyahahaha... thanx...

  4. #954
    mga bro, nag install kog ubuntu 13.04 sa asus x401u notebook. My system is working perfectly, ang concern nako kay akong cpu temp. Nag install kog lm-sensors, para akong ma monitor iyang heat, normal temp niya is 56 degrees, gamay nga process kay mu reach og 60-70 degrees, normal rani sa notebook? kay sa uban forums akong na basahan is 45 degrees raman ilang normal temp.

    btw, bago lang ko nag switch to Linux, I'm tired of Windows... ari ta sa complicated nga OS ky challenging.

  5. #955
    Elite Member noy.juan's Avatar
    Join Date
    Mar 2010
    Gender
    Male
    Posts
    1,521
    Blog Entries
    1
    Quote Originally Posted by vi3wts!ck View Post
    mga bro, nag install kog ubuntu 13.04 sa asus x401u notebook. My system is working perfectly, ang concern nako kay akong cpu temp. Nag install kog lm-sensors, para akong ma monitor iyang heat, normal temp niya is 56 degrees, gamay nga process kay mu reach og 60-70 degrees, normal rani sa notebook? kay sa uban forums akong na basahan is 45 degrees raman ilang normal temp.

    btw, bago lang ko nag switch to Linux, I'm tired of Windows... ari ta sa complicated nga OS ky challenging.

    try installing TLP

    Add to repository
    Code:
    sudo add-apt-repository ppa:linrunner/tlp
    sudo apt-get update
    Installing package
    Code:
    sudo apt-get install tlp tlp-rdw
    For Thinkpad users need to install this additional packages
    Code:
    sudo apt-get install tp-smapi-dkms acpi-call-tools
    linrunner.de: TLP – Linux Advanced Power Management

    also try checking kung unsa imo current kernel if in case wala paka nag update

    Code:
    dpkg --list | grep linux-image
    Code:
    dpkg --list | grep linux-headers
    the current linux kernel is 3.9.0 if you did a software update chances are 3.9.0 RC8 ang na install ana... for me what i did is remove all old unused kernel gibilin ra nako ang latest (3.9.0)

    if not current do this

    32bit

    Code:
    $ wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.9-raring/linux-headers-3.9.0-030900-generic_3.9.0-030900.201304291257_i386.deb
    $ wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.9-raring/linux-headers-3.9.0-030900_3.9.0-030900.201304291257_all.deb
    $ wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.9-raring/linux-image-3.9.0-030900-generic_3.9.0-030900.201304291257_i386.deb
    $ sudo dpkg -i *.deb
    $ sudo update-grub

    64bit

    Code:
    $ wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.9-raring/linux-headers-3.9.0-030900-generic_3.9.0-030900.201304291257_amd64.deb
    $ wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.9-raring/linux-headers-3.9.0-030900_3.9.0-030900.201304291257_all.deb
    $ wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.9-raring/linux-image-3.9.0-030900-generic_3.9.0-030900.201304291257_amd64.deb
    $ sudo dpkg -i *.deb
    $ sudo update-grub
    did you experience network-issue sa 13.04?
    Last edited by noy.juan; 06-25-2013 at 02:15 PM.

  6. #956
    i dont know if it is applicable to you but i also encountered temperature and high cpu utilization on my lappy with 12.10 Ubuntu.

    solution: disable flash player on my browser.

    somehow my lappy cant keep up with all those flashy things happening in every page i visit. more flash running = high cpu utilization = heat

  7. #957
    Quote Originally Posted by noy.juan View Post
    try installing TLP

    Add to repository
    Code:
    sudo add-apt-repository ppa:linrunner/tlp
    sudo apt-get update
    Installing package
    Code:
    sudo apt-get install tlp tlp-rdw
    For Thinkpad users need to install this additional packages
    Code:
    sudo apt-get install tp-smapi-dkms acpi-call-tools
    linrunner.de: TLP – Linux Advanced Power Management

    also try checking kung unsa imo current kernel if in case wala paka nag update

    Code:
    dpkg --list | grep linux-image
    Code:
    dpkg --list | grep linux-headers
    the current linux kernel is 3.9.0 if you did a software update chances are 3.9.0 RC8 ang na install ana... for me what i did is remove all old unused kernel gibilin ra nako ang latest (3.9.0)

    if not current do this

    32bit

    Code:
    $ wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.9-raring/linux-headers-3.9.0-030900-generic_3.9.0-030900.201304291257_i386.deb
    $ wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.9-raring/linux-headers-3.9.0-030900_3.9.0-030900.201304291257_all.deb
    $ wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.9-raring/linux-image-3.9.0-030900-generic_3.9.0-030900.201304291257_i386.deb
    $ sudo dpkg -i *.deb
    $ sudo update-grub

    64bit

    Code:
    $ wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.9-raring/linux-headers-3.9.0-030900-generic_3.9.0-030900.201304291257_amd64.deb
    $ wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.9-raring/linux-headers-3.9.0-030900_3.9.0-030900.201304291257_all.deb
    $ wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.9-raring/linux-image-3.9.0-030900-generic_3.9.0-030900.201304291257_amd64.deb
    $ sudo dpkg -i *.deb
    $ sudo update-grub
    did you experience network-issue sa 13.04?

    sa wireless pud problema ko. weak ang signal strength sa application tray, lets say mga 20% - 30% lang. naa ka idea unsa un pag pa boost? could be sa power management ni?

  8. #958
    my kernel version is 3.8, upgrading to 3.9 now. will post if problem persists... mag reboot pako.

  9. #959
    Elite Member noy.juan's Avatar
    Join Date
    Mar 2010
    Gender
    Male
    Posts
    1,521
    Blog Entries
    1
    Quote Originally Posted by vi3wts!ck View Post
    sa wireless pud problema ko. weak ang signal strength sa application tray, lets say mga 20% - 30% lang. naa ka idea unsa un pag pa boost? could be sa power management ni?
    while the issue affected on most Broadcom BCM4313 wlan (bcmwl-kernel-source) and some Atheros AR8151 ethernet, there is no actual solid solutions... it is consider as bug sa kernel..

    while the issue only exists on 13.04-onwards 12.10 is not affected since it uses old kernel and old bcmwl driver...

    on my case, i installed old wlan driver from 12.10 and unpdated my ethernet driver with alx compatible driver... while the issue still persist atleast dili grabe kaayo... still this consider bug sa linux kernel used by 13.04 even 13.10 has some issues as what ive tested...

    everyday i keep doing bug report on both 13.04 and 13.10 since recently i have some interest in contributing sa development sa linux kernel...

    most of my test are not just ubuntu... it includes centos,opensuse, ubuntu (and some derivatives)

    - - - Updated - - -

    Quote Originally Posted by vi3wts!ck View Post
    my kernel version is 3.8, upgrading to 3.9 now. will post if problem persists... mag reboot pako.
    try removing old unused kernel... sa akoa naay gamay changes regarding sa network before it wont load after login atleat karon i load na niya ang network module after login..

  10. #960
    Elite Member noy.juan's Avatar
    Join Date
    Mar 2010
    Gender
    Male
    Posts
    1,521
    Blog Entries
    1
    Quote Originally Posted by Devian View Post
    i dont know if it is applicable to you but i also encountered temperature and high cpu utilization on my lappy with 12.10 Ubuntu.

    solution: disable flash player on my browser.

    somehow my lappy cant keep up with all those flashy things happening in every page i visit. more flash running = high cpu utilization = heat
    never occured on my case... the only time my laptop temp goes up is when i run spider on it... thats the beauty of linux... you can get upclose and personal sa imo system..

  11.    Advertisement

Similar Threads

 
  1. HELP, ubuntu users
    By Mia Ashley in forum Alternative Systems
    Replies: 3
    Last Post: 04-10-2011, 10:28 AM
  2. Tanan Ubuntu users...
    By stjohnmedrano in forum General Discussions
    Replies: 11
    Last Post: 08-13-2010, 11:00 AM
  3. Kinsa Ubuntu User dinhi?
    By lafter26 in forum Alternative Systems
    Replies: 213
    Last Post: 06-12-2009, 03:45 AM
  4. Kinsa Ubuntu User dinhi?
    By lafter26 in forum Software & Games (Old)
    Replies: 17
    Last Post: 08-02-2008, 12:26 AM
  5. Tanan Yahoo Users.....Yahoo! phishing warning
    By circles122345 in forum General Discussions
    Replies: 22
    Last Post: 01-05-2007, 01:40 PM

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
about us
We are the first Cebu Online Media.

iSTORYA.NET is Cebu's Biggest, Southern Philippines' Most Active, and the Philippines' Strongest Online Community!
follow us
#top