/sqt/ - Stupid Questions Thread

...

Other urls found in this thread:

developers.google.com/youtube/2.0/developers_guide_protocol_resumable_uploads
mikelab.kiev.ua/gb_en.php?all=1&gb=vmt_en
kirsle.net/blog/entry/make-emoji-work-in-linux
omgubuntu.co.uk/2016/02/emoji-picker-app-for-ubuntu-desktop
mactype.net/
zho0dk5gscg.ting.com/
tomshardware.com/reviews/nvidia-titan-x-12gb,4700.html
tomshardware.com/reviews/best-gpus,4380.html
proshop.se/Haarddisk/HGST-MegaScale-DC-4000B-HMS5C4040BLE640-Haarddisk-4-TB-35-5400-rpm-SATA-600-64-MB-cache/2431683
torrentproject.se/
thepiratebay.org/
extratorrent.cc/
rarbg.to/
yts.ag/
1337x.to/
windowsmatters.com/2015/04/03/windows-8-1-x64-u1-pe-with-updateable-usb-portable-apps/
theiphonewiki.com/wiki/Malware_for_iOS
github.com/StevenBlack/hosts
tomshardware.com/forum/261145-31-perform-steps-posting-post-boot-video-problems
youtube.com/watch?v=Yy86WS7pzoM
ark.intel.com/products/32430/Intel-Pentium-Processor-E2220-1M-Cache-2_40-GHz-800-MHz-FSB
reddit.com/r/Rainmeter/
nxtos.com/
addons.mozilla.org/en-US/firefox/addon/video-downloadhelper/
srf.ch/sendungen/sternstunde-philosophie/ist-das-boese-maennlich
yt-dl.org/bug
yt-dl.org/update
play.google.com/store/apps/details?id=com.cisco.androidcisco&hl=en
aliexpress.com/store/product/QCY-QY8-Bluetooth-Headset-Wireless-Sport-Bluetooth-Earphone-with-Mic-Noise-Cancelling-Headset-Original-English-Voice/2230053_32683939973.html?ws_ab_test=searchweb201556_0,searchweb201602_4_10057_10056_10065_10068_10055_10054_10069_10059_10058_10073_10017_10070_10060_10061_10052_10062_10053_10050_10051,searchweb201603_7&btsid=82d33bf2-536d-4630-8043-b4b999ecc3fe
twitter.com/NSFWRedditVideo

Reposting because no one in the last thread knew about BNF.
For an assignment I need to explain why an BNF grammar is ambiguous. Only problem is, all BNF is incomprehensible to me. I have read my textbook dozens of times and the Wikipedia article several times, but at no point can I even somewhat comprehend a BNF grammar.
It's not like I just "don't have the mind for it," because I can handle programming in C just fine, it's just that this archaic method confuses the hell out of me.
What makes it even worse is that my professor even admitted to the class that learning it is absolutely worthless because no one anywhere even uses it.

I want to pause then resume a youtube upload. Is there a way to do this?

Is this link related to doing what I want?
developers.google.com/youtube/2.0/developers_guide_protocol_resumable_uploads

I made a huge mistake, I tried to watch Porn on my (android) phone.

I went on some Porn website and it automatically downloaded an apk file, something like xtubeplayer.apk

My phone is set to NOT install apps from unknown sources, but I'm not confident about this because I also recently messed with the developer mode on my phone when I tried making an app.
Anyway, I used file commander to manually delete the file from the download folder, but I'm not sure if it got installed or not.

What do???

Is there an android app that can works like jdownloader and downloads all pics from a link in full res not only thumbnails?

First, why the fuck aren't you using a secure browser to do this?
Second, why the fuck would Android just auto-install everything that is on your phone? It would have to have essentially negative security to even think about doing that.
Third, why wouldn't you just check the list of installed apps to check whether or not the app was installed?

You're a thrice-damned moron.

I just need to confirm or deny this for my sanity.

In C++ when you have a function, does it "have" to be before main to work? I've been messing with it for the past hour, and the program only seems to work is if my function is before main.

In Java, I don't remember this being the case. But I know all programs do something differently. Am I just doing something wrong or is this just how C++ is?

Of course not. Why would you ever even include the function before main unless the program is tiny? Just throw the declaration up there and put the definition wherever the hell you feel like.

Have you rooted? Did you install the apk? What version of android do you have?

Are there any micro atx cases comparable in size to the minibox m350? That is, a micro atx case which doesn't make space for a gpu or even a typical psu?

Declarations? Haven't heard of them yet. And my compiler keeps saying shit like "this hasn't been declared yet."

Cause even when I tried this copy and paste example from cplusplus website, I still got errors.

// function example
#include
using namespace std;

int addition (int a, int b)
{
int r;
r=a+b;
return r;
}

