[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 QTDDTOT
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: 51
QTDDTOT - Questions that don't deserve their own thread

Last one is just about to fall off the board, so let's have a new one.

I'll start with mine
Is there anywhere I can get a nice modern 4:3 aspect ratio monitor that doesn't cost more than $150-$200? I've been trying so hard, but I'm unable to find a good 4:3 monitor around 20 inches in size.
>>
What's the tl;dr/how to of getting a job in computer security?
>>
>>54743171
go to school ya 1337 hax0r
>>
>>54743193
m8 respekt me or I will hack your whole family
>>
My mobo only has USB3.0 Can I install windows 7 with USb 2.0 or USb 3.0?
>>
How do I change the archiver in 4chan x? On my laptop /fit/ redirects to moe but on my desktop it goes to desustorage
>>
>>54743219
Your case has USB 2.0? got a PS2 keyboard?
>>
So I was researching about what PSU I need for a GTX 960 and r9 380 when I found this video
https://youtu.be/NTpNZEW31G0?t=4m53s

there it says that both cards have the same system power comsumption, if it is that so why do I need at least 600W for a R9 while the 960 only needs 450W?

I guess I will buy a 960 anyways, just to be safe (I have a 3 years old 500w psu)
>>
>>54743260
Z170. no USb2
>>
At work I can access a shared folder that's on a server (using Windows) by just hitting start and typing in \\servername

What do I need to do to setup a server with a shared folder like this?
>>
>>54743293
Z170 motherboards usually still have 2.0
>>
so, this windows 10 automatic upgrade crap
does it only happen to some people or whatever? I've never gotten the pop-up telling me to upgrade
windows 8 btw
>>
>>54743293
If you have problems with it your motherboard should have a option to fix the installer in the BIOS (Like keyboard/Mouse not responding).

Other than that, you should have no problem.
>>
I'm trying to write a query in oracle SQL but can't get it to work

I have a table like

ID | LANGUAGE | COUNT
7 "FRENCH" 8
7 "ENGLISH" 154
7 "SPANISH" 9
7 "CHINESE" 10
7 "RUSSIAN" 3
8 "CHINESE" 15
8 "FRENCH" 14
0 "ITALIAN" 3
1 "ENGLISH" 2
2 "ITALIAN" 2

And I'd try to do the following : For each ID, get the 3 language with the biggest count, so for the example given above

ID | LANGUAGE | COUNT
7 "ENGLISH" 154
7 "CINESE" 10
7 "SPANISH" 9
8 "CHINESE" 15
8 "FRENCH" 14
0 "ITALIAN" 3
1 "ENGLISH" 2
23 "ITALIAN" 2

Anybody know how to do that ?
>>
File: 1464215759933.jpg (953 KB, 2304x1296) Image search: [Google]
1464215759933.jpg
953 KB, 2304x1296
Old tower clam dell PC. Can i make anything useful from the parts or should i just chuck it all, save the hard drive
>>
>>54743217
plz dont hack my senpai I love them. Really tho, go to school, there is a lot of stuff you have to learn. The more passionate you are the easier it will be. Dont be afraid to ask questions.
>>
>>54743267
perhaps it means idle power consumption? cuz you can overclock things and then they run way hotter. Not entirely sure though just my two cents.
>>
File: photo.jpg (62 KB, 800x600) Image search: [Google]
photo.jpg
62 KB, 800x600
>>54743442
Never know when you might need another heat sink
>>
>>54743318
Check out raspberry pi for learning how to setup a cheap server.
>>
>>54743442
if you're OK with some morally questionable talking, you can make an easy fifty bucks off it at a flea market
otherwise thrash it (if you really need the storage space that is)
>>
File: HereYaGo.png (84 KB, 789x781) Image search: [Google]
HereYaGo.png
84 KB, 789x781
>>54743497
I forgot my snarky image also
>>
>>54743442
I don't think having it on for anything would be worth the energy costs. You may need to pay $15 to get rid of it.
>>
>>54743442
what kind of RAM is it? does the pc still work? you could install gentoo on it and use it as a seedbox or something
>>
>>54743318
I think you need to set up a Windows domain. Home editions of Windows can't do that. You need Pro or higher.
>>
>>54743442
I would just chuck it all. Unless you got some youngens in your family, you can just have it be an MS paint machine lol
>>
>>54743520
I have no clue. Thing wont even turn on.

Ill just save the hink sink.
>>
>>54743520
whats a seedbox? Also there is no ram in that thing currently. Its empty.
>>54743535
>Hink Sink
>>
File: dr janitor.jpg (11 KB, 240x240) Image search: [Google]
dr janitor.jpg
11 KB, 240x240
>>54743427
> get the 3 language with the biggest count
> based on ID

s = select ; sd = select distinct
s
id, language, count
from ( sd id from main_language_table) a
outer apply
(
s top 3 *
from main_language_table b1
where b1.id = a.id order by count
) b
>>
I guess ill just post this here, I do not see /lpg/ up.

Hello /g/, I just finished reading an introduction to c++ however i feel it did not dive deep enough into the language. It did not cover vectors, algorithms, etc... it just covered arrays, recursion, objects, and a little bit of pointers. I'm starting to read an introduction to algorithms and an introduction to data structures. Is this the correct next step? should i read the c programming language? Other things the book did not cover that i see being used: typedef, public/private/static, and lists.
>>
File: p8xg4f4R.jpg (24 KB, 400x400) Image search: [Google]
p8xg4f4R.jpg
24 KB, 400x400
Is there a reliable Windows 10 bootloader, or is the current method still "crack Windows 7 and pray the update works correctly"?

>inb4 Linux
This is for a family member that wants Windows 10. I also don't want the Windows 10 upgrade to fail and be like "welp guess we have to return this and buy another one with preloaded shit"
>>
>>54743586
Do you feel like reading that book helped you learn a lot? Did it actually have you apply the concepts learned? Or just make you aware that they existed?
>>
>>54743625
I was under the impressions windows 10 was free? Also, you can get rid of the preloaded shit...
>>
>>54743581
Thanks, but Oracle SQL doesn't seem to understand half those commands
>>
File: 683px-Justice.png (199 KB, 350x354) Image search: [Google]
683px-Justice.png
199 KB, 350x354
>>54743586
lookup online tutorials that will show you code and get you to compile / write your own at the same time


just reading is rarely useful.
>>
>>54743665
DFO is cool, does it still only let you play X amount of time a day though? That shift drove me insanneeeee
>>
>>54743318
Doing a \\Name\Servershare can be done with any other computer on a network, as long as permissions and sharing settings are right. But generally, to set up a home server, you would need a couple good hard drives installed in a tower with a RAID card, go for hardware virtualization, if you want to run something like ESXI for instance. At that point, put your server OS on your flash drive, and RAID the hard drives however. For a home server check out freenas
>>
>>54743344
Windows 10 will automatically update on machines that have updates automatically set to install, they count it as a recommended update. When your computer does the upgrade, it also gets a "digital entitlement", effectively meaning that motherboard gets Windows 10 for free, even after July 29th
>>
File: asd.png (507 KB, 639x525) Image search: [Google]
asd.png
507 KB, 639x525
>>54743657
I don't use oracle sql, I use MySQL / MsSQL / Firebird SQL.

Generally speaking you're going to want to do a select with the main table (FROM) being a subselect of just the ID's
(or create a temp table @tbl or #tbl and shove select distinct ID from language_table inside).

Then you're going to want to do an outer apply (or cte using row_number functionality). The outer apply will apply similarly to a left join, but you can write the subselect using TOP.

In the apply, since you're selecting top 3 and ordering by count, it will give you the results you want.

tl;dr:
select [wanted items]
from [wanted id's]
outer apply [select top 3 order by count]
>>
>>54743344
Which means you can run the upgrade, then downgrade, essentially future proofing your machine from having to pay for it in the future, however it is risky to upgrade, I have had countless, countless computers at work because of it.
>>
>>54743665
>>54743639
Oh, yes i'm aware, i did not do the examples listed in the book, i applied what i learned to a a project i wanted to do. create a program to create an array of random integers using rand() and srand() with the seed being time from the ctime library. Then passing that array to functions using pointers and array size by reference depending on the function to have the array change size. The program can sort the array using quicksort (recursion) and then can export or import the array to a file. I guess i could learn to work with strings more. This is without using vectors, so i do not think its the optimal way of doing it, and i don't know if the data is safe because of the use of pointers. I'm still learning.
>>
>>54743766
generally speaking, avoid recursion.

not many shops like it, and not everyone likes the headache of reading that vs loops
>>
AMD or Nvidia for a budget PC?

I got 700 buckerinos to build a PC, but I'm honestly clueless on who has the better budget cards.
>>
>>54743625
Make a image of their computer or just back it up, and reload with USB made with "Windows 10 Media Creation Tool", comes genuine from Microsoft. And now they made it so you can activate it directly with a Windows 7/8 key
>>
>>54743792
Depends how much you will put on the videocard, but mostly NVIDIA will be always a better choice.

Read Logicalincrements.
>>
>>54743792
AMD processor, NVIDIA graphics
>>
>>54743792
R9 380 is the best deal for a new card right now. You can always try your luck for something used though.
>>
Whats the best way to encrypt my hard drive? I'm running fedora 23 on a T420. I don't want any thieves accessing my data if they ever steal my laptop.
>>
I want to remove things I don't use in Firefox (sync, webrtc, pocket etc.) from the actual source code instead of just disabling it, since I compile it myself anyway. Is there any relatively easy way to achieve this?
>>
>>54743789
Nice to hear, it was giving me a headache myself. Still important to know though, i guess.
>>
>>54743238
4chan X Settings (the wrench icon at top) -> Advanced.

>>54743839
VeraCrypt
https://veracrypt.codeplex.com/
>>
>>54743655
I can, but it takes time and I want to start from scratch rather than hunt down all the bloat.

>>54743800
>And now they made it so you can activate it directly with a Windows 7/8 key

What do you mean? I don't have a key, I want to pirate it with something like the Daz loader.
>>
>>54743828

Can you mix em together?

It's this babby's first time making a godmachine.
>>
Is a 350 watt pc psu good enough to sell for 10 bucks for a student looking for a psu?
>>
>>54743936
Yes, it would be suicide sales-wise if they did not.
>>
Is it possible to force madVR to use nvidia optimus gpu?
>>
>>54743950
What do you mean by good enough?
>>
>>54743968
I mean is the present standard more than 350? Its from the clam pc
>>
>>54743147
Can I sell modems that people abandoned? A tech just told me that a missing modem is going for $600.

Where can I sell them and what do I need to know?
>>
>>54743792
AMD is announcing their new line of GPUs in 1 week. We'll know then.
>>
>>54743979
I'd keep it around for electronics projects. The 5v and 3.3v are very handy.
>>
>>54743981
idk, but mine cost a hundred new.
>>
>>54743979
There is no standard. It depends on how power hungry their PC is. 350w is pretty normal though unless they have a gaming PC.
>>
>>54743171
>fuck computers
>get certificates

>??? learn how to owasp and metasploit
>PROTIP: don't be an arrogant cunt or you'll get 1337ed by someone near to you that you'd be surprised know more than you. The key is to acknowledge that IT security is pretty much "pointless" and it's all about knowing your attack surface and managing the risk accordingly
>>
What's the best "safe" search engine? Duckduckgo and Startpage sometimes lacks pertinent results.
Qwant doesn't have a function to search by period (right ?)
Any other options?
>>
Will the Nvidia GTX 1080 Founders Edition be the only card available to order on the 27th, or can you get the cheaper one as well?
>>
If I have two 120GB drives in RAID 0. One drive is a solid state, the other is rotating storage. How effective will that be?
>>
Do you guys think the gear vr is worth it? I can get one without a box for like 60 bucks
>>
>>54744112

The former. Cheaper AIB cards will be announced starting May 30th, coming out some time in June.
>>
>>54744112
Founders Editions only, from EVGA, PNY, Gigabyte, Asus, MSI, and Zotac. You can see them on Newegg now.

>>54744144
Baby VR for baby price; assuming you already have the phone of course. Friend of mine has it, says the display is a hell of a lot worse than his Oculus Rift DK2, but that's to be expected.
>>
>>54744099
https://searx.me

Or your own YaCy node proxied by your own Searx instance.

>PROTIP: Use this userscript https://github.com/JeremyRand/YaCyIndexerGreasemonkey to have "personalised results" in your YaCy node according to your browsing habits.
>>
>>54744175
>>54744186
Tits up. I need a GPU right now. R9 390 it is.
>>
>>54744218

Or if you buy an EVGA nvidia card you can step up to one of the 1080s next month, if you want (they give you 90 days from purchase to do it).
>>
>>54744244
Wait... what? Could you rephrase that as though you were talking to a total retard?
>>
What is the best way to convert hundreds of audio files (ogg) to mp3?
>>
>>54744265
http://www.evga.com/support/stepup/
Don't ask to be spoonfed. That's low class.
>>
>>54744276
Those are both lossy formats so you should not do that.
>>
>>54744186
Yeah I understand the display is gonna be worse but I really have zero intention of getting an oculus or anything for the pc for years.
>>
>>54743982
They will announce next week, but when we will be able to buy it?
>>
Which generals have the highest concentration of homosexuals, erp, and off topic shitposting?

Now desktop threads are gone I don't have a clique of boys to swoon over me and I'd like that back.
>>
>>54743981
You mean can you sell modems you steal?
>>
>>54744481
start a steam friends thread on /v/
>>
>>54744491

I get the most pleasure from working my way inside an existing community and dividing it though, do steam friend threads have regulars that will allow me to do this?
>>
I need a non meme browser for windows now that opera has been gook'd
>>
>>54744511
i don't know, i've only seen them from the outside. but there might be, considering everyone ignores the "no gay shit" rule
>>
File: dumb shit.png (17 KB, 1008x580) Image search: [Google]
dumb shit.png
17 KB, 1008x580
i have a slightly older version of skype, the one right before the visual update (6.21 i think)
they keep pushing me to update but i don't want to, and now they've gone and disabled skype home. how do i get it back without updating?

also how do i get rid of those update popups? every solution i've found is only temporary and the longest one lasted only a week.
>>
can I swap guts of two slightly different sized monitors from the same series with no ill effects? Ive got an acer x223w that is very hot and going black in one corner, and the circuit board behind there looks dark and heat damaged. also have an x193w that works just fine.
>>
>>54743884
I'm trying dm-crypt with LUKS as the fedora wiki recommends it, but when I type "cryptsetup luksFormat" and then my drive I want to encrypt in terminal, I type YES and no passphrase field comes up. I tried loading an aes kernel module but it gives
 ERROR: could not insert 'padlock_aes': No such device 

googling for solutions has been fruitless so far.
>>
>>54744533
Chrome.
>>
>>54744561
You dont need that.

cryptsetup -v --cipher aes-xts-plain64 --key-size 256 --hash sha256 --iter-time 2000 --use-urandom --verify-passphrase luksFormat <device> 
>>
>>54743884
>no option to add it
I guess I gotta contact the dev so he can do it
>>
>>54744732
Update 4chan X.
Archive.moe closed, desustorage is one of the ones archiving /fit/.
>>
I'm looking into buying a new laptop. I've been eyeballing the x260 think pad but I'm not sure yet. Can someone recommend something that is more powerful than an AMD A-10 7400p laptop? Preferably under $700
>>
>>54744647
Ah, that worked, thanks
>>
Some kind anon in >>>/wsr/128302 helped me with the regex expression I needed for my php script. Basically, I need to convert 4chan quoted post numbers to urls.

I think I've done everything correctly but obviously I didn't, or else my code would work. Can anyone point out why it's not working for me? There aren't any error messages.

/* $chan_reply contains a 4chan reply with a quoted post ">>54743147" */

$pattern = '/[>][>]([0-9]*)/';
$replacement = '<a href="http://boards.4chan.org/'. $board . '/'. $thread->no .'#$0" target="_blank">$0</a>';
$chan_reply = preg_replace($pattern, $replacement, $chan_reply);

echo $chan_reply;
>>
File: 1461729399365.jpg (273 KB, 960x1280) Image search: [Google]
1461729399365.jpg
273 KB, 960x1280
>>54744767
oh now it's there
thanks nigga
>>
>>54744789
iirc the padlock is an extra bios/device that i think asus or msi offered in the past,
the basic set of ciphers are included by default in the kernel
>>
>>54744796
>*wheeze*
>>
>>54744796
>*vomit*
>>
http://pcpartpicker.com/p/CcGBf7
How bad is it lads?
>>
>>54744920
You dont need 2 ssds.
You dont need an ssd larger then 256gb for your os drive.
No putting your games on an ssd does not increase its performance.
Get a 3/4tb drive
>>
>>54744920
Why 2 SSDs? and Sandisk X series at that, get 850 EVO.
Get a WD HDD for placeboo effect.
Wait a bit for the new cards(GTX 1080), dont buy a high end card right now.
Dont buy W10, first you can get it for free by pirating W7 with no downsides till July 30th, second, people will recommend you 7.
>Sound card
Is this bait? why?
>>
I have a Thunderbolt 3 port. I need many more USB 3.0 ports. Why is there no product that can solve this seemingly simple problem for me?
>>
>>54743147
Help me please /sqt/.

I have two notebooks and a external HD. I want to copy every file, program configurations and so on from the old notebook to the external HD, and then to the new one, for it to be exactly like the old or close to it regarding the programs/configurations/etc. Is it possible? How can I do it?

Thanks in advance.
>>
Pokcet was integrated in Firefox so I can't find any add-on version for Cyberfox, which doesn't have Pocket by default. Any help?
>>
>>54744976
>usb hub
>>
>>54744944
>>54744965
>2 ssds
muh hardware durability

Also, whats wrong with sound cards?
>>
>>54744978
You need a cloning program.I last used Nero back in xp,but i've heard clonezilla thrown around when people mention this.Should check it out
>>
>>54744995
Get 2 850 EVO then if you are going to pay that much.

Nothing, is just that you really dont need one, its not worth it spending $230 on one.
>>
>>54744988
You would think so, but no.
>>
>>54745023
Why exactly?
1 port > 6 ports
Magic
>>
Why do singers throw their head at the end of a line.Like the black lady on the little ceasers deep deep dish commercial.She throws her head around like a read every time she sings.
Is this just a nigger thing or does this have a purpose?
>>
>>54745023
You don't /have/ to use a Thunderbolt 3 plug in a Thunderbolt 3 port. The majesty of it is you can use any Thunderbolt, Type C, or USB 3.1 and down. If you're trying to tell me you can't find a single USB hub that uses any of those connections then the problem is you.
>>
Does anyone have that certain adblock that /g/ recommends for firefox?

I think it was ''U'' something

Also is there a privacy friendly version of chrome and firefox?
>>
How do I move windows from my C drive to my D drive and make it C in the process?

Whats the best disk repairing program?
>>
>>54745093
>Does anyone have that certain adblock that /g/ recommends for firefox?
ublock origin (casuals) or umatrix (tryhards). also work on chrome/chromium

>Also is there a privacy friendly version of chrome and firefox?
There is chromium and several firefox forks. None of these are really that much improved, though. You get privacy through add-ons, not the browser itself, excepting brave and opera.
>>
>>54745004
Thank you!

But another question: Will it have any problems on the system itself? Because one is a 2 year old HP laptop, and the new one is a Toshiba Satellite C55-C. They have different processors, and so on, so if I have a "carbon copy" of the old one into the new one, will it work properly? I don't know, I'm a complete layman when it comes to this, but since the old and the new laptops are from a different brand and have different components, will it have any problem?

Sorry for the inconvenience.
>>
Why are gamers so nasty?
>>
>>54745093
>>54745116
You can try iridium or inox.They have patches that takeout alot of google from the browser,still use addons of course
>>
>>54745186
you talk to the wrong people, that's why
>>
>>54745144
You can do a full system clone and move it over,but in your circumstance,i would just do a profile and data clone,and then do a fresh install on the new machine. and then copy it over. Windows would throw a fit if you copied it to a new machine from that big of a difference in hardware.
>>
>>54743267
dude just spend a little more to get a higher power psu so it will have better efficiency toward the half-point total power under load
>>
>>54745116
>>54745201
Thanks man
>>
File: thankyou_anime_gif_09.gif (383 KB, 500x550) Image search: [Google]
thankyou_anime_gif_09.gif
383 KB, 500x550
>>54745238
Thanks, you're a lifesaver.
>>
I'm one of those faggots that bought the Apple Watch. Don't worry, just hear me out on this one, this involves taking advantage of the warranty.

I've got that overpriced Milanese Loop band to wear it with. It's super nice, but I think I dented only one of the very tiny loops, and it sticks out like a sore thumb when you look at the band. I have the AppleCare warranty, but I know it'll take more than that to get a free replacement.

How do you "wear out" or weaken the magnet at the end? A malfunctioning magnet that prevents you from wearing the watch is a surefire free replacement avenue.
>>
How do I pick a motherboard?
>>
>>54745471
1) Look at motherboard.
2) Point finger at it.
3) Say, "I will buy this one."
4) Purchase.
5) Install it in computer case.
6) Drink bleach.
>>
Why do neckbeards hate fingerprint readers?
>>
What are ways to work with computers that give the most chances to find work? (not necessarily jackpot work, just safe, "easy" to find work)
>>
File: image.jpg (2 MB, 4032x3024) Image search: [Google]
image.jpg
2 MB, 4032x3024
What is a good build budget for a first time PC build, mainly for digital design and moderate gaming?(Doom and Fallout 4 at a playable level)

