differences between iso and img February 19, 2025 | No Comments | information, iso, linux, macos, windows Both .img and .iso are image file formats. .iso is the format that complies with the ISO 9660 standard, which is an international standard for […]
cp mv dd commands February 17, 2025 | No Comments | information, linux cp The cp command is used to copy files and directories. The cp command is like copy and paste in a visual desktop operating system. […]
pwd February 8, 2025 | No Comments | information, linux, macos, server What is it for? To display the current working directory. The name pwd comes from the acronym “Print Working Directory” shows the full path from […]
recovery mode in linux January 19, 2025 | No Comments | information, linux This is to fix your errors if the operating system cannot boot. you will be able to modify your errors in a root console. I […]
sitemap of a site with wordpress January 18, 2025 | No Comments | information, web You can access Leibnix’s sitemap redirects here
use vim January 13, 2025 | No Comments | information, linux, vim For unix-like systems vim comes installed by default If you have a graphical operating system, vim is not very useful, you can use a graphical […]
Create a server on a computer January 1, 2025 | No Comments | information, linux, server They are paid steps, but not very expensive, you can look for their free alternatives. We have 2 types of IPs: The public IP is […]
Site operator: December 28, 2024 | No Comments | information, web If your website is new and you want to know how to search for it on Google and you do not appear in the search […]
Binary Search Tree December 25, 2024 | No Comments | algorithm, information It is more than just a binary tree. Requires that the containing generic class has an ordering relationship defined. Test coverage: 73% Maven dependency: Here […]
How to use a maven library that is in maven central? | No Comments | information, maven First search for your artifact with a groupId. then paste it into in your pom.xml For example You must copy and paste in the dependencies […]