Search:

Type: Posts; User: smo0th; Keyword(s):

Page 1 of 10 1 2 3 4

Search: Search took 0.06 seconds.

  1. [ubuntu] Re: (Yet another) Cannot connect to Windows share from 12.04 LTS

    I noticed you have an * in your line:
    sudo mount -t cifs //192.168.0.1/net1 /mnt/net1 -o username=myusername,password=mypassword,iocharset=utf8,file_mode=0777,dir_mode=07*​77

    it may be tampering...
  2. [ubuntu] Re: (Yet another) Cannot connect to Windows share from 12.04 LTS

    maybe it's just the order of the parameters? have you tried this format?

    mount -t cifs -o username=USERNAME,password=PASSWD //192.168.1.88/shares /mnt/share
  3. [ubuntu] Re: Help with selecting the best Hard Drive for Ubuntu Server and Xbmcbuntu

    check for the specs, like a fair cache amount(64MB or greater) and RPM(7200 or greater), more RPM is more raw speed, more cache is more room for performance.
  4. [ubuntu] Re: (Yet another) Cannot connect to Windows share from 12.04 LTS

    did you tried these?:
    https://wiki.ubuntu.com/MountWindowsSharesPermanently
    http://www.noobslab.com/2012/03/configure-samba-sharing-between-ubuntu.html
  5. Replies
    4
    Views
    989

    [ubuntu] Re: Youtube webapp problem

    have you tried using HTML5 for youtube?
  6. Replies
    2
    Views
    959

    Re: Ubuntu mobile, I have some questions

    I think we should wait for next week and see the phone unveiling at CES, I want one and have questions too! :D
  7. Replies
    11
    Views
    1,559

    [all variants] Re: redirect cache to SSD swap

    thanks David, that was a real good explanation on this subject, I understand your feelings about hordes of people thinking that they can do better, I fully and deeply respect linux contributors since...
  8. Replies
    11
    Views
    1,559

    [all variants] Re: redirect cache to SSD swap

    thanks rnerwein, that is indeed a good advice, thank you all for your answers on this thread, merry christmas!! :D
  9. Replies
    11
    Views
    1,559

    [all variants] Re: redirect cache to SSD swap

    thanks Pjotr123, your answer is quite reasonable, so far I have only done safe tweaks :)

    hi Cheesemill, sorry I didn'tmake clear enough, by cache I mean the memory portion allocated in RAM which...
  10. Replies
    11
    Views
    1,559

    [all variants] Re: redirect cache to SSD swap

    thanks Pjotr123, it might be best to just set the SSD partition as swap and forget about everything else, but just for the fun of it, I would like to say to the OS to use the SSD partition for cache,...
  11. Replies
    11
    Views
    1,559

    [all variants] redirect cache to SSD swap

    hi, I'm planning to use a SSD(a cache drive) for swap purposes, storing the cache in a swap partition inside the SSD, but I cannot find any means of specifically redirecting the cache to swap, is...
  12. Replies
    1
    Views
    748

    [all variants] Re: Disabling filesystem cache

    does this helps?:


    sync
    echo 3 > /proc/sys/vm/drop_caches
  13. Replies
    6
    Views
    3,518

    [SOLVED] Re: Can't connect to my school's wifi network

    thanks, this also helped me with my 11.10 O:)
  14. Replies
    5
    Views
    408

    [ubuntu] Re: re-installation problem

    I guess first you need to install win and then ubuntu, otherwise the grub loader will get wasted by win installation
  15. Replies
    1
    Views
    8,946

    [ubuntu] Re: Fix it to use EXTRA CFLAGS

    change

    CFLAGS += $(PSTN_DEF) -Wall -O $(INCLUDES) -fno-common -DTARGET_CATAWBA

    to

    EXTRA_CFLAGS += $(PSTN_DEF) -Wall -O $(INCLUDES) -fno-common -DTARGET_CATAWBA

    and try ;o
  16. Replies
    2
    Views
    1,596

    [SOLVED] Re: Change keyboard layout on LXDE

    duanedesign, that solves it, thank you!

    =D>
  17. Replies
    4
    Views
    330

    [ubuntu] Re: Why does it say I haev 2 ubuntus? O_O

    you may have different kernel versions, but a single installation, just choose the newest version(topmost) or try another one if you have functionality issues
  18. Replies
    9
    Views
    3,285

    Re: Shell scripting-Fortran Program

    got this from here:


    echo "How are you feeling today? ( good/bad ) : "
    read response
    if [ "$response" = "good" ] || [ "$response" = "GOOD" ]
    then
    echo "Great to know that. Keep your spirits...
  19. Replies
    2
    Views
    516

    [SOLVED] Re: From Windows Firefox to Ubuntu

    Bookmarks->Organize bookmarks->Import and backup->Backup

    This will generate a json file for you and you may import it in your ubuntu ff =)
  20. Replies
    7
    Views
    2,771

    [ubuntu] Re: PHP not working?

    sudo chown -R +r /var/www
  21. Replies
    2
    Views
    812

    [ubuntu] Re: c,c++ not working in ubuntu10.04

    does
    sudo apt-get install g++ solve anything?
  22. Replies
    3
    Views
    754

    [ubuntu] Re: weird mysql server case

    well, I guess around 4000 users were working a t the same time that day, but that happens every day, since logs are useless on this case I just want to check any ideas you may have out there, I guess...
  23. Thread: CPU at 100%

    by smo0th
    Replies
    17
    Views
    2,967

    [SOLVED] Re: CPU at 100%

    if you use 'top -S' and then 'shift+t' you'll see the top CPU-consuming processes, if you post that info it could help us to see what's going on wit your pc
  24. Replies
    3
    Views
    754

    [ubuntu] Re: weird mysql server case

    no ideas out there?
  25. Replies
    3
    Views
    1,002

    [SOLVED] Re: Crontab date issue

    amauk, thanks, that made de job done, I'm ashamed you make me feel like a newbie

    3L33T, thanks, manually formating the ls time style worked pretty well
Results 1 to 25 of 241
Page 1 of 10 1 2 3 4