-
Notifications
You must be signed in to change notification settings - Fork 0
quangnhv20/Linux-
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Hello from Quang Run cmd in the background : cmd + & link : makeuseof.com/run-linux-commands-in-background/ --------- PACKAGE - --------- 1. download a package sudo apt-get install --reinstall --download-only <name_package> 2. modify a package Copy the deb file to a directory Create the directory structure $ mkdir -p newpack oldpack/DEBIAN Extract the filesystem tree $ dpkg-deb -x file.deb oldpack/ Extract the control information files $ dpkg-deb -e file.deb oldpack/DEBIAN Modify something if you want Repackage the deb file under newpack directory using xz compression $ dpkg-deb -Z xz -b oldpack/ newpack/ -------- DOCKER - -------- -------- GIT --- -------- 1. Get started git innit 2. create a github account + add ssh key cd $HOME ls -la .ssh ssh-keygen -t ed25519 :.ssh> cat id_ed25519.pub 3. git add <files> 4. git commit -m + <mesgae> 5. git push orgin + branch_name 6. git pull origin + branch 7. git merge + branch a + branch b 8. git reset --soft HEAD~<commit_id> 9. git log 10. git show + <commit_id> 11. git reset --hard HEAD~<number> 12. git rebase a 13. git rebase master 14. git checkout <name_branch> 15. git branch <name_branch> -------------- pip3 install - -------------- --upgrade : --no-index : ignore package index (only looking at --find-link) --find-link : . if a URL or path to an html file, then parse for links to archives such as sdist (.tar.get) for wheel(.whl) files. . if a local path or file:// URL that;s a directory, then look for archies in the directory listing. -t + path + name -t, --target <dir> : install packages into <dir>
About
Example and theory about Linux in my investigation
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published