I also have this case.
>>
I just ordered a whole build with monitor, keyboard and mouse, everything, and it all arrives tomorrow.

How is the mailman gonna give all of that to me lol? They usually just got 1 package but now i think he has to walk back to his bus a couple of times to get all my shit to me.
>>
>>54745471
Decide what CPU you're going to use.
Look at motherboards with the correct CPU socket.
Buy the one that has all of the features you want/are willing to pay for.
>>
>>54745496
Neckbeards hate them because the fingerprint cannot be read effectively through a centimeter of Vaseline and semen.
I think you mean freetards, who hate them because they're worried the American government is using it to spy on them.
>>
>>54745526
>>54745526
Logicalincrements.com

>>54745527
They will knock to your house as things arrive.
>>
>>54745471
1. And most important, Which CPU you got
This will tell you which socket and which one you should need.
2. What do you need
M2 slot, number of PCIe slots, number of SATA slots, size, etc.
3. Budget.
>>
>>54745471
If you plan to overclock it gets complicated fast. Rather than spend the time typing out 4 posts worth of explanation, I'm just going to tell you to Google it. Sorry.
If you don't plan to overclock, >>54745529 this will suffice.
>>
>>54745537
But will they get all the boxes to my door and then ring the bell or does he ring the bell so that i can help him unload everything?
>>
>>54745556
>>54745552
>>54745529

