[Boards: 3 / a / aco / adv / an / asp / b / biz / c / cgl / ck / cm / co / d / diy / e / fa / fit / g / gd / gif / h / hc / his / hm / hr / i / ic / int / jp / k / lgbt / lit / m / mlp / mu / n / news / o / out / p / po / pol / qa / r / r9k / s / s4s / sci / soc / sp / t / tg / toy / trash / trv / tv / u / v / vg / vp / vr / w / wg / wsg / wsr / x / y ] [Home]
4chanarchives logo
/SQT/ Stupid Questions Thread
Images are sometimes not shown due to bandwidth/network limitations. Refreshing the page usually helps.

You are currently reading a thread in /g/ - Technology

Thread replies: 255
Thread images: 35
File: askaway.jpg (44 KB, 960x720) Image search: [Google]
askaway.jpg
44 KB, 960x720
Old Thread: >>51868951

Post your simple/small/stupid questions here ONCE and WAIT for a reply. DO NOT BUMP. You are NOT entitled to an answer.

Take at least 10 seconds to google first.

Read the sticky before posting: >>39894014

Redirect with >>>/g/sqt and ignore anybody asking stupid questions outside this thread.

Try >>>/g/flt for Linux related questions.
>>
File: 20151215_150109.jpg (931 KB, 2560x1536) Image search: [Google]
20151215_150109.jpg
931 KB, 2560x1536
So I've found this bad boy here, what to do? It's good for old gaming? What about power consumption?
>>
why don't we have a moon base by now?
>>
Which distro is best for a liveusb?
>>
I'm aiming at a budget around 70$, what's the best screen I can get for that price which would emulate an arcade feel for a Raspberry Pi project ?
>>
I wiped all my graphics drivers with DDU

Now when I try to install the latest it just says installation failed, can't find compatible hardware.

Using a EVGA gtx 970.
>>
>>51879862
P4 basically means no computing power and lots of heat
i wouldn't use it for anything.
>>
>>51879874
because the people who could finance a moon base don't want a moon base. they just want more money.
>>
>>51879947
>he bought the meme card
>>
So I have just created a successful remote desktop connection for the first time to my home computer from work. Is there a way that I can listen to music without it sounding like ass?

Does it sound like ass because my upload speed or because it has trouble transferring the audio stream?
>>
File: gsddjh.png (198 KB, 365x332) Image search: [Google]
gsddjh.png
198 KB, 365x332
In HTML/PHP/MySQLi how do I go about creating a button that will delete a row from a table?

I have a guestbook type thing, actually something like posts in this thread. And I wanna be able to have a button for each post that deletes it. I know it would probably go something like
$sql = "DELETE FROM guestbook WHERE id=3";


But how would I go about creating a button for each post that automatically has that exact post's ID?
>>
SONOS 1 or HEOS 1

HEOS is $50 cheaper. I need a speaker for my back patio, which one does better in humidity?


ORRRRRR thins thing

http://www.amazon.com/gp/product/B00C3ZOM2C?psc=1&redirect=true&ref_=ox_sc_sfl_title_1&smid=A4RWQRCTJ6CYV
>>
>>51880007
for every post have a form with a hidden field that submits its value on button press?
seems a rather old school approach.

Better would be you do this with javascript and post back with ajax.
>>
>>51880007
basic version:
<!DOCTYPE html>
<html>
<head>
<title>Test</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body>
<?php
if (isset($_POST['delete']))
{
echo($_POST['delete']);
// DELETE ... WHERE id = $_POST['delete']
}
?>
<form action="test.php" method="POST">
<button name="delete" value="1">Delete 1</button>
<button name="delete" value="2">Delete 2</button>
</form>
</body>
</html>


just make sure to properly validate inputs if you do anything like this. it's also kinda ugly.

a more elegant approach would be using ajax. basically onclick for every button, then make a request to delete.php?id=X or something like that.
>>
Firefox suddenly cannot find my profiles,nor can it create a new profile.
Checked permissions(temp set to 777)
Any ideas?
>>
>>51879862
>intel
throw it away
>>
>>51880207
reinstall
>>
>>51879904
please respond
>>
>>51880277
Antergos
>>
>>51880277
mint
>>
>>51880269
Linux.
Nothing to reinstall.
Replacing a binary with the same binary that was just there,does nothing
>>
>>51880379
reinstall as in wipe everything related to firefox and then install it again. yes, this works on linux. fucking idiot
>>
>>51880398
A single fucking binary will not change anything.I removed all profiles.There is nothing else to fucking install.
Replacing v42 binary with yet another v42 binary will do not a single fucking thing.
There is nothing else to config.
Binary
Profile.
>>
>>51880162
>>51880053
This is what I used to create the posts:
method="post" action="guestbook_add.php"
in a basic form with a couple of different inputs.
then in guestbook_add.php I have
$sql = "INSERT INTO guestbook_table (name, email, comment) VALUES ('$name', '$email',  '$comment')";

and then I display them on another page with
if($result->num_rows > 0){
while($row = $result->fetch_assoc()){
echo ($row["name"]) ."<br>";
echo ($row["name"]) ."<br>";
echo ($row["comment"]) ;
}
}


So every post has a unique ID, is there a quick and dirty way to do this without having to change a bunch of shit?
>>
>>51880444
you are vulnerable to sql injections.
better start from new and read up on some tutorials first before doing anything.
>>
Regarding Opus encoding
ffmpeg -i 01\ -\ Crawlersout.flac -acodec libopus -b:a 192k -vbr on -compression_level 10 -ar 24000 test.opus


I'm using these options when encoding, but the sound quality difference still remains easily audible. What changes should I do to make it sound better? I read that Opus @ 160k should be transparent.
>>
>>51880444
add another echo like this:
echo('<button name="delete" value="' . $row['id'] . '">Delete</button>');

and wrap everything with an appropriate <form>

also remember this
>>51880162
>just make sure to properly validate inputs if you do anything like this.
>>51880460
>>
>>51880493
alright I'll try that thanks.
this is just for a low level school project though, so I doubt sql injections are a huge problem.
I do have some basic validation though, but it's just like "name can't contain numbers, email must have a @ and a . etc."
>>
why do IPS monitors never list their refresh rates?
>>
>>51880557
where are you looking? all my shops list it.
>>
So I was thinking of backing up some stuff to some laptop I don't use since I don't have an external HDD.

Isn't there some cable I can use to transfer files to them? What is it called?

Also, I was also thinking of setting up a home media server with that laptop. How does that stuff work? Like if I download or upload something to that local server, is it based on my internet speed? Or is it dependant on my router's capability?
>>
>>51880588
http://www.amazon.com/Acer-XG270HU-omidpx-FREESYNC-Widescreen/dp/B00VRCLHYS/ref=sr_1_3?ie=UTF8&qid=1450203724&sr=8-3&keywords=1440p+144hz
>>
>>51880599
http://geizhals.eu/acer-predator-xg270huomidpx-um-hg0ee-001-a1216778.html
look here for specs.
>>
>>51880609
I don't think I want IPS just yet since I hear they increase input lag but thanks for the site.
>>
>>51880589
>Also, I was also thinking of setting up a home media server with that laptop. How does that stuff work? Like if I download or upload something to that local server, is it based on my internet speed? Or is it dependant on my router's capability?
as long as the transfer stays inside your network (say, from your PC to your network, both connected to the same router), the only thing that matters is what kind of network interfaces and cables you're using. if it's wifi, the version and connection quality matters.
most wired stuff is 1gbit these days, which is 125 megabytes per second. if any device between your PC and laptop is slower, that's gonna be the maximum speed.

your internet speed only matters if you're accessing something outside your home network or accessing your home network from outside.
>>
>>51880636
don't forget all the fucking filters.
http://geizhals.eu/?cat=monlcd19wide#gh_filterbox

though it seems kind of useless if you're in the US.
>>
>>51880654
Good for model finding though.
>>
>>51880653
>to your network
to your laptop*
>>
>>51880277
puppy
>>
Decided to fix my "windows is not genuine" for 7, used an activator, it goes away, then comes back next day.

Deleted the windows update of course.
>>
>>51880697
Did you use Daz or some shit pos
>>
>>51880697
what activator? windows updates should still work
>>
Is there a difference between Lubuntu and Xubuntu without looking at the default applications and Destkop Environment? I want a *buntu installed on my laptop however I'm not sure which one I should pick right now. I've worked with Xubuntu before (using i3, and completely debloated all default apps) however if it's the same then I'll just download Lubuntu
>>
>>51880705
Tried two, don't know what the previous one was, current one says "SceneDL_World" in the notepad.
>>
File: 1450034774500.jpg (40 KB, 604x450) Image search: [Google]
1450034774500.jpg
40 KB, 604x450
Is throwing an exception in an on before insert trigger, the only way to cancel an insertion in PL/SQL?
>>
>>51880735
Use Daz
http://board.deioncube.in/showthread.php?tid=9
>>
>>51880795
or just use magnet:?xt=urn:btih:828362a97556f09baceaafa2063f009be5afa2ef
>>
>>51880795
That's the one I used.
>>
>>51880822
try kmspico then
>>
What's the best free web host? I need it for a quick php/mysql project with php5.3+.
>>
File: 1386790739839.jpg (176 KB, 743x743) Image search: [Google]
1386790739839.jpg
176 KB, 743x743
is av-test credible?
>>
>>51880493
did you make a type in that code man? Are those ( )'s supposed to be there? Because it doesn't seem to do anything, well it creates a button, but it doesn't do anything.
>>
what brand would you choose for a FM2+ motherboard?
my shitty gigabyte just died of bios cancer.
>>51880007
nice doggo
>>
truecrypt or veracrypt??

i will use it with an external hard drive i just bought.
>>
>>51880697
try remove wat. I use that at work when someone didn't activate windows like he should.
>>
>>51879770
Youtube stopped working unless I enable flash. I'm pretty sure it used to work fine without it. I'm using firefox.
>>
>>51881050
did you add a <form>? maybe post all of your code.
>>
>>51881151
truecrypt is dead, use veracrypt.
>>
Can I play League of Legends on Ubuntu?
>>
Help /g/, I have a small problem

I was using my ancient laptop (just browsing the web and using irc) and turned it off as usual. When I tried to boot it 20 minutes later, the hdd started making odd rhythmical sound and the laptop stopped detecting it. I realize its pretty old but isnt it weird that it died just like that out of a sudden? Everything worked just fine before I turned it off. I tried plugging the hdd to other PC and had the same problem (odd loud sounds). Does that mean the disk is kill? I have data there that I'd really like to restore.
>>
>>51880207
Anyone?
>>
Prolog error:

Cannot print stack while in 3-th garbage collection
Error: Trapped signal 11 (general protection fault), aborting...