int main ()
{
int z;
z = addition (5,3);
cout

Why don't more people use BSD?

Work through an example of making a parse tree, by hand on paper, using a BNF grammar. Your text book should have something along those lines in a practice problem. Consider whether at some point there could be multiple ways to expand your parse tree. I your book doesn't offer a practice problem of the sort then you need to find a more appropriate text for your level.

Not him, but I never use declarations, and always put methods/functions before main.
Is this bad practice? Would reading my programs annoy most people?

Yes, you write bad code. Are you new? Have you not made header files?

I must know about these headers and declarations so I might make my code better.

What do I have to do?

My textbook offers parse trees, it's just that the nonsense way of expressing information with BNF grammar is never explained. At no point does it show the same problem with both a parse tree and BNF grammar. I can figure out some things just by intuition, but the problem that I'm looking at seems like it wouldn't even be possible to write as a parse tree.

I downloaded the Win10 media creation tool, will that give me a WIn10.1 install or a Win10 install? I want the Win10.1

It should give you the anniversary update, yes.

Which compiler are you using? Because that exact code compiled just fine for me with gcc.
Also, there are a few ways of handling functions.
C++ isn't my primary language, so forgive me for being a bit rusty but here's a good (enough) example of a declaration.
#include
using namespace std;

int addition(int, int);

int main() {

cout

Ayy sup senpai

So how'z about we be lurnin' 'acking sum peezee?

Because they're stupid. FreeBSD is better than Linux at this point.

Do libraries matter when making backwards-compatible code?

Hi guys. I know, this this is a worong thread for make this question:

An ipod nano (7thgeneration) is worth ?

Thanks! Greetings from Chile

How can I get GLFW to work without using GLAD?
I refuse to taint beautiful C code with Python trash.
Not that I could with ease anyway, because there's no instructions for how to get it working without installing an installer.

A function declaration is just the first line of the function. A header contains the declarations. You would use a header to declare structs, functions, and classes and a separate .cpp file define them. Use it in your main with an include at the top of the program.

Int addition( Int a, Int b) ;

Then whatever your main is

Int addition(Int a, Int b) {
//function code
}

The default one through terminal.
Ah okay. I see. That makes sense. I tried it with my program and it complied just fine after that declaration.
I'll have to do more research into these. I guess when Sun Micro originally decided to write Java, they decided to do away with that whole declarations thing. Java is my first language, and I don't remember having to do such a thing for any functions in it.
What do you mean by separate file though?

Thank you none the less.

Ah okay. I sorta of see what you mean. I've only just began. I haven't got to making separate files yet but I'll look more into it so I'll know ahead of time when it comes up.

I seem to be having VRAM issues with my MSI RX 470, 4GB version.

When using MSI's testing program Kombustor, my PC will crash when running a ram test more than 1GB. When using VMT. It reports I'm only using less than what my drivers say I should. Any thoughts, Cred Forums? Will post completed test results next post.

Here's the result, I tried googling the first test fail code but all i found was a crappy page with people talking and not answering the question.

mikelab.kiev.ua/gb_en.php?all=1&gb=vmt_en

How can I type emoji on linux?

>First, why the fuck aren't you using a secure browser to do this?
I consider Firefox secure, but it automatically downloaded it for some reason.
>Second, why the fuck would Android just auto-install everything that is on your phone? It would have to have essentially negative security to even think about doing that.
It wouldn't do that, but the again what's the point of sneakily downloading it if it can never be installed? There must be some clever trick to it.
>Third, why wouldn't you just check the list of installed apps to check whether or not the app was installed?
I checked and it's not there, but what if it installed under a different name? Like what if the app called itself YouTube?

>Have you rooted?
No.
>Did you install the apk?
No
>What version of android do you have?
4.4

You know how you had #include in the start? You can do that with your own files. For example, you throw all of your declarations into exampleFile.h and the definitions for those functions into exampleFile.cpp. You then put #include "exampleFile.h" into your header.
This seems a bit complicated when you're writing a program to add two numbers together, but it would be completely impossible to manage a project if you just threw everything into main.cpp.

kirsle.net/blog/entry/make-emoji-work-in-linux
That will get them to display.

omgubuntu.co.uk/2016/02/emoji-picker-app-for-ubuntu-desktop
This will type them.

I don't know if it will work for non-ubuntu distros.

I forgot to mention you can also apply the rules on the string with out the tree. It's not all that complicated but it's one of those things that are much easier to shoe than to describe. Try looking at another book. Programming language pragmatics by Scott does an excellent job of describing what you want.

>nodejs
gross

to answer my own question poorly and confirm my sweet repeating digits,
GNU charmap also works. although it's unweildy.

oh, and Cred Forums doesn't allowall unicode anyway. I forgot, and tried to post some.
The bitch is I don't know which work, but some do.

Well an apk is a lot like an exe- if you don't actually run it, it can't really do anything. Actually it's more like an installer on linux, in that without actually being installed as an app it shouldn't be able to run at all, and without giving root access it shouldn't be able to make any permanent changes to the system. So it's unlikely that it's done anything at all unless you remember running an installer. If you think you might have installed it, you can try running avast or something similar to scan for known malware. And a factory reset should be effective, but probably unnecessary. I would look into upgrading to a custom rom, as kit kat is getting more vulnerabilities as time goes on.

Oh! So that's what the h file is for. I was wondering about that. Seeing as notepad++ keeps wanting to save my C++ files in h files first.
Thanks a lot for telling me that.

And yeah. I imagine having several people working on one project, or maybe even one, would get pretty difficult if it was all just one file.

FOR THE LOVE OF GOD PLEASE HELP ME

AUTOHOTKEY

+![::Å
+!]::Ä
+!'::Ö

![::å
!]::ä
!'::ö

if i press these in order i get ÅÄöåäö

it's supposed to be ÅÄÖåäö

if i have just +!'::Ö without the !'::ö it works but i can't get it to work with both

Switch their order, maybe?

I have LGv10


What do I do? first smart phone


which rom do I try?

CM13 is the only one worth trying any more

or should I leave it stock? total noob

Is this shit legit Cred Forums? mactype.net/

I can't suffer how windows 10 does renderiing compared to Linux and MacOS, and I want to know if anyone uses this software and if it works.

It gives you the option to get rid of gapps, and the option to at least try to de-botnet android. I would do it.
Expect bugs, though.

I tried it for a bit, but it just wouldn't work at all for some programs, which made it intolerable to the point that I would rather deal with Windows' shitty font fendering.

Why would you recommend that he try that with his first ever phone? He's obviously not knowledgeable in the area, so it would be far better for him to just stick with stock Android until he knows the system better.

have a galaxy S4 which i am about to switch from verizon prepaid to ting.

before i stick in the new sim and activate, how do i backup all my data, apps, files, etc either to sd or pc?

don't want to lose anything in case the new activation will wipe my device.

prefer wifi to pc or android to sd cuz many gigs = lots of time over usb or via slow DSL

it works with this specific order, thank god

![::å
+![::Å

+!]::Ä
!]::ä

+!'::Ö
!'::ö

other orders have different problems like ÅåÄäÖö in the script maps to ååÄäÖö, åäöÅÄÖ maps to åäöåäÖ

but it works now, thanks user

+1 for stock. Until they stop putting out updates for your phone, there's not much point going custom. But I would look into rooting/unlocking the bootloader before you take any system updates.

keep it stock imo

also if you want to save money on cell service, try ting. use this link so i get a bill credit zho0dk5gscg.ting.com/

What makes you think you will lose anything?

i once went from sprint to freedompop and it req'd a full install of a new rom - lost everything

you can swap sims without losing anything but your phone has to be unlocked or else it won't work with different carriers

Is there any easy way of fixing a headset mic? or a standup mic? im a poorfag

Verizon usually GSM unlocks their 4g phones out of the box. If you're switching to ting's GSM(tmobile) network, you shouldn't need to flash anything.

thanks for bringing that up. a "friend" is trying to sell me a GS7, and it will need flashed. how to? where to find howto?

You're about to buy an S4 and an S7? What are you, some kind of samsung phone pimp? What network is the s7 going from and to?

Yeah, all the time. But when I'm not using a header file, and my whole program is one file, I just put all the functions before main.

had the s4 for a long while
the s7 i think is verizon or at&t
it will also be going to ting

it's been 2 years since the badusb reveal and i haven't done anything different
if my PC hasn't shat itself and/or have seen no suspicious activity in my bank accounts do i consider myself safe or assume i'm just part of the botnet?

it's not impossible for your pc to be breached without you knowing it but it's not a major concern unless you deal with valuable trade secrets or something

Missed the prepaid part above. If the phone was originally prepaid instead of post paid, you'll want to ask verizon about getting it unlocked. They'll do it after a certain amount of time or payments. Phones that started out as postpaid ("regular") verizon are always unlocked. So if that S7 is post paid verizon you don't need to do anything. If it's att you'll probably need to find an unlock code or work something out with the company. If you're not trying to use the sprint part of ting you can pretty much forget about flashing.

Cheapest GTX 1060 (Palit Dual or whatever) or best 480 (Sapphire Nitro)?

So I've always been in a habit of installing Win10 without internet so i can get in and install drivers before Win10 tries to do it on its own. Is this just a waste of time?


Also program out that will install all the bullshit apps that come preinstalled with Win 10?

I think YouTube red offers that for some content. I've resumed episodes from my phone to my computer before

Bumping, I'm worried.

Why are sata iii expansion cards so poorly reviewed? I'm looking for one to add one more drive to my desktop and it's proving a chore to find one that's as consistently well reviewed as a 1tb hard drive.

are CRTs the cheapest way of getting a 120 Hz or 144 Hz screen? im a poorfag i dont care about size

1060

if you can find a good CRT locally sure but otherwise the shipping would be too expensive and the best CRTs are actually expensive because of how rare and good they are

i found a NEC FE990 for 15 bucks nearby
according to the manual it can do up to 160 Hz in the lowest resolution
ill drive there in case its too heavy

That 19 inches tho. And what exactly is the lowest resolution anyway? I mean it's hard to scoff at $15, but that sounds like a rough tradeoff.

that sounds really good and it can go up to 1792x1344 at 68 Hz if you want a higher resolution for desktop work

i say go for it for 15 bucks definitely

Did a little more testing, I read through the broken english VMT uses and found out how to manually set the Vram I can use, and I cannot use any more at all more than 2,000,000,000 bytes exactly (1850ish MB)

I think I should report this to MSI, or is there something I skipped in installing my GPU? Was I supposed to go into the bios and set the memory?

640x480 @160 Hz
according to my calculations it will do 144 Hz at 800x600 and 110 or 115 Hz at 1024x768
technically the lowest resolution is 320x240 wich i really want to try out in retro games
blimey mate, ill go for it then

I bought a second hand R9 270x and it works fine as an improvement over my gt 730 in games etc but the general pixel quality seems worse. There also seems to be some white pixels around windows etc that also sometimes flicker and it gives a somewhat grainy picture. I have a philips 221E and running it though hdmi.
Is there something wrong with the card that i can fix or is it just fucked?
pic related is what text looks like on a non white background

'pixel quality' what i meant was everything has a jagged edge appearance and is not as smooth as before

have you turned on anti-aliasing?

Halp Im trying to download a torrent and some mirror website keeps popping up tell me i need to sign up and give credit card wtf happend... I need to download a torrent T_T

Use the magnet link you autist. What kind of tracker doesn't offer magnet links?

... you should try second hand graphics card before buying them. and even then you can possibly predict whats gonna fail or if everythings okay

i don't see anything wrong with your pic of the text. you could adjust cleartype

show a screenshot of the white pixels around windows?

My school has a VPN so students can download software from off-campus. I've gotten warnings from Comcast about downloading torrents so I'm kinda paranoid about it now. What's gonna happen to me if I download a bunch of music and movies from the the school's VPN?

What website? And what adblocker are you using?

Your school will get pissed at you.

How do I set a constraint target in xcode for an ios view? (say I have view1 and view2. How do I place view2 underneath view1 and not rely on the badly working autolayout?)

I've landed myself with an awkward problem.
The Skype account that I used to use to talk to family is now used for ERP, because now I only talk to my family with phone.

Rather than a picture of myself and my name, there is now a picture of a wolfgirl and a name along the lines of "Awoo".

But my mother and aunt want to do a Skype call with me tomorrow.

halp

stop using your main account for ERP if you want any respect from RL friends and family

Keep it stock, only root if you need root acess for certain apps like Adaway

The problem with that is I don't want to disrupt the mental image of me being a cute wolfgirl for my friends.

I re read my original post and realised it doesnt make much sense, my bad. Im talking about in windows not in games. Is there a antialiasing option somewhere in win10 or in graphics settings? ive already updated to latest drivers but nothing has helped so far

yeah i know but i got it pretty cheap so it doesnt really bother me. Its performance is still much better than my last card its just these white outlines around texts etc.

Does someone know a android app that works like jdownloader and downloads all pics from a link in full res not only thumbnails?

make a new fucking skype account to use with your family.

see

>family already has me added
>hmm who is this mysterious wolf girl that removed me from her contacts
>oh lol it's user
>what a fucking weeb faggot

Already tried cleartype to no avail. If you cant see anything wrong with it maybe its just my monitor, ill try another monitor later

I am trying to install windows 7 onto a computer using an iso file and usb. i have prepared the usb using rufus. the computer boots to the usb and begins the setup, after choosing the language and keyboard style a problem is encountered. a window pops up and reads
>"A required CD/DVD drive device driver is missing. If you have a driver floppy disk, CD, DVD, or USB flash drive, please insert it now. Note: If the Windows installation media is in the CD/DVD drive, you can safely remove it for this step".
google searches have told me to close the windows, unplug the usb, and move it to different ports and retry installation without rebooting, I have tried all permutations of this process using my various usb ports and have not had success
what should I do?

take a picture instead of a screenshot of your screen and post here
if you see small green dots the gpu is nearing its demise

You have a skylake processor, don't you?

just noticed this playing rs, the white pixels to the left of the inventory screen are flickering. also all items just seem lower quality than before which is ironic

forgot that made a difference. I have the pastebin that tells what to do with that from last time I asked something, thanks

flickering pixels?
i bet the previous owner overclocked the card a lot
either that or the thermal paste ran dry but that takes way longer

adblocker doesnt work and im a pro at clicking the right dl button, and i did click the magnet link but this sign up pop-up keeps coming up

You still haven't told us the URL of the honeypot you're trying to use.

Explain email clients to an ignorant motherfucker. What do they do and what do they provide that's better than opening my preferred mail service in my browser?

Maybe

If I have Deluge running at the same time as Overwatch, I get disconnected from Overwatch.

I'm using a wireless adapter, speed tests give 90MB/s. The torrent file was only getting 2MB/s. I don't get disconnected when a Deluge is off.

try doing a clean install of the drivers, might be a failing card or just shitty amd drivers

Woops.. kickass torrents and pirate bay

also you could try bumping up the voltage or lowering the clocks and see if it changes anything

Where can you get old drivers for USBs? I want to check some old drives i found but it doesn't let me open them because my drivers are too new. Also how do you decrypt files?

So you're getting the same popup credit card information both on thepiratebay.org and the shitty mirror you still think is kickass?

USB whats?

Usb drivers "being too new" is not a thing. If you give us the exact message we may be able to help. Decrypting files depends on the filetype. You also need the password.

For what concerns me: I can view my emails offline, manage all my email addresses in one place, use my local (or shared) address book/calendar, use GPG.

Then i guess it's up to me stil being a retard with computers. I have the USB memory sticks in a diffrent place so i guess ill ask again in another thread when i have them on me and can get the actual message

Bump

Building a new PC soon want some card recommendations. Curious about which uses least power and performs best.

GTX960/1050 (Maybe?) or RX470?

1060 is better value than 1050 AFAIK
RX 470 is great value too
960 isnt that good of a deal anymore compared to other graphics card.
what games do you want to play

please respond D:

Stripped a screw trying to unplug a hard drive from my old network. Not that it really matters, it was going in the trash, but I'd like to get it out in one piece.

wat do

I mainly play older titles, Rust/H1Z1/LoL I'd like to be able to play BF1 at decent FPS. and i only play at 1080P.

Why Windows and OS X so retarded?

drill

I'm trying to set up my Android IDE as I've done many times. For some reason I'm now getting this error when syncing with Gradle to initialize the project.

Any ideas?

Change your port that Deluge uses. It might conflict with Overwatch.

even for 1080p with moderate graphics settings you probably want at least a gtx 1060 3gb

I'm talking completely bald. Nothing.

Meant to say netbook but the way.

RX 470 should be good enough for you and futureproof for at least 4 years
hell even i can play BF1 at 60fps with my ancient HD 7850 if i turn on DX12

Out of space?

I have a few TB free though. That can't be it.

How long until I can do 4k, 60 fps, in a fairly demanding game on one card?

You can today. 1000 series.

Hell my 980 handled 4k @ 60fps in some really demanding games.

tomshardware.com/reviews/nvidia-titan-x-12gb,4700.html

I'm thinking of moving all my photos to some sort of external storage. My collection is currently only about 20GB, but I want this storage to last me for 5+ years.

What is my best option?

>128GB MicroSD card
>128GB USB 3.0 flash drive
>256GB external hard disk

You can try to check for errors in your HDD filesystem.

I wouldn't rely on a microsd or usb flash drive to hold anything for 5 years.

I've got a 980, might be time for a new monitor
That probably costs about as much as my laptop and desktop combined.

How can I reset an iphone 3g? I wanted to reuse my old one, and after I did a hard reset, I keep getting error 1015, I looked up online and everything I try won't work.

I even got redsn0w and tried getting into DFU mode, and that didn't work either, it won't go ot DFU mode for some reason. I think either my computer won't read it or redsn0w won't read it.

What can I do now?

>That probably costs about as much as my laptop and desktop combined.

True. But you didn't say anything about price. You just asked about whether it could be done with a single GPU. And now it can.


tomshardware.com/reviews/best-gpus,4380.html

I'm about to splash out on an additional 2tb internal hard drive.

1) I presume SATA cables & those 'motherboard power -> back of drive power socket adaptors I can't remember the name of' are included as standard?
2) What's the go-to brand for bog standard storage needs?

