Skip to content
Snippets Groups Projects
Commit 55243fed authored by Henrik Jochum's avatar Henrik Jochum :new_moon:
Browse files

Update journey_henrik.md

parent 54fe41ee
No related branches found
No related tags found
1 merge request!13a directory for everyone brave enough to linux
This commit is part of merge request !13. Comments created here will be created in the context of that merge request.
......@@ -18,3 +18,5 @@ Other than that, it seems like it's pretty much a white paper (for a non-hardcor
I'm interested in for a proper worksflow (also outside DigiZeit) is available. If that's the case, great, if not I'll have to look for a workaround.
I'll follow up on that tomorrow, as it's getting late.
Just a little comment before I log off for today: I just accidentally disabled my touchpad in the setting and am now struggling to turn it on again. I guess curiosity killed the cat. Fun times.
  • Danny McDonald @daniel.mcdonald ·
    Owner

    Welcome to the world of Linux, @henrik.jochum --- it's definitely much easier to break things, since you're given more control of your machine. You'll do a lot more googling in the coming days, but you'll be happy to find that thousands of people will have had all the same questions as you :smile_cat:

    I think Ubuntu is pretty self explanatory, and there are also many guides online on 'essential' software and so on. Even the Microsoft Teams .deb app worked fine for me today! And yeah, I think you've now down the hard part. But do let me know if you get stuck.

    Oh, and you'll find yourself in the terminal more than before, some apps will need to be installed from the command line ... you'll get used to sudo apt-get install <package> in no time. Just so you know, sudo is a command that gives you more privileges, makes you into a super-user/admin, allowing you to do things to 'system' directories. Don't use sudo unless you need to though. Try without it, and if you get errors saying 'Permission denied' or similar, then and only then should sudo be the answer. You want to grant yourself admin privileges as rarely as possible, for reasons that will become clear in time :grimacing:

  • Please register or sign in to reply
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment