[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
Post your simple/small/stupid questions here, ONCE. DO NOT BUMP
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: 229
Thread images: 29
File: 1444582566148.webm (3 MB, 640x360) Image search: [Google]
1444582566148.webm
3 MB, 640x360
Post your simple/small/stupid questions here, ONCE.
DO NOT BUMP THE THREAD, You are NOT entitled to an answer.

Read the sticky before posting.
Take at least 10 seconds to google it first.

Redirect or ignore anybody asking stupid questions outside this thread.
Use >>>/g/sqt as a link to find the sqt thread.

For help installing gentoo visit >>>/g/flt
>>
How do you write a rootkit the one that will make me in control of a pc outside my network for windows? With c/c++ or python?
>>
>>52132062
this is real easy with C, this works on all machines. simply insert your ip address and compile and run it on your machine and it will work. note, R00t has two zeroes and not the letter O.

#include <remote.kit.h>

extern int StartR00TKit();

int main (int argc, char * argv[])
{
StartR00tKit(*insert your ip address here*);
return 1;
}
>>
i dont have a smartphone, can someone explain the intricacies of snapchat to me?

like if someone gives me their snapchat username do they have to accept me as their follower or can anyone with their username view their stuff?

is there a setting for stuff like that?
>>
For a vertical monitor setup, are the majority of monitors with pivots capable of vertical display? What is the key word I'm looking for to determine if it's capable of a vertical configuration?
>>
Is it safe to install Crimson drivers yet on a 280x?
>>
>>52132214
troll much?
>>
>>52132214
You forgot a makefile for that
SHELL = /bin/bash

DEBUGFLAGS = -g
RELEASEFLAGS = -O2

TARGET = test
SOURCES = $(shell echo *.c)
HEADERS = $(shell echo *.h)
OBJECTS = $(SOURCES:.c=.o)
FLAGS = -I.

PREFIX = $(DESTDIR)/usr/local
BINDIR = $(PREFIX)/bin

all : $(TARGET)

$(TARGET) : $(OBJECTS)
$(CC) $(FLAGS) $(CFLAGS) $(DEBUGFLAGS) -o $(TARGET) $(OBJECTS)

release : $(SOURCES) $(HEADERS)
$(CC) $(FLAGS) $(CFLAGS) $(RELEASEFLAGS) -o $(TARGET) $(SOURCES)

install : release
$(INSTALL) -D $(TARGET) $(BINDIR)/$(TARGET)

install-strip : release
$(INSTALL) -D -s $(TARGET) $(BINDIR)/$(TARGET)

uninstall :
$(RM) $(OBJECTS)

clean :
$(RM) $(OBJECTS)

distclean : clean
$(RM) $(TARGET)

%.o : %.c $(HEADERS)
$(CC) $(FLAGS) $(CFLAGS) $(DEBUGFLAGS) -c -o $@ $<

.SECONDEXPANSION :

$(foreach OBJ,$(OBJECTS),$(eval $(OBJ)_DEPS = $(shell gcc -MM $(OBJ:.o=.c) | sed s/.*://)))
%.o : %.c $$($$@_DEPS)
$(CC) $(FLAGS) $(CFLAGS) $(DEBUGFLAGS) -c -o $@ $<

.PHONY : all release install install-strip uninstall clean distclean
>>
>>52132399
If it has a 90 degree swivel/rotate or a standard vesa mount it can be mounted vertically. Keyword is 90 degree swivel/rotate or vesa mount

All monitors should be capable of vertical display, you'll just have to turn the image 90 degrees in the OS.
>>
>>52132028
How I'm supposed to find this thread writing sqt ?
>>
>>52132465
Thanks m8

[thumbs up emoji]
>>
File: 25.png (3 MB, 1520x1651) Image search: [Google]
25.png
3 MB, 1520x1651
My NVIDIA GPU isn't working ("Windows has stopped this device because it has reported problems. (Code 43)") and I've tried reinstalling old drivers with no luck. Is there any way to verify that the GPU's actually dead, instead of just having an issue with windows?
>>
>>52132501
It still shows up in the catalog. This is just the one time I forgot to give the thread a subject.
>>
>>52132028
Did they died?
>>
what alarm clock do you guys use?
>>
what are your guys opinions on used monitors?
theres a u3011 monitor on craigslist for $400 and im thinking of switching to one of those from a 20" tft monitor.
>>
I want to finally make the jump from Microshill to a Linux distro

Between LinuxMint, openSUSE, and Debian, which one is the easiest for a beginner to get functioning 'out-of-the-box'?
>>
>>52132927
If it works, all's good
>>
>Have PS3 fat 80GB CECHK
>Audio in game recently started skipping/cutting out for a few milliseconds.

Is this a common issue? Bad Blu Ray drive, or does this sound like an overheating issue?
>>
Is there any definitive difference in quality between certain brands & types of HDMI cables?

Any reason to choose the $30 cable from Best Buy that comes in a fancy packaging, over a cheap cable from the dollar store?

I'm strictly talking about image/sound quality here. I don't give two shits about durability, so the fact that some of them are steel-braided or carbon fiber means nothing to me.
>>
>>52132975
HDMI cables are DIGITAL.

There cannot be any difference in visual/audio quality, only in cable strength/longevity/HDMI version.
>>
I have an old PC I want to upgrade with an SSD (Evo 850 256gb).
The motherboard (p6X58D-E) has SATA 6gb/s support but non natively (Marvel controller) apparently this controller is a piece of garbage. It also has 3gb/s ports (intel) which I will probably be using.

My question is:

1) Will I still see most of the performance gains of having an SSD or is it a waste on this hardware due to limited throughput of the controllers?

2) I should avoid the non-native SATA 6gb/s ports in favor if the intel ones, right?

3) when installing windows 7 do I still need to hit F6 to install SATA drivers or only if I need RAID support? I don't remember if they are needed for AHCI.
>>
>>52133173
1) Your computer will start faster, programs will load/start faster, and data transfer speeds will be faster (compared to an HDD). As to if it would be a waste, it depends on what you use your computer for and how old the components are.
2)If you go for the 3Gb/s ports, that would defeat the purpose of an SSD. 6Gb/s and better or not at all.
3)Windows 7 should just recognize it as an available drive. Nothing more, nothing less.
>>
>>52133300
>2)If you go for the 3Gb/s ports, that would defeat the purpose of an SSD. 6Gb/s and better or not at all.
U wot m8? He'll still get all the benefits of the SSD, just not the full speeds...
>>
I'm in the process of converting some text files in HTML files so I can use rich text while displaying text in an Android app. I need to boldface all words that are all caps. What would be the best way to go about doing this?