with a gtx 1080 you're just about there, even with a 1070 you can sort of manage it depending on the game and settings. having a g-sync monitor helps

gtx 1080 ti will have better price/perf than titan x pascal but it's not out yet. with titan x pascal or 1080 ti you should be fine for single gpu 4k gaming

No, if you'll probably need to buy a sata cable if you don't have one already. The power connection usually comes with your power supply. HGST/Hitachi/toshiba are usually good. You can also go western digital. Segate is risky.

this is a stupid question, right?

I don't have a computer, only a cell phone

can I root and install cyanogen on my LGv10 without a computer??

Change the display pic to some random new show like Mr.Robot poster or maybe a Snowden movie poster. Will be neutral for everyone that sees it

HGST if you can find one at a consumer price point (availability/pricing varies)

i bought mine from here but they've hiked the price up even more (it was introduced at like 1299 SEK iirc and i bought it at 1499 SEK and now it's at 1899 SEK) probably because of high demand or something

proshop.se/Haarddisk/HGST-MegaScale-DC-4000B-HMS5C4040BLE640-Haarddisk-4-TB-35-5400-rpm-SATA-600-64-MB-cache/2431683

>you'll probably need to buy a sata cable
Dang.
>The power connection usually comes with your power supply
You're right: it's been years since I even bothered opened up my machine. I'm talking about the small adaptors that go between your PSU power cables - currently unused & tucked away - and the power socket on the back of the drive, that the existing power cables don't fit.

