Giter Site home page Giter Site logo

lpic1book's Introduction

lpic1book's People

Contributors

7aman avatar ahangarha avatar alimehraji avatar amin-na avatar aminsaedi avatar amirreza1998 avatar armiin98 avatar dependabot[bot] avatar emzi avatar esparham avatar frequencyq avatar gitraphha avatar hasan1386 avatar imorate avatar jadijadi avatar mamad-1999 avatar mhkarimi1383 avatar mostafa-nematpour avatar openmindamir avatar pedramveisi avatar rahimz avatar samypesse avatar sezar-sz avatar sfmqrb avatar shahindavoodicom avatar smoeinbbp avatar tabassom-entezami avatar thomas-tahmasebi avatar yanumvlad avatar ypid 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

lpic1book's Issues

Link to videos is missing

Can you please provide the link to Persian videos?

The README file claims there is such a link, but I can't find any relevant link:

If you want to download Farsi LPIC 101 & LPIC 102 exam videos use this torrent magnet link

GitBook help

Hi @jadijadi it's Aaron here from the GitBook team.

I've cloned your book's git repo locally from our servers. Could you give me (temporary) push access to this repo ?

That way I'll push here and since you already setup GitHub integration (https://www.gitbook.com/book/jadi/lpic1/settings/github), everything should work nicely from there.

You will still be able to use our web editor (it does require https, maybe that's blocked too). But you will at least be able to push over ssh to this GitHub repo which will send us WebHook events triggering the builds for you.

A note on default shells on various systems and the shebang

As sh is not the same as bash, one must be carefull not to write bash in a script with #!/bin/sh as its shebang.

In some Linux distributions (especially Debian-based ones), the default shell of the system, /bin/sh, is symbolically linked to /usr/bin/dash which is smaller than bash and aims to be POSIX-compliant. Because of that, it lacks many features that are present in bash. For example, it does not have the -p option of the builtin command read.

That said, such a warning/note could be added to 105.2#shebang.

Side note: There's a program called checkbashisms which accroding to it's man-page:

check for bashisms in /bin/sh scripts

Incorrect spelling: build-in (correct: built-in)

build-in is an incorrect form because to have an adjective meaning we need a verb in past participle form. Therefore built-in is the correct form, as built is the past participle of build. The only correct option here is built-in as it has an adjective role. src

output of git grep --cached 'build-in':

content/1041_create_partitions_and_filesystems.md
459:| btrfs | A new high performance file system. Max file and filesize is 16 EB. Has its own form of RAID and LVM and build-in snapshots and fault tolerance and data compression on the fly. |

content/1052_customize_or_write_simple_scripts.md
117:In both above methods, the scripts runs inside a child bash process and *returns* back afterwards to the same shell. If want to override this and *replace* your current shell with the program you are going to run, use the `exec` build-in command. The `-c` switch will run the command in a clean environment.

theme/elegant/documentation/content/Contributing/travis-to-trigger-build-in-another-repo.md
9:slug: travis-to-trigger-build-in-another-repository
10:comment_id: travis-to-trigger-build-in-another-repository

search box is not working

not sure the best way.. this is an static site. So maybe we need to redirect to search toward duck duck go or google .

README section for development requirements

Could we have a section in README that address what software should be installed as prerequisite?

I managed to serve a functioning website with just the following

pip install pelican markdown

is that all?

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.