Search:

Type: Posts; User: Abhinav Kumar; Keyword(s):

Page 1 of 7 1 2 3 4

Search: Search took 0.09 seconds.

  1. [ubuntu] Re: Can Ubuntu Be Installed on a Dell D630 Laptop?

    Hi

    I searched on the net for this model and it looks this model is a bit older since this is currently unavailable.
    http://www.dell.com/us/dfb/p/latitude-d630/pd

    I think Ubuntu can be...
  2. [ubuntu] Re: Does learning linux commands essential for programming in c

    Hi
    Shell scripting is generally used to automate tasks and interact with the shell. What do you mean when you say programming under Linux with C? Are you going to develop algorithms or write drivers...
  3. Replies
    12
    Views
    1,387

    [ubuntu] Re: Installing Software

    Till this point you have just extracted from the tar file. You have not installed the program. An install would require a root permission.

    ~/Vuescan/vuescan is just referring to vuescan...
  4. Replies
    22
    Views
    27,382

    Re: Native PDF highlighting in Linux

    Hi,
    I had used it and it was working fine. I had not recommended it to get any key.

    Regards,
    Abhinav
  5. Re: locating folder path

    Hi


    Just type the following code in terminal



    sudo find / -name media -xtype d | more

    This will search for folder named media.
  6. Replies
    14
    Views
    1,030

    [ubuntu] Re: Installation issues

    Hi sourcenz,

    In windows partition manager, make it a separate drive by right clicking on the unallocated space and then assign some drive alphabet to the new drive.
    Make sure you don't end up...
  7. Replies
    22
    Views
    27,382

    Re: Native PDF highlighting in Linux

    +1 for PDF Studio from Qoppa Software. A really nice PDF editor
  8. Replies
    1
    Views
    623

    [lubuntu] Re: Ubuntu Live USB boot problems

    Hi JB26
    Which OS are you using to prepare a live usb ?? Please try creating live usb by first formatting it properly and then using unetbootin (It is available in Ubuntu Software Center). Normally,...
  9. Replies
    5
    Views
    396

    [ubuntu] Re: Migrating from windows to ubuntu

    Honestly speaking, many games are not designed for linux platforms. Some of them do run in wine while Some running in wine don't have full functionalities. As others have suggested, I also would say...
  10. Replies
    11
    Views
    744

    Re: Someone use 100% ubuntu?

    Hi


    Yup there are several people who completely have switched over to linux. For compiling C++ codes you can use g++. I have no experience in C#. Hence, I can't say anything about C#.


    Linux...
  11. Thread: firmware

    by Abhinav Kumar
    Replies
    4
    Views
    349

    [ubuntu] Re: firmware

    If you want to see a particular class of hardware say network, you could type in a terminal

    sudo lshw -C network
    If you want to see all of them, try

    sudo lshw | more
    :)

    Abhinav
  12. Replies
    2
    Views
    863

    [ubuntu] Re: 12.04.1 Wireless NOT WORKING

    Hi MONSTA KAWI 125,
    Is your wired network connection working?

    I think your system doesn't have the proper drivers. Please post the output of the following commands


    sudo lshw -C network...
  13. Re: Terminal Error! "bash: location: No such file or directory"

    Hi penguinprogrammer
    Try locating your folder first


    find YOUR_DIRECTORY_NAME -xtype d

    YOUR_DIRECTORY_NAME should be replaced with your directory name.
    Also then cd to the directory using...
  14. Replies
    14
    Views
    1,258

    Re: Get 32 or 64 bit?

    Don't worry ... just go for 64 bit
    :)
  15. Replies
    108
    Views
    19,655

    Re: No wireless after 12.10 installation

    Hi colmeweb,
    Sorry for the late response. Now the real doctor chili555 is with you. :)

    And Thankyou chili555 for joining this discussion.

    Regards,
    Abhinav
  16. Replies
    108
    Views
    19,655

    Re: No wireless after 12.10 installation

    Hi colmeweb,
    Please look at the following similar thread
    http://ubuntuforums.org/showpost.php?p=12164850&postcount=6
    :)

    Regards,
    Abhinav
  17. Replies
    1
    Views
    370

    [lubuntu] Re: Locating a Personal Folder

    Hi anon_private,
    Open your home folder and try going to the / folder. Go to host folder and you may find your folder located there.

    Otherwise, you can always find your folder location by running...
  18. Replies
    10
    Views
    543

    Re: Move files on folder level back

    Hi ofnuts,
    Thank you for suggesting better code. This forum always adds something new to my knowledge. :)

    Regards,
    Abhinav
  19. Replies
    10
    Views
    543

    Re: Move files on folder level back

    Hi
    I suggest the following shell script.


    for file in *
    do
    cp $file ../
    done
    The first line selects all the files.
    ../ refers to one folder up on the level.
  20. [ubuntu] Re: Incorrect Calculation in LibreOffice Calc

    Hi ,
    I tried reproducing your problem but was getting the correct results as supposed to be.

    However, I think you may have first calculated the sum and then would have inserted the row 6 which...
  21. Replies
    83
    Views
    4,627

    Re: Which Office Suite do you use?

    Libre Office
  22. Replies
    4
    Views
    572

    [ubuntu] Re: 12.10 Hangs every time

    Hi Kopkins,
    Make a live usb from your Windows using Universal USB Installer.

    Boot from usb and choose try ubuntu without installing. If you like it then go for the installation.

    Running OS...
  23. Re: Can I install 64bit(amd64) in a i3 (intel) cpu?

    Hi jonnymr,
    i3 processor supports 64 bit OS and so to utilise its full potential, you should go for 64 bit version.
    ...
  24. [ubuntu] Re: Broadcom 4311 wifi card not working with Ubuntu

    Hi cselinux,
    you may find the following thread useful
    http://ubuntuforums.org/showthread.php?t=2090138

    Regards,
    Abhinav
  25. Replies
    5
    Views
    990

    Re: Enabling Java in Firefox

    Glad it worked for you.:)

    Please mark the thread as solved.
    https://wiki.ubuntu.com/UnansweredPostsTeam/SolvedThreads

    Abhinav
Results 1 to 25 of 158
Page 1 of 7 1 2 3 4