usually you get just the drive with no cables or adapters

>can I root and install cyanogen on my LGv10 without a computer??

Technically yes bu n case you soft brick it, you need a computer to unbrick it

Risky to do it without knowing how to unbrick your phone and not having a computer to unbrick your phone imo

yes, whats a good site to pirate on bc those sites suckkk

It may be a stupid question to a more tech savvy person than me.
But when i am running all kind of games eg. WoW, MGS5, Rimworld, even just browsing chrome.
Some times my compter will black screen. But my computer still works like normal for 2-3min then completely shut down.
I have prolonged the issue as long as i can without it getting annoying, but when i re-socket my ram the problem "goes away". For a month almost to the day...
I have been told and also come to the conclusion it's my ram but i would like to have some one else's input to the matter.
btw ram is 4x2GB ripjaw sticks

Probably not. It depends on what exploits have been found for your version of the phone. But most require external help to breach the phone's security. Also there may not be any custom roms for your phone. Which company is it?

If you have a modular PSU, then every cable is removable and you can add power cables after the fact. Otherwise you only have a set number of power cables. Maybe you're talking about a molex connector? Those aren't the preferred way to connect an HDD, but you can use them with an adapter as long as you make sure your drives voltage is supported.


torrentproject.se/

thepiratebay.org/
extratorrent.cc/
rarbg.to/
yts.ag/
1337x.to/

