Search:

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

Page 1 of 10 1 2 3 4

Search: Search took 0.05 seconds.

  1. Re: linuxtoday.com not accessible from Sweden?

    I think this is still relevant, I still cannot access it from sweden, and I would like to know of any email answers from linux today
  2. Thread: Dust Racing 2D

    by lykeion
    Replies
    15
    Views
    2,302

    Re: Dust Racing 2D

    It's very difficult, but I really like it.
  3. Replies
    12
    Views
    11,202

    [lubuntu] Re: Lubuntu - removing Abiword etc?

    lubuntu-desktop is a meta package. It does not itself contains anything to install, it only declares some dependant packages (like lxterminal, leafpad, etc) and recommended packages (like abiword)....
  4. Thread: MTP on Lubuntu

    by lykeion
    Replies
    12
    Views
    26,340

    [lubuntu] Re: Having a very difficult time with MTP on Lubuntu

    I'm running Lubuntu and before I had a Nexus S and it worked just fine. But with my new Nexus 4, MTP just didn't work.
    From this thread I found out about gMTP, and using that PPA version of gMTP...
  5. Replies
    235
    Views
    15,595

    Re: Welcome to the upgraded forum!

    Great job on the new forum. Here is my feedback on some things and excuse me if they've already been discussed because I haven't read this whole 17 page thread.

    - Tabindex for username input.
    I...
  6. Replies
    4
    Views
    2,178

    Re: Minesweeper - Java

    nice job and pretty code as well, also liked the shake screen effect
  7. Replies
    11
    Views
    1,533

    [ubuntu] Re: How do I loop a bash script?

    It sounds like you want to use cron, see https://help.ubuntu.com/community/CronHowto
  8. Replies
    4
    Views
    1,869

    Re: html5 and cpu 100%

    How to tell if you are using hardware acceleration, see http://blog.mozilla.org/joe/2010/11/10/how-to-tell-if-youre-using-hardware-acceleration/

    But apparantly hardware acceleration in Firefox is...
  9. Replies
    7
    Views
    599

    Re: Need someone with drawing skills

    Something like this?

    Original art from this: http://openclipart.org/detail/169398/computer-station-by-ilnanny
  10. Replies
    2
    Views
    2,809

    Re: Create 2 layered PSD with Imagemagick

    Thanks to SO I found this example that seems to work:


    convert \( -page +0+0 -label "label1" pic1.png -background none -mosaic -set colorspace RGB \) \( -page +0+0 -label "label2" pic2.png...
  11. Thread: Erlang Install

    by lykeion
    Replies
    2
    Views
    1,442

    Re: Erlang Install

    A simple solution would be to add the erlang path to the PATH variable in ~/.bashrc file. Something like this:
    1. edit ~/.bashrc with a text editor (vim or other)

    vim ~/.bashrc
    2. add these...
  12. Replies
    1
    Views
    885

    [ubuntu] Re: A game won't launch anymore: java issue?

    Searching this forum I found this thread: http://ubuntuforums.org/showthread.php?p=11835459#post11835459
    Maybe it will help you?
  13. Thread: geany

    by lykeion
    Replies
    4
    Views
    1,698

    Re: geany

    I'd recommend you to first compile it then upload it to arduino. What if compilation fails?

    You can easily compile C and Python in Geany simply with F8 (correct me if I'm wrong here)

    If you'd...
  14. Replies
    7
    Views
    2,077

    Re: Game developing software

    AndEngine perhaps?

    See Getting started with AndEngine
  15. Replies
    4
    Views
    328

    [ubuntu] Re: Simple script question

    one="foo"; if [ "$one" == "foo" ]; then echo "It's foo"; else echo "It's not foo"; fi

    works fine

    Edit:
    Lars is right (too much Java for me), Bash uses single equal sign for string comparison
    ...
  16. Replies
    1
    Views
    932

    [ubuntu] Re: IntelliJ free in 12.10?

    IntelliJ IDEA have two versions, a free community edition and a commercial ultimate edition:
    http://www.jetbrains.com/idea/features/editions_comparison_matrix.html
  17. Thread: gramps?

    by lykeion
    Replies
    4
    Views
    644

    [SOLVED] Re: gramps?

    I've never used gramps (must say it's a funny acronym for a genealogy program though),
    however the homepage have a wiki documentation, including a complete manual with a long chapter on reports...
  18. Replies
    4
    Views
    4,949

    [SOLVED] Re: Cannot change Terminal default encoding

    Glad I could help outofsync. If you set this thread to SOLVED in Thread tools menu, others can find the solutions to questions more easily.
  19. Replies
    1
    Views
    533

    [ubuntu] Re: MySql connectivity to Java Tomcat

    You need the MySQL Connector/J, download from here: http://dev.mysql.com/downloads/connector/j/

    Some examples of usage here: http://dev.mysql.com/doc/refman/5.6/en/connector-j-examples.html
    ...
  20. Replies
    13
    Views
    1,622

    [ubuntu] Re: Java is exploitable!!

    Well, if I look at the javascript of the site isjavaexplotable.com, all it does is checking your java browser plugin version, and if it's not "1.7.0.9" || "1.6.0.37" then it displays an alert "Your...
  21. Replies
    2
    Views
    1,009

    [ubuntu] Re: Freeradius debug message not to be seen

    maybe so:

    radiusd -X &

    Read documentation here: http://freeradius.org/doc/
  22. Replies
    4
    Views
    4,949

    [SOLVED] Re: Cannot change Terminal default encoding

    ...and as to why utf-8 is default, I think it's simply because it's superior. If you are in the mood for reading, you can get the whole background here:
    ...
  23. Replies
    4
    Views
    4,949

    [SOLVED] Re: Cannot change Terminal default encoding

    If you are using gnome terminal you can set the default encoding with gconftool, like this:

    gconftool --set --type=string /apps/gnome-terminal/profiles/Default/encoding ISO-8859-1
  24. Replies
    14
    Views
    1,060

    Re: Cutting a string in Java

    String.split() is fine for splitting strings, but for HTML it's better to use a proper parser like jsoup, see http://jsoup.org
  25. Replies
    1
    Views
    1,273

    Re: Java JAR file and cron job problem

    Have you tried using an absolute path to your jar file in the .sh file?
Results 1 to 25 of 250
Page 1 of 10 1 2 3 4