Bay 12 Games Forum

Please login or register.

Login with username, password and session length
Advanced search  
Pages: 1 2 3 [4] 5

Author Topic: How Do Learn Linux on my own time?  (Read 3732 times)

Aklyon

  • Bay Watcher
  • Fate~
    • View Profile
Re: How Do Learn Linux on my own time?
« Reply #45 on: August 09, 2016, 07:01:36 pm »

It's rare to find a website you can trust to handle their colors
This is what Stylish is for.
Logged
Crystalline (SG)
Sigtext
Quote from: RedKing
It's known as the Oppai-Kaiju effect. The islands of Japan generate a sort anti-gravity field, which allows breasts to behave as if in microgravity. It's also what allows Godzilla and friends to become 50 stories tall, and lets ninjas run up the side of a skyscraper.

pisskop

  • Bay Watcher
  • Too old and stubborn to get a new avatar
    • View Profile
Re: How Do Learn Linux on my own time?
« Reply #46 on: August 09, 2016, 08:53:47 pm »

...Darkling


But, yes, the old firefox looked much more pleasing than the new one.  I went over to try firefox when I divorced IE and my eyeballs popped.


speaking of popping, Im not sure what happened but it says I have a blank update request in somewhere and keeps loading it, to the point where it took 20 minutes to load.

sooo.... I tried to stomache it and then connect to the wireless and hope that it could be updated out of blank, but nope; it wants to not connect, or take so long its about the same thing.  so Im willing to reinstall.

and get back to trying to figure out how to compile an exe so I can play vidya games.
Logged
Pisskop's Reblancing Mod - A C:DDA Mod to make life a little (lot) more brutal!
drealmerz7 - pk was supreme pick for traitor too I think, and because of how it all is and pk is he is just feeding into the trollfucking so well.
PKs DF Mod!

Max™

  • Bay Watcher
  • [CULL:SQUARE]
    • View Profile
Re: How Do Learn Linux on my own time?
« Reply #47 on: August 09, 2016, 09:45:04 pm »

As opposed to... not darkling?

Now, linux wifi is a pain in the ass unless your hardware happens to be certain types, though support is better than it was, I remember having some nightmares about it. I still have a spot where I wrote our router mac address on the piece of cardboard I have under the monitor I can't VESA mount to keep it from scraping when I rotate it.
It's rare to find a website you can trust to handle their colors
This is what Stylish is for.
Indeed, Greasemonkey is helpful there too, though the old script I used to disable youtube annotations died, but there's a new plugin for it thankfully.
Logged

Aklyon

  • Bay Watcher
  • Fate~
    • View Profile
Re: How Do Learn Linux on my own time?
« Reply #48 on: August 10, 2016, 01:06:49 pm »

Im not sure what happened but it says I have a blank update request in somewhere and keeps loading it, to the point where it took 20 minutes to load.

sooo.... I tried to stomache it and then connect to the wireless and hope that it could be updated out of blank, but nope; it wants to not connect, or take so long its about the same thing.  so Im willing to reinstall.

and get back to trying to figure out how to compile an exe so I can play vidya games.
If you're looking for how to get an exe to work on linux, first check if your games have a linux version, which would be a better thing to have. If not, try WINE.
Logged
Crystalline (SG)
Sigtext
Quote from: RedKing
It's known as the Oppai-Kaiju effect. The islands of Japan generate a sort anti-gravity field, which allows breasts to behave as if in microgravity. It's also what allows Godzilla and friends to become 50 stories tall, and lets ninjas run up the side of a skyscraper.

pisskop

  • Bay Watcher
  • Too old and stubborn to get a new avatar
    • View Profile
Re: How Do Learn Linux on my own time?
« Reply #49 on: August 10, 2016, 05:15:41 pm »

Im trying to learn how to compile the github stuffs, but wine has produce a working version and I can even quite easily add my own beta versions of my mod while I dont know how I would do so with the tar/git/terminal-made verison

  I wish I could make a batch file and stuff, Im sure I could if I knew how.
Im at the stage where I can do things, maybe, but I dont know exactly why Im doing things.  Which means Im not learning how to do things, just how to produce the results I want.

I dont 'hate' darkling', I just prefer lighter screens myself.  Unless Im in the dark.  Which I try not to do.
« Last Edit: August 10, 2016, 05:23:45 pm by pisskop »
Logged
Pisskop's Reblancing Mod - A C:DDA Mod to make life a little (lot) more brutal!
drealmerz7 - pk was supreme pick for traitor too I think, and because of how it all is and pk is he is just feeding into the trollfucking so well.
PKs DF Mod!

Max™

  • Bay Watcher
  • [CULL:SQUARE]
    • View Profile
Re: How Do Learn Linux on my own time?
« Reply #50 on: August 10, 2016, 05:39:51 pm »

What I'd try to do is:

tar -xvf filename.tar.gz (or whatever)
cd filename
ls (to make sure the makefiles are in there)
make (or makepkg or ccmake or make install)
Then on whichever program it is, you'd do the appropriate distro install bit, you can point an apt-get-install at a .deb file, you can point pacman -U at a filename.pkg.tar.gz too.
Logged

Starver

  • Bay Watcher
    • View Profile
Re: How Do Learn Linux on my own time?
« Reply #51 on: August 10, 2016, 06:03:08 pm »

I wish I could make a batch file and stuff, Im sure I could if I knew how.
Look up "shell script".