Torrentproject is a metasearch that indexes other sites. Also get the Ublock Origin plugin.

Deluge preferences says it uses random ports between 6881 and 6891 (but seems to use a lot of ports even when idle, I don't understand that), and it doesn't seem to conflict with any of the ports Overwatch used.

Just bought an SSD and instead of reinstalling my OS onto it, I decided to use Ease Todo Backup to migrate my data from my HDD to my SSD. It worked successfully, and I was able to boot into the SSD with the bios option; however, I don't think it is my primary disk. Here is what my disk management screen looks like. What do?

What kind of IT job can I get without any IT experience? Only thing i got is a high school diploma and a little bit of uni. Also have some retail experience and trucking too.

you don't need much to become a sysadmin or computer repairman. you could learn programming and become a programmer

Thinking about buying an RX 480 but I can't decide between MSI or XFX. Who has the best customer service between the two?

Whats the power consumption on a RX 470/960?

How can i replace the Ubuntu File Open Dialog, that appears, for example, when selecting an image to post here, with one that shows thumbnails?

It was possible in Kubuntu, so there has to be a way to do that on regular Ubuntu as well, right?

I tried replacing nautilus with dolphin, but the file open or save dialog is still the same. Maybe it's some gtk3 stuff, i'm not sure.

What is a prepaid smartphone? Can I use my AT&T SIM card in them or just use it via wifi?

You messed up by not copying the system reserved partition. That is what tells windows where to boot to. But you can replace it using easyBCD. You want to make the SSD partition your boot drive. Then you want to remove the HDD and let windows realize the location of it's "C" partition has changed. Then reinsert your HDD, but make sure the SSD comes first in the boot order, and delete the system reserved on your HDD. You might want to burn a copy of this first

windowsmatters.com/2015/04/03/windows-8-1-x64-u1-pe-with-updateable-usb-portable-apps/

In case you run into any problems.

TDP of 120, so probably max of around 140.

Has anyone heard of SecurityMetrics?

Someone knows a good video editing software that is easy to crack?

As in
>download legit trial version
>enter some russian serial key
>done

I'm not too inclined to infest my PC with some strange sony vegas or Adobe CC crack

can also be older versions, I don't really need that much just proper H264 encoding and some basic editing and effects shit and multiple video and audio tracks

I tried movie maker but it sucks ass

A prepaid phone is a phone intended to run on a specific company's prepaid plans. They're usually cheaper than normal phones because they expect to make back their money by locking you into those particular plans. Some companies will allow you to unlock your prepaid phone after a certain amount of time using it. Unless the phone has been unlocked you usually can't use it anywhere else, even on the same company's postpaid plans. But you can usually use a smartphone without any cell service, so they can make good wifi only devices. Just bear in mind that a lot of these phones are also cheap because they have crappy battery life, screens etc.

MSI is a pretty good brand.

i would guess XFX because they're headquartered in the US but i wouldn't expect any amount of customer service from them, do your RMAs through the retailer not through the manufacturer

lightworks and/or openshot

Anyone know how to read this two-input DC graph? Professor's assigned reading doesn't seem to cover it and google isn't helping

>Receive email from a company I dealt with 2 years ago

>Clearly the company's email account and my personal information stored on their website has been compromised

>Find out another company hosting the trojan is also compromised

>Not even mad, is their any point in even trying to notify these companies? I assume they will just think I am trying to scam them or something if I contact them talking about a trojan hosted on their website.

>pic related

Y is obviously voltage, though it's not labeled.

they'll probably have you done for hacking.

Premiere CS6

you just need to sign up for a free adobe account to get the trial versions, and you can activate it with a keygen (just run it in a VM) - no crack required

Anything >CS6 (aka CC) requires you to jump hoops tho. You can still crack it using only a serial but it doesn't update and if you press the update button by accident, it'll break.

CS6 just werks

So unless you need the latest CC features (you probably don't), can't go wrong with CS6

A and B are inputs and the Y is the output

all axes show the voltage

Ah fuck, they all are huh.

Disregard

so is that an AND gate? I'm just learning logic gates so how do i answer this?

like wtf is 1,2,3. I've only dewalt with 1 A and 1 B as inputs. Are 2,3 "higher" logic levels?

You found out what kind of gate it is, and since all axes show voltage, you should be able to use that to find the approximate voltage ranges for high and low inputs.

Would I be able to order a laptop from Dell that supports 3 external (and the regular internal) monitors as well as 4 hard drives, and optical drive, and >4 USB ports

I mainly wanna just ask, since I don't wanna call them yet, since I'm not ready to order

Also, preferentially, dual-CPU, but that's not entirely necessary

>Alternatively
>Is this fucking retarded, and should I just get a Travel Cube in addition to a regular desktop?

are there hosts file lists as alternative to adblocking? ublock is an alternative to that but i like to cut the bloat to a minimum.

alright thanks

I'm trying to install an SO on my new motherboard but nothings showing on screen. The GPU is not installed yet so the only posible output is VGA and HMDI and both give no sigbal out.

The fans are spinning with no problema and The HDDs are turning. Any reason this could be happening?

I am going to be investing in a VPS. It will be OpenVZ, which OS should I grab? Debian? Ubuntu server?

I am just a lowly moron.

they're the voltages, a voltage over a certain threshold is "on" or "1"

>Facebook hacked

What do? I have a special email only for Facebook, password is not the same as for that email, and I only use Facebook on my iPhone and Macbook Air.

What's the most likely weakness here, can Air get a keylogger or a virus? Is it maybe iCloud, or something else entirely?

What's the best and cheapest Pi/Pi-Clone to get as an always-on torrentbox?

>iPhone
there's your problem.

Shouldn't iPhones be really safe?

nice meme

Best place for renting domain names?

Anyone know if you can get x64dbg to work with *.so files? Or is it just IDA?

You're the one being retarded here.

How the fuck do you expect it to be hacked if it's only used in Facebook app on iPhone?

Anyone?

theiphonewiki.com/wiki/Malware_for_iOS

Ruled out ridiculously easy brute forced password or phishing yet?

Of course the Air can get a keylogger or a virus, however you have to be really dumb to acquire one. Judging by the post you just made, it doesn't seem that unlikely though.

What do you mean with "hacked" anyway?

free webhost service with ftp access that ISN'T community-like as in neocities and stable? no need for server-side scripts, and 64KB of space would be more than enough i guess (no meme intended).

github.com/StevenBlack/hosts

But you'd be surprised how light ublock is.

tomshardware.com/forum/261145-31-perform-steps-posting-post-boot-video-problems

anyone know if there is a way to make Rofi also return shell scripts in a given folder?

Google Pictures keeps lagging on my phone, and it doesn't load picture previews. Any good alternative to it? Something that looks good and also is light.

thank you kind tripfag

Please

try asking this thread
also within that thread ctrl-f for /CSG/ YOUTUBE CHANNELS

and look in those channels if they reviewed microcontrollers/piclones

Doubt it, most integrated GPU's support 2 monitors max (with internal included), you can check this though if you look up the GPU's specs.

Am I supposed to have my own hostname to put in this hostname section?

I have never cleaned the insides of my laptop. Should I, or are laptops exempt from this maintenance?

If it's not overheating from a clogged fan I wouldn't bother

Latest Qbittorrent update gives me I/O error message, older version still works fine. Could it be caused by Veracrypt?

I'd clean the fan. You should be able to do so by just popping the keyboard off.

Although I've opened up just about all of them in the past to clear out broken hinges and shit. Also made it easier to clean out the fan

Pls Cred Forums, it won't let me progress without putting something in there but I don't know if it just wants a server name or what

As a media editor who works with a lot of files and different applications and plugins, are one of these as boot/main drive worth it?

a normal SSD should be fine

some M.2 SSDs are faster but it depends on the model and you have to check your motherboard for compatibility and the faster ones were expensive as hell the last time i checked so it depends on how much your income is based on how long it takes to load/save files

I need a small 25mb software that has a 7 day trial cracked, willing to pay 200$ (should be easy money for someone who knows his shit)

Where do I go?

What are some fun things to do with a Raspberry? Right now I only have using it with OpenVPN in mind. Any other ideas?

try in but i don't think it's so easy and i think it's illegal (i'm not a lawyer tho)

my gpu (gigabyte gtx 1070) is 45c when i'm just browsing the net... is this normal?

yes it's fine

I have been subjecting my ears to the absolute worst music and proving myself wrong on Quora for entertainment while I wait to be spoonfed information on how to load OpenGL functions.
This is not how I imagined spending the night and I'm not sure how I feel about it.

HELP MSN EMAIL ISNT WORKING, WHATDO?

IM TRYING TO VERIFY EMAIL BUT I DONT SEEE ANYTHING IN INBOX I TRIED EVRYTHING

does anyone here record university courses, if so - with what? is a phone suitable for that?

I know you guys arent supposed to be tech support but I'm pretty lost.

Yesterday my display drivers (version 372.70) for my 1070 starting crashing and recovering. It got to the point that the screen would just freeze. I uninstalled and reinstalled the drivers and it worked for a bit, but it just started happening again and I can't even get to the windows login page. I never had any issues until driver version 372.20. Should I try just reinstalling the older drivers the card came with?

When I upload my 360p video to Youtube. Compared to my video, why does Youtube look compressed/blurry and not sharp as my source file? I see more macro blocking artifacts after it's uploaded.

Because youtube re-encodes everything.

im purchasing a cheap 2 dollar cloud of google drive
reason me why not or choose onedrive

Has anyone got any experience with the Intel core M3-6Y30 processor? Any word on how it performs?

>enter miniSDHC with SD adapter to card slot
>shows up, but I can't access it ("insert disk to Z:") nor format it
>enter it on a 8-year old netbook with the same adapter
>reads fine
>maybe my laptop doesn't read SDHC
>read the manual, it does
>maybe it's the slot that is not working
>try an old SD card, it reads

WHY

Good battery life, shit performance.

Am I much better off with an i5-6200U or i7-6500U then?

>computer also doesn't recognize any of 3 microSDHC cards when using a USB adapter
>an adapter that works on other computers, for the same card

WHY DOES IT HAVE SUCH HARD-ON AGAIN SDHC!!!!!

DDU Driver

How come my new DAC doesn't mute when I push the mute button on my keyboard? Like the on-screen display shows that the volume should be muted but I can still hear it. It's spooky af

Why are superheroes called superheroes? Isn't the term hero good enough without needing to add the "super" prefix? Same thing with superpowers, why not just call them powers why do we need to tack super on?

you're probably muting a different soundcard

How would I go about just using a straight text editor and compile with gcc?
I used to use visual studio or codeblocks or something but I kind of wanna go down this route. I'm on linux right now but I don't have any experience with this kind of stuff.
I know theres makefiles and stuff but surely I wouldn't have to write one for every project I make right? They seem really tedious to make. I don't know really. What should I do?

HP laptop, My audio is stuttering, how do I fix that shit?
I've googled and tried EVERYTHING.
I've checked my hard drive for errors, turned off the 'Drive guard' thing, de-fraged, re-installed the audio drivers.
Nothing.
I've had this happen a few times in the past but the past day it's happened non-stop.
What does that mean? Computer dying or is there a fix?
>HELP

right click the volume icon and click playback devices, set your dac as the default

>Torrent
>9.5 MiB/s

>Speedtest
>Barely get 75 Mbit/s

Shouldn't I get 95 Mbit/s?

In theory it should be at least 80 Mbit but it depends on a lot of factors.

What are the best BIOS CPU options for an AMD FX-8350 ?

It is the default and the only one enabled...

9.5 * 8 = 76

sounds about right

one MiB = 8 Mbit, not 10. 8 bits = 1 byte after all.

huh, there should be at least an analog out and a digital out, the digital goes to your dac, the analog (3.5mm jack) is the most common and should be the default

One MiB is actually slightly more than 8 Mb

or if it's a USB dac it might work differently

Well yeah but I've had that disabled for ages ever since I switched over to a USB DAC a while back (when my onboard sound card's audio jack got broken) lately upgraded to a nicer one which is now similarly the only enabled playback device at the moment.

