Giter VIP home page Giter VIP logo

linuxjourney's People

Contributors

acikogun avatar bakomitros avatar barabadzhi avatar brnomendes avatar ced-b avatar cindyq avatar darkydash avatar emanamini avatar enoxaiming avatar federicoponzi avatar hualahyja avatar hyperreality avatar jacepark12 avatar l2dy avatar lacivert avatar lee-seul avatar mathdu07 avatar mbosco avatar mcrmonkey avatar nicolasdanelon avatar omerozden avatar programmer-ke avatar satob avatar shahinism avatar stefanhorning avatar tchafack avatar totolouis avatar ucibar avatar utiskak avatar yarons avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

linuxjourney's Issues

Requesting access for PR review and merge in this repo

Hi @cindyq ,

Firstly, thanks a ton for creation of this app and for reviving this app during your busy schedule.

We understand you have your reasons for your hiatus. But, If you could please grant someone the access to review and merge others' PRs it will be of great help until your app overhaul. Someone or even few folks who is worthy of your trust or either from previous contributions in thins repo will be of great value as this not only helps updating the outdated content in linuxjourney like #177 but will also help in merging up the other language translations.

Let me know if I can be of any help in this regard.

Thanks
SDK

Video Series Mirroring Content

Hello, I am working on a Computer Science curriculum for my university and I would like to use the Linux Journey as the topic guide for some video material. I'm wondering if you would be interested in linking to/having this content for the official site?

Sorry about opening an issue for this, but I was unsure how to contact you directly.

Thank you for making this!

Text-Fu > Issues with TABing, join & split Command

Text-Fu-6

Directions say to > Copy and paste the following command, once you do that add a TAB in between lazy and dog (hold down Ctrl-v + TAB).

  • $ echo 'The quick brown; fox jumps over the lazy dog' > sample.txt
  • >> Unable to select TAB in the middle of a command line. Results are not as expected.

Text-Fu-11

Attempt to join file1.txt & file2.txt, using $ join file1.txt file2.txt.
My Results

  • Doehn
  • Doehn
  • 3 Mary Sue
    Expected Results
  • 1 John Doe
  • 2 Jane Doe
  • 3 Mary Sue
    Using GitBash on Windows10. No VM. Please advise what is wrong from which end and what type of an environment and/or system requirements should a user be in order to use Linux Journey.

Thanks
Hcarter24 - UAT Specialist

I just want to say thanks

I just want to thank you for the effort of maintaining the site, it was down for a while, but now it's back again. It's probably one (if not) the best to quickly learn.

Overflow in footer section

Problem :

The content in the footer section overflows when the screen size is small.
And
I am unable to find the codebase where I can make the changes.

Screenshot :

Is this project still active?

I'm planning to do an italian translation of the tutorials, but only if the author is still following this project :)
Thanks

What is the status?

I was looking to translate the site into Danish, but I noticed that you've put the project on haitus. When will you be ready for more translations? :-)

RTL Support

Not sure whether the current foundation supports RTL languages such as Hebrew, Arabic, Farsi, Urdu, etc. but if it doesn't there should be some CSS work to do.

Kind regards,
Yaron Shahrabani.

[NEW PROJECT] I started new project, based on this one, at https://tuxjourney.com

Hi All,

Hope this have sense to you, as myself, like all of you, would like to see this project live and more active in future. Therefore I decided to start new project on https://tuxjourney.com and code as it's now is forked on my profile, where from I have plan to pull content.

I will keep as much as possible what we already have from people already contributed but can't promise in which direction project will go, only one thing I can promise so far is to keep it live and updated.

I have plan to setup real project out of this, so please join me on this journey and lets try to save it from oblivion.

All best, hope to see you around.

For direct contact and ideas you can reach me on [email protected]

Lesson ordering for offline use

Since at times I don't have a reliable connection I cloned this for offline use.

But what is the order of the lessons? There should be a way of finding this out just from the repository content.

We shouldn't translate the language menu

We shouldn't translate the language menu. it ensures that the list of available languages is the same from one language to another. In addition, it allows us not to change a file from another language into one pull request and that will minimize conflicts between branches and pull request. What do you think about that @cindyq ?

Upstart Question

The question asks which init system Ubuntu uses and the answer is upstart, but the text says it's no longer used in modern Ubuntu, a bit confusing.

Maybe the question could be rephrased a bit to make it clear, possibly:

Which init system does modern Ubuntu use?

systemd

or

Which init system was made for Ubuntu?

upstart

Change position of Home Button

Button goes unnoticed by most people in the current position. I offer two posibilities:

  1. Change float property to left and add some additional padding to separate with content below it. Also consider adding a previous and next lesson buttons.