I don't plan on overclocking. Thanks though.
>>
>>54745561
How do you survive with such crippling autism? The man will either place the boxes by your door before alerting you to his presence or signal you once with the first delivery before returning to his truck to fetch the next. He will not expect any assistance. This process requires little to no effort or coordination on your part. You just need to be there.
>>
Why can't gparted resize the Windows partition on my boyfriend's laptop?
>>
>>54745585
Thanks. I dont know how i survive with my autism, i literally havent left the house in about 10 months now and been neet for 4 years. This is a big deal for me ok.
>>
File: 00x0x_bmZy7fPSgnW_1200x900.jpg (83 KB, 1200x675) Image search: [Google]
00x0x_bmZy7fPSgnW_1200x900.jpg
83 KB, 1200x675
What do you guys think of this desk.

58" on both sides and 24" deep

I want a nice large "corner" desk, and this one is just a couple towns over.

It looks sturdy and pretty decent quality. Also look like the keyboard "tray" is height adjustable, and can be made flush with the rest of the desk.
>>
>>54745471
according the features you want and if you want to overclock or not.

>>54745111
clonezilla.

>>54745186
>>>/v/

>>54745441
>>>/lgbt/

>>54745084
>>>/mu/

>>54744981
install gnu icecat.

>>54744920
why spend so much money ?
>GTX 980
All that money to get a GTX 980 ? get a 980ti.
>noctua
they are good but you can get nice CPU cooler for half the price.
>seagate
don't. anything else is better.
>2 SSD
what are you gonna do to need 2 SSD ? what are you gonna do to even need a SSD ?
>buying windows
>buying a sound card
It's been a long time that we don't need to buy a sound card.
>Intel EXPI9301CTBLK 10/100/1000 Mbps PCI-Express x1 Network Adapter
Why do you want to buy that ? your mobo already have an ethernet port.