Doesn't bother me THAT much since I can always just power off the DAC itself or switch it to a different input stream but I do think it's kind of odd. Are my programs bypassing my OS and talking directly with the DAC now or something?

1 MiB = 8 Mbit

you're trying to shoehorn an autistic distinction between MB and MiB which doesn't apply here

Oh. Thanks for explaining it.

It's an autistic distinction when you correct someone saying MB to mean MiB, but when you specify MiB you should use it correctly.

8Mbit = 8,000,000 bits
1MiB = 8,388,608 bits

is there a addon for browser that stop redirecting and take me right to the link when I supposed to go? fking pajeets are annoying...

When Android Nougat was officially released, I signed up to the Android Beta program to get the update right away on my Nexus 5X.

I installed it and now I want to revoke the beta program on my phone. If I do so, will I lose all data on my phone or keep everything since I'm running (what I believe) the release version of Nougat ?

just back everything up with titaniumbackup beforehand, just in case

Getting a general purpose laptop, I'm down to one last tradeoff:

>AMD A10-8700P 1.8 GHz
>256 GB SSD
or
>Intel Core i7 6500U 2.5 GHz
>1TB HDD

I don't need the extra storage, just speed. Would the SSD benefit me more than the intel chip, or vice versa? Do either of them work like an APU handling graphics? Won't play games on this but it might be nice for video decoding/playback/performance.