This only happens when I try to find an optimum value via labeling([min(Var)],[Var]). Otherwise the query runs fine with just label([Var]). Anyone know what the error means? Google came up with nothing useful.
>>
File: partition.png (30 KB, 1338x728) Image search: [Google]
partition.png
30 KB, 1338x728
I have windows 8.1 on my left partition and Windows 10 on my right partition, it's it possible I could delete my left partition and then drag my right partition to take most of the disk space?
>>
I have bluetooth headphones but no bluetooth adapter for my laptop. My android phone has bluetooth on it and it works with the headphones. How can I use the phone as an adapter for the laptop?
>>
>>51881698
yes.
delete the old one, then resize the other.
>>
I'm trying app development with python/kivy,
and after manually installing (pip didn't work) jnius and adding "from jnius import autoclass" I get
UnicodeDecodeError: 'utf-8' codec can't decode byte 0xe4 in position 0: invalid continuation byte

Any ideas?
>>
>>51881061
Gigabyte, as it so turns out.
>>
>>51881511
sounds likes its dead. maybe you could try one of those usb-sata adapters to rescue your things.
>>
Arch or debian?

I've used Mint and Antergos so far.

I will be installing this along with an aleady existing Windows 10.
>>
Can I install Debian on a Venue 8 Pro?
>>
Are there any Linux programs/scripts where I can browse and post on 4chan from a terminal or something? (at least not from a webbrowser) I would code one myself but lazy and idk how I would deal with the captcha
>>
Why is it bad to create a web server on your own PC?
>>
I'm kinda new to this job.
Client returns wih his computer because he said his pc frozes when it starts.
I've turned on the pc several times and never froze, ran that burn test, nothing happens.
off and on he pc several times. all working like a charm.
what else should I test?
>>
File: 1442959067700.webm (477 KB, 320x320) Image search: [Google]
1442959067700.webm
477 KB, 320x320
>>51881233
Youtube without flash uses an html5 video player if I'm not mistaken. Can you play the attached webm?
>>
>>51882162
Test your clients definition of the word "froze"
>>
>>51882190
it actually uses DASH streaming using media source extensions, which muxes audio and video on the fly.
>>
>>51882086
I've done it and it got hacked quickly. ISPs don't often allow it.
>>
>>51881233
Do you have an HTML5 enabled browser?

>>51881988
Google it first and check what the owners say, you could do it on your own without asking anyone, but there might be problems you didn't expect.

>>51881705
Just buy a cheap bluetooth adapter.

>>51881698
It should be possible, I had an E: partition with Windows 10 on it, I later deleted the partition (Not just formatting) and clicked expand/resize on the D: partition, it worked fine.

>>51880697
Remove WAT is what I would use in these situations.

>>51880006
Probably your remote client is compressing the audio, could be because your upload speed isn't high enough, so it's capping the audio quality, or the client has a hard cap that makes the audio quality shit no matter what.

For audio streaming just look for straight forward solutions like "Stream music from my pc to my phone", don't bother yourself with annoying workarounds.
>>
>>51882245
apologies for not explaining well.
he said that 1 out of 3 times he started the pc. it freezes, or i did a bit later.
but i turned on and off the pc like 12 times by now
>>
>>51882340
I just need it to boot with networking, no other drivers necessary. Wasn't sure if Linux played well (or at all) with the 32-bit UEFI
>>
File: botnet.png (155 KB, 1942x1110) Image search: [Google]
botnet.png
155 KB, 1942x1110
Do I have botnet?

None of my anti-spyware programs can detect it, but these are all there. About to reinstall anyway, just wanted to know.
>>
>>51882417
Holy fuck. First of all, disconnect that computer from the internet.
>>
>>51879951
Really? Nothing?
>>
Is there any software that lets me watch VR videos like the youtube HTML player does where you just drag your mouse to look around?
>>
on the subject of skylake processors, is the bending and breaking issue only something limited to specific coolers or to all of them? Any advice about this? It's literally the only thing putting me off right now
>>
>>51882401
>32-bit UEFI
I have a UEFI laptop, it's a bit of a hassle, but I think all I needed to do was get the flashdrive with the linux installation in an appropriate manner, I used Rufus to get Linux on a flashdrive, which gives options to support UEFI.
This is long ago, so I don't really remember most of the details.

>I just need it to boot with networking, no other drivers necessary
Yeah, but I was also thinking of other problems like touch not working at all, or something like that, just see the general feedback on what you're trying to do before you actually do it, that's what I meant.

>>51882417
I honestly don't know, but try and get a clean Windows installation.

>>51882450
Nah, he's not serious, it should be good for old games, pre-2005 I guess.
>>
>>51882456
Microsoft encarta
>>
>>51882432
Soon, about to reinstall in a bit, downloading a clean win iso.
>>
Found this:
>>>51879770
>>
>>51882450
i mean, you could use it, sure. but it consumes a lot of power and generates a lot of heat while delivering less performance than modern low-end CPUs.
>>
>>51882373
Unstable current at his place maybe? Otherwise idk.
>>
Can someone with a hdd help me? If you're on Linux, could you type 'hdparm -t /dev/sdX' (obviously point to the right hdd)

What is your speed? I recently got a ssd however chromium still takes forever to startup, eventhough hdparm says my read speed is 514MB/sec
>>
>>51882524
there's been some low tensions around my country lately. but here at he local aswell. the lowes it's 190 (we have 210 here, and we dont have any type of stabilizer)
>>
File: 2015-12-15_213120_scrot.jpg (84 KB, 667x762) Image search: [Google]
2015-12-15_213120_scrot.jpg
84 KB, 667x762
>>51882460
google translate
http://www.pcgameshardware.de/Luftkuehlung-Hardware-217993/News/Skylakegate-Kuehler-zerstoeren-Sockel-1151-CPUs-1179237/3/#a1
>>
>>51882525
125 for a HDD and 300 for the cheap SSD in my server. seems about right.
>>
File: 1450183748518.jpg (41 KB, 640x425) Image search: [Google]
1450183748518.jpg
41 KB, 640x425
>>51882525
>chromium
>>
>>51882576
What should I use then? Firefox is bloated and chrome is pretty stable and fast

>>51882559
thanks
>>
Alright guys. My PC will not boot at all. I installed a new graphics card and it worked perfectly. But after that it didnt wanna turn on. Now my computer won't boot at all. I got post FF so I got a new motherboard. That didnt help. So I thought maybe my cpu fried but nope. What could be the problem.
>>
>>51882612
psu
>>
How do I stop Youtube from suggesting shit based on my geolocation?
>>
is there any way to set precision without cout in c++?

like if i wanted to just turn a float 1234.000000000000001 into 1234.0
>>
>>51882558
intel really should have just produced them on the same thickness as haswell. I have no idea why they couldn't do that and have the same performance.

When sources like that are saying remove the cooler before moving it are they saying move as it take it out of the house or even if you just to move it across the desk a bit or tip it on its side to add and remove stuff?
>>
>>51882597
>Firefox is bloated

But you can disable anything you want?
>>
File: IMG_20151215_153919.jpg (194 KB, 1440x2560) Image search: [Google]
IMG_20151215_153919.jpg
194 KB, 1440x2560
Would really appreciate any help with this issue I'm having. Every time I try to reverse image search anything I get pic related. Same results with Firefox on my pc as well. Is this happening to anyone else, or does anyone know how to fix this?

It just started happening 2 days ago.
>>
Should I wait for intel's response to zen or just pull the trigger on http://pcpartpicker.com/p/zYVkpg
Been running an Amd 9750 for a few years now. Was looking at the i7-5960X, but wanted the singlecore performance of the 6700k
>>
>>51882650
also how is this not already a class action lawsuit? If the cpu is being damaged by virtue of having a cooler attached to make it operate it isn't satisfactory for sale. What are intel going to do? Offer free replacements? This is a pr nightmare in the making methinks
>>
File: asfsaf.png (23 KB, 633x327) Image search: [Google]
asfsaf.png
23 KB, 633x327
Was given a microSD card for a raspberry pi which contains these. Is there any way to extract any of the code at all?
>>
>>51882623
Thanks m8. Which PSU would you recommend. I had a Corsair HX 750W
>>
How's the i3 6320 for gaming? Two cores @3.9 ghz seems breddy gud and I hear most games don't even give a shit about 4 real cores
>>
>>51882724
first test if it's dead. do you have a tester at hand?
>>
>>51882771
Get an i5 for gaming. i7 isn't necessary for gaming, but if you have enough money might as well go for one.
>>
>>51882652
Yeah firefox starts up way quicker, guess I'll give it a try.

Thanks!
>>
>>51882709
just pay to the guy who developed that for you.
>>
File: Untitled.png (3 KB, 85x50) Image search: [Google]
Untitled.png
3 KB, 85x50
Does anyone know why the icons for some files are a white sheet with the default program's icon inside?
Like pic related.
I used to have the icon of the program itself, for instance .zip files would have the icon of 7zip
>>
>>51882859

Gotcha. Was feeling that it was gonna be something like that.
>>
How can I check if my machine is actually performing as well as its hardware should allow?
>>
I have a thinkpad X220. Switching to the Mac camp for work purposes. Is there any possible way to change the color theme for eclipse on a mac? I've been looking for a solution, but I cannot find a single one.
>>
>>51882914
It is. Stop overthinking.
>>
so i bought more ram and i just went to install it but my computer wont get past the bios screen now? how do i properly install more ram? i have 8gb (4gbx2sticks) and want to install the other 2 sticks.
>>
psu is 600w but for some reason only has a single 6pin pcie connector

if I wanted to go after a gtx 960, would molex -pcie connectors work in this case?

something like this
http://www.newegg.com/Product/Product.aspx?Item=N82E16812400034&cm_re=molex_to_8-pin-_-12-400-034-_-Product
>>
>>51879862
8 9 W
9
W

That's kind of a limp-one, a non hyperthreaded Prescott. P4s are so common still there's not much of an excuse to not go for high-end parts.
>>
>>51882973
are they all the same type of ram? are you sure your mobo supports the new type?
>>
>>51882944

>and anon spent the rest of his life with default VGA drivers on his brand new Titan GTX
>>
>>51882468
>Rufus
Thanks I'll try that
>touch not working, etc.
When I said I need networking I meant that's all I need drivers for, it's going to be a headless server.
>>
>>51882777
Unfortunately I do not. But it powers up all my stuff. Would that be enough or is there a wattage difference?
>>
>>51882678
Happens to me too, and I read about it in the previous thread with no explanation.
Could be a problem with either Google or 4chan, I have no idea for now.

>>51882914
Benchmark?
You can also stress it and see how much the CPU is being used in the task manager or something.

>>51883147
Rufus is a very great tool, I always use it.

>>51883147
>it's going to be a headless server.
Ah ok, most people who mention installing a distro on their tablet usually want it to make it lighter and faster.
Good luck.
>>
>>51882771

for that money you get a quad core Haswell i5 which is gonna be better at almost everything

or just spend a little more and get an i5 6500
>>
>>51883396
bump for answer
>>
>>51883410
Don't worry anon I figured it out. Put a % at the end.
>>
>>51883431
% and px both work btw
>>
is $200 still that sweet spot for 1080 gaming gpus or should i make the leap to 970?

would an OC'd 960 be enough?
>>
>>51883461
get at least a 980
>>
>>51883042
yes. both are corsair vengeance. 8gbx2 sticks, i just updated my bios. i'm going to try again. the first time the bios screen came up and then everything went all green and pixelated.
>>
what's up with the reverse image search being broken?
>>
i have a gigabyte z87x-ud3h motherboard with that dual bios shit. if i update the bios will i lose all my settings? if so is there some way i can export/import them?
>>
>>51883461
Don't listen to this guy
>>51883484


He doesn't know shit, just look up benchmarks for the games you'd like to play at 1080p and then select the card that gets 60 fps +

Example -
http://www.tweaktown.com/tweakipedia/83/grand-theft-auto-benchmarked-1080p-1440p-4k/index.html

I assume this was an early benchmark looking at the weird ass AMD fps, 380/x is the sweet spot for 1080p IMO

I like nvidia because in my anecdotal experience I've never had any drivers problems whereas all my amd cards have had driver issues, that being said if you buy a 960 over a 380 you are a cuck.
>>
Any advice for what mouse to get for gaming?

I mostly play Dirty Bomb (FPS) and MMOs
>>
HDMI isn't inherently more laggy than DVI right?

I could opt for an HDMI cable, plug it into my PC and new monitor, and it would be the same as if I had used DVI?
>>
>>51883855
logitec g600
>>
>>51884004
It isn't, and make sure you have the appropriate port on both your pc and display.
>>
I'm trying to downgrade my Android phone from 4.3 to something lower than that. Is 4.2.2 one step down?

Where do I download the ftf file? Are there specific versions available for the brand of phone (Xperia M in my case).
>>
I vaguely remember an addon for firefox (maybe also chrome?) that would report extremely common user-agents, addon loadouts, etc. But I cant seem to find the one /g/ used to recommend.
>>
I ordered something on Amazon with 2-day shipping but on UPS's tracking page it clearly shows they used "3 day select" and that it will take 3 business days to ship it. What the hell!?
>>
I have an i7-4790k, 32GB DDR3 2400MHz, GTX 980 SC gaming machine with a 1080p dual-monitor setup.

A game I play is about to release a patch that will allow the game to play in 4K.

Can I play at 4K resolution on my 1080p screen? If so, what would I need to do to?
>>
>>51884458
Sometimes you can have the game render at 4K and then downscale to 1080p, which can make things look nicer. Not every game will natively support this though, there are programs like gedosato that are meant to help facilitate it as well.
>>
>>51883243
>Rufus is a very great tool, I always use it.
It's the only thing that's worked for me for making a bootable Windows XP installer flash drive, but I haven't used it other than that. Definitely seems to be a nice tool.
>Ah ok, most people who mention installing a distro on their tablet usually want it to make it lighter and faster
Yeah the digitizer's fucked and I've already got a different tablet so I figured why not make a server
>>
>>51884455
Also it clearly says 2-day shipping on the invoice so it's not a case where the item itself didn't qualify for free 2-day shipping.

Should I complain and try to get some freebies out of it? Also it's an item sold by a third party but fulfilled by Amazon, so who is the one at fault here?
>>
>>51884458
Don't be silly, anon.
The best you could do is some other techniques, like super sampling.

>>51884056
Flash tool now has an addon to download many ftfs, download the suitable one only, or you can google for it on XDA and other forums.
If you don't know what you're doing, don't do it.
>>
I got a xt1093 moto x and it's supposed to be unlocked to work on AT&T but it's asking me for a SIM network unlock PIN. The IEMI starts with 99000 which means its cdma and AT&T is gsm. Is there anyway of geting this to work? I tried googling but can't find anything
>>
Is there any pros to use a projector over a monitor
>>
>>51884687
If you want to make something really big. It can be ok for movies if you have a good room set up for it, though most of the time it's easier to just get a decent TV instead. For presentations for a bunch of people a projector probably makes the most sense.
>>
>>51883806
im looking at benchmarks and they seem to be the same fps in multiple games give or take 4 fps, with about 5% over the 960 for much higher power consumption and a somewhat higher cost

idk if i can afford to run this for 4 years lol
>>
How does Linux Mint/buntu mount drives without asking for admin password, but Debian and most other distros require it?
>>
>>51884531
Thanks
>>
>>51884783
noob here but maybe they add user to storage group by default
>>
>>51884771
Just look at the 290/x, worse than the 780/ti on release but after maturing they are now better than the two 700 series cards and are close to the 980 if you get a good one with some OC. Yes you will have to wait a bit longer for the performance to come good but I think it's worth it. Also, what benchmarks, are they recent?
>>
i got an i5 laptop cpu and some laptop ram sticks, what can i do with them?
>>
>>51884908
black ops 3, the witcher 3, and metro last light all done about 3 weeks ago

also it seems the gtx 960 when OCd is exactly the same preformance but.. yeah ill look to see what sales are going on at the local stores and whatnot

thanks for the suggestion ill keep a look out on both cards, just in case one is on sale and another isnt/ has a deal

is there any way to use molex-pcie adapters to power these GPUS? my 600w only has a 6pin pcie but like.. 6 molex connectors
>>
If I insert a 64 GB micro SD card into a phone which supports micro SDs up to 32 GB, will I still be able to use the micro SD for up to 32 GB or do I need to buy another one?
>>
How do I make a bootable usb in linux mint 17.3? Everything on google gives me guides on how to make a linux mint boot drive in windows.
>>
Can someone link me to the best possible explanation of MVC vs MVVM vs MVP?
Especially one with some examples.
>>
>>51885105
If you have a hybrid iso just dd if=iso of=/dev/sdX (w/o partition number), sdX - your flash drive, make sure it's the right one
Otherwise create the hybrid iso with isohybrid program
>>
File: 1448805623760.gif (362 KB, 273x255) Image search: [Google]
1448805623760.gif
362 KB, 273x255
>>51885105
dd the iso on a pendrive or use gnome-disk tool
>>
File: current.jpg (30 KB, 275x288) Image search: [Google]
current.jpg
30 KB, 275x288
What's a cheap monolith white/black case?

I don't like this, I got it when I was /v/.
>>
>>51885105
>>51885189 again
both ways will require you to clean the usb with dd if=/dev/zero of=dev/sdX ... to make the drive formatable and writable after doing it this way from my experience .
>>
i just noticed i'm banned from posting on 4chan from my phone. it says i posted some gay shit on /v/, but i dont even use that board or have any gay shit on my phone. am i haxxed /g/?
>>
>>51885285
Your carrier rotates IP with other users.
Turn data on/off, restart phone.
>>
Windows 7 64bit
Gayming setup
4.2 quad-core (overclocked)

4gb, 8gb or more RAM.

And why?
>>
>>51885338
i have 8 gigs and run out on shitty written games like plannetary annihilation so >=8
>>
Why not Win10, /g/?
>>
>>51885337
thanks
>>
>>51885385

I was using 8gb, but since 2 weeks or so I bought an additional 8gb. Not really noticing anything
>>
>>51885416
put "not" out of it and its a proper question. I have it on my laptop , cant care less if its 7 or 10 , i only had to reinstall some shit cause it didnt work. there is no real need for it, they could add better snapping and multiple workspaces to 7 as a service pack and there would be no difference to me
>>
>>51885470
well more ram doesnt really give you a boost in performance , you lose perforance when you run out of it
>>
File: yolandidark.jpg (30 KB, 604x238) Image search: [Google]
yolandidark.jpg
30 KB, 604x238
Should i have such a horrible crush on anri du toit?
>>
>>51885470
for example i had a 192 MB ram pc bac in the day that i could play HOMM4 on for 20-30 minutes before it ate it up and started lagging like shit, Its an ancient experience but i think it still applies, maybe in lesser way
>>
>>51885514
>put "not" out of it and its a proper question.
It's also the opposite of what anon meant. He was asking for cons, your suggestion asks for pros.
>>
>>51885338

8GB is just a safe minimum to have.

4GB can work if you have good ram conserving discipline. Like, you're a good boy who closes his webbrowser and other programs before loading up a game, but there are plenty of games nowadays that will go beyond your 4GB of ram supply on their own even if you closed everything else and not having enough ram will make games lag super hard. 8GB is just safe.
>>
Hey guys! can anyone help me with wich router i should choose?

the one i have now is getting old and weak
i have 30 Mega internet , the zone of the wifi must be 15x15 , and yeah wired with the "internet" cable and the electric cable (sorry i dont know much about this)
>>
>>51885604
4gb will just make map loads take longer in modern games. Most games preload the map or assets into memory and don't do it at runtime. 4gb is workable if you're conservative or playing 2-3y+ older games, or non 1080p res.
>>
>>51885665

It all depends on what you're playing. 4GB isn't enough for, say, Second Life. Your game is going to completely freeze up on 4GB of system ram in well populated areas even if you have the best cpu and gpu that money can buy.
>>
>>51885711
People play secondlife? O.o why? What do you even do?
>>
>>51885737

you can do anything, be anything.
>>
>>51885756
Why bother when you can do it in real life?
>>
File: 1450221380086.jpg (71 KB, 999x820) Image search: [Google]
1450221380086.jpg
71 KB, 999x820
Would it be a good idea to mount my pc on the wall like in pic related?
My case is currently on my desk and i want to make use of that space. I just don't want to set it on the floor.
>>
>>51879770
I keep on hearing the phrase "encrypt your home directory", what does this actually mean? And how do I do it? Is it possible for non-Linux systems?
>>
>>51885782
but I can't be the little girl :((
>>
File: 1439646714480.jpg (84 KB, 500x500) Image search: [Google]
1439646714480.jpg
84 KB, 500x500
>>51885756
Can i be yolandi?
>>
How do I make avidemux support encoding in vp8?
>>
>>51885784

Yeah, man, sounds great to me. I love ideas like this where you utilize wall space to free up floor space. Do you have a wall shelf already? You just have to be sure that it's a heavy duty shelf that is mounted into the studs and your wall can handle it. People wall-mount 55" tv's, so putting your tower on a wall shelf is easy.
>>
>>51885470
you obviously won't notice anything before you use more than 8 GB
unused ram is wasted ram
if anything you'll notice that the OS can cache more stuff for you
>>
>>51885837
Be yourself, Anon!
>>
What's the Manjaro meme about?
Why does it have its own kernel, what does that even mean?
Why not just use Antergos? Antergos has more DEs.
>>
>>51885931
You can install any de on any distro you like
>>
>>51885861
I don't have a shelf yet, I'm just getting ready to move and i'm thinking of what i want to do.
I'm not sure how i want to stabilize the case once it's on the shelf. I just want a little bit of support to keep it from being knocked off the shelf.
Also, glad you like the idea.
>>
>>51885955
*comes with more DEs.
Seriously though, why are people manjaro hype?
>>
When building a home media server (I'll be using Plex) which of these two hard drives is the better option? I can only afford one at the moment.

http://amzn.com/B00HHAJRU0

http://amzn.com/B00OP2PKHW
>>
What is the frequency response for the z506 subwoofer? I'm trying to find it so i can tune the low pass filter.
The website says 45hz-20khz, but i think they're applying that to all the speakers. I tried calling Logitech support, but Carlos said he didn't know either.
>>
How does screen work, what do I use it for?
>>
>>51886227
Jews. Look at traps and then find ways to kill yourself.
>>
>>51886261
I meant the terminal thingy.
It does some session creating thing, but like, for what?
>>
>>51886227

I haven't used screen in ages, haven't had a reason to use it in like ten years, but I used to use it to connect to a headless Linux server I had setup. I'd connect to that Linux machine on my network using ssh and then I'd go into my screen instance where I had IRSSI idling in my favorite irc channels and manage rTorrent among other things.

I don't know if things have changed since then or if I've always been uninformed, but screen was the only way to do multiple things at once and keep them going after you've closed out of your SSH connection.

I'd love to have somebody concur with me or show me the error of my ways and show me a better way because I intend to have a new "headless" server setup like that next year when I get my C.H.I.P.
>>
Are mini USB and micro USB 2 different things?
>>
>>51886376
They are. Mini USB was used on a lot of older smartphones back when Android was relatively new.
>>
>>51879874
joos
>>
>>51886338
me, to expound since you sound really unclear as to what screen does

you enter a screen instance and you create unlimited tabs within that screen instance for whatever terminal-based programs you want, and then you can logout of screen and those things you have going inside of screen are still operating as background processes on your computer. You can always open up your terminal again and restore that screen instance if you want to look at what's going on again.

It was really crucial to me for operating a linux machine remotely.
>>
why does youtube load fucking slow at night? I know it isn't the connection, I'm able to download steam games at 4MB/s and stream netflix flawlessly at the same time during this period. its always just youtube around this 6pm-10pm window.

it can't be something on my end, right?
>>
I had to reformat and now I get this when I try to launch steam. What do? I'm using the recommend nvidia drivers.
>>
What should i get my mom for Christmas? She's in her mid forties. She lives in Seattle. She has a Maltese named Sally that she likes to dress up and likes cute animals. She volunteers as an usher at whatever off Broadway theater that's up there. She was really unto sam bubele or whatever his name was.
>>
File: red build.png (183 KB, 599x1160) Image search: [Google]
red build.png
183 KB, 599x1160
Any advice /g/?

No intel nvidia bully pls
>>
>>51886516
http://ubuntuforums.org/showthread.php?t=2233005&s=97378cfffb2e0d7217d7f7b1c74c9433&p=13259162#post13259162

First result on Google.
>>
>>51886570
It didn't work.
>>
>>51886599
Christ, have fun. Just Google that shit until you get it working, Ubuntu doesn't "just werk" like my Debian install has.
>>
So, I just assembled a new build today.
asrock h97m
some i5 processor
gtx 970
some 8gb RAM

My PSU (corsair 650w) has not arrived yet and I decided to use my old PSU for a test (seventeam 550w).

I plugged the 20pin connector into the 24pin mobo and both 6pin plugs into the video card.
I did not plug the 12v thing into the mobo, because the fucking thing did not reach it.

The system did not even boot. No display, no coolers.
This is normal, right?
>>
>>51886722
Yes you fucking tard
You did not plug in the power cable entirely, you can't possibly expect it to power on
>>
>>51886793
I thought I had enough power to see the fucking BIOS screen at least
>>
>>51886816
>I did not plug the 12v thing into the mobo
>I thought I had enough power to see the fucking BIOS screen at least

If you don't give power to the processor you aren't going to get far.
>>
File: Untitled.png (49 KB, 1291x585) Image search: [Google]
Untitled.png
49 KB, 1291x585
Just recently upgraded to firefox 43.0 64bit. How do I turn off this dumb "search with google" on my url bar?
>>
>>51886875
I thought the 20 lines plug would be enough.
Well, isn't this the stupid question thread?
>>
so I'm playing youtube videos on my raspberry pi remotely using my laptop

So far, I've been doing
omxplayer -o local `youtube-dl -g (url)`

to play individual videos, having to put in the new URL manually every time.

Does anyone know how to get omxplayer and/or youtube-dl to play youtube playlists? Or is there an alternative method to do so?
>>
>>51886645
Does Debian come with a de or do I have to add one myself?
>>
>>51886521
Steal her internet search history and find whatever she was looking up. The goal is to find a give a gift that is not very expensive ~$25, but they couldn't justify the price.
>>
>>51886936
The answer to both is yes. Pick a version of debian with a DE, or get the minimalist version and install one manually through apt-get. Your choice.
>>
>>51886936
wow

jk, it depends on what install medium you use.

If you use the graphical live boot, it comes with Gnome.

if you use the netinstall, you need to install your own.
>>
>>51886897
It's not too stupid of a question. You would have been able to have gotten something with the mobo plugged in, but the graphics card not plugged in. Good luck with your build, anon
>>
>>51886970
Thanks. Do you play The Witcher 3? What kind of performance am I going to be able to get?
>>
How do you fix a BEX64 error?
>>
>>51887029
Very carefully.

I probably can't answer it but anyone who can needs more context
>>
>>51887035

It from a video game. It work fine before but then I got this bullshit.
>>
I just got an SSD. How exactly do I put Windows on there and continue using everything normal with just Windows running off the SSD?

From what i've seen everyone says to use software to clone to the SSD but my HDD is 1tb and SSD is only 120gb so it obviously wont clone if it doesn't have the capacity. Not sure what to do. I'm not really tech smart at all, this is a stupid questions thread anyway.
>>
Want to have a NAS that I can access anywhere.
Want to use a VPN with it.
Have an ISP that does dynamic IP address (but offers static, Internode).

Is it possible to have the file server access anywhere an have my anonymity?
>>
>>51887073
microsoft has a utility called "Easy transfer", which as its name implies, is an easy way to transfer Windows files and settings from one computer to another.

I think it'll do what you want.
http://windows.microsoft.com/en-us/windows/transfer-files-settings-from-another-computer#1TC=windows-7
>>
I tried overclocking a Haswell CPU earlier with override volltage. After Windows loaded, I noticed that the CPU could reduce speed to idle clocks, but the voltage always stayed the same. Is this normal for override voltage settings, or are there any power-saving features I may have missed in the BIOS that would enable idle voltage?
Also, would it be better to use adaptive voltage instead? DESU, I'm reluctant to use it after reading that certain applications will raise the voltage when the BIOS is configured with adaptive voltage settings.
>>
>>51887073
Lemme take a ride on this question.
I have windows 10 upgraded from 8.1 and I'm building a new machine.
I don't have a windows 10 key. How am I going to install this shit? Google told me there is some kind of "microsoft identity" or something and it will simply work.
Off course I don't trust it.
>>
>>51887152
have you tried turning it off and on again 570
>>
>>51887104
badass, thank you. I am trying it now so lets see if it does that.
>>
Has anyone here who uses Firefox without Flash noticed that Youtube is no longer serving h.264 HTML5 video? Instead it's serving VP8 video with only 360p and 720p. This happened in the last 24 hours; I never even shut off or applied any software updates. Is this a Youtube bug? My Firefox is h.264 capable and I never had this problem before.
>>
>>51887441

It's just you. I'm using Firefox without Flash as well and just tested a youtube video and I had all the quality settings. Watching a 1080p video right now.
>>
Anon here with the problem with steam. It seems to only happen when I try running it through my intergrated gpu. Does anyone know why this is?
>>
>>51887643
Nobody knows who you are
>>
>>51887599
Maybe it's because I'm on Loonix that it doesn't work. But this is strange because it worked fine for me last night.
>>
http://pcpartpicker.com/p/r6ksdC

I get only one compatibility issue:
>Some AMD 970 chipset motherboards may need a BIOS update prior to using Vishera CPUs.

Is this even a problem? Or could I easily just update the bios?
>>
>>51881906
Debian, no advantage to Arch unless you have endless amounts of time to waste.
>>
Is there a program or something that makes it so Webms saved to your computer show a thumbnail instead of just the icon of the program it runs on?
>>
Can someone give me an idiots guide to overclocking AMD processors? I have a nice motherboard and an aftermarket cooler and I want to squeeze some additional performance out of my FX 8350.
>>
>>51888264
https://www.reddit.com/r/overclocking

look on the right hand side for the AMD guides
>>
>>51888283
Thank you
>>
File: Untitled.png (1 MB, 1871x1225) Image search: [Google]
Untitled.png
1 MB, 1871x1225
How to I go about having Foobar list all my albums in their artists folders?

I don't want to scroll through a fuckload of albums to find what I'm looking for.
>>
Lately I've been noticing something in my computer making a noise when I open applications. I'm guess it's probably the harddrive but I'm not sure.

Anyway to check if that's what it is and anyway to check the health of the drive?
>>
File: 1448051035786.jpg (120 KB, 1024x946) Image search: [Google]
1448051035786.jpg
120 KB, 1024x946
Any song from the Hotline Miami 2 soundtrack refuses to play on Poweramp on Android for me, it works in any other player though. when it tries to play any song from the soundtrack, it says "too many failed files, playing will stop now"
why?
>>
How to fix Error 43; my usb (all four ports) are not recognized. Every "solution" I came across on the web has not worked and fuck Windows 10.
>>
Hey /g/, I changed from windows 8 to windows 7 and I'm having some driver issues. What are some good benchmarking tools to make sure eveything is in working order?
>>
I have a laptop and I keep it charging while I'm using it since the battery is old and drains in about 5-10 minutes on its own. If I keep it plugged in without the battery in it, will it use less power and lower my electric bill?
>>
>>51887441
>>51887714
I think I discovered the problem. YT must've switched over to "MSE & h.264" (MSE means media source extensions) as their default h.264 video delivery mechanism very recently; something that Firefox 42 doesn't support by default on Linux and even manually enabling it via about:config causes the video player to throw errors and not play the video. Upgrading to Firefox 43 solved the issue for me as it appears that MSE/h.264 is ready for prime time. Now I see all the quality options again indicating that h.264 via MSE is being used on YT. All is well again.
>>
>>51884557
it's the third party companies fault but if they don't make it right then the responsibility falls to amazon. contact the seller first, do it by email and keep what you send and what you get from them, so that if you need to you can go to amazon and say look, I gave them a chance to make it right and they didn't so either you gotta make them make it right or make it right yourself.
>>
Have an idea for an app that I'd like to take seriously from business model, to legality and then of course development and marketing for a good foundation when working with future ideas/projects.

What are some great resources or literature in preparing or perhaps tutorials in IOS/Android App Development?
Thread replies: 255
Thread images: 35

banner
banner
[Boards: 3 / a / aco / adv / an / asp / b / biz / c / cgl / ck / cm / co / d / diy / e / fa / fit / g / gd / gif / h / hc / his / hm / hr / i / ic / int / jp / k / lgbt / lit / m / mlp / mu / n / news / o / out / p / po / pol / qa / r / r9k / s / s4s / sci / soc / sp / t / tg / toy / trash / trv / tv / u / v / vg / vp / vr / w / wg / wsg / wsr / x / y] [Home]

All trademarks and copyrights on this page are owned by their respective parties. Images uploaded are the responsibility of the Poster. Comments are owned by the Poster.
If a post contains personal/copyrighted/illegal content you can contact me at [email protected] with that post and thread number and it will be removed as soon as possible.
DMCA Content Takedown via dmca.com
All images are hosted on imgur.com, send takedown notices to them.
This is a 4chan archive - all of the content originated from them. If you need IP information for a Poster - you need to contact them. This website shows only archived content.