Search:

Type: Posts; User: asus-user; Keyword(s):

Page 1 of 3 1 2 3

Search: Search took 0.06 seconds.

  1. Re: problem accessing directories with cd command

    like what steeldriver said, bash is case sensitive.

    a better way always to check your directory names with the command:

    ls
    before typing in, and use the TAB auto-completion feature to help you.
  2. [ubuntu] Re: what is the simplest way to burn an iso to a usb

    dd stands for "Data Description" and is used for many purposes:

    - Data transfer
    - Master boot record backup and restore
    - Data modification
    - Disk wipe
    - Data recovery
    - Benchmarking drive...
  3. [ubuntu] Re: what is the simplest way to burn an iso to a usb

    After I tried many programs to create bootable usb, I found out that unetbootin is best.
  4. [ubuntu] Re: How to create desktop shortcut in Ubuntu 13.10 ?

    Why don't you simply create a file with .desktop extension and customize it to run whatever you want?
    usually it should contain something like:

    [Desktop Entry]
    Type=Application
    Terminal=false...
  5. [SOLVED] Re: How to get the list of devices connected to a wireless hotspot?

    I think you can use nmap:


    sudo apt-get install nmap

    you can find more information related to this here.
  6. [all variants] Re: Wireless hotspot (WPA2)/ Acess Point for Android/Windows devices on Ubuntu Machin

    I'm on ubuntu 12.04, and it works fine, but I had to make static IPs for each device, is it possible to use DHCP?
  7. Replies
    7
    Views
    2,081

    [SOLVED] Re: Battery life too low on Dell Inspiron

    I am using jupiter, slightly better than nothing.
  8. Replies
    11
    Views
    1,509

    [ubuntu] Re: Blank screen after update

    can you please tell exactly what you see on the screen last when you try to boot to ubuntu? something written there might be helpful.
  9. Re: URGENT: Computer went to switch user screen while performing update

    Give this a try:
    From the "Recovery console" type:

    ls -lah
    look in the output, if you find a line which look like this:


    -rw------- 1 root root 55 Dec 16 17:35 .Xauthority
    then you need...
  10. Replies
    3
    Views
    367

    Re: Live USB with persistence

    Usually one can use a Loopback file to save persistent information. It must be named casper-rw and must be in the root of the partition.
    you said that you tried to add this file, but:
    1- Make sure...
  11. Re: (Ubuntu 10.04)How do I create an icon for screen rotate?

    You're welcome.
    If you have no more questions related to this topic, please mark this thread as [SOLVED].
  12. Re: (Ubuntu 10.04)How do I create an icon for screen rotate?

    Here it is with one single executable file on desktop:
    1- in Terminal:

    gedit rotationCode.sh
    in the opened text editor paste the following code:

    #!/bin/bash
    current_rotation=`xrandr -q...
  13. Replies
    6
    Views
    766

    Re: Customization in Ubuntu?

    Hello,
    What do you mean by customization? do you mean Desktop customization (icons, animation, desktop effects)?

    If so, I think that it is a personal opinion to like a specific desktop settings...
  14. Replies
    10
    Views
    2,421

    [ubuntu] Re: audacious plug in install?

    To navigate to your desktop folder in Terminal:

    cd ~/Desktop/

    If the extracted folder is on the desktop, also go in it before continuing by typing:

    cd infinity-plugin-4-audacious-0.7.1/
    ...
  15. Re: (Ubuntu 10.04)How do I create an icon for screen rotate?

    aw, you might be right, I tested my code only on Ubuntu 12.04.
  16. Re: (Ubuntu 10.04)How do I create an icon for screen rotate?

    I will keep looking for a way to write a program in bash to do all rotations in one file :) .
    In the mean time I could help you to create executable files (multiple ones) to "rotate left", "rotate...
  17. Replies
    11
    Views
    1,509

    [ubuntu] Re: Blank screen after update

    Try to reset locales by using the following commands while you are in recovery mode:

    sudo apt-get install language-pack-en-base
    sudo dpkg-reconfigure locales

    If there were some missing files...
  18. Replies
    3
    Views
    280

    Re: Skype problem

    I suggest you re-install it again like this:
    1- In Terminal:

    sudo gedit /etc/apt/sources.list
    and here uncomment (if commented) the lines that add software from Canonical Partners (two lines).
    ...
  19. Replies
    5
    Views
    508

    [ubuntu] Re: Can't mount hard drive

    Do your thing, and check this link, it might help you :) :
    http://www.linuxquestions.org/questions/linux-mint-84/usb-issues-exit-code-21-kills-mounting-hd-how-to-usb-diskcheck-943156/
  20. Replies
    5
    Views
    508

    [ubuntu] Re: Can't mount hard drive

    Maybe you are facing the same problem as in this thread: http://ubuntuforums.org/showthread.php?t=1476540 ?
  21. Re: Wired Connection on Ubuntu 12.04 stopped working after an update!

    Strangely enough, I got the exact same commands output where my wired connection works just fine.
  22. Re: Wired Connection on Ubuntu 12.04 stopped working after an update!

    Usually when this happens it means that it doesn't have anything to do with the your OS or updates. Check your bios settings and better restore them to default, if it didn't work, it's probably a...
  23. Replies
    7
    Views
    2,081

    [SOLVED] Re: Battery life too low on Dell Inspiron

    I am using Asus u30j, and I have the same problem (4h on ubuntu 12.04 while 9h on windows 7 , medium use). and it contains dual vga, intel and nvidia.
  24. Replies
    1
    Views
    401

    Re: Removing python idle 2,3

    You can install/remove Python idle from either Ubuntu software center or from Terminal.
    So what is the problem exactly?
    please write the error messages you got, so we could help.
  25. Replies
    5
    Views
    3,514

    [ubuntu] Re: USB hard drive not mounting

    good to know :)
Results 1 to 25 of 56
Page 1 of 3 1 2 3