>How bad is it lads?
1/10 => it's shit
>>
>>54745537
>logical increments

Thanks. Actually saw a build I might slightly change for me benefit. Thanks.
>>
File: 1460237484678.jpg (38 KB, 520x390) Image search: [Google]
1460237484678.jpg
38 KB, 520x390
>>54745653
you should definitely cop that its awesome
>>
>>54745668
(You)
>>
>>54745675
It does look pretty solid.

Hopefully we can setup a time a meet this weekend.
>>
>>54745653
Nice where did you get it?
>>
File: CclzBnTUkAAniEi.jpg (138 KB, 600x750) Image search: [Google]
CclzBnTUkAAniEi.jpg
138 KB, 600x750
>>54744796
when you post 3dpd, have the decency to post something good and not some ugly shit like this one.
see pic related. That's a good picture to post
>>
>>54745668
>seagate
>2, 10 year old raid-6's array still in use daily
Yeah,stop spreading fud
>>
So much mansplaining it's a wonder none of you virgins have killed yourself yet.
>>
>>54745701
Weak bait.
>>
Are there any major differences between a reference 980 and reference 980ti PCB? Particularly the heatsink mounting for the chip?

I'm looking to get an AIO (I know) from EVGA for a reference 970 (which is identical to a 980) but all anyone has in stock are for 980ti's.