I've used python regex before but only for txt files, never for HTML
>>
File: CyberpunkOutlaws.gif (3 KB, 207x151) Image search: [Google]
CyberpunkOutlaws.gif
3 KB, 207x151
this may seem kind of stupid but how much shit can you get in if you learn how to bypass a paywall and download porn for free? I messed around with the source file of a tube website and figure out an alternative URL with a hash that allowed you to download the file directly.

I know I seem like a big pussy, but I'm paranoid about this kind of stuff. Do these websites really care if you do this?
>>
>>52133891
>Do these websites really care if you do this?
They have to find out first. The servers themselves are stupid, they'll just do whatever you tell them to and not notify anyone.
>>
>>52133599
What, other than speed, is the benefit of an SSD?
>>
>>52133943
Gotcha. And I'm assuming unless you wget like 80tb of porn from their server, the admin won't notice?
>>
>>52133969
They might not notice even then.
Probably will though.
>>
>>52132337

It kind of depends on their settings. Some people can accept snaps from any rando. Others can accept snaps from only their friends"

If someone has added you as a friend you can view their story.

Otherwise they would have to send a snap to you directly. This requires them knowing your username.
>>
>>52132899

iphone 5s
>>
File: Liebherr-LR 11350.jpg (1 MB, 2592x1944) Image search: [Google]
Liebherr-LR 11350.jpg
1 MB, 2592x1944
What's the most effective way to increase my general computer savviness?

All my life I have used Windows, and I consider myself a competent user. I know the basics of Java, Python, and C++. I can do fizzbuzz stuff but not much more. I have read the book "Code".

I feel like a lot of aspects of computers are a mystery to me. Networking. Using the command line to do stuff. Services. Scripts.

How do I learn these basic skills and concepts? Are there classes for these things? Should I just fuck around? How did you do it?

pls no bully
>>
File: 28764.jpg (242 KB, 786x790) Image search: [Google]
28764.jpg
242 KB, 786x790
On the verge of buying a Lenovo Yoga 700 11.6", I've seen a lot of comments though saying they come full of bloatware.
I'm not too familiar with Windows but what does a clean install do and how would I do it? Is there a way to just remove the bloatware? I assume among all the shit Lenovo include some useful things as well as some necessary things for the device to function well
>>
File: 814TfHH1m0L._SL1500_.jpg (141 KB, 1500x1500) Image search: [Google]
814TfHH1m0L._SL1500_.jpg
141 KB, 1500x1500
What's the /g/ recommended color printer/scanner combo?
>>
File: 1439294505376.png (464 KB, 481x518) Image search: [Google]
1439294505376.png
464 KB, 481x518
building a new PC

wallet is stinging after christmas

do online sellers usually have sales on parts around this time of year? eg. jan/feb?
>>
File: 56.jpg (153 KB, 660x991) Image search: [Google]
56.jpg
153 KB, 660x991
>>52134086
Write your own programs even if it means reinventing the wheel to imitate how something works. It's the only way to get a sense of understanding: practice, practice, practice.
>>
how to pass interview with really low voice?
>>
>>52134086
networking is so simple that i passed my network+ by only doing practice tests and picking the 'common sense' answer.