SSD is faster. That said, why can't you just pull out the 1tb hard disk in the i7 machine and throw in a kingston/sandisk ssd off of amazon

Erf, my phone isn't rooted

A10

The 6500U will have better battery life and performance, but why can't you find one with an SSD?

Intel 520 graphics should be faster than the R7 360M

is the installgentoo ftp still up?

How the fuck do I get rid of the 'Stream to TV/Chromecast' button from every video in chrome, particularly youtube?

I don't want to have to use a different IP range and can't remove the chromecast

This is a real fucking stupid question to ask here but here goes.

Anyone happen to remember a video where a baby is overly excited watching this music video? youtube.com/watch?v=Yy86WS7pzoM

I'm exhausted trying to search all variants of "kid watching / baby dancing" etc.

Recently, I switched to Win 10 and did a fresh install on my laptop. I noticed that some programs running on start up start with a bigger delay than on Win7.

For example, I had a simple startup script that runned immedialy on Win7 but on Win10, the same script takes like 5 seconds before starting on the same laptop.
The same happens with other programs like Discord.

Is there a way to run programs on start up immediately on Win10 ?

How do you integrate mercurial repo's in to a PKGBUILD?

as a source: "hg+"

How do you build it though?
Trying to compile firefox-nightly from source.It works fine manually, but when i try it in pkgbuild, it just dosent work since it takes so long to compile

Would an E2220 desktop be good enough as a basic 2TB NAS? Also, I think there's 4GB of RAM in there, but I could easily upgrade if that's not enough.

ark.intel.com/products/32430/Intel-Pentium-Processor-E2220-1M-Cache-2_40-GHz-800-MHz-FSB

>PSU making clicky-like noises all of a sudden
>Weekend, shops closed til Sunday
Specs: 6700k / HD 7950 / 3 SSD / HDD / Corsair G series 600W

My options:

Antec 550W 80+ Gold EDG550
SeaSonic 620W 80+ Bronze M12II-620

What should i pick?

thanks.

What free email service should I use?

how do i increase screen time on android 6?

Protonmail or ur own

Can anyone help me make my Android homescreen look nice. I always see people with good ones and I don't think mine compare. I just kinda copy others

so what's the most durable chips for ssds? mlc or tlc? I wanna run them 24x7.

Is ZOWIE xl2411 just a rebrand of Benq xl2411z or are there differences?

samsung 850 evo

Good old mail.com is alright. Lots if ads though. Good thing is they have a lot of domains. I was able to get "[email protected]"

what makes them better than 850 pro?

Is pin#6 pointing to the far left pin of that IC? or the second one? It's the only one I'm unclear on and I can't find other diagrams for SCPH-7001

Anyone know any good desktop widgets? Looking to upgrade the look, preferably something sleek

evo is 540 pro is 550

Not really worth the price jump for pro

why even bother installing a modchip? you can do a swaptrick on all psx models

user did not ask whats wroth the price jump
he asked for most durable
considering you are recommending TLC nand over MLC nand, and spout some bullshit about 540/550 which god knows what it suppose to mean...

I think you can get the fuck out of here

reddit.com/r/Rainmeter/

and I like nxtos.com/

you're going to have to dig through ancient archives on diagrams and pin outs on the web imo.

I think you should have relevant knowledge on this topic at hand, instead of throwing in your asinine, uninformative opinion

He is clearly looking at ssd's, implying he understands the basic of basic information, in this case, the speed it is rated at.

I am providing informed information, which he can then use on his own to derive his conclusion

Now go wash your hands and grab your backpack, we're going to be late for noon kindergarden

nigger you have on idea about MLC and TLC
you are the one with opinion instead of showing some knowledge

when asked whats the difference between evo and pro version your answer is:
>evo is 540 pro is 550

god, now it dawn on me that you might even talk about sequential transfer speeds, oh god, you are that stupid to rank SSDs by that...

...

great argument
you got told, now fuck off
go read some marketing materials about ssd
how kingdston and transcient got 550MB/s oh woa awesome speed they are now best

next time someone asks for something "best", theres chance that the budget thing thats recommended everywhere by every half retarded kid is not the answer you should be parroting ;)

The only one showing off their lack of intellegence is you. You have pathetic grammar, and can barely form a coherant sentence
>best
>kingston
Samsung has persistently shown excellent performance. Writing over 100x the regulated "lifetime"(over 1PB before dying). Thus providing samsung is the main choice
>other shit
There is this magical website called google. It provided basic information

>going full retard
re-read the post you are replying to
now read your own
yeah, I am sorry... explains lot in your life though, right?

...

got oneplus x, dropped it, back glass panel has a few cracks in it
can the panel fucking fall apart? i've never dropped my phones before, should i do something

Anyone know the idle power consumption of the 8800gts 512Mb?
I was calculating the difference between idle multimonitor setup for RX480 and 1060 and it is around 33watts which for a 24/7 system here with prices @0.198€/kW/hr turns out to be like 58€ more a year. Well this got me thinking I got another system in the house with an old 8800gts and while it is not 24/7 it does stay on quite a lot. I would like to know if it will be more economical to get a cheap GTX750 with a much lower idle consumption.

What FTP service should I get for my debian VPS?

pic unrelated

Why use FTP at all? I would much rather use SCP or SFTP at the very least for personal transfers. Unless you are making something available to a wide array of people I would look at those protocols.

what protocol do services like owncloud or seafile use?

Guess I will try out SFTP. Cheers.

How the fuck do I switch my wordpress site over to cloudflare's free ssl?

Why can't I just do a clean install to https in the first place?