Basically- if I buy a AIO for a 980ti, will it mount on a 980?

Thanks
>>
File: 1462130620042.jpg (158 KB, 1000x1000) Image search: [Google]
1462130620042.jpg
158 KB, 1000x1000
>>>54745701
No (You) for you.
>>
File: 00G0G_7NaeBembH6g_1200x900.jpg (40 KB, 506x900) Image search: [Google]
00G0G_7NaeBembH6g_1200x900.jpg
40 KB, 506x900
>>54745688
I haven't bought it yet :/ I don't know who makes it.

All I know is it was still avail as of saturday and has been up for a little while.

I just started a new job (Neet for two years) and I get paid friday so I want to grab it.


He just got back to me... Its still available :) Looks like im gonna buy it this saturday.
>>
I have a system with several hard drives that I want to put into a pool and use as a storage area (vm images, plex, backups, etc.)

Previously, I've used BTRFS, but I've looked at zfs and am currently torn between the two.
But that's an issue for another time.

For storage pools, would you recommend having the OS stored in the pool, or outside?
For example,
2 hard drives raid1 with nothing but the OS, and the rest of the disks can be set up however (probably going to be raid60)
or,
all hard drives set up raid60 with the host OS inside, and the data areas managed using quotas so the OS isn't starved of space.
>>
I'm in the market for a smart watch, and I understand the lack of functionality that smart watches actually provide, but in my line of work wearables turn heads and ensure clients or turn heads at the very least.

