System of equations with indices alignment

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP








up vote
7
down vote

favorite
1












I'm trying to align a system of symbolic equations with alignat command like this:



beginalignat5
a_11x_1&+a_12x_2&+ dots&+ a_1nx_n&=b_1\
a_21x_1&+a_22x_2&+ dots&+ a_2nx_n&=b_2\
a_m1x_1&+a_m2x_2&+ dots&+ a_mnx_n&=b_m
endalignat


but the problem lies within the letter "m" in the b_m symbol. The result is as follows:
enter image description here



If, however I put a number instead of "m", for ex. b_3 the result looks fine:



beginalignat5
a_11x_1&+a_12x_2&+ dots&+ a_1nx_n&=b_1\
a_21x_1&+a_22x_2&+ dots&+ a_2nx_n&=b_2\
a_m1x_1&+a_m2x_2&+ dots&+ a_mnx_n&=b_3
endalignat


enter image description here



I would appreciate if someone can elaborate on why this happens and how to get rid of this freak occurance.







share|improve this question





















  • Probably due to the width of the m as it wants to place / center it in the column consisting of = bm, maybe 6 columns with an extra & after the = helps.
    – albert
    9 hours ago














up vote
7
down vote

favorite
1












I'm trying to align a system of symbolic equations with alignat command like this:



beginalignat5
a_11x_1&+a_12x_2&+ dots&+ a_1nx_n&=b_1\
a_21x_1&+a_22x_2&+ dots&+ a_2nx_n&=b_2\
a_m1x_1&+a_m2x_2&+ dots&+ a_mnx_n&=b_m
endalignat


but the problem lies within the letter "m" in the b_m symbol. The result is as follows:
enter image description here



If, however I put a number instead of "m", for ex. b_3 the result looks fine:



beginalignat5
a_11x_1&+a_12x_2&+ dots&+ a_1nx_n&=b_1\
a_21x_1&+a_22x_2&+ dots&+ a_2nx_n&=b_2\
a_m1x_1&+a_m2x_2&+ dots&+ a_mnx_n&=b_3
endalignat


enter image description here



I would appreciate if someone can elaborate on why this happens and how to get rid of this freak occurance.







share|improve this question





















  • Probably due to the width of the m as it wants to place / center it in the column consisting of = bm, maybe 6 columns with an extra & after the = helps.
    – albert
    9 hours ago












up vote
7
down vote

favorite
1









up vote
7
down vote

favorite
1






1





I'm trying to align a system of symbolic equations with alignat command like this:



beginalignat5
a_11x_1&+a_12x_2&+ dots&+ a_1nx_n&=b_1\
a_21x_1&+a_22x_2&+ dots&+ a_2nx_n&=b_2\
a_m1x_1&+a_m2x_2&+ dots&+ a_mnx_n&=b_m
endalignat


but the problem lies within the letter "m" in the b_m symbol. The result is as follows:
enter image description here



If, however I put a number instead of "m", for ex. b_3 the result looks fine:



beginalignat5
a_11x_1&+a_12x_2&+ dots&+ a_1nx_n&=b_1\
a_21x_1&+a_22x_2&+ dots&+ a_2nx_n&=b_2\
a_m1x_1&+a_m2x_2&+ dots&+ a_mnx_n&=b_3
endalignat


enter image description here



I would appreciate if someone can elaborate on why this happens and how to get rid of this freak occurance.







share|improve this question













I'm trying to align a system of symbolic equations with alignat command like this:



beginalignat5
a_11x_1&+a_12x_2&+ dots&+ a_1nx_n&=b_1\
a_21x_1&+a_22x_2&+ dots&+ a_2nx_n&=b_2\
a_m1x_1&+a_m2x_2&+ dots&+ a_mnx_n&=b_m
endalignat


but the problem lies within the letter "m" in the b_m symbol. The result is as follows:
enter image description here



If, however I put a number instead of "m", for ex. b_3 the result looks fine:



beginalignat5
a_11x_1&+a_12x_2&+ dots&+ a_1nx_n&=b_1\
a_21x_1&+a_22x_2&+ dots&+ a_2nx_n&=b_2\
a_m1x_1&+a_m2x_2&+ dots&+ a_mnx_n&=b_3
endalignat


enter image description here



