Search:

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

Page 1 of 10 1 2 3 4

Search: Search took 0.08 seconds.

  1. Re: Please welcome our latest Ubuntu member

    Congrats vasa1 : )
  2. Replies
    2
    Views
    574

    [SOLVED] Re: Need help to create a bash script

    date command is your friend. Few examples below. :)



    fego@production:~$ date +%b
    Jan
    fego@production:~$ date +%d
    20
    fego@production:~$ date +%m
    01
  3. Replies
    6
    Views
    1,151

    [xubuntu] Re: How to turn touchpad off when typing?

    There should be an option in your touchpad configuration and management tool that lets you configure the time to wait before switching the touchpad again.

    Not in a xubuntu box at the moment, I am...
  4. Replies
    3
    Views
    425

    [SOLVED] Re: Change permission on a file

    do you want to change it back to rwxr-xr-x ?
    i think you should use 755 instead of 751.


    fego@production:~$ touch test.dat
    fego@production:~$ ll test.dat
    -rw-r--r-- 1 fego fego 0 Jan 19 23:58...
  5. Replies
    1
    Views
    432

    [ubuntu] Re: c++ programming

    Which software did you download? There is a package called "buiild-essential" that contains the GNU C/C++ development libraries.
    After making sure if you have the above package installed, you can...
  6. Re: VICE emulator - .d64 related file extension problem

    Thread closed, dupe of this.

    Please do not start multiple threads for the same issue.
  7. [SOLVED] Re: Unstable wifi connection Lenovo Z510 with Intel Corporation Wireless 7260

    Hello bananan,

    First of all welcome to the Ubuntufourms. I have moved your post to a new thread. Enjoy. ;)

    Best Regards,
    CM.
  8. Replies
    84
    Views
    10,079

    Re: Decent December screen shot thread.

    248977

    248978
  9. Replies
    3
    Views
    380

    Re: can not run android emulator

    Please have a look at the below url.

    http://stackoverflow.com/questions/14578557/android-failed-to-start-emulatorcannot-run-program
  10. Replies
    11
    Views
    833

    [ubuntu] Re: A red 'no entry' sign has appeared on the top bar, and I am now barred from upda

    Thread moved to Absolute Beginners Section.
  11. Replies
    52
    Views
    2,953

    Re: Cafe so slooow!

    The numbers say, forum is busier than ever. ;)
  12. Replies
    4
    Views
    491

    [ubuntu] Re: Uninstall problem

    depends upon how you installed the package. If you have installed them from source tarball, the tar should contain a README or INSTALL file that sometimes mentions the steps for uninstall.
  13. Re: Can I remove lxde completely from lubuntu and keep kubuntu-desktop?

    the lightdm configuration file is located in /etc/lightdm/lightdm.conf. I am not sure what lubuntu uses by default, but chances are it uses greeter-session=lightdm-gtk-greeter in the mentioned config...
  14. Re: Can I remove lxde completely from lubuntu and keep kubuntu-desktop?

    you can try removing the lxde packages and install kubuntu-desktop. Physocat lists the packages in the below blog.

    http://www.psychocats.net/ubuntucat/tag/pure-kubuntu/

    I removed all the gtk...
  15. Replies
    7
    Views
    483

    Re: where are the program files located

    you can use which command which simply locates a command or installed binary. :)

    whereis a bit verbose on the other hand, it locates the binary, source, and manual page files for a command


    ...
  16. Replies
    12
    Views
    998

    Re: (New to Linux) Need alot of help!

    For your last question- you can search any package/software in repositories. Open a terminal and use the below command.


    fego@production:~$ apt-cache search aseprite
    aseprite - sprite and pixel...
  17. Replies
    5
    Views
    2,656

    Re: Keeping A Program Always Running

    It is okay, the terminal output will be redirected to file nohup.out as it has not been redirected to other file.
  18. Replies
    120
    Views
    16,390

    Re: The Aesthetic September Screenshot Thread

    September.

    246405
  19. Re: Difficulty in compiling C++ codes using Makefile

    Please do not start multiple threads for the same issue. This thread is closed now, please continue the discussion on the other thread started by you.
    ...
  20. Thread: Trash

    by codemaniac
    Replies
    1
    Views
    356

    [ubuntu] Re: Trash

    The trash files are located under ~/.local/share/Trash/files/

    You can empty trash with the below command.


    rm -rf ~/.local/share/Trash/files/*
  21. Thread: code tags

    by codemaniac
    Replies
    3
    Views
    624

    Re: code tags

    You can always use BBCodeXtra addon in firefox to insert BBCode in quick reply.
  22. Re: while installing tar.bz2 file getting problem with ./configure

    Threads merged and moved to "General Help".
  23. Replies
    5
    Views
    571

    Re: keyboard shortcut to launch Gimp

    Thread moved to General Help.
  24. Replies
    9
    Views
    1,046

    [SOLVED] Re: Trouble updating from 12.04 to 12.10

    If you have your sources.lst messed up, you can try recreate them from the below url.

    http://repogen.simplylinux.ch/
  25. Replies
    20
    Views
    1,339

    [ubuntu] Re: Installation Confusion

    I have removed one of the tags from this thread.

    From forum CoC which you have agreed upon joining.
Results 1 to 25 of 250
Page 1 of 10 1 2 3 4