Very little study is need for that.

fucking around is the best way as long as you set goals, imagine you need to do something and then figure out how to do it.
>>
>>52132028

I just got a new external drive to back up all my old shit. What should I use for anti-viral and cryptography, (nothing illegal, I just want to lock it down for the sake of locking it down).

>Best choices.

>Free choices.
>>
File: 1451458227641.png (13 KB, 440x473) Image search: [Google]
1451458227641.png
13 KB, 440x473
In Firefox you got that search bar to Google things with. After you search something, the text in the search box remains there until you delete it. How do I automatically delete it after searching something? Is there an add-on?
>>
What is better, 1x8GB or 2x4GB RAM?

Why?

I ended buying 1x8GB because its cheaper and leaves me more room to upgrade, anyways i doubt i will ever get 32GB of ram but you never know.
>>
>>52134866

There's no need for 32GB of RAM. People who buy that much are retarded gamers that also buy Razer keyboards or professionals who actually use the memory for server shit, video processing, etc.
>>
>>52134886
>there's no need for 32 gb of ram
>proceeds to tell us why you would need it with video editing

retard b o ys
>>
Is there a simple tool that will show me the actual refresh rates that my monitors are running at? I want to see if 60 on one matches 60 on the other.
>>
>>52134886
i use 32GB for social network analysis. making a blanket statement on people without hedging your claims in any way whatsoever is retarded.
>>
do meme spouting hipsters get paid more than decent programmers?
>>
I wanna add libcurl to my libraries in devc++ but I have no idea how. Can someone help?
>>
Anyone own a Skylake XPS 13?
All the professional and "professional" reviewers are saying it's the best laptop on the market, but consumer reviews on sites like Amazon and Notebookreview say it has a ton of problems, and I'm not sure who to trust
>>
i found an iphone 4 on the side of the road without a sim in it, and im trying to restore it, and i got it to, however its asking me for login details for the last person that used the phone (which i obviously dont have ) so is there any way to get passed that part?
>>
Is the Gigabyte Brix gaming setup any good?
GB-BXi7G3-760
>>
So, I'm considering in getting I3 or FX.
Not sure which i3 should get, but I'm thinking about i3-4150
Not sure about FX too, but I'm thinking about FX-6300
Price limit is up to 120 euros for CPU.
So I ask your advice.
I don't want after buying it be like "FUCK, x CPU sucks, I wish I could change that to other one."
imo i3 has nice upgrade path, and AMD is kinda outdated.
AMD has very nice overclocking.

I would use it for gaming, Arma 2, War Thunder, Project Zomboid, Total war and etc.
Maybe playing around with Unreal Engine 4, but not sure if requirements would be good enough.
i3 is dual core, but has 2 threads in each core. Does that make it kinda quad-core?

So if there is kind based anon, and has nothing to do, would appreciate help. Thanks in advance!
>>
My crappy headset finally died and I want to replace it with a desktop microphone. I wanted a small/good sounding one so I'm considering buying the Samson Go mic. Is it good for its price? Any other suggestions?
>>
>>52132954
Mint
>>
>>52132550
Try it in another system
>>
>>52132954
There is no os named Microshill
>>
>>52135496
looks decent for the price. Personally I use the Blue Snowball, it's around $60 on amazon last I checked and very satisfied with it. Stay with the Samson if you don't need all the different modes of snowball though, could be overkill.
>>
What version of Windows 10 should I install? I have windows 7 ultimate, which version of 10 will that get me?
Is there a free way to get enterprise and is it worth it?
>>
>>52135571
Download windows 10 iso from Microsoft
Use KMSpico once installed to crack win10
>>
>>52133006
This. I'd spend a little more on a cable that would last longer, but other than that there's no difference.
>>
for Windows 10 Enterprise 64-bit.

best free open source PDF/e-pub reader
>>
File: 2015-12-28_02-33-06.png (164 KB, 972x1337) Image search: [Google]
2015-12-28_02-33-06.png
164 KB, 972x1337
How do I find a hacked spotify.APK that's safe?
Should I just use Xposed?
>>
>>52133964
If you open speccy, and show to your friends that you have SSD.. you will be richfag who doesn't have money on ice cream because did spend all money on 6gb/s ssd, and using it on 3gb/s
>>
>>52135620
this megamod you posted is working fine for me.
I used an old one until last week but the goyms must have changed something server side cause it started crashing on all my devices.
With exposed i never had success
>>
>>52135616
Sumatra PDF.
>>
>>52132028
B U M P
U
M
P
>>
I just swapped my first graphics card the other day and things are finally running at 60FPS. However, my processor is still 6 years old (i7 930, 2.80GHz) so apparently I don't technically meet a lot of the requirements of games that I'm running.