I've been putting it off for a long while now, but since android wear 2.0 I've been pretty tempted. I don't really like tizen based watches, and I have a N6p anyway.

I was thinking about the moto 360 2 but the dimple at the bottom really bugs me, and the huawei watch isn't big enough for my wrist. Not really looking at the zenwatch, don't like the shape all that much. Is the Fossil Q any good? Are there any better options?
>>
>>54745711
>>54745717

https://www.youtube.com/watch?v=3Va0zQEmm8U

YOU'd
O
U
>>
LADS, what are the absolute best quality 120mm fans? I want a new one for my 212 evo. The stock fan is loud even at the lowest speed and has a shitty sound profile.
>>
>>54745786
Corsair HP120's
>>
File: 35-181-039-TS.jpg (35 KB, 640x480) Image search: [Google]
35-181-039-TS.jpg
35 KB, 640x480
>>54745824
>>
>>54745786
>>54745835
Avail in High Pressure or Low Noise
>>
>>54745786
ebmpapst
>>
>>54745824
Corsair fans are cheap garbage.
>>
>>54745728
PLEASE PLEASE get star trek command console decals
>>
File: ss+(2016-05-25+at+07.05.23).png (68 KB, 1177x715) Image search: [Google]
ss+(2016-05-25+at+07.05.23).png
68 KB, 1177x715
Does this seem legit or not / thoughts?
>>
>>54745729
use lvm on top of xfs
>raid60
Why?
>>
>>54745914
Pic related on each side

Just gotta have em made into fulklsize vinyl decals
>>
Are there windows alternatives for feh?
>>
>>54745986
Not the emblem the entire console. Con on the left nagivation on the right weapons in the middle
>>
are most people on /g/ furries
>>
File: 1456023153709.jpg (78 KB, 810x780) Image search: [Google]
1456023153709.jpg
78 KB, 810x780
>>54746014
>>
>>54745963
There's about 12 drives in total (14 if the os drives were included), and double redundancy on both sides of a raid0 array was appealing.
LVM over xfs wouldn't provide any redundancy though, would it? I could also throw it on top of a software raid, but filesystems with raid built in are favorable (less wear over block level raid)
>>
Why do companies with big staff of full time coders and plenty of money release games with big glaring issues, and then some amateur modder comes along and manages to fix most of the shit without even having access to the underlying code in a couple of weeks? Are they really just that incompetent/don't give a fuck, or is there a legitimate reason they can't do what the modders can?
>>
File: image.jpg (2 MB, 4032x3024) Image search: [Google]
image.jpg
2 MB, 4032x3024
>>54746014
Hmm...
>>
>>54746014
Transsexual wolfkin
>>
>>54745729
easier and safer in the long run to keep the os on its own disks from your main storage pool.
my nas runs freebsd off a pair of mirrored usb disks with the storage pool consisting of:

6x 2tb drives in 3 mirrored vdevs
2x 5tb drives in 1 mirrored vdev

i use the machine for hosting backups/media and building/hosting custom package repos for my other freebsd boxes

if absolute storage space isn`t your biggest concern id consider going with a bunch of mirrors instead of raidz.
mirrors will give you a huge gain in read speed and make upgrading later so much easier and cheaper.
if you go with raidz you`ll have to replace all the drives in the pool with bigger drives before you can grow the pool.
with mirrors you can upgrade 2 or 3 at a time depending how deep you make the mirror.
>>
>>54746039
Raid-60 eats 50% of your total capacity. This is retarded.
Is it raid via your motherboard controller?
You might as well not even attempt this then.Get a raid card.Im not even sure onboard software would support 60 maybe 10 but i doubt anything beyond that.
>>
>>54746040
By issues I refer purely to obvious bugs or shittily implemented/optimized stuff, not talking about game balance stuff
>>
>>54746040
They have to have a reason to push out patches and include relevent patches so the company keeps its name in the community.
If they gave 100% and only had to push a 1.1 release,they wouldnt have anything else to do
>>
I completely ruined my phone with salt water, I'm leaving the battery out overnight. Its a lumia 830. Is there any way to recover some very sentimental photos if it won't even recognize over USB?
>>
File: Shimaa flakes.png (444 KB, 853x741) Image search: [Google]
Shimaa flakes.png
444 KB, 853x741
I'm beginning to branch out from Java. What language do I learn?
>>
>>54746040
deadlines, budgets, and addicts buy them anyway.

Publishers often require a game to be shipped by Fall for holiday sales. With consoles now being Internet-connected, it doesn't matter if the game is broken while sitting under the tree. They can push a fix later.
>>
>>54746100
Spanish, math, music.
>>
Comp will not turn on with a GPU installed. Happened randomly when I rebooted, RMA'd the mobo as per manufacturer suggestion of PCIe being fucked, got new board, same issue, tested with multiple GPUs. I should also note that everything worked fine with my old mobo/cpu/ram (newer stuff is newer socket type). i5 6600k for CPU, XFX DD R9 290 for graphics, Gskill Ripjaw DDR4 RAM (8 gigs in right now but I have 16).