<- Previous Home Next ->

  1. Make a new button without any text and place it right next to the hamburger menu in the sidebar.

Thanks for this wonderful learning website! ๐Ÿ‘

License

Are you planning to make the content available under a free and open source license?

HTML tags in the files

I see a lot of HTML tags in the markdown files, it would be better to have proper markdown without HTML and build the HTML files from the markdown.files.

Add clear command shortcut

It will be great to add some info about ctrl-L - clear command shortcut here: linuxjourney/lessons/locales/en_english/command-line/history-command.md

i18n support

I open this issue so that we can discuss the possibility and solutions that can be implemented to add translations.

Getting started

Similar to Debian, Arch uses a rolling release model so incremental updates eventually become the Stable release.
Arch has no release it is just Arch (only testing repo), every month is released only updated installer/rescue .iso.

And also Fedora is bleeding edge dist with very short support and many bugs. CentOS is for people who wants to try RHEL for free.

Save progress

Congratulations for the great project. I believe it would be awesome if one could save it's progress, so it could go through lessons and pick up where it left.

Thanks and keep up with this great project! โค๏ธ

no lessons on ssh and tmux?

Hi there,

This resource (linux journey) is great, thanks a lot for it. There is however nothing that I could find on ssh login. The first thing I actually show/tell people is to ssh to the server. It sort of goes under "Network sharing" however that module is rather confusing, because you have two things there technology/protocols sort of thing (NFS and samba) and "means" of moving files around (scp/rsync).

I understand that all of those are data sharing, but I feel that this is rather confusing pitch.

So a modules like "Working remotely on a server" or simple "Working remotely" where one should cover

  • ssh including ssh-keygen ssh-add to some extend, authorized_keys?
  • scp for remote file copying
  • rsync as an alternative for file syncing and moving

I would also include tmux (or scree) into this module as I believe this is an integral part of working remotely.

From looking at repo structure it looks like each topic within a module is just a markdown document right?

I'd be happy to put "Working remotely" module together as a bunch of md documents

Cheers

hindi translation.

hello,
as hindi is one of most spoken language in world, we may need a hindi translation also

let me know that you open for translation PR.

Add an area for open source software

Could add an area for open source projects that new ppl that learn linux can use. EX. libreoffice, Krita, Atom, Blender, Gimp so they know what software they can use in linux.

Unity

I think the lesson about Ubuntu is slightly wrong now. "Ubuntu also releases its own desktop environment manager Unity by default" suggests that Unity is the default desktop environment in Ubuntu, which it no longer is. In my opinion "Ubuntu [...] releases" also suggests that Canonical is behind the current development of Unity, which is not true.

[New Website] I created a new Website which forks the content of LinuxJourney.

Hi Everyone,

I know that the website came back online. but just in case if it ever happens to go back offline, i have tried to create a backup website, which is hosted of GitHub Pages so it will be an alternative.

Currently, i have completed 5 Chapters, and will continue to work on it, i would appreciate if someone wanna help out, Here's the repo: https://github.com/Prakash4844/Let-s-Learn-Linux

I will keep as much as possible what we already have from people already contributed, only one thing I can promise so far is to keep it live and updated, once the English content is done i will try to do other locales too but can't promise their accuracy as i do not know those language. i will be adding Hindi Locale after the English.

I plan to complete this project, so please Help out if you can.

hope to see you guys/girls around.

Here's the website link Let's Learn Linux

Boot the system - UEFI

I think you should add a brief explanation of UEFI system in Boot the system. This is a very extended interface nowadays.

Great website by the way.

Yum is deprecated, switch to dnf

Yum has been deprecated since Fedora 22 and now redirects to dnf (see here).
dnf keeps the same syntax as yum, though moves most of its configuration to :
etc/dnf/dnf.conf
Repos configuration remains at :
/etc/yum.repos.d/

EDIT : ninja edit most

Responsive enhancement

We need to do a better testing process. There's a lot of bugs en UI on my Android devices.
Related issue: CSS code is not minify, this can be a problem. CSS file can be lightweight :)

Text-fu, env(Environment) example for $PATH usage is weird

https://github.com/cindyq/linuxjourney/blob/master/lessons/text-fu/env-environment.md

Example with adding Download folder to your $PATH variable seems a little weird - not that anyone should really do it.

Still beginners friendly, but more real replacement - "when you installing a software to some folder (with or without mentioning /opt), you may add its binary location to your $PATH folder, to make it easily available from any other folder"

Track translations point in time

Hi,
I think we would need a way to keep track of when translations are made, at least in which point in time (say for example a commit name) we translated a page. Without it, if you update the english version every translator needs to rescan every page to look for difference with the english version.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.