I would appreciate if someone can elaborate on why this happens and how to get rid of this freak occurance.









share|improve this question












share|improve this question




share|improve this question








edited 1 hour ago









Cragfelt

2,6533927




2,6533927









asked 9 hours ago









KeVal

554




554











  • Probably due to the width of the m as it wants to place / center it in the column consisting of = bm, maybe 6 columns with an extra & after the = helps.
    – albert
    9 hours ago
















  • Probably due to the width of the m as it wants to place / center it in the column consisting of = bm, maybe 6 columns with an extra & after the = helps.
    – albert
    9 hours ago















Probably due to the width of the m as it wants to place / center it in the column consisting of = bm, maybe 6 columns with an extra & after the = helps.
– albert
9 hours ago




Probably due to the width of the m as it wants to place / center it in the column consisting of = bm, maybe 6 columns with an extra & after the = helps.
– albert
9 hours ago










3 Answers
3






active

oldest

votes

















up vote
4
down vote



accepted










alignat uses pairs columns with rl-alignment. In your example the last column is of type r. So the last column will be right aligned - see the commented line in the following code snippet:



beginalignat3% 3 r-columns 
% r & l & r & l & r
a_11x_1 & +a_12x_2 & + dots & + a_1nx_n & =b_1\
a_21x_1 & +a_22x_2 & + dots & + a_2nx_n & =b_2\
a_m1x_1 & +a_m2x_2 & + dots & + a_mnx_n & =b_m
endalignat


Note that the argument of the alginat environment takes the numbers of r columns.



To get the desired result you have to ensure that the columns get the right alignment. In the following example there ars two suggestions with the same result:



documentclassarticle
usepackageamsmath
begindocument
beginalignat3% 3 r-columns
% r & l & r & l & r & l
a_11x_1 & +a_12x_2 & + dots & + a_1nx_n & & =b_1\
a_21x_1 & +a_22x_2 & + dots & + a_2nx_n & & =b_2\
a_m1x_1 & +a_m2x_2 & + dots & + a_mnx_n & & =b_m
endalignat

beginalignat3% 3 r-columns
% r & l & r & l & r & l
a_11x_1 & +a_12x_2 & + dots & + a_1nx_n & = & b_1\
a_21x_1 & +a_22x_2 & + dots & + a_2nx_n & = & b_2\
a_m1x_1 & +a_m2x_2 & + dots & + a_mnx_n & = & b_m
endalignat
enddocument


enter image description here