if rest of the pc is as shitty as 8800gts then going for new cpu/mobo might be even better
I am not kidding my skylake i5 machine, no gpu, eats around 30W
it will be same for pentium, or i3

I'd like to buy a domain that's currently registered but doesn't seem to be in use. The whois lookup indicates that it expires in about a month. If the owner doesn't renew it, will it simply become available, and my best bet is just to try to register it as soon as it expires?

interested in answer to this as well

do you think AMD will sell their 8C/16T Zen at $350? Do you think Zen will be a disappointment?

It is a E6600 but if I star changing mobo+cpu then I will have to change also the ram + PATA hdds. It will be a fucking nightmare. I am willing to get a cheap GPU if it demonstrably saves money in like 3 years but alas to be sure I need to know the idle consumption of the 8800gts 512Mb.

Is there another name for a quad to sata power cable? I can't find them seperate anywhere.
Pic related.
>Microcenter is the store I'm looking at.

if you use pata HDDs you are doomed
gtx750 will cost ya $100
pentium + mobo + ram will cost ya $150 max and will save you more power
especially if you are making long terms plans like 3 years...

>long terms plans like 3 years...
It is not a plan but to allow time to amortize the expenditure. Any lower timespan and it will really not be worth the hassle monetarily.

well i am of the idea that you better invest in to the cpu/mobo/ram than to the gpu for idle power consumption optimalization

How do I make 4chanx image hover feature work on all files except webms?

I guess technically I'm connecting to a six pin power connector (5 of which have pins). I'm working with a used 700W psu I bought with no connectors. I thought they would be easy to buy seperate.

>adblocker doesnt work
[citation needed]
I've never found a website that uBlock Origin doesn't work on.

>If the owner doesn't renew it, will it simply become available, and my best bet is just to try to register it as soon as it expires?

Yes.
that's how TP-LINK lost a few domains, now they will have to pay a lot to the lucky bastard who got em.

not quite. most of the time you aren't getting away with buying registered names.

Any good source for DRM free audiobooks? Paid or pirated. Audible has almost everything you could want, but I'm pretty sure those are locked down to approved devices, etc

KAT had a bunch of the popular stuff.

I found a ASUS EN210 (5 watts idle/10 watts max) for €33.
Pretty sure if the 8800gts system was 24/7 I would amortize it in about 1.5 years as I am sure the 8800gts idles upwards of 40watts.

Why is this not building?
Firefox-nightly
mozconfig is in the base dir
Im trying to copy it to the src dir for compiling
cp ../mozconfig mozconfig

But it is not moving the file to the src dir
Anything im missing?

how can i download a imbedded video from a homepage thats not youtube, myvideo or similiar?
the video i want to download doesnt give me a direct link to the video, so i'm kinda messed up :S

addons.mozilla.org/en-US/firefox/addon/video-downloadhelper/

link?

srf.ch/sendungen/sternstunde-philosophie/ist-das-boese-maennlich

i need it for a paper i have to do for university.

I guess it wasn't a stupid question but no worries.
The answer, as I discovered, is: 6 pin to Molex, Molex to SATA. It's a lot easier on voltage that way.

>srf.ch/sendungen/sternstunde-philosophie/ist-das-boese-maennlich

thanks a lot! it seems like it's working.

Best tumblr app for android

$ youtube-dl -x Phrxu3lrnEY
[youtube] Phrxu3lrnEY: Downloading webpage
[youtube] Phrxu3lrnEY: Downloading video info webpage
[youtube] Phrxu3lrnEY: Extracting video information
[youtube] Phrxu3lrnEY: Downloading js player en_US-vflGe_KH9
ERROR: Signature extraction failed: Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/youtube_dl/extractor/youtube.py", line 905, in _decrypt_signature
video_id, player_url, s
File "/usr/lib/python2.7/dist-packages/youtube_dl/extractor/youtube.py", line 820, in _extract_signature_function
res = self._parse_sig_js(code)
File "/usr/lib/python2.7/dist-packages/youtube_dl/extractor/youtube.py", line 883, in _parse_sig_js
initial_function = jsi.extract_function(funcname)
File "/usr/lib/python2.7/dist-packages/youtube_dl/jsinterp.py", line 241, in extract_function
raise ExtractorError('Could not find JS function %r' % funcname)
ExtractorError: Could not find JS function u'Ay'; please report this issue on yt-dl.org/bug . Make sure you are using the latest version; see yt-dl.org/update on how to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.
(caused by ExtractorError(u"Could not find JS function u'Ay'; please report this issue on yt-dl.org/bug . Make sure you are using the latest version; see yt-dl.org/update on how to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.",)); please report this issue on yt-dl.org/bug . Make sure you are using the latest version; see yt-dl.org/update on how to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.

$ sudo apt upgrade youtube-dl
Reading package lists... Done
Building dependency tree
Reading state information. Done
youtube-dl is already the newest version (2016.02.22-1)
Calculating upgrade. Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.

nice

>youtube-dl is already the newest version (2016.02.22-1)
>february
>"newest"

Can you recommend me a free working android VPN or are they all shitty?

android has built in VPN support

this

but:
play.google.com/store/apps/details?id=com.cisco.androidcisco&hl=en

Holy fucking shit I love her.

I need a headset to make gameplay videos, some thing simple, with enough quality, wireless and as cheap as possible. (under 20 bucks)

aliexpress is my only option. Was thinking this, since they have a mic:

aliexpress.com/store/product/QCY-QY8-Bluetooth-Headset-Wireless-Sport-Bluetooth-Earphone-with-Mic-Noise-Cancelling-Headset-Original-English-Voice/2230053_32683939973.html?ws_ab_test=searchweb201556_0,searchweb201602_4_10057_10056_10065_10068_10055_10054_10069_10059_10058_10073_10017_10070_10060_10061_10052_10062_10053_10050_10051,searchweb201603_7&btsid=82d33bf2-536d-4630-8043-b4b999ecc3fe

How do I get passed this screen in Google Chrome?

My PC boots incredibly slow. Think 10 minutes before I can launch my internet browser and have it function properly.
What can cause this? HDD nearing the end of its lifespan? To much bloatware (don't think so)?

How do I open a PDF in Libreoffice Draw and have it NOT try and guess the contents of it and place text everywhere? I'm just trying to combine a couple separate PDFs containing scanned hand-written pages into one.

click details
or disable in settings

How do I upgrade further? I already did a

sudo apt-get update and sudo apt-get upgrade