At the most basic, a text file that starts "#!/bin/sh" (or not too disimilar, but may differ slightly according to taste) and then contains unix-relevent commands (starting with "cp File1 File2" instead of "copy File1 File2", "ls" instead of "dir", etc, unless there's a cheaty set of aliases already set up), which is saved as a file that needs no specific extension (".sh" is a handy convention, though) but is instead made 'executable' ("chmod a+x myscript.sh", maybe, but read up on 'chmod' first to know what you're doing there) and then away you go.  (Probably need to 'run' tjat with "./myscript.sh", or whatever path if it is elsewhere).

Yeah, probably still need to get a proper tutorial on the subject. Thete's an available complexity to shell scripts that I don't feel comfortable summarising/generalising, especially as my prefered terminal environment may not be quite rhe same as the one you (or, for all I know, most people) are using.  There's plenty of online ones, and I've seen Linux magazines in the newsagent racks that profess to explain shell scripts.  But you have to buy those...  ;)
Logged

TheBiggerFish

  • Bay Watcher
  • Somewhere around here.
    • View Profile
Re: How Do Learn Linux on my own time?
« Reply #52 on: August 10, 2016, 06:12:10 pm »

Well this thread is bound to be useful/interesting.
Logged
Sigtext

It has been determined that Trump is an average unladen swallow travelling northbound at his maximum sustainable speed of -3 Obama-cubits per second in the middle of a class 3 hurricane.

Max™

  • Bay Watcher
  • [CULL:SQUARE]
    • View Profile
Re: How Do Learn Linux on my own time?
« Reply #53 on: August 10, 2016, 06:21:00 pm »

Hell, you'd be surprised what you learn just checking out this: https://en.wikipedia.org/wiki/List_of_Unix_commands

There's shit in there that I totally wish I knew about before, really powerful tools, grep, dd, diff, mv, ps, plus stuff like explanations for ls, cd, mkdir, df, chmod, chown, and so forth.

Logged

pisskop

  • Bay Watcher
  • Too old and stubborn to get a new avatar
    • View Profile
Re: How Do Learn Linux on my own time?
« Reply #54 on: August 11, 2016, 08:57:17 pm »

I put on eclipse, despite it doing nothing for me in widows.  Or at least it felt like a long drawn out way to edit C++ in windows when notepad++ did it so much more simply.


Im not sure I love it, but it works simply enough, and Ive pointed it directly at my mod folder in the game so anything I touch goes into effect next time I load the game.  Which is neat and nice enough.
Logged
Pisskop's Reblancing Mod - A C:DDA Mod to make life a little (lot) more brutal!
drealmerz7 - pk was supreme pick for traitor too I think, and because of how it all is and pk is he is just feeding into the trollfucking so well.
PKs DF Mod!

Angle

  • Bay Watcher
  • 39 Indigo Spear Questions the Poor
    • View Profile
    • Agora Forum Demo!
Re: How Do Learn Linux on my own time?
« Reply #55 on: August 11, 2016, 09:52:21 pm »

Ooh, a linux thread! Can't believe I missed this.
Logged

Agora: open-source platform to facilitate complicated discussions between large numbers of people. Now with test site!

The Temple of the Elements: Quirky Dungeon Crawler

pisskop

  • Bay Watcher
  • Too old and stubborn to get a new avatar
    • View Profile
Re: How Do Learn Linux on my own time?
« Reply #56 on: August 12, 2016, 12:28:40 pm »

Im having trouble with the whole 'compile a program and them running it' bit.

CDDA, the game and Vim, have thus far not been loadable.  Wine has its own issues, it seems, as Ive found out that it isnt loading certain flags properly.  Monster placement flags, to be percise, but...

I cant seem to find or create the runnable file when Im using the compiling method.  Vim for its edittingerness and cdda because its the game.


They compile, I think, and they make a makefile, but I cant find a program to run.
Logged
Pisskop's Reblancing Mod - A C:DDA Mod to make life a little (lot) more brutal!
drealmerz7 - pk was supreme pick for traitor too I think, and because of how it all is and pk is he is just feeding into the trollfucking so well.
PKs DF Mod!

Angle

  • Bay Watcher
  • 39 Indigo Spear Questions the Poor
    • View Profile
    • Agora Forum Demo!
Re: How Do Learn Linux on my own time?
« Reply #57 on: August 12, 2016, 04:14:15 pm »

check the folder where you compiled them. It should be there.
Logged

Agora: open-source platform to facilitate complicated discussions between large numbers of people. Now with test site!

The Temple of the Elements: Quirky Dungeon Crawler

pisskop

  • Bay Watcher
  • Too old and stubborn to get a new avatar
    • View Profile
Re: How Do Learn Linux on my own time?
« Reply #58 on: August 12, 2016, 04:17:04 pm »

I figured out that make install exists  >.<

So Im excited to learn something of infrastructure.  And that I really have no reason to download things like I would with windows, although I have a healthy download file.

I think Im actually close to compiling the game, tbh.  Its running the compile right now, vim is installed, and I have a bunch of semi-random (?)plugins(?), like lua or cmake.


What does the -f, -f, -0 the dash before these commands mean?
« Last Edit: August 12, 2016, 04:21:50 pm by pisskop »
Logged
Pisskop's Reblancing Mod - A C:DDA Mod to make life a little (lot) more brutal!
drealmerz7 - pk was supreme pick for traitor too I think, and because of how it all is and pk is he is just feeding into the trollfucking so well.
PKs DF Mod!

Mesa

  • Bay Watcher
  • Call me River.
    • View Profile
Re: How Do Learn Linux on my own time?
« Reply #59 on: August 12, 2016, 04:29:58 pm »

Posting to watch. I'm a sucker for anything Linux even if I can't quite contribute to the discussion at hand right now.
Logged
Pages: 1 2 3 [4] 5