share|improve this answer






























    up vote
    2
    down vote













    Based on my comment:



    documentclassarticle
    usepackageamsmath
    begindocument
    beginalignat6
    a_11x_1&+a_12x_2&+ dots&+ a_1nx_n&=&b_1\
    a_21x_1&+a_22x_2&+ dots&+ a_2nx_n&=&b_2\
    a_m1x_1&+a_m2x_2&+ dots&+ a_mnx_n&=&b_m
    endalignat
    enddocument





    share|improve this answer




























      up vote
      1
      down vote













      With array:



      documentclassarticle
      usepackagearray,mathtools

      begindocument

      [
      renewcommandarraystretch1.5
      setlengtharraycolsep0pt
      defbvdotsvdotswithin=
      beginarray
      l l >c< % a_11 & x_1 & +
      l l >c< % a_12 & x_2 & +
      c >c< % cdots +
      l l >c< l % a_12 & x_2 & = & b_1

      a_11 & x_1 & + & a_12 & x_2 & + & cdots & + & a_1n & x_n & = & b_1 \
      a_21 & x_1 & + & a_22 & x_2 & + & cdots & + & a_2n & x_n & = & b_2 \
      & & & & & & & & & & bvdots \
      a_m1 & x_1 & + & a_m2 & x_2 & + & cdots & + & a_mn & x_n & = & b_m
      endarray
      ]

      enddocument


      enter image description here



      Just for fun, with autoaligne:



      documentclassarticle
      usepackageautoaligne

      begindocument

      [
      definirseparateurs\
      endlinechar=-1
      defbvdotskern-2emvdots
      autoaligne[*g]
      a_11 x_1+a_12 x_2+cdots+a_1n x_n=b_1\
      a_21 x_1+a_22 x_2+cdots+a_2n x_n=b_2\
      + + + V bvdots\
      a_m1 x_1+a_m2 x_2+cdots+a_mn x_n=b_m

      ]

      enddocument


      enter image description here






      share|improve this answer























        Your Answer







        StackExchange.ready(function()
        var channelOptions =
        tags: "".split(" "),
        id: "85"
        ;
        initTagRenderer("".split(" "), "".split(" "), channelOptions);

        StackExchange.using("externalEditor", function()
        // Have to fire editor after snippets, if snippets enabled
        if (StackExchange.settings.snippets.snippetsEnabled)
        StackExchange.using("snippets", function()
        createEditor();
        );

        else
        createEditor();

        );

        function createEditor()
        StackExchange.prepareEditor(
        heartbeatType: 'answer',
        convertImagesToLinks: false,
        noModals: false,
        showLowRepImageUploadWarning: true,
        reputationToPostImages: null,
        bindNavPrevention: true,
        postfix: "",
        onDemand: true,
        discardSelector: ".discard-answer"
        ,immediatelyShowMarkdownHelp:true
        );



        );








         

        draft saved


        draft discarded


















        StackExchange.ready(
        function ()
        StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f444585%2fsystem-of-equations-with-indices-alignment%23new-answer', 'question_page');

        );

        Post as a guest






























        3 Answers
        3






        active

        oldest

        votes








        3 Answers
        3






        active

        oldest

        votes









        active

        oldest

        votes






        active

        oldest

        votes








        up vote
        4
        down vote



        accepted










        alignat uses pairs columns with rl-alignment. In your example the last column is of type r. So the last column will be right aligned - see the commented line in the following code snippet:



        beginalignat3% 3 r-columns 
        % r & l & r & l & r
        a_11x_1 & +a_12x_2 & + dots & + a_1nx_n & =b_1\
        a_21x_1 & +a_22x_2 & + dots & + a_2nx_n & =b_2\
        a_m1x_1 & +a_m2x_2 & + dots & + a_mnx_n & =b_m
        endalignat


        Note that the argument of the alginat environment takes the numbers of r columns.



        To get the desired result you have to ensure that the columns get the right alignment. In the following example there ars two suggestions with the same result:



        documentclassarticle
        usepackageamsmath
        begindocument
        beginalignat3% 3 r-columns
        % r & l & r & l & r & l
        a_11x_1 & +a_12x_2 & + dots & + a_1nx_n & & =b_1\
        a_21x_1 & +a_22x_2 & + dots & + a_2nx_n & & =b_2\
        a_m1x_1 & +a_m2x_2 & + dots & + a_mnx_n & & =b_m
        endalignat

        beginalignat3% 3 r-columns
        % r & l & r & l & r & l
        a_11x_1 & +a_12x_2 & + dots & + a_1nx_n & = & b_1\
        a_21x_1 & +a_22x_2 & + dots & + a_2nx_n & = & b_2\
        a_m1x_1 & +a_m2x_2 & + dots & + a_mnx_n & = & b_m
        endalignat
        enddocument


        enter image description here






        share|improve this answer



























          up vote
          4
          down vote



          accepted










          alignat uses pairs columns with rl-alignment. In your example the last column is of type r. So the last column will be right aligned - see the commented line in the following code snippet:



          beginalignat3% 3 r-columns 
          % r & l & r & l & r
          a_11x_1 & +a_12x_2 & + dots & + a_1nx_n & =b_1\
          a_21x_1 & +a_22x_2 & + dots & + a_2nx_n & =b_2\
          a_m1x_1 & +a_m2x_2 & + dots & + a_mnx_n & =b_m
          endalignat


          Note that the argument of the alginat environment takes the numbers of r columns.



          To get the desired result you have to ensure that the columns get the right alignment. In the following example there ars two suggestions with the same result:



          documentclassarticle
          usepackageamsmath
          begindocument
          beginalignat3% 3 r-columns
          % r & l & r & l & r & l
          a_11x_1 & +a_12x_2 & + dots & + a_1nx_n & & =b_1\
          a_21x_1 & +a_22x_2 & + dots & + a_2nx_n & & =b_2\
          a_m1x_1 & +a_m2x_2 & + dots & + a_mnx_n & & =b_m
          endalignat

          beginalignat3% 3 r-columns
          % r & l & r & l & r & l
          a_11x_1 & +a_12x_2 & + dots & + a_1nx_n & = & b_1\
          a_21x_1 & +a_22x_2 & + dots & + a_2nx_n & = & b_2\
          a_m1x_1 & +a_m2x_2 & + dots & + a_mnx_n & = & b_m
          endalignat
          enddocument


          enter image description here






          share|improve this answer

























            up vote
            4
            down vote



            accepted







            up vote
            4
            down vote



            accepted






            alignat uses pairs columns with rl-alignment. In your example the last column is of type r. So the last column will be right aligned - see the commented line in the following code snippet:



            beginalignat3% 3 r-columns 
            % r & l & r & l & r
            a_11x_1 & +a_12x_2 & + dots & + a_1nx_n & =b_1\
            a_21x_1 & +a_22x_2 & + dots & + a_2nx_n & =b_2\
            a_m1x_1 & +a_m2x_2 & + dots & + a_mnx_n & =b_m
            endalignat


            Note that the argument of the alginat environment takes the numbers of r columns.



            To get the desired result you have to ensure that the columns get the right alignment. In the following example there ars two suggestions with the same result:



            documentclassarticle
            usepackageamsmath
            begindocument
            beginalignat3% 3 r-columns
            % r & l & r & l & r & l
            a_11x_1 & +a_12x_2 & + dots & + a_1nx_n & & =b_1\
            a_21x_1 & +a_22x_2 & + dots & + a_2nx_n & & =b_2\
            a_m1x_1 & +a_m2x_2 & + dots & + a_mnx_n & & =b_m
            endalignat

            beginalignat3% 3 r-columns
            % r & l & r & l & r & l
            a_11x_1 & +a_12x_2 & + dots & + a_1nx_n & = & b_1\
            a_21x_1 & +a_22x_2 & + dots & + a_2nx_n & = & b_2\
            a_m1x_1 & +a_m2x_2 & + dots & + a_mnx_n & = & b_m
            endalignat
            enddocument


            enter image description here






            share|improve this answer















            alignat uses pairs columns with rl-alignment. In your example the last column is of type r. So the last column will be right aligned - see the commented line in the following code snippet:



            beginalignat3% 3 r-columns 
            % r & l & r & l & r
            a_11x_1 & +a_12x_2 & + dots & + a_1nx_n & =b_1\
            a_21x_1 & +a_22x_2 & + dots & + a_2nx_n & =b_2\
            a_m1x_1 & +a_m2x_2 & + dots & + a_mnx_n & =b_m
            endalignat


            Note that the argument of the alginat environment takes the numbers of r columns.



            To get the desired result you have to ensure that the columns get the right alignment. In the following example there ars two suggestions with the same result:



            documentclassarticle
            usepackageamsmath
            begindocument
            beginalignat3% 3 r-columns
            % r & l & r & l & r & l
            a_11x_1 & +a_12x_2 & + dots & + a_1nx_n & & =b_1\
            a_21x_1 & +a_22x_2 & + dots & + a_2nx_n & & =b_2\
            a_m1x_1 & +a_m2x_2 & + dots & + a_mnx_n & & =b_m
            endalignat

            beginalignat3% 3 r-columns
            % r & l & r & l & r & l
            a_11x_1 & +a_12x_2 & + dots & + a_1nx_n & = & b_1\
            a_21x_1 & +a_22x_2 & + dots & + a_2nx_n & = & b_2\
            a_m1x_1 & +a_m2x_2 & + dots & + a_mnx_n & = & b_m
            endalignat
            enddocument


            enter image description here







            share|improve this answer















            share|improve this answer



            share|improve this answer








            edited 8 hours ago


























            answered 8 hours ago









            esdd

            54.2k34281




            54.2k34281




















                up vote
                2
                down vote













                Based on my comment:



                documentclassarticle
                usepackageamsmath
                begindocument
                beginalignat6
                a_11x_1&+a_12x_2&+ dots&+ a_1nx_n&=&b_1\
                a_21x_1&+a_22x_2&+ dots&+ a_2nx_n&=&b_2\
                a_m1x_1&+a_m2x_2&+ dots&+ a_mnx_n&=&b_m
                endalignat
                enddocument





                share|improve this answer

























                  up vote
                  2
                  down vote













                  Based on my comment:



                  documentclassarticle
                  usepackageamsmath
                  begindocument
                  beginalignat6
                  a_11x_1&+a_12x_2&+ dots&+ a_1nx_n&=&b_1\
                  a_21x_1&+a_22x_2&+ dots&+ a_2nx_n&=&b_2\
                  a_m1x_1&+a_m2x_2&+ dots&+ a_mnx_n&=&b_m
                  endalignat
                  enddocument





                  share|improve this answer























                    up vote
                    2
                    down vote










                    up vote
                    2
                    down vote









                    Based on my comment:



                    documentclassarticle
                    usepackageamsmath
                    begindocument
                    beginalignat6
                    a_11x_1&+a_12x_2&+ dots&+ a_1nx_n&=&b_1\
                    a_21x_1&+a_22x_2&+ dots&+ a_2nx_n&=&b_2\
                    a_m1x_1&+a_m2x_2&+ dots&+ a_mnx_n&=&b_m
                    endalignat
                    enddocument





                    share|improve this answer













                    Based on my comment:



                    documentclassarticle
                    usepackageamsmath
                    begindocument
                    beginalignat6
                    a_11x_1&+a_12x_2&+ dots&+ a_1nx_n&=&b_1\
                    a_21x_1&+a_22x_2&+ dots&+ a_2nx_n&=&b_2\
                    a_m1x_1&+a_m2x_2&+ dots&+ a_mnx_n&=&b_m
                    endalignat
                    enddocument






                    share|improve this answer













                    share|improve this answer



                    share|improve this answer











                    answered 8 hours ago









                    albert

                    305213




                    305213




















                        up vote
                        1
                        down vote













                        With array:



                        documentclassarticle
                        usepackagearray,mathtools

                        begindocument

                        [
                        renewcommandarraystretch1.5
                        setlengtharraycolsep0pt
                        defbvdotsvdotswithin=
                        beginarray
                        l l >c< % a_11 & x_1 & +
                        l l >c< % a_12 & x_2 & +
                        c >c< % cdots +
                        l l >c< l % a_12 & x_2 & = & b_1

                        a_11 & x_1 & + & a_12 & x_2 & + & cdots & + & a_1n & x_n & = & b_1 \
                        a_21 & x_1 & + & a_22 & x_2 & + & cdots & + & a_2n & x_n & = & b_2 \
                        & & & & & & & & & & bvdots \
                        a_m1 & x_1 & + & a_m2 & x_2 & + & cdots & + & a_mn & x_n & = & b_m
                        endarray
                        ]

                        enddocument


                        enter image description here



                        Just for fun, with autoaligne:



                        documentclassarticle
                        usepackageautoaligne

                        begindocument

                        [
                        definirseparateurs\
                        endlinechar=-1
                        defbvdotskern-2emvdots
                        autoaligne[*g]
                        a_11 x_1+a_12 x_2+cdots+a_1n x_n=b_1\
                        a_21 x_1+a_22 x_2+cdots+a_2n x_n=b_2\
                        + + + V bvdots\
                        a_m1 x_1+a_m2 x_2+cdots+a_mn x_n=b_m

                        ]

                        enddocument


                        enter image description here






                        share|improve this answer



























                          up vote
                          1
                          down vote













                          With array:



                          documentclassarticle
                          usepackagearray,mathtools

                          begindocument

                          [
                          renewcommandarraystretch1.5
                          setlengtharraycolsep0pt
                          defbvdotsvdotswithin=
                          beginarray
                          l l >c< % a_11 & x_1 & +
                          l l >c< % a_12 & x_2 & +
                          c >c< % cdots +
                          l l >c< l % a_12 & x_2 & = & b_1

                          a_11 & x_1 & + & a_12 & x_2 & + & cdots & + & a_1n & x_n & = & b_1 \
                          a_21 & x_1 & + & a_22 & x_2 & + & cdots & + & a_2n & x_n & = & b_2 \
                          & & & & & & & & & & bvdots \
                          a_m1 & x_1 & + & a_m2 & x_2 & + & cdots & + & a_mn & x_n & = & b_m
                          endarray
                          ]

                          enddocument


                          enter image description here



                          Just for fun, with autoaligne:



                          documentclassarticle
                          usepackageautoaligne

                          begindocument

                          [
                          definirseparateurs\
                          endlinechar=-1
                          defbvdotskern-2emvdots
                          autoaligne[*g]
                          a_11 x_1+a_12 x_2+cdots+a_1n x_n=b_1\
                          a_21 x_1+a_22 x_2+cdots+a_2n x_n=b_2\
                          + + + V bvdots\
                          a_m1 x_1+a_m2 x_2+cdots+a_mn x_n=b_m

                          ]

                          enddocument


                          enter image description here






                          share|improve this answer

























                            up vote
                            1
                            down vote










                            up vote
                            1
                            down vote









                            With array:



                            documentclassarticle
                            usepackagearray,mathtools

                            begindocument

                            [
                            renewcommandarraystretch1.5
                            setlengtharraycolsep0pt
                            defbvdotsvdotswithin=
                            beginarray
                            l l >c< % a_11 & x_1 & +
                            l l >c< % a_12 & x_2 & +
                            c >c< % cdots +
                            l l >c< l % a_12 & x_2 & = & b_1

                            a_11 & x_1 & + & a_12 & x_2 & + & cdots & + & a_1n & x_n & = & b_1 \
                            a_21 & x_1 & + & a_22 & x_2 & + & cdots & + & a_2n & x_n & = & b_2 \
                            & & & & & & & & & & bvdots \
                            a_m1 & x_1 & + & a_m2 & x_2 & + & cdots & + & a_mn & x_n & = & b_m
                            endarray
                            ]

                            enddocument


                            enter image description here



                            Just for fun, with autoaligne:



                            documentclassarticle
                            usepackageautoaligne

                            begindocument

                            [
                            definirseparateurs\
                            endlinechar=-1
                            defbvdotskern-2emvdots
                            autoaligne[*g]
                            a_11 x_1+a_12 x_2+cdots+a_1n x_n=b_1\
                            a_21 x_1+a_22 x_2+cdots+a_2n x_n=b_2\
                            + + + V bvdots\
                            a_m1 x_1+a_m2 x_2+cdots+a_mn x_n=b_m

                            ]

                            enddocument


                            enter image description here






                            share|improve this answer















                            With array:



                            documentclassarticle
                            usepackagearray,mathtools

                            begindocument

                            [
                            renewcommandarraystretch1.5
                            setlengtharraycolsep0pt
                            defbvdotsvdotswithin=
                            beginarray
                            l l >c< % a_11 & x_1 & +
                            l l >c< % a_12 & x_2 & +
                            c >c< % cdots +
                            l l >c< l % a_12 & x_2 & = & b_1

                            a_11 & x_1 & + & a_12 & x_2 & + & cdots & + & a_1n & x_n & = & b_1 \
                            a_21 & x_1 & + & a_22 & x_2 & + & cdots & + & a_2n & x_n & = & b_2 \
                            & & & & & & & & & & bvdots \
                            a_m1 & x_1 & + & a_m2 & x_2 & + & cdots & + & a_mn & x_n & = & b_m
                            endarray
                            ]

                            enddocument


                            enter image description here



                            Just for fun, with autoaligne:



                            documentclassarticle
                            usepackageautoaligne

                            begindocument

                            [
                            definirseparateurs\
                            endlinechar=-1
                            defbvdotskern-2emvdots
                            autoaligne[*g]
                            a_11 x_1+a_12 x_2+cdots+a_1n x_n=b_1\
                            a_21 x_1+a_22 x_2+cdots+a_2n x_n=b_2\
                            + + + V bvdots\
                            a_m1 x_1+a_m2 x_2+cdots+a_mn x_n=b_m

                            ]

                            enddocument


                            enter image description here







                            share|improve this answer















                            share|improve this answer



                            share|improve this answer








                            edited 1 hour ago


























                            answered 1 hour ago









                            egreg

                            672k8317893031




                            672k8317893031






















                                 

                                draft saved


                                draft discarded


























                                 


                                draft saved


                                draft discarded














                                StackExchange.ready(
                                function ()
                                StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f444585%2fsystem-of-equations-with-indices-alignment%23new-answer', 'question_page');

                                );

                                Post as a guest













































































                                Popular posts from this blog

                                pylint3 and pip3 broken

                                Missing snmpget and snmpwalk

                                How to enroll fingerprints to Ubuntu 17.10 with VFS491