• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!
  • 2026 staff recruitment is open! Check it out and consider applying!

Search results

  1. Fallen

    Action Pits of Inferno: Oil Lever & Stone

    Could probably shorten that huge table in second script using some math o_O
  2. Fallen

    Ban the user above you!

    Banned for being pedantic
  3. Fallen

    [Solved]crash on start

    Any log? do you have drivers installed?
  4. Fallen

    Linux Getting Wine to work on Linux

    By prediction, try: $ sudo apt-get install wine1.4 Also, I see you have created some threads about it before... why are you using ppa???
  5. Fallen

    [Solved]crash on start

    There is no-way to know what the issue is with the information provided...
  6. Fallen

    [How-to] Stop using Notepad++ and use vim!

    Qt creator provides that too, I could've used it too as my IDE but nah, I was never really into IDE's.
  7. Fallen

    Linux installing RME on linux

    If you do, $ apt-get It outputs something like this: Usage: apt-get [options] command apt-get [options] install|remove pkg1 [pkg2 ...] apt-get [options] source pkg1 [pkg2 ...] And later on, this: Commands: update - Retrieve new lists of packages upgrade - Perform an upgrade...
  8. Fallen

    Keep one, drop one

    Giant spider
  9. Fallen

    [How-to] Stop using Notepad++ and use vim!

    There's a port for windows, tottaly forgot about it, I'll edit the post. EDIT: Ok done, but careful you might need to change the paths.
  10. Fallen

    [How-to] Stop using Notepad++ and use vim!

    Vim is the best text editor out there for Linux, i've never really been in need of some shitty heavy IDE to use on Linux. Easy multi-tasking, very easy usage when you start getting used to stuff, etc. yes, it requires some learning but that's not as much learning as you would with some other...
  11. Fallen

    OTFans dead o.O?

    good to know
  12. Fallen

    Desktop Post your desktop!

    I do.
  13. Fallen

    [How-to] Stop using Notepad++ and use vim!

    Hi there, this is yet another how to tutorial that I wrote when bored again... After reading this, you will be able to: 1. Use vim like a boss. 2. Stop using shit windows text editors. 3. Use Linux correctly like a G6. 5. Multitask like a pro, edit over 9000 files at the same time without much...
  14. Fallen

    OtLand Please do not bite the newcomers - Newcomers Welcome Policy

    +1 for the RTFM and the friends (mostly STFW "search the fucking web" -> "use the search button"), they're overused and should be avoided.
  15. Fallen

    Keep one, drop one

    Cow say ____ < :P > ---- \ ^__^ \ (oo)\_______ (__)\ )\/\ ||----w | || ||
  16. Fallen

    Desktop Post your desktop!

    legit theme ?
  17. Fallen

    Linux compiling with linux

    Have you updated your system? $ apt-get update && apt-get upgrade And what does uname -a output?
  18. Fallen

    Linux compiling with linux

    To look up full system information: $ uname -a and I said apt-cache search <package name> NOT package name and version. $ apt-cache search libboost
  19. Fallen

    Linux compiling with linux

    Ubuntu -- Ubuntu Packages Search search for the correct package version according to your distro codename and version. Or, alternatively use: apt-cache search <package name>
  20. Fallen

    Linux switching to linux

    Hell yeah, Arch #1, but it's still advanced for linux newbies, the installation itself is scary since there's no "Live" or "graphical" installation like others. You can't run .exe on Linux, you have to compile it yourself. There are guides over here, just search around.
Back
Top