You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The guide above is excellent and very helpful for learning the Python packaging system. Here I prefer to review a simple real‑world example of a Python package.
There is an issue with the Wi-Fi icon in Linux Mint that immediately disappears.
If it decides to disappear next time, you can bring it back with this command in Linux.
Upgrade your HP printer driver on a linux machine, specialy if this driver not work properly on your machine.
HP Printer and Linux Mint 22 (VERSION="22 (Wilma)") Driver
If you have installed an old version of the HPLIP driver on your Linux system and it's not working with your new Linux version, I had a similar problem on my Linux Mint 22 (Wilma).
The older version of HPLIP did not work for me. Recently, I checked the official HPLIP page, and fortunately, the new version supports my Linux Mint 22 (Wilma). You can check it on the page below:
In this tutorial I try to explain how patch utility could help us during development , fixing a bug or etc
What is patch and how we could take its advantage to our code ?
Unix-based systems carry a lot of useful tool. actually they made them to help us improve our productivity. patch is one of useful tool that help programer update a existing codebase.
Note
A patch is a file that contains the differences between two sets of code or files. It is used to update an existing codebase by applying changes without rewriting the entire code. The patch utility is a useful tool for programmers to apply updates to codebases.
When we work on a existing codebase we might update and do some change to it to fix a bug then we can use patch utility to add update to codebase. I try to explain its advantage with an example like this :
If you need to learn how to use ADB this quick guide help you to learn how you can use it.
A quick tour inside your Android smatrphone with ADB
In this quick guide, we will learn what ADB (Android Debug Bridge) is and explore its options through a simple example. it should provid enough to understanding of how it works ;)
If you aren't familiar with it, this tool allows us to explore the inner workings of our Android smartphone, like a hacker (not literally, of course), without requiring root access. it enable various task such as installing and debugging applications, transferring files, and executing shell commands on the device.
How to install and use it ?
To install ADB tools, we have two approaches that you can choose from and follow through.
What is ES6 standard, and how we could use it inside React
ES6 stands for ESCIMASCript 2015. in this standard we got some features that added to javascrip. there is a list of ES6 feature that React support them. in folow we familiar with them.
Class
// Base Class defination//-----------------------------------------------------classCar{constructor(name,type,model,color){
Lets compile Jakt programing language compiler on the Linux
Lets compile Jakt programing language compiler on the Linux
Okey, today we work with Jakt.What is Jakt ? this is your answerd -> Jakt is a memory-safe systems programming language.it develop and maintain by Serenity OS team and today we would like to compile it and use it.
Who are the project maintainers?
The project maintainers at this time (Wed 10 May 2023 01:30:45 PM) are :
How to reverse engineering a D'LINK ADSL Modem Firmware - First version [Alpha] [maybe we have some english issues]
How to reverse engineering a DLINK ADSL Modem firmware
I have a DLINK DSL-2750U - HW:V1 and I would like to reverse its frimware. for start I search for a frimware version that could matched with my device I found some image to download. you can also find this image on the DLINK website. this url might help you if you want do it step by step with us.
In above url I search for DSL-2750U then I select a proper version for my device for me the lastest version that I could install on my device was H/W Ver. V1/V2 F/W Ver.1.16_ME. you can also could select right version for yourself.