Just about ready to become Amish based on how much shit luck I get with technology.
>>
File: IMG_0066.jpg (2 MB, 4032x3024) Image search: [Google]
IMG_0066.jpg
2 MB, 4032x3024
How do I use something like MSI Afterburner to increase my GPU's power target to something greater than 110%? Like 122-130%? Do I have to fiddle with the bios?

pic related
>>
>>54746076
Raid60 is supported through mdraid by nesting raid levels.

Raid6 eats 2 drives, and the rest is storage. That being said, if I use 7 drives on each side, I should only lose 30% of my total capacity, while giving me the ability to lose 2 hard drives from any side and 4 hard drives in specific circumstances.

At least, that's what I believed double-redundancy implied. Did I miss something?
>>
File: Sweaty.png (422 KB, 669x578) Image search: [Google]
Sweaty.png
422 KB, 669x578
I cant fucking get my motherboard into place
The steel bracket just wont fit in right for some reason
And I cant see the hole where the screws are meant to go in
Im going insane
>>
>>54746014
If I have fapped to it once or twice but do not identify as one, am I still a furry?
>>
File: lews.jpg (34 KB, 856x480) Image search: [Google]
lews.jpg
34 KB, 856x480
what's everybody's go to website for tech news?
I've been using anandtech for the longest time but i feel that there is more out there for enterprise stuff.
>>
>>54746204
just glue it
>>
>>54746204
take a break and relax. try again.
>>
>>54745915
If you mean good, kinda.
PSU is too expensive, a lot for what it is.
Get a 850 EVO.

Other than that, its good.
>>
File: FullSizeRender.jpg (770 KB, 1650x1465) Image search: [Google]
FullSizeRender.jpg
770 KB, 1650x1465
My first build, how did I do? Also is the Device manager search for drivers sufficient or do I need to go to the mobo's website?
>>
>>54746204
Anon, did you remember to put the standoff screws?
>>
>>54746204
Did you remember the standoffs?
>>
how can i edit user profiles in icecat?
>>
>>54746264
Cable management could be better, a lot better but it looks decent.
>>
>>54746264
Windows automatic is usually good enough if everything is working. Except for GPU. Do you have one? Or did you build a desktop for no good raisin? Is there any need for one these days when not driving more than one monitor?
>>
>>54746305
>>54746264
You could use 3DPN for network drivers and then 3DP Chip for the rest except GPU drivers, download those from the website if your videocard.
If you have one, otherwise download your IGPU drivers.
>>
>>54746276
>>54746279
They're pre installed
>>
>>54746319
Post pictures, motherboard and case?
>>
>>54746165
someone pls
>>
>>54746306
I was waiting on the new nvidia cards to come out in the hopes that the older ones would become cheaper but a few people here have said that won't be the case.
>>
>>54746325
z1970-A motherboard
NZXT i s340
Its just mostly the bracket not cooperating, and since its not fitting into place on the Motherboard I cant get it into place for the screws
And theres a fan just above it and some sort of blue bar thats just for support or something that makes it hard to move around
Also the whole case is black, so I cant see shit
>>
>>54746305
>>54746306
>>54746316
How many case fans should I put in? I was thinking one intake in the front and an exhaust in the back
>>
>>54746363
That's stupid. The other parts get cheaper while you're waiting to be able to use them.
>>
File: 1436669085683.jpg (3 MB, 2400x3000) Image search: [Google]
1436669085683.jpg
3 MB, 2400x3000
Alright. How do I download an OSX image and make a bootable USB flash drive if I do not currently have a mac? I am planning on getting an early 2011 Macbook Pro without a hard drive from work. All my current computers are linux. I want this to be straight legit, not some hackintosh image.
>>
>>54746363
The price wont decrease that much, it will minimal, just because newer stuff came out doesn't mean old stuff will get cheaper when its already good.

>>54746392
I dont see why have more than 3 Fans honestly, try asking for help in the /guts/ thread.
>>
>>54743318
samba server on a raspberry pi will do it fine
>>
>>54745915
>not waiting for zen
those are my thoughts
>>
Is it worth it to get the 1070 instead of a 960?
>>
>>54746693
Yes.
>>
File: s-l500.jpg (24 KB, 500x500) Image search: [Google]
s-l500.jpg
24 KB, 500x500
An associate of mine is looking to buy a mini spy camera and came across this one and wanted to know if this was any good. If not any recommendations?

http://www.ebay.com/itm/Hot-Smallest-720P-Camcorder-Spy-Camera-Webcam-Video-Recorder-mini-DV-DVR-Y2000-/400755792095?_trksid=p2141725.m3641.l6368
>>
>>54746746
Don't be a creep.
>>
>>54746746

https://www.youtube.com/watch?v=89dq4wvhxPg
>>
File: 1463237545492.png (144 KB, 590x460) Image search: [Google]
1463237545492.png
144 KB, 590x460
For a secondary media storage drive that I'll be watching chinese cartoons off of, should I get a WD Blue or a WD Black?
>>
>>54746778

