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.
nm-applet &
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:
https://developers.hp.com/hp-linux-imaging-and-printing/install
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 :
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.
To install ADB
tools, we have two approaches that you can choose from and follow through.
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.
// Base Class defination
//-----------------------------------------------------
class Car {
constructor(name, type, model, color) {
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.
The project maintainers at this time (Wed 10 May 2023 01:30:45 PM
) are :
- @awesomekling,
- @jntrnr,
- @linusg,
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.
https://dlinkmea.com/index.php/site/SupportResource
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.
In this article I wanna introduce Puppeteer
as a tools that help us to do something cool like Web Scraping
or Automation
some task. Puppeteer
helps developer up and run a google chromium browser throught command line tools this google chromium is headless browser that acting like real world browser. Puppeteer
Api helps developer to do anyting that a user could do with it's browser. for example :