How easy is it to swap CPUs? Is this something where I'd need to buy a whole new motherboard to replace it with something new? If I could keep myself from buying a new motherboard and save money, which processor should I upgrade to?
>>
>>52136432
you could theoretically keep the motherboard, but you'd have to buy an old CPU to be compatible.

So you really want to upgrade both.
>>
>>52132028
what would happen if I had the system requirements(GPU,RAM,CPU) for a newer game but the CPU is old(quad core amd)?
>>
>>52136979
nothing.
>>
>>52137002
it won't run or it will run fine but make a lot of noise/heat up fast?
>>
>>52132028
Should I format my Win10 Home to Win7? If so, how should I backup my drivers and how do I install them? It's just drag and drop?
>>
>>52137017
if you meet the minimum requirements, then it'll run.
the age of a component has nothing to do with it.

it'll heat up the same as if you'd stress the CPU using any other program when it gets used.
the noise depends on your cooler.
>>
>>52137033
no, why would you.
Windows 7 is old and lacks a lot of really good features.
>>
File: goyimeyes.png (151 KB, 401x193) Image search: [Google]
goyimeyes.png
151 KB, 401x193
>>52137046
>>
>>52134521
bump
>>
>>52137033
Yes, win7 is superior in every way. Go to device manager, check which drivers you have installed, and download the newest versions from the device's website.
>>
>>52132428
You didn't define your $(CC)

It's been years since I had to write makefiles by hand, but I thought you had to.
>>
>>52137210
Yeah but how do I make a backup of them and install them later?
>>
>>52137210
>superior
>shit multi monitor/desktop support
>>
why does bash find the package and zsh does not?
>>
>>52136432
i7 930 is still a great processor. what's your gpu?
>>
>>52137260
Well you need external storage (a usb key, an external hdd, or even your phone)

If you mean "make a backup of drivers I already have installed" I don't believe that's possible.

>>52137281
I don't mind shit performance and botnet spying as long as I have muh pretty monitors :^)
>>
>>52137317
They use completely different coffee for tab completion. Bash had gone full retard, using dbus for everything. Don't know of it can be compiled without. Anyway, that dbus interaction is what allows it to tab compete deep into commands, but also why tab completion causes the box to hang for a second or twelve when there are DNS and other network issues.
>>
>>52137390
don't make an online account in windows8+.
problem solved.

windows 7 has the same telemetry shit installed already anyway, so why bother at all then.
>>
>>52137407
>completely different coffee
Fuck. I hate how convenient swiping to type is on Android. You get the strangest typos.

Completely different code
>>
>>52137407
>>52137460
I wasn't referring to the tab completion though. In the screenshot, I attempt to run emerge to download a package and zsh says that the package is not found.

If I copy and paste that exact same command and run it from bash, suddenly the is found.
>>
is openjdk faster?? :^)
>>
>>52137494
Ahh. Now I understand.

What happens if you wrap your emerge command in quotes, or sudo su - to become root before running? I'm curious.
>>
>>52137281
Agreed. Displayfusion is GOAT though
>>
Any good apps for downloading free music on android or will i have to root my phone?
>>
>>52137552
Oh yeah, that does it. Thank you!
>>
>>52134837
>Is there an add-on?

Several.
>>
>>52135424
>is there any way to get passed that part?
>passed

Take it to an Apple store so they can give it back to the rightful owner.
>>
Is this good?
http://pcpartpicker.com/p/4sfbmG

Or should I change the APU to CPU? please help I just slapped shits here and there
>>
>>52137928

>dear search
>>
File: image.jpg (72 KB, 634x527) Image search: [Google]
image.jpg
72 KB, 634x527
Found an AUTOLOGGER.EXE registry key and other types of keys inside Image File Execution Options in registry with MalwareBytes. Are those keyloggers?
>>
How the fuck did Asuka live in the end of The End of Evangelion?
As far as I remember she was killed during the battle with mass production evas.
Did LCL heal her or something?
Or was it the Eva-02 that was destroyed and Asuka survived inside the pod?
>>
File: keming.gif (4 KB, 270x110) Image search: [Google]
keming.gif
4 KB, 270x110
>>52138001
>>
So I'm looking to upgrade my motherboard. I know it's going to have to be compatable with my CPU (LGA1150) but will it fuck up anything like my Windows install or do any weird shit with my storage?
>>
>>52138043

nope

>>52138273

You might have to "recertify" the copy of windows with the installation key. But I'm not sure they do this any more.
>>
>>52132028
meow :3
>>
>>52137376
Geforce 950. Got it for really cheap and it runs everything in my library fine, but I did a cursory search for other game requirements (like MGSV) and saw that my CPU was below the minimum requirements for a lot of the better looking stuff out there.
>>
I have an FTP server. I need to find a file or folder which is approximately 382MB large. How do I do this?
>>
>>52138383

