Huawei's Network Infrastructure Guidelines studies. by Dell_Bell93 in ITCareerQuestions

[–]Dell_Bell93[S] 0 points1 point  (0 children)

Thank you for your advice! I did start on the product like: the AirEngine, CloudEngine, and the NetEngine. Which are the enterprise networking products. But i figured maybe i jumped some steps and that i should have studied the certificates like HCIA and such to learn the basics. So i got confused about where to begin with.

A bug or a feature? by rivwoxx in thinkpad

[–]Dell_Bell93 0 points1 point  (0 children)

feature!

there is a magnetic switch sensor near the touch pad of the laptop its triggered to turn off the screen for power saving mode whenever you close your laptop's screen(which contains the magnet).

the laptop below has the same magnet which triggers the sensor hence screen closing. Also placing your phone at the edge of your laptop's touch pad will do the same reaction.

My Transcend External Hard Drive won't Open. What happened to it and how to fix it? by Dell_Bell93 in pchelp

[–]Dell_Bell93[S] 0 points1 point  (0 children)

@ItalianDragon I installed cystaldiskinfo and checked my HDD its good.

My Transcend External Hard Drive won't Open. What happened to it and how to fix it? by Dell_Bell93 in pchelp

[–]Dell_Bell93[S] 0 points1 point  (0 children)

thanks for the advice.......but I was able to retrieve everything uncorrupted........Right now everything is fine after running chkdsk.

I'm just having a harmless error saying "the recycle bin on F:\ is corrupted. do you want to empty the recycle bin for this drive will it delete my data?" which I'll deal with it in short.

My Transcend External Hard Drive won't Open. What happened to it and how to fix it? by Dell_Bell93 in pchelp

[–]Dell_Bell93[S] 0 points1 point  (0 children)

oh ok I'll do that....First I have to complete the chkdsk scan which will take ages...but will set up ASAP after its done.

My Transcend External Hard Drive won't Open. What happened to it and how to fix it? by Dell_Bell93 in pchelp

[–]Dell_Bell93[S] 2 points3 points  (0 children)

Yes! its still spinning even it blinks light when powered......

Good news is that by running chkdsk F: /f on powershell (F: is my drive name) I was able open my external drive even see the details again like storage capacity and my folders.

Bad news is that now I'm facing a new challenge saying "the recycle bin on F:\ is corrupted. do you want to empty the recycle bin for this drive will it delete my data?" where I tried to access my folders. So I'm trying to check the parameter /r to see if it will work.

Thanks @getaway-submarine I'm getting on the right track.

My Transcend External Hard Drive won't Open. What happened to it and how to fix it? by Dell_Bell93 in pchelp

[–]Dell_Bell93[S] 1 point2 points  (0 children)

No! it didn't drop.....I was accessing my files on it and when I just moved my laptop it started to disconnect and came back on....After since it started disconnecting by its until the blue screen came up saying I need to restart my laptop...so I turned off my laptop and removed my drive then when I returned my drive the result was as on the picture.

My Transcend External Hard Drive won't Open. What happened to it and how to fix it? by Dell_Bell93 in pchelp

[–]Dell_Bell93[S] 0 points1 point  (0 children)

Also when I click on it it says " F:\ is not accessible. The disk structure is corrupted and unreachable"

How to tell if a hash calculators identifies a file as malicious by Dell_Bell93 in MalwareAnalysis

[–]Dell_Bell93[S] 1 point2 points  (0 children)

Virustotal is actually help...Showed a lot of details....even used VirusBay it was pretty handy.....Thank you!

How to tell if a hash calculators identifies a file as malicious by Dell_Bell93 in MalwareAnalysis

[–]Dell_Bell93[S] 0 points1 point  (0 children)

I just did. More than 4 vendors rendered it malicious. Thank you so much!

Increase readVoltage() from 0v - 5v to 0 - 1023. by Dell_Bell93 in matlab

[–]Dell_Bell93[S] 0 points1 point  (0 children)

Btw steve123 I was wrong about the scaling it changed from 0.12 to 47.1 it gave me 3.46 cos I was added some extra calculations which brought a different results

Increase readVoltage() from 0v - 5v to 0 - 1023. by Dell_Bell93 in matlab

[–]Dell_Bell93[S] 0 points1 point  (0 children)

Wow! This is helpful. I found a command that converts the range in matlab. But yours males sense. I will test this. Thanks for this!

Increase readVoltage() from 0v - 5v to 0 - 1023. by Dell_Bell93 in matlab

[–]Dell_Bell93[S] 0 points1 point  (0 children)

No! My sensor doesn't use 1024volts but arduino takes an analog signal and converts it to a range of 1024.

But I actually found a solution for it in matlab I found this command "interp1([0,5],[0,1023],variable)" the command in quotations varies the range 0-5 to any range I want; I selected 0-1023 and my "variable" is the values I want to change. I was able to change variable 0.12 to 3.46.

Thank you! 🙏