Create PPPOE(DSL) Connection on Linux I had faced lot of hurdle while setting pppoe connection on Ubuntu 18.4LTs. interesting thing is that not found any reliable link on google for that,here is step wise detail of setting dsl connection on Linux Prerequisites: ANI is my service provider Connection name is provide by ISP Username and password provided by ISP (ANI) IP and domain also provide by ISP Step 1create connection name: keenable@xxx:~$ nmcli con edit type pppoe con-name ANI Step2: Add user name. nmcli> set pppoe.username aa0003@elixir Step3:nmcli> set pppoe.password xxxxx step:Add service nmcli> set pppoe.servicename ANI Step4:set ip in network>ani>setting Step5: check the user name and other detail.and edit In ipv4 we can provide ip and domain which provided by isp
Colorful Linux Terminal I have created a script to send report on daily basis,but management want some of the line colorful , As always believe "zaroorat aijad ki maa hai" so I get tips of colorful terminal, following are the point. =================================== Color code in linux. Black 0 ; 30 Dark Gray 1 ; 30 Red 0 ; 31 Light Red 1 ; 31 Green 0 ; 32 Light Green 1 ; 32 Brown / Orange 0 ; 33 Yellow 1 ; 33 Blue 0 ; 34 Light Blue 1 ; 34 Purple 0 ; 35 Light Purple 1 ; 35 Cyan 0 ; 36 Light Cyan 1 ; 36 Light Gray 0 ; 37 White 1 ; 37 ==================================================== type of color sequence: 3/4 bit 8 bit 24 bit ==================== Modes: color-mode 0 reset 1; lighter than normal 2; darker than normal =============== text-mode 3; italic 4;...
Short Cut Command In Linux In this article I an going to describe some short cut command which are very helpful while performing certain task such as editing file,controlling process . For Screen: These command used while doing activities on screen like: ctrl+l : Clear the screen,same as 'Clear' command ctrl+s : pause output on screen.if we have run a command that have long verbose out put we use this command, pause it and do another work along running that command. ctrl+q: resuming pause . File Editing: These command used while writing or editing a file: ctrl+a: Move the cursor to the start of the line. ctrl+e: move the cursor to the end of the line. ctrl+b: move the cursor back one character at time. ctrl+f: move the cursor forward one character at time. ctrl+d: delete the character under the cursor ctrl+k: remove all textfrom the cursor through end of the line. ctrl+x: remove all the text from the cursor through b...
Comments
Post a Comment