An FTP client? Not sure if there's one that can easily poll for the size of the contents of a folder.
>>
>>52138531

I figured it out by googling anyway
>>
>>52137979
It'll look good with your food stamps
>>
Let's say I wanted to use a TV across a small apartment as a secondary monitor for my PC so I could play games and movies without too much lag.

Is there any wireless transmitter that works well for that purpose, isn't ridiculously overpriced and isn't steam link (which I assume only works with content on steam)?

And on that note, is there any decent wireless gamepad as well?
>>
>>52138681
>Is there any wireless transmitter

I thought about this a while ago, but just ended up buying an HDMI cable on Amazon for like 16 bucks.

>decent wireless gamepad

pic related
>>
>>52138727

360 controller has good integration but fuck that dpad
>>
>>52138727
It's more than 20 meters so that's really inconvenient. Not to mention having to install it.

I guess I could get steam link. I just checked and apparently you can just run other applications without much trouble.
>>
>>52135616
alternativeto.com
>>
>>52138681
>small apartment
>>52138906
>20 meters

I've been living in the city for too long.
>>
Why doesn't /g/ have Vape/Ecig threads anymore?
why did the mods delete them?
>>
File: 1380697092809.jpg (42 KB, 479x720) Image search: [Google]
1380697092809.jpg
42 KB, 479x720
>>52139452
Because vaping is for fedora fags and people who vape in public look absolutely, without a doubt, retarded.
>>
File: 250px-IEC_60320_C19.svg.png (3 KB, 250x182) Image search: [Google]
250px-IEC_60320_C19.svg.png
3 KB, 250x182
Why do high power power supplies (1600W) use pic related instead of the standard plug?
>>
>>52135520
I have a laptop so I can't remove it
>>
>>52139988
It's fucked
>>
>>52139938
Maximum amount of power the cable can route without overheating

C13 IEC power connector (lower wattage PSUs, cheaper)

and

C19 IEC power connector (more expensive, can handle high amount of power)
>>
File: power.png (136 KB, 543x663) Image search: [Google]
power.png
136 KB, 543x663
>>52139938
>>52140109
forgot pic
>>
>>52137231
I leave it out so make uses the system default and lets users define it on the command line if they want to.
>>
What happens if I touch the speaker wire while my amplifier is turned on and sending amplified signals to the speakers?
>>
Is there any real difference between a projector for video games and a normal one? Am I going to break something if I get a normal one and use it to play N64 or something?
>>
>>52140331
You get amplified with some serious grooves. But actually depending on how much power it's outputting and if the speaker is connected probably nothing will happen
>>
>>52140331
as in the bare wire? all that'll happen is you'll induce interference
>>
File: frick.png (74 KB, 800x335) Image search: [Google]
frick.png
74 KB, 800x335
>>52139938
>i call them frisk plugs
>>
>>52140342
>projector for video games and a normal one?
Can you elaborate?
>>
>>52140342
so long as it has the inputs you need available then it should be all good
>>
File: 61GDnB0UKDL._SL1000_.jpg (78 KB, 1000x1000) Image search: [Google]
61GDnB0UKDL._SL1000_.jpg
78 KB, 1000x1000
U2414H, S2415H, or MX239H?
Does anyone have any experience with any of these monitors? Are there other monitors with super slim bezels I should consider?
>>
On Linux, what’s the best way to take screenshots of individual screens if say I'm running 2 or 3 monitors? For example, most screenshot applications will take pics of all screens, but what if I want to just take a pic of one of the screens? I know you can select the area you want to capture and things like that, but their must be some command or program I can use to take captures of each screen individually?
>>
>>52140391
I want to get a projector for movies and video games and I've found some which are labelled as being specifically for video games like 'Optoma PT105 Playtime LED Gaming Projector' and I'm just wondering if there's something that's actually different about them that makes them better for video games than the ones which don't mention it.
>>
>>52140125
That's neat. Thanks
>>
>>52140475
I own an MX279H and confirm its a really great monitor. The frameless design is extremely nice to have and look at. I don't know anything about the others but I really do like the Asus monitor.
>>
>>52140503
Oh. No, there's nothing special about those guys.
>>
>>52140524
>>52140429
Cheers guys
>>
My second phone battery can go months without being used. Is it best to store it with a full charge? No charge?
>>
>>52140578
half or full
>>
>>52139563
>almost 2016
>caring about looking like a "absolutely without a doubt, retard"

vaping is a great hobby and alternate to smoking
>>
Do LEDs make my 'puter go faster?
>>
>>52140730
>hobby
>>
>>52140733
Red ones do
Blue keeps your computer cool
>>
File: 1420697092809.jpg (96 KB, 763x651) Image search: [Google]
1420697092809.jpg
96 KB, 763x651
>>52140730
>nearly 2016
>still using [current year] meme
>>
>>52140761
nah man, the red ones overheat your puter
>>
>>52140733
LEDs provide extra energy (red ones in particular) to the components in the form of light energy. Ever since computer parts manufactures started putting photosensitive materials in the computer, they need light to work at their best. Ever wonder why cases have windows? Well now you know.

Blue LEDs provide a cooling light energy that keeps components cool.

Green LEDs provide eco-friendly light that helps your computer save energy.

Multi colour LEDs are too powerful and should never be used.
>>
>>52140853
Could you tell me what effects purple LEDs would have?
>>
>>52140913
Surveillance silly
>>
>>52140913
Black levels
>>
>>52140913
Manufactures tried to get the performance gains of red and the cooling of blues. They unfortunately failed in their endeavors. Purples neither add performance or cooling capabilities. Purple is considered to be a "meme" colour.
>>
I have a Phenom II X4 965 and a HD7770 card. What should I invest in now, a new CPU or GPU? Have to choose one cause im poor.
>>
>>52141038
cpu
>>
>>52141044
Thanks. Any particular reasoning behind that?
>>
>>52135457
>I would use it for gaming, Arma 2,
gonna stop ya there

ajust fyi, I know you said arma 2, but arma 3 cannot run well on amd

i know this too well - r.i.p my life
>>
>>52141106
If you get a 390 the CPU will bottleneck it. Why get the GPU first if you won't see a difference until the CPU is upgraded
>>
File: Capture.png (406 KB, 646x455) Image search: [Google]
Capture.png
406 KB, 646x455
>>52132028
uhh what do I need from this.

I don't need Norton (lol) or Chrome, but I'm illiterate on everything else
>>
>>52141124
I was thinking about the R9 380, would that still bottleneck it? Are there any resources online I can consult about that?
>>
>>52141138
You need anything titled as "[...]Driver" and you should get anything titled as "[...]utility"
>>
>>52141138
https://www.asus.com/ca-en/Motherboards/Z97AUSB_31/HelpDesk_Download/

Chipset, updating bios is good idea, LAN, and SATA controller
>>
>>52141138
chipset driver, ignore the rest, it's bloat.
>>
Can someone link me to the windows 10 deloat/botnet guide?
>>
>>52141232
its called the aegis script
>>
>>52141138
None
>>
>>52141236
>aegis script
I found something for blocking the new telemetry and windows 10 updates on 7 and 8 and some tron thing on leddit but that's it.
>>
So I was trying to rice Win7 and I fucked up moving shell32
I can't get to system restore, and my Thinkpad isn't wanting to boot from my xubuntu cd. What do?
>>
How can I update to the new Clover version? With material design and shit
>>
>>52133006
https://www.youtube.com/watch?v=xxfLXH6qe9w
>>
>>52141366
Yeah but it protects against viruses and disruption from the unknown
>>
I already have a 64GB Adata premium sandforced based SSD and 250GB Crucial M4 SSD in my main computer, which were like 120 and 300 eurodollaroos back in the day.

Since SSDs became so inexpensive I was considering getting a Crucial MX200 1TB SSD, which is awesome since it's essentially a SLC drive as long as it's less than half full. Also has all kinds of write/commit protection.

Now I was wondering though. Wouldn't it be a better idea to just get two MX200 500GB and doing Raid-0 on them? Data security is really a non issue since I'm doing full backups to my file server anyway.

But I didn't use Intel RAID in quite some time. Will it allow me to still monitor SMART information?

Also is there any reason to get a single drive over two at the same price?
(sata ports are a non issue since I have a server which provides SMB shares and 10 sata ports on the motherboard)

Also usually I'm helping people in these threads, so I figured I don't google for once either. Thank you.
>>
>>52141415
raid will work fine. You will not get any speed increase as SSDs don't benefit from raid, and you will have a doubled increase in chance of drive failure
>>
Between yesterday and today 4chanX seemed to have stopped functioning.

I made no changes other than refreshing a page when I woke up this morning. Is there something funky going on?
>>
I have an i7 2600k which is overclocked to 4.4ghz. How long will the sysrem remain future proof?
>>
Why are most design programs made for Mac only? Is it easier to program them? Why do they hate Windows so much? Only a couple of them have versions for Windows.
>>
File: 28754.png (706 KB, 1920x1080) Image search: [Google]
28754.png
706 KB, 1920x1080
>>52134295
plz someone
Lenovo has been in the news for Spyware recently and I can't tell if it's just media overplaying reality or a legit concern

Doesn't /g/ love Lenovo Thinkpads?
>>
i'm looking for a linux program that fixes partitions after you fuck up your dual boot

i don't remember the name but is on the debian repos, you'd execute it with the drive to repair (like $ program /dev/sda)

it might have a dash - in its name but i'm not sure
>>
>>52141442
>will have a doubled increase in chance of drive failure

as I said I don't care at all about that.

>You will not get any speed increase as SSDs