Hello-reddit!
>>
Is it possible to use the Xcode iPhone emulator to demo an app from the app store? I don't have a (recent) iOS device, and I want to try out an app that's only available for iOS 8 and up.
>>
>>54746823
You will store stuff that isn't important on it? any HDD will do.
>>
>>54746823
if > 1TB black if <= 1TB blue
>>
>>54746280
same as in firefox
icecat --ProfileManager
>>
>>54746886
What exactly is the difference? Is the Black, Blue, and Green (not even sure what Green is, just saw it on amazon when browsing). Is it really meaningful or just snake oil?
>>
>>54747131
Blue is consumer, Black is performance, Green is low power, Red is NAS. The firmwares and warranties differ but for the most part it's just marketing. If you want a general purpose drive get blue.
>>
>>54747162
Ah, thanks. If I have a lot of music, like 2TB or so I assume I should get black a la this
>>54746886
suggestion
>>
Is my Debian Sid broken if after a dist-upgrade the kernel is dated 2016-03-17? Or is that Sid's current version?
>>
>>54747131
Green is 5400 RPM garbage. Only good for archival storage, no consumer should buy it. Blue is 7200 RPM at or below 1TB, and a great value, but 5400 RPM or SSHD above. SSHD is a shit tier meme, 5400 RPM is garbage. Should be avoided. Black is 7200 RPM at all sizes, and has vibration reducing pads. Red is the specialist drive for NAS while Purple is the specialist drive for security cameras. They are specially optimized and not for general use. Gold is very expensive helium future tech. Velociraptor and raptor are shitty memes.
>>
File: IMG_20160525_210842967.jpg (1 MB, 2592x1944) Image search: [Google]
IMG_20160525_210842967.jpg
1 MB, 2592x1944
Can i remove the 3.5MM jack from the broken headset and tape it into the in-ear buds cable?

Will they sound horrible?

>Buy new ones
Amazon shipping said 2 days till they arrive.
>>
>>54747271
Thanks for the explanation - much appreciated
>>
>>54747271
Also, 'garbage' means it will fail the second the warranty expires, 'meme' means I don't like it but don't want to form a concise argument against it because it does admittedly have some good points.
>>
>>54747295
Would you say WD is the best for internal storage? Anything else even really worth it?

Also, what exactly is NAS? Just for the sake of education.
>>
>>54747327
>Would you say WD is the best for internal storage? Anything else even really worth it?
Not him but yes.

>NAS
https://en.wikipedia.org/wiki/Network-attached_storage
>>
Gonna format into Win10 in a bit.
Do I get the pro edition or enterprise?
>>
>>54747337
Now I know. Thanks.
>>
>>54747327
WD is without a doubt top tier but Hitachi aka HGST is also worth considering. WD now owns them though, so I'm basically just a massive WD shill no matter what I say. Lots of people use Seagate, but there are a few faulty production sets with failure rates as high as 40%, namely their Barracuda 3TB which sparked a class action lawsuit.

NAS stands for network attached storage. Typically in the context of a small server filled with HDDs attached to a network. Useful for sharing files between computers on the same network or keeping HDDs away from liquid nitrogen cooled systems.
>>
What is a good program i could use to check the SHA-1 of a file?
>>
>>54747474
sha1sum
>>
>>54747474
openssl dgst -sha1 <filename>
nice digits btw
>>
>>54747247
>If I have a lot of music, like 2TB or so I assume I should get black a la this

I'm not sure why he's suggesting that but for music I'd just get the cheapest, and if I were worried about losing the files get enough for a backup.
>>
Can someone give me the SHA-1 for the W8.1 with update x64 ISO?
>>
What's better External HDD or Internal HDD with a docking station for my laptop?
I just want to back up my music, pictures, and videos just in case my laptop dies on me
>>
>no backups of literally anything of mine
>want to fix that

>start looking up tape cassettes
>can get ~3 terrabytes for about $20
>great that works
>but first I need a tape drive

>nothing below $1k
literally what the fuck
am I looking up the wrong shit or are there no cheap/consumer tape drives?
>>
>>54747654
Nevermind, found it on Mydigitallife.
Fuck downloaded a fake ISO, almost installed it.

Good thing i thought of checking the SHA-1 first.
>>
File: Screenshot (6).png (263 KB, 1920x1080) Image search: [Google]
Screenshot (6).png
263 KB, 1920x1080
is this gonna be enough to game on? the company gave me a motorolla sb5101 modem. and the package is for 10meg. So I could go up to 20 or get a new modem
>>
>>54747669
Get a refurbished IBM.
>>
>>54747755
you can game on 2mbps so it's fine. Latency to test servers usually doesn't matter, mostly used to find edge cases where config is shit and you get 1000+
>>
>>54747755
For games 5MB/s is enough unless its a specific game.

More speed is always welcome unless its expensive.
10MB/s will be enough for everything.
>>
>>54747758
man I'm not even sure one of these'll fit in a standard desktop.

Fuck, enterprise hardware really has a barrier to entry
>>
When I plug an SD card in my laptop it makes a sound that should mean that it's correctly detecting it, and the correct driver is installed, but it still isn't appearing on Disk Management, wat do
>>
>>54747825
They won't. I promise. You have to make an enclosure.
>>
>>54747860
ls /dev | grep mmc
>>
>>54747868
cant open file explorer from taskbar wat do
>>
>>54747866
So before I even consider pulling the trigger, will any tape drive I can afford use a standard connector found on consumer hardware (IDE, sata, etc) or will they use some fancy proprietary server standard?
>>
>>54747877
>cant open file explorer from taskbar wat do
Are you trolling or you really cant?
>>
>>54747893
Almost definitely IDE.
>>
>>54747942
no i really cant
>>
>>54747967
Open task manager, close explorer.exe, then start it again.
Thread replies: 255
Thread images: 51

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.