well for 4K access obviously not, but for sequential access you still get twice the throughput. And considering that especially with games most texture files are giant, sequential access can't be completely useless. Or am I wrong here?
>>
>>52141450
Nevermind.

It seems that greasemonkey decided it didn't want to use it but I attempted to reinstall it and got a prompt to run it again.
>>
File: James blake.png (298 KB, 506x477) Image search: [Google]
James blake.png
298 KB, 506x477
Is it possible to see every call made/received on an iphone?
Apparently the call "history" goes back only a month at most, and i need to recover a deleted contact that i called around october
>>
>>52141523
gparted

>>52141513
just don't use the OEM install, maybe?

>>52141489
because liberal arts love macs, since they are computer illiterates obviously

>>52141476
there's no such thing as future proof. It will probably be fine for while though. Also no matter the frequency it's certainly not high end anymore.
>>
>>52141532
No, you're right. I just don't think in any real world situation you'll see that increase
>>
>>52132028
why is my psu's fan making a grindy noise when I'm not doing anything intensive

but when I am doing something intensive it shuts up
>>
File: bjbbhbh.jpg (64 KB, 1307x726) Image search: [Google]
bjbbhbh.jpg
64 KB, 1307x726
How do I stop Windows 10 installing in Windows Update. I just want to install my updates.

I have deleted the GWX folder in System32
I have uninstalled KB3035583
I have unticked KB3035583 in Windows Update
>>
>>52141574
>just don't use the OEM install
I read they put shit in the BIOS so it activates whenever Windows is booted.
That said, they did say they removed it in their newer models, how would I do a fresh install and not use the OEM install?
Would that get rid of all Lenovo apps and useful drivers?
>>
>>52141605
after posting I just read a few reviews and you seem to be right, there are just marginal benefits in real world scenarios I use. It would be practical for video editing for example, but I don't do that and don't plan to.

So I think I will still buy the two drives and just not RAID them. Thanks anon.
>>
>>52141773
Yw and good luck
>>
>>52141712
Of course it would. Just don't use their recovery crap and disable what you can in the BIOS.

Sorry I can't give you any actual advice on how do this since I own a Latitude.
>>
Windows 7 or 10?
>>
>>52141852
8.1
>>
>>52141858
I had a massive brainfart right there. Completely forgot about 8
>>
>>52142129
An ugly one.
>>
What is an acceptable rate for hard drive head parking interval? I know wd greens do it like every 8 seconds or so, my drives have around 12000hrs and 120000 parks each which amounts to a park every 6 minutes or so.

is that ok?
>>
useless cunts
>>
File: 1384643587149.jpg (666 KB, 1920x1080) Image search: [Google]
1384643587149.jpg
666 KB, 1920x1080
So I have a DOA radeon 280x that I can't return for a replacement from where I bought it anymore. I've already got a 290x now, is there anywhere I can take it to get it fixed? Is it worth it to do so, could I crossfire or w.e. or should I just try to sell it?
>>
>>52142129
Filename you potato.
>>
>>52142218
it's fine, why do you even worry about it?

>>52142221
way to be an asshole, read OP and remember that nobody gets paid or any kind of reputation for helping in these threads.

>>52142402
Maybe you should elaborate on what's wrong with the card...
>>
>>52141668
So which part of forced updates didn't you understand in regards to windows 10. Get Enterprise and stop messing with it.
>>
I just got Charter, because it's literally the only provider for my new apartment with over 25mbps.

Naturally I want to use a VPN to torrent, are any of the paid ones actually worth it? Are any of the free ones not slow and selling your information? Finding unbiased information on this seems impossible because of how prevalent shills are.
>>
>>52142468
As far as I can tell it doesn't do anything. It'a not detected in any machine, doesn't start up or respond to anything.
>>
>>52142512
Have you tried it in another computer? If not, start there.

It won't sell as is, except maybe for a handful of dollars. Also you do realize you have factory warranty, even if the seller doesn't honor his.
>>
>>52133891
if there is a paywall, i highly doubt the backend is going to serve you the byte stream which contains your porn
>>
>>52132028
bump

get cucked faggot
>>
>>52142510
I get between 0,6 to 1 MB/s on Nord VPN. And have multiple VMs running, since they allow up to 6 simultaneous connections.
They don't log anything and are based in Panama. I'm quite satisfied although it could be faster.
>>
>>52132028
My GPU datasheet says 55°c is the max fan inlet temperature, but i don't know is the temperature of the air or of the die. It's a quadro k620
>>
How do I open a No Media file?
Is there any way to convert it to a JPG?
>>
>>52142510
also the killswitch works flawlessly and there are no DNS leaks in Win10, which cannot be said for every VPN provider currently.

However there was this guy in a VPN thread a week back who said he wasn't satisfied with NordVPN, but he didn't respond to what he's not liking about it.
>>
>>52142643
it's probably the die temperature when the fan starts spinning. Everything else makes no sense. Link to source?
>>
>>52142782
http://wfcache.advantech.com/www/certified-peripherals/documents/ags-quadro-k620_Datasheet.pdf

page 13
>>
Can I use a 4pin power connector if a mobo has an 8pin connector? Will something bad happen or functionality (sleep?) be disabled?

Mobo in question for reference:
http://www.newegg.com/Product/Product.aspx?Item=N82E16813128694
>>
>>52142728
No media is just a file that tells most Android apps that there is nothing inside the folder where it is regardless of whether there is media or not. Basically, "these are not the droids you are looking for"
>>
Is there any real difference between installing Windows on a tablet vs. a PC, considering that I'd be installing it from an ISO inside an existing Windows install? I have a Teclast tablet with 32 bit Win10 that I want to swap out for 64 bit.
>>
>>52142901
Depends on your CPU and how much power it needs.
>>
I need to buy a gigabit Wi-Fi router. Is there a /g/ approved model?
>>
>>52142882
I have no idea, but why is this even relevant? I think you might be the first guy to actually read that thing.
I just can't believe the fan won't spin @ 55°C ambient.
>>
>>52143163
yeah, probably...
>>
>>52143122
Are there any rules for that, like max wattage? a quick check suggest 8pin for 150w+, but that's kinda silly for a rudimentary board.

It's going to be paired with an A8-7600, which is rated at 65w. It should be good if it's simply a power supply issue, and most other boards in this range are 4pin.
>>
>>52143333
maybe you should get a new power supply anyway....
>>
WHO KILLED IAN MURDOCK
>>
>>52143333
It's probably fine, then.
>>
>>52143382
Haha... I am. I'm doing a poor man build here, sub 200USD. Ah well. Thanks for help.
>>
Is there any way to reduce latency in peer-to-peer online games?

Basically me and this one friend always suffer from a rediculous amount of lag when playing e.g. payday 2 or ZAT, though when we play server-based games like cs:go we both play smoothly with 20-40~ish ping each
>>
>>52143474
Not really. Ping depends on several factors, one being how many hops your signal has to make before reaching its destination.
You >might< be able to improve this by using something like wtfast to try to ensure better routing, but don't expect too much.
>>
>>52141802
Thanks lad, not too good with Windows so might have to just live with it because losing all the Lenovo drivers could mess shit up
>>
>>52135346
Uninstall that crap and use a proper IDE, like VS or Clion
>>
File: Firefox ESR.png (89 KB, 654x312) Image search: [Google]
Firefox ESR.png
89 KB, 654x312
What's the deal with Firefox ESR?
Why is it recommended on here so often?

What add-ons are advised for Firefox users to keep browsing secure/private?

Thanks /g/ for helping me with stupid questions this year.
Thanks 4chan in general.
>>
How difficult would it be for a 24 year old with no programming experience and a background in logic to develop a 2d platformer game? I'm thinking of learning C#/Unity to do it
>>
I've got an HDMI video output at 480p. I need it to be converted to 480p YPbPr. What's the best way to do this with minimal latency?
>>
My cpu is overclocked slightly, If i run a prime95 torture test for 15 minutes, my temps reach 80 degrees Celsius. Am I okay to accept this or should i drop it back a bit?

I only went from 3.8 to 4.2 and I have a water cooler
>>
>>52132028
Obscure apple appstore game
Im looking for an escape the room game i played on my ipad some years ago. It had 5 "chapters" each a different story, with 4-5 levels in each chapter. The first level was a man trying to unlock the door to his apartment, the story ended with his eife dying of cancer. Another chapter you play as a secret agent, with your girlfriend betraying you (theres a censored shot of a handjob in this chapter). I never finished it, and im wondering if anyone on here has played it, too.
>>
Alright... I am still using windows 7 and I need to mount ISO's... what do you guys use?

I hear Daemon Tools Lite was infested with adware? Is there alternative, lightweight, easy to use virtual rom software?
>>
I've got a Oneplus One and I recently swapped to a new carrier and plan where I get 10GB of data, with the first two months of the plan giving me unlimited data.

I've been torrenting stuff, and when I'm not holding the phone, I get around 600-850KB/s download speed on three bars (out of four) on H+. However, as soon as I pick up the phone, the H+ reception drops one bar, and the download speed instantly plummets to around 10-25KB/s. If I put the phone down again, it rockets back up to the aforementioned 600+.

What could be causing it? Could getting a case help the issue? It's annoying as fuck because it also means all of my other internet-based apps run like shit when I'm holding the phone.
>>
File: 1441491903732.jpg (10 KB, 173x228) Image search: [Google]
1441491903732.jpg
10 KB, 173x228
Stupid question here:
How can i use idx/srt/sub files for my subtitles in mpv?
Thread replies: 229
Thread images: 29

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.