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

/sqt/ - Stupid Questions Thread

This is a blue board which means that it's for everybody (Safe For Work content only). If you see any adult content, please report it.

Thread replies: 325
Thread images: 35

File: 475.gif (2MB, 350x263px) Image search: [Google]
475.gif
2MB, 350x263px
>>
What do each of xterm's colour variables in xresources correspond to? i.e. color1, color2, etc
>>
What is the appropriate budget I need in order to build a 1080p, gaming PC that can run AAA games in 60fps? I don't have enough money right now but I need to know so I can save
>>
>>56561932
For a high end gaming pc you should probably be expecting to spend in the neighbourhood of $1k (assuming you're in the u.s.)
correct me if i'm wrong
>>
>>56561954
>>56561932
Including monitor and a few peripherals $1000 is about right, with $800 or so being the computer itself.
>>
Is it worth learning c or is it outdated?
>>
Any way I can make vi do ":set verbose showmode" automatically rather than typing it in every time?
>>
https://www.amazon.com/VIZIO-D40u-D1-40-inch-Ultra-Smart/dp/B01A0LGV06/397011

This 40" 4K TV has 120hz at 1080p, but no HDR.

Are there any TVs that have the whole 9 yards?
>>
>>56562001
I'd say it depends on your target platform. For Windows or Mac, there are much better ways to start making useable software, i.e. C#, Java, etc. If you are planning to develop CLI programs or libraries for UNIX-like systems, then definitely do. It'll be a lot easier to find APIs etc for C than most other languages there.
C is certainly an important language that is useful today, but it's not always the best tool for the job. For example, programming GUI applications in C is going to take a lot of superfluous overhead that could be eliminated by using a higher level language like python or C#.
tl;dr depends what you're programming
>>
File: 14734232304190.jpg (485KB, 2300x1725px) Image search: [Google]
14734232304190.jpg
485KB, 2300x1725px
Is gentoomen lib any good? I see a lot of old books there. I do know classics age well, but I doubt they are all that good.
>>
My debian's clock gets fucked up whenever I put my laptop to suspend mode.

How do I fix this? For some reason, the clock never checks the time online for some reason (Is there an option for this?)

The date command for changing the time requires root access as well. I can take up a challenge to make a script for it, but I don't know, what do you think? Maybe I'm missing something.
>>
>>56562056
Thank you for answering.
>>
Can I use an air compressor as a substitute for canned air for dusting out my computer?
>>
>>56562362
yes, i've seen this done at pc repair shops
just don't set the pressure retardedly high and make sure the dust doesn't get all over shit (i.e. in your lungs)
>>
>>56562362
as long as theres no debris or condensation in the line you should be fine
also it will have a lot more power behind it so be careful not to damage the fans
>>
Nowadays, is Demonoid a honeypot or not?
>>
>>56562413
yes
>>
In vim-latex, whenever I fucking type $$, {} or () it fucking autocompletes it with $$<++>, {}<++>, ()<++> and highlights some other shit.

How the fuck do I get rid of this? It's counter productive as fuck!
>>
>>56562422
Would you kindly elaborate.
What supports this?

What would the consequences be of using torrents posted there?
>>
File: 1472682684066.png (85KB, 849x488px) Image search: [Google]
1472682684066.png
85KB, 849x488px
Does anyone know how to set the audio output everywhere to one specific entry?

i tried putting
set-card-profile 2      output:analog-stereo
set-default-sink 2
set-default-source 2
into the /etc/pulse/default.pa and i hear sounds, but i can't change the volume with the media keys unless i switch to pic related on every startup.

Any ideas how to fix this, that doesn't involve installing gentoo?
>>
>>56561783
Does anyone have the link to that one youtube video of a guy's garage door, air confitioning being messed with remotely?

I think I saw it from a link on here, but I can't find it again.
>>
How do I extract subtitle embedded in a .mkv using rebox.net tool?

It seems to recognize Is it even possible? It seems to recognize there is a subtitke but can I save it as a .srt file somewhere?
>>
>>56562589
what the fuck is rebox.net?

gMKVExtractGUI
Aegisub
>>
>>56562604
>what the fuck is rebox.net?

It re-muxes .mkv to .mp4

I kinda want an all in one solution, a simple tool that can convert non mp4 files into .mp4 and also those that could extract subtitles out of it
>>
>>56562628
No idea. Nobody uses MP4.
>>
>>56562628
>I kinda want an all in one solution, a simple tool that can convert non mp4 files into .mp4 and also those that could extract subtitles out of it
why do people keep asking? the answer is always going to be ffmpeg
>>
>>56562673
Other than retarded tech illiterate Steve Jobs cult members.
>>
>>56562685
>implying I can use .flv in Vegas Pro
>>
>>56562683
>why do people keep asking? the answer is always going to be ffmpeg

Does ffmpeg have a GUI on Windows?
>>
>>56562773
no, ffmpeg doesn't have a gui
even if it did, unless it was functionally bare, it wouldn't be any easier to learn to use it
>>
Would a 750ti be worth getting if i only have a 300W psu and only play games like csgo, h1z1 and overwatch? this 730 doesnt cut it. I just wanna play at 1080p medium graphics desu
>>
When can I expect the 1070 prices to be non-retarded?

Founders edition cards are the cheapest around here, so that means the sellers are jewing people out of at least $70(actually more since loleurope) per card.

Planning to build a new rig in a month or two and I expected the prices to be less silly by then, but it's still awful.
>>
>>56563166
750 ti will take 20-40 more watts and give vastly better performance
Couldn't tell you if you'd be overloading your PSU without knowing every component.
>>
File: 1443438361392.jpg (106KB, 640x640px) Image search: [Google]
1443438361392.jpg
106KB, 640x640px
I'm running Apache in a Debian VM, and I'd like set it up so that each directory in /var/www/html/ would act as the root directory for any PHP/HTML that's inside it.

As an example:
The PHP code
scandir('/');
inside /var/www/html/Project1/index.php should scan the directory /var/www/html/Project1, instead of the filesystem root.
And in HTML, the tag
<a href='/a.php'></a>
in the same file should link to /var/www/html/Project1/a.php, instead of the filesystem's /a.php.

Could someone help me out with this, I've been googling for days, and I'm truly lost here.
>>
I want to buy a 1070 and 6600k but plan on upgrading to SLI 1070s in a year or two, what kinda PSU should I get to safely power a rig like that? Would 650W be enough?
>>
>>56563210
Its a shuttle SH67H3 barebone with an i3-3250 and 8gb of 1600(?)Mhz ram, stock cooler
>>
>>56563236
Should be okay, just make sure you have the right connectors
>>
Most color true display with the size of 24" under 500$ ? What should I go for? IPS, PLS, OLED?
>>
Do I need a screen foil for my nexus 5x?

It got gorilla glass 3 and I dont want to use one if I dont have to
>>
For Music Backup, would it be wise to create an iso of my cd or is just FLAC alright
>>
>>56563416
flac or flac + cue
>>
>>56563217
scandir('./');
>>
>>56562362
You can attach a moisture filter on the output end to trap debris/oil/water vapor and do this fine. You don't need high pressure.
>>
I need a site or something where I would post a time schedule in my country timezone but people who would click on it would see it in their country timezone.
>>
>>56563438
I'm not looking for a way to
scandir()
a certain directory, but rather a way to configure Apache to make PHP (and HTML) behave as if each one of my Project* directories was the '/' directory.
>>
What's the most convenient way to niggerproof a directory on portable drive?
Windows efs a shit, truecrypt requires admin and installs drivers, bitlocker only works on entire drive (or virtual disk but that does not have a convenient mount/unmount way on win7)
>>
Is there any good reason to avoid a laptop with discrete GPU if I'm not very big on playing games on it? Or modern laptops mostly have have smart powersaving that will use integrated GPU if I'm not running anything heavy?
>>
>>56561783
I want a reliable email service.

I have a domain and I'm not poor.

Is there any reason I shouldn't go with Microsoft Hosted Exchange? I want to steer away from Google Apps.
>>
Is video editing a useful skill
>>
>>56563759
Yes
>>
>>56561783
Can anyone recommend a good keyboard and mouse for gaming and every day work?

Going to order some of the parts and can't decide which if you could recommend multiple keyboards and mice around $150-200.

Thank you in advance.
>>
Considering the paperwhite vs the voyager. How much of an annoyance is there when stuff gets stuck in the bezel of the paperwhite. Is that something worth $120 extra for?
>>
>>56563797
logicalincrements.com
>>
>>56563217
You have to change some stuff from the /etc/apache2 directory's config files. I think it's in apache2.cfg then restart apache.

Try googling it, cause I had similar issues, but I gotta go at the moment.

Look up "apache cfg in /var/www linux"
>>
File: burning heart.jpg (880KB, 1646x2100px) Image search: [Google]
burning heart.jpg
880KB, 1646x2100px
Best book for learning Java?
>>
File: fireshit 03.png (37KB, 469x396px) Image search: [Google]
fireshit 03.png
37KB, 469x396px
>>56561783
Why is the latest version of fireshit cockblocking me?

And more importantly how do I circumvent it's (((protection)))?
>>
File: icon-image-128.png (2KB, 128x128px) Image search: [Google]
icon-image-128.png
2KB, 128x128px
What's the best lightweight image viewer I can use on Windows? I usually use ImageGlass but its GIF playback is terrible.
>>
>>56564390
jpegview
>>
I don't want to run linux on my ThinkPad, it's my only comp atm and I use it for schoolwork and csgo (I play in a league and the anticheat doesn't allow Linux systems). However, I'd like to learn how to use it. I experimented with Ubuntu last summer. If I wanted a laptop just for coding, Web browsing, and Linux, what's the least amount of money I can spend? I'm a poor collegefag. Give me a recommended model, doesn't have to be a ThinkPad.
>>
>>56564237
How do I install add-on's more directly?
>>
is there a way to have the time date and notifications on both screens in win 10?
>>
Firefox 4chan image prefetcher that isnt xchan ?
>>
Are there any decent email clients for desktops? Thunderbird feels really outdated at this point. I just want something that sorts emails by the date you got them
>>
File: imapin.jpg (81KB, 920x610px) Image search: [Google]
imapin.jpg
81KB, 920x610px
>>56564822
And by sorting I mean grouping them like Yahoo mail does
>>
>>56564390
Xee
>>
Im formating my disk should i run win7 or 8 and is that bullshit that games will only work in 10 legit?
>>
>>56564822

>Outdated.

Hell, I'm still using Windows Live Mail 2012 on my work machine.
>>
File: 61wRxnkHMNL._SL1000_.jpg (103KB, 1000x1000px) Image search: [Google]
61wRxnkHMNL._SL1000_.jpg
103KB, 1000x1000px
Looking for a wall mount like this one but 60+ cm long (24+ inch)
Needs to be vesa 100. Any brand reccomendations?
>>
>>56564064
Learn Java in 24 hours is actually pretty good
>>
what torrent client do you recommend for windows?
>>
>>56565377
Transmission
>>
>>56565425
didnt they stop updating it for windows? Also as a computer retard I need something that has at least the information needed to set up web ui.
>>
I might be able to sell my gtx 970, and get a 1070. The cheapest in ausbucks are EVGA, and I've been looking at the FTW Gaming, which is 50 dollaridoos cheaper than the ASUS strix OC, which is the only card I've found with a higher clock speed. I've heard EVGA FTW can have a bit of coil whine, but ive also heard EVGA make good shit (possible american shilling). Is this a problem, and what is EVGA QC like? Should I just shell out the extra 50 for the asus?
>>
File: pa.214135.7.jpg (25KB, 640x640px) Image search: [Google]
pa.214135.7.jpg
25KB, 640x640px
Will this make me look like autistic faggot?
>>
>>56565536
Depends on how you look IRL
>>
>>56565557
Like a typical sysadmin
>>
>>56564390
Honeyview, no question about it.
>>
>>56561932
1080p/60fps is quite reachable.

-A 3Ghz i5 or a 3.5Ghz FX
-RX480 8Gb or GTX1060 6Gb
-Two 8Gb RAM modules

That's it. You can get a cheap mobo, hdd, psu, case, etc. since they do not matter much performance-wise (SSDs will make loading screens shorter, but that's it)
>>
File: 1295329575296.jpg (40KB, 432x288px) Image search: [Google]
1295329575296.jpg
40KB, 432x288px
I want to have a small program (~25mb) which has a 7 day trial cracked. How difficult is this? I'm willing to pay 200$, how should I go about it? Am I asking for something unrealistic?
>>
>>56565905
if you have 200 bucks to spare, spare them by buyin the program
>>
>>56565966
it's probably a safe bet the license costs more, or he wants to install it on many machines
>>
>>56565536
no it will make you look like a 7 year old playing cowboys and indians
>>
>>56565966
I already paid 300$ to use it for a few months, but the price is a rip-off and the owner kind of scammed me
>>
File: 1337000143576.jpg (47KB, 511x510px) Image search: [Google]
1337000143576.jpg
47KB, 511x510px
Spaces or tabs?
>>
File: goldenretriever3.jpg (109KB, 628x696px) Image search: [Google]
goldenretriever3.jpg
109KB, 628x696px
Alright someone explain to me WHAT THE FUCK is even going on

I was just minding my business in win7 working in mspaint when SUDDENLY out of the fucking blue and for no fucking reason the mouse stopped responding, immediately afterwards the screen turned black and then my monitor shut itself off. 5 to 10 seconds afterwards the PC shut itself down aswell.

When it had rebooted itself i was greeted to a startup check screen of my BIOS saying "CMOS checksum bad". Tried restarting again because the keyboard didn't work anymore but it said "CMOS checksum bad" once again.

At the third attempt i got into the BIOS setup finally, but all the options i had previously tweaked were gone and back to the default state, so i had to fix those again. Now i'm sitting here wondering when the next time i randomly get thrown out of session will be. This makes you paranoid as fuck, you constantly have to save everything you do.

Why the FUCK is this even happening? This isn't the first time this has happened either. Last month i counted at least one occurence of this while i was playing a game. At first i thought it was an auto shutdown to prevent overheating but just now it shut itself down when i was doing mundane desktop work. So there's NO fucking way this could've been done by the system due to overheating.

Does this have something to do with my frequently putting my PC into hibernation mode for faster bootup rather than shutting it down completely? Could this have drained the motherboard's battery completely?

I mean i do want to get a new machine anyways (this one is over 5 years old) but i'd like to keep using the current one for a little while still at this point
>>
>>56561783
>Start teaching myself how to program in C++
>Acquire some knowledge mid level with syntaxes, features, STL, etc...
>Not going far from do shitty console applications..
>Not having a related job...
>Feel stuck /g/... what a real programmer do?
>>
I can't defrag a desktop past 27% defragmentation. Why?
>>
>>56566051
just a momentary glitch in the matrix, don't worry about it
>>
>>56566051
>>56566051
Just did a chkdsk and no problems whatsoever have been found. So i'm guessing it's a faulty CMOS battery that needs replacing quick then? God i hope those things aren't too expensive smdh
>>
>>56566051
Ded battery
Just buy a fucking br2032 and replace it.
>>
>>56561783
So I use vim on arch on my laptop and just installed vim (called vim80) on my windows machine where do I put my dotfiles i.e .vimrc and .vim folder?
>>
Does 1080p content upscaled on a 1440p display look bad? I know that 1080p scales perfectly to 2160p, as 720p does to 1440p, but must video content is only in FHD. Is it going to be awful looking?
>>
>>56566261
>>56566261
Dude it's not even remotely fucking funny

The very LAST fucking thing i need at this point in time is my PC dying on me for no reason, i'm unlucky enough as it stands

Ah fuck it i'm going to replace that cmos fucker compfuckingletely before the end of this week
>>
What's the cheapest most reliable hard-drive to fill with JAV, anime, porn, music and movies?

Thanks senpaitachi
>>
>>56566310
Yes as i wrote that was my initial suspicion. I'm just asking myself why it happened after running stable for so long is all
>>
Is it possible to make a raid 1 with network drives?
The server is managed by retards and I want to make a local shared storage without the cloud bullshit and figured this could be the best way.
>>
Having a wine problem. I'm running a program in I'm running a program in Wine on OSX that analyzes flow cytometry data. The program appears to be working except I can't open any of the data files which are a .fcs . Every time I try to open one I get runtime error 62 input past end of file, then the program crashes or closes. I kind of understand what this means but I don't know what to do about it.
>>
Is Cockli safe for a secondary email address?
>>
File: 2016-09-12 17_35_03.jpg (535KB, 2560x1440px) Image search: [Google]
2016-09-12 17_35_03.jpg
535KB, 2560x1440px
>>56566319
1/2
>>
File: 2016-09-12 17_35_19.jpg (608KB, 2560x1440px) Image search: [Google]
2016-09-12 17_35_19.jpg
608KB, 2560x1440px
>>56566319
>>56566360
2/2

judge for yourself
>>
>>56566320
i'd test your PSU

the CMOS battery dying will cause it to blank upon power loss, so check that too, so that by itself shouldn't affect a running system

if you don't have a psu tester, disconnect all power connectors, bridge green+black together with a wire in the 20/24 pin connector to turn on the PSU, and use a multimeter to test each pin, voltages listed here;
http://pinouts.ru/Power/atx_v2_pinout.shtml
>>
File: 1306391188727.png (307KB, 512x368px) Image search: [Google]
1306391188727.png
307KB, 512x368px
>>56565905
Noone?
>>
>>56566390
you could jump on to an IRC used by a cracking group and ask around
>>
>>56566020
Press tab key and the editor you use should replace it with four spaces. If it doesn't do that then uninstall it and find a better program.

>>56566337
You didnt do anything wrong, batteries can just die like that when they get old enough. Shit happens.

>>56566349
You mean those home NAS boxes? Sure, that's what they're built for. You'll probably not be able to plug more than 4 drives at most and the performance wont rival a server with a seperate raid controller but it otherwise works fine.
>>
>>56566440
No, I mean there are quite a few workstations and not all of them are running always. I could make 100Gb partitions on a few of them and want to make them raid 1
>>
>>56563665
Well, do you really want M$ having control of all your e-mails?[spoiler] I wouldn't[/spoiler]
>>
File: sfasfasfa.png (138KB, 1627x750px) Image search: [Google]
sfasfasfa.png
138KB, 1627x750px
allright I give up
what is wrong
>>
>>56566149
Second this.
All I've been able to accomplish so far is to write programs which manipulate basic numbers in one way or the other and don't know how to venture away from simple stdlib programs
>>
>>56566659
look into SDL or SFML and write a pac-man clone or something
>>
>>56566331
Just avoid seagate and certain well known Chinese memes. You should be fine
>>
>>56566656
plane_ride_cost has a elseif witouth any return statement after it. I guess the compiler was expecting something there.
>>
>>56566713
shit I had it there and deleted it somehow thanks
>>
File: hapwom.jpg (176KB, 804x676px) Image search: [Google]
hapwom.jpg
176KB, 804x676px
What do I do?

$ sudo apt update

Hit:1 http://us.archive.ubuntu.com/ubuntu xenial InRelease
Get:2 http://us.archive.ubuntu.com/ubuntu xenial-updates InRelease [95.7 kB]
Ign:3 http://ppa.launchpad.net/kirillshkrogalev/ffmpeg-next/ubuntu xenial InRelease
Hit:4 http://security.ubuntu.com/ubuntu xenial-security InRelease
Hit:5 http://us.archive.ubuntu.com/ubuntu xenial-backports InRelease
Hit:6 http://ppa.launchpad.net/obsproject/obs-studio/ubuntu xenial InRelease
Hit:7 http://ppa.launchpad.net/webupd8team/java/ubuntu xenial InRelease
Err:8 http://ppa.launchpad.net/kirillshkrogalev/ffmpeg-next/ubuntu xenial Release
404 Not Found
Get:9 http://us.archive.ubuntu.com/ubuntu xenial-updates/universe amd64 Packages [324 kB]
Get:10 http://us.archive.ubuntu.com/ubuntu xenial-updates/universe i386 Packages [321 kB]
Reading package lists... Done
E: The repository 'http://ppa.launchpad.net/kirillshkrogalev/ffmpeg-next/ubuntu xenial Release' does not have a Release file.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
>>
I have a week off work. What can I realistically learn and use in one week?
>>
>>56565258
Can you learn it in 24 hours?
>>
>>56566413
Like? I never pirated anything before so I am quiet illiterate when it comes to that
>>
Why isn't there a better alternative to IDA?
>>
>>56567059
not really sure, perhaps do some research into cracking groups, finds ones that do similar programs and find out how to contact them
>>
>>56566846
easy

sudo rm /etc/apt/sources.list.d/kirillshk
sudo apt update
>>
Is there a way to add equalizer to mpd?
>>
>>56566701
Thanks
>>
My computer is downloading 4mb/s and I'm pretty sure I didn't consent to download something. What would be a tool to look at what's downloading?
>>
>>56567230
iotop
>>
Any recommended Android apps to view all the sensor data and battery info and that stuff on an unrooted phone running Marshmallow?
>>
>>56561783
any idea why remapping:

(modMask .|. shiftMask, xK_q), io (exitWith ExitSuccess)

to anything but xK_q fails to work in my xmonad.hs?
>>
Any good android apps for recovering corrupted data?
>>
File: plshelpty.png (5KB, 729x103px) Image search: [Google]
plshelpty.png
5KB, 729x103px
What type of device would allow me to do this?
>>
>>56567230
windows? taskmgr->resource monitor
>>
>>56567378
A small system on a chip/arduino typa devices.
could be wifi/bt/IR
>>
>>56567114
DeFixed has many plugins and awesomeness
>>
>>56565002
only 10 dude
>>
>>56567378
just use an AP that can be set to client mode

i did this for a while ages ago to get my PS2 onto a wifi network
>>
Ok faggit I need your help.
I'm a student and my dorm has a wifi access BUT this fucking masive cock suckers blocked almost every fucking website (even normie site like reddit wtf?)
Anyway, I tried to change my DNS settings but I'm too fucking dumb to do this apparently. Every time I change soemthing I can't load website.
What I tried to do is put
nameserver 208.67.222.222
nameserver 208.67.220.220


but once I save and try to access any website it doesn't work. If I put back the univ DNS it's working again but the website are blocked.

tldr, univ is blocking website, too dumb to change DNS seting, whatdo?
>>
>>56565888
PSU's do matter quite a bit though, If he doenst know jack shit about PC's and he goes to build one and his Graphics card requires ATLEAST a 500w PSU but he buys a 250w one

Well johnny is shit out of luck cause he probably wont have any idea what the problem is
>>
>>56567553
are they blocking 4chan too?
>>
>>56567553
changing ur DNS might not be enough if they have a Firewall.
try 8.8.8.8 8.8.4.4 instead
you could try VPN if ports are open
>>
>>56567451
I'll try it out. Thanks anon
>>
>>56567584
yeah, I'm accessing through my phone

>>56567611
they only opened the http and https port, I can't even torrent
They are fucking masive cock suckers I can't believe it
>>
>>56567553
Setup dnssec+dnscrypt
Better yet find a ipv6 tunnel
>>
>>56567630
Did you use netcat to scan for open ports?
can u get to the default gateway login page?
what device is it? perhaps u could find a way in.
>>
>>56566149
Qt is more or less a standard today if you want to do desktop applications with C++ so you can start learning Qt
>>
>>56567553
USB tether with your phone? Unless you're an Clapistanian you should have access to an unlimited 4G with decent speeds for relatively cheap prices. Although it might slow down if other people are downloading shit too.
>>
>>56567649
>Setup dnssec+dnscrypt
yeah but how do I do that? I tried using the arch wiki but couldn't do it

>>56567671
gonna try netcat but they said if we try to use any other port we'll be b&
What device? you mean their router?

>>56567681
I only have 5GB and I'm already over the limit, throttled to 16KB/s now, kill me
>>
>>56567699
You literally follow the arch wiki
unbound+dnscrypt+dnssec

It isnt hard at fucking all
>>
I'm going to be getting a new CPU, Motherboard and RAM tonight, but my PSU is pretty old. Is it possible that the PSU won't have the right cables to connect to the motherboard? I googled the PSU and it says it has a 24 pin and a 4 pin and heres all the parts im going to be getting:

https://www.amazon.com/Kingston-2133MHz-Non-ECC-Desktop-HX421C14FB/dp/B00TY6A2Z4

https://www.amazon.co.uk/H110M-R-Motherboard-Socket-Intel-S-ATA/dp/B01CZTFCQK
>>
>>56567715
I did set up unbound with dnssec but I couldn't load anything.
their is also a login page the first time I connect to the network
>>
>>56567735
And this too http://ark.intel.com/products/90729/Intel-Core-i3-6100-Processor-3M-Cache-3_70-GHz
>>
>>56567744
go to a school that dosent have authoritative censorship
It is their network, not yours
>>
>>56567776
fuck off faggit
>>
>>56567809
>being this defensive
It is that simple.
You are on THEIR network, if they dont want you to go to websites they dont want you too, there is nothing you can do about it
Get a 4g modem
simple as that
>>
>>56567834
>paying like a cuck hen I can use their gigabyte connection for free
fuck off
>>
>>56567846
>every attempt to bypass has been thwarted
>sysadmins are competent
>being a whiny little bitch.
He is already paying for the connection, it is part of his room and board
>>
>>56567885
yeah but I won't pay for a 4g modem
>>
>>56567903
Then increase your mobile allotment(what a cuck using mobile networks kek), or get the fuck over it.
>>
>>56561783
What is a good, stand-alone software for visualizing data? I'm talking plotting charts, scatter plots, histograms and more complex ones, too. I use libreoffice now but it's a pain in the ass to use and it's not built for data viz so the charts are mostly ugly.
Google only suggests web based shit btw
>>
>>56566051
>>56566051
So i don't think the CMOS is causing this...

I took a look into the event viewer and it says kernel power error ID 41 (unexpected shutdown)

Bad PSU maybe? Also one of my siblings uses DLAN could it have something to do with this possibly
>>
>>56567141
>sudo rm /etc/apt/sources.list.d/kirillshk
>sudo apt update
sudo rm /etc/apt/sources.list.d/kirillshk
[sudo] password for ender:
rm: cannot remove '/etc/apt/sources.list.d/kirillshk': No such file or directory
sudo apt update
Hit:1 http://security.ubuntu.com/ubuntu xenial-security InRelease
Hit:2 http://us.archive.ubuntu.com/ubuntu xenial InRelease
Get:3 http://us.archive.ubuntu.com/ubuntu xenial-updates InRelease [95.7 kB]
Ign:4 http://ppa.launchpad.net/kirillshkrogalev/ffmpeg-next/ubuntu xenial InRelease
Hit:5 http://ppa.launchpad.net/obsproject/obs-studio/ubuntu xenial InRelease
Hit:6 http://us.archive.ubuntu.com/ubuntu xenial-backports InRelease
Hit:7 http://ppa.launchpad.net/webupd8team/java/ubuntu xenial InRelease
Err:8 http://ppa.launchpad.net/kirillshkrogalev/ffmpeg-next/ubuntu xenial Release
404 Not Found
Reading package lists... Done
E: The repository 'http://ppa.launchpad.net/kirillshkrogalev/ffmpeg-next/ubuntu xenial Release' does not have a Release file.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.

:(
>>
>>
How do i replace nautilus with dolphin in Ubuntu 14.04?
I tried editing /usr/share/applications/defaults.list, $HOME/.local/share/applications/mimeapps.list
using this
xdg-mime default kde4/dolphin.desktop inode/directory
and even installed this
exo-preferred-applications 
but it still always opens nautilus.
I just want to have thumbnails in the filepicker dialog.
>>
>>56568415
ls /etc/apt/sources.list.d/ and delete what looks like kirillshk
>>
File: +_e1990111611843a349e54e7e312.png (4KB, 185x186px) Image search: [Google]
+_e1990111611843a349e54e7e312.png
4KB, 185x186px
I have an old laptop that says "No bootable device". It has a whole bunch of family photos on it i would like to save somehow.

Am i fucked? Do i have to reboot it to start it up?

What if i opened it up and took out the harddrive or whatever part it is that saves stuff and connected it to a working PC?

Or is there another way?
>>
>>56568360
>There was a other culprit. He is Windows Search. Sudden index making causes kp41 power lack.
>i.e. One of the mastermind/ culprit of kp41 is SysMain (= Superfetch Service) and SearchIndexer.exe. This is evident from my test.
>5d.biglobe.ne.jp/~the_imai/etymology/kp41_en3.html

What did the jap mean by this?

I recall that before the sudden shutdown i had a massive CPU spike and svchost was going haywire (was looking it in procexp like 2 minutes before it froze and crashed/rebooted) so there may be something to it.

How bad of an idea is it to delete these windows files he listed in that link?
>>
>>56568844
Connect it to PC. If nothing shows up download a recovery program and scan the drive with it.

As long as the drive is not too fucked, physically harmed and you don't save anything to it you should be able to recover your stuff or at least most of it.
>>
>>56561783
Running android-based Remix OS in VM virtualbox.

Need to run a specific app that keeps checking for camera when i load it.

How can i bypass this. I dont actually need a working camera, just the app to run
>>
>>56568895
I should add when it doesnt find a camera, the app shuts down
>>
>>56568844
- If it has an IDE connector you should set the jumper in slave before connecting to a working pc
- If it's SATA, connect it to a working pc but first check the BIOS config, check that the OS loads from the main disk and not this one (in case it still works)

Once the OS is running you must be able to see the disk like a installed device if everything is OK with the Data...
>>
>>56568415
I dont know the repo you added but just delete the kirillshk.list or kirillshk.save or whatever its called from that folder then run the update command again

if you're still too retarded post an ls of /etc/apt/sources.list.d/
>>
File: 1472785333177.jpg (94KB, 824x545px) Image search: [Google]
1472785333177.jpg
94KB, 824x545px
Someone please fucking explain the ICANN issue coming up soon.

People are saying it's going to circumvent US laws by banning anything governments don't like as hate speech, while others are saying nothing's going to happen, and fucking /pol/ went into a spiel about jews again. What the fuck is going to happen?
>>
File: s9Xk6hB.jpg (13KB, 552x539px) Image search: [Google]
s9Xk6hB.jpg
13KB, 552x539px
Pasting this

>My computer "tabs out" every 10(?) seconds or so. When saying that it "tabs out", it does not tab to desktop or any other window. I still have Chrome for example, open, but every 10 seconds, the window acts like it's not active for about a second, so I can't type. I played CS earlier today, but that worked properly, however, when I played Dead by Daylight, every 10 seconds my mouse would show up for a second, and then go back to normal.

>I noticed this either last night or this morning. The only thing I've downloaded the last days are Tropico 4, and some updates for games and apps.
Before I posted this, I googled my problem, and people in forums said that malware caused the problem. I did a scan with malwarebytes and bumped into something called pup.optional.pricefountain. I deleted it and restarted my computer, but it was not to any help.
Running win 10
>>
Is there anyway to get notifications other than ones from Samsung apps on your always on display?
>>
Can somebody explain how bit coin works?

I think I get it but places always want me to mail them a check or link my bank account or some shit to get started.

This can't be right for an "Anonymous" currency so I think I'm being tricked.
>>
>>56568844
>family photos
sure :^)

Try some livecd
>>
>>56569103
watch task manager (most notably the CPU), It sounds like there is ghost application coming to the foreground and stealing the context then is closed/killed.
>>
>>56569103
Backup whatever files you cannot live without, scan them for viruses on another computer, and reformat.

>>56569126
I know TOR does it, so you could probably write your own app that makes always on notifications. You probably have to select some security option, though. I can't completely remember.

>>56569131
Well yes, you do have to pay for bitcoins from your credit card or whatever you use. The transactions are anonymous, though. The whole point of bitcoin is to have anonymous transfers and unknown amounts of money in your account. Banks and such can't see how many bitcoins you have nor what transactions you've made with them, they can only see what you've transferred into actual cash.
>>
>>56564499
Whatever cheapest really.

Prolky lookin at $300 for a laptoo.
>>
>>56569131
Bitcoin isn't really anonymous. Every transaction on bitcoin is recorded forever for anyone to see. It's just an alternative to the banking system, so you don't necessarily have to provide multiple forms of identification and have an account permalinked to your identity. But countries are still free to try and regulate any currency, and anyone buying or selling anything can choose to collect information either to satisfy their governments or to help prevent fraud. There are bitcoin tumbling services that supposedly take your coins and give you someone else's in exchange, so you can't be traced, but it's hard to say how well those work. Often people who care a lot will buy coins in person.
>>
>>56568895
>>56568908
Anyone? Im desperate
>>
Any games that would profit from a GPU with 8GB of memory instead of 4GB?
I don't feel like spending those 60€ extra if it's unnecessary.
>>
>>56569265
Depends on the resolution.
>>
>>56568161
https://www.r-project.org/
>>
I posted in the last thread about my computer not starting after I cleared the CMOS. It turns out my GPU is the problem, booting the PC without the GPU plugged in makes it boot fine.

My question is how did clearing the CMOS mess with my GPU? Was it something I physically did when I was rooting around in the case? Or is it something else? For people who weren't in the last thread; my PC gets to splash screen then goes to a black screen with a flashing type prompt but I can't type anything.

I have a GTX 760.
>>
>>56569292
Well, I do own a 4k display with free sync but there's no way I'll spend a fortune for a card which will allow me to run games at 60 fps on that resolution.
Highest I can go is 300€.
>>
>>56569348
did you accidentally unplug the pci e power connections to the gpu?
>>
>>56568895
The exact problem here is that it needs something to point to, and it can't find it. You need to put something there for the app/OS to use, since you can't exactly modify the app/OS itself without a good bit of headache. Try giving it a fake camera (image or something), like this guy: http://android.stackexchange.com/questions/124751/use-image-file-as-camera

>>56569265
Games with large amounts of changing variables. GTA5 would be an example. If you're looking to future-proof, then maybe it's worth it. Not many games really need it, though. You can still get great graphics without it. It's completely up to you, though.

>>56569348
CMOS holds bios settings, so you likely need to change some settings in the BIOS to get it working properly. It's also very well possible you screwed up something physically, too.
>>
>>56569401
No, everything was exactly as I left it, all I did was short the CMOS. I've mad sure the connection thingy was as it was too.

I've made sure the card is seated properly too.
>>
>>56569251
is the program you are trying to run open source?

if not you're SOL, contacting the Developer might be your next option.
>>
>>56569425
can you confirm the card is working?
>>
>>56569425
do you have another pci e slot in your comp to try the video card in?
>>
>>56569216
>>56569103
Is it that bad? :(
>>
>>56569348
Sounds like your motherboard is dying. Slight chance it could be your PSU too but seems unlikely.

>>56569352
If you're going to run demanding games on 4k 8GB is worth it. If you're not then I would not get it. Future-proofing is usually a waste of money.

https://www.youtube.com/watch?v=JjTUtUF6gxg
Here's a video about it, might be worth watching. Skip to 3:25.
>>
>>56569210
what should I look for? i feel like everything is closing and opening
>>
>>56569474
Look, when you start looking for files you want to keep, you'll find that there aren't really that many. It'll take at most 3 days to get used to your computer again. Do what the other anon said with the task manager, but if (when) it doesn't work, reformat (obviously look up the proper way to do it)

>>56569425
Have you tried cleaning out the motherboard? Blowing into the connectors, etc.?
>>
Ok so I'm the fag that can't setup unbound

I tried to access a website using the ip address directly. This should work right?
Well guess what, this fags blocked that too, everything is redirected through their server.
I can't set up unbound to o local queries too, I don't know why, I did everything the wiki said but it just won't work.
I tried to forward the queries to OpenDNS' DNS but the pages won't load (server not found)

fuck this shit
>>
how do i change the urls in the qbittorrent search engine to use mirrors of dead torrent sites?
>>
>>56569009
Bump if anyone can clarify.
>>
Would NTFS be the best filesystem for a shared HDD between Linux and Windows?
>>
>>56569348
All clearing CMOS does is return your bios to factory default, the way it was when your pc was sent out. If you went in and changed something when you got your graphics card, like disabling onboard video, then you would want to change that setting again. But it sounds like either your card or your mobo is dying. You could try removing any drivers for the card before reinserting it

https://www.guru3d.com/files-details/display-driver-uninstaller-download.html
>>
Is there an updated Android ricing guide? The most recent thing I found is from early 2014, and I fear many things on there are outdated.
>>
>>56569411
Thanks, Ive tried those but the problem is the app is using an internal cam. I dont have the option to select one

>>56569434
Unfortunately its not. I had no idea it would be this difficult

>>56569434
>>
>>56569488
look for something that is spikes the CPU when the context changes. in order for a process to execute it needs to use some CPU. I cant tell you when exactly you'd be looking for but definitely run a virus scan and pay attention to the taskbar and see if any of the applications are popping up with notifications.
>>
>>56569605
exfat
>>
$year  = 2018; // want this to print as 18
$format = sprintf("%d/%d/%d", $day, $month, $year);

How do I format the month to print just 18 instead of 2018?
>>
>>56569701
android developers might be able to help with this one but you essentially need to override "android.hardware.camera" to point to something valid. Best bet would be to just contact the Developer. Or since you are using Remix OS see if there is a way to change what the OS thinks your "camera" is. I'm sorry I've never used Remix myself.
>>
>>56569627
>>56569452
>>56569466
>>56569520
I tried using an older GPU, radeon 7--- but the GPU didn't even turn on, fans weren't spinning and monitor didn't pick it up.

I can't check if these GPU's work on other systems unfortunately. Inside of my case is extremely dusty so i'll clean it out and see if that works tomorrow.

And >>56569627
The reason I cleared my CMOS is because I couldn't access the BIOS, I still can't now.

I guess my motherboard is dying that really sucks. Thanks for the help.
>>
>>56569893
>I tried using an older GPU, radeon 7--- but the GPU didn't even turn on, fans weren't spinning and monitor didn't pick it up.

Wait that probably means my PSU is fucked right? However my higher power GPU turns on fine.
>>
>>56569893
do the fans on the gpu turn on? could just be the psu

are you using those molex to pci e gpu adapters to plug it in or are they direct from the psu?
>>
>>56569822
Thanks for your help, i will look into android.hardware.camera. Do you know if theres a way to prevent the app from closing. It seems functional despite the camera not found dialog. only problem is it closes after a couple of seconds
>>
Anyone know how to see full list of startup applications on Cinnamon DE?
>>
>>56569762
using String.substring() there is no subint so you'll need to convert the year to a string.

$yearStr = yearStr.substring(2, 3);


since it's a year and you likely wont be using math for it you should have 2018 as a String.
>>
>>56569936
For Linux, all of the startup applications are in /etc/init.d/
>>
>>56569921
The fans on my higher power GPU turn on. The older Radeon doesn't. It might be that the Radeon is busted, it's like 8 years old.

Cables run straight from PSU into the GPU, no adapters.
>>
Should I buy a HD Smart TV or a Full HD TV with a chromecast?
>>
>>56569233
>There are bitcoin tumbling services that supposedly take your coins and give you someone else's in exchange.

That's an oversimplification. A real tumbler has creates tons of wallets and the contents of these wallets provide a pool. Transactions between these wallets are generated by an algorithm designed to obfuscate the difference between real transactions between the user and the pool to anyone looking at the transaction history.

It's like you had a thousand dollar bill that was traceable by serial number to you in some vague sense. So you bought a thousand $1 scratch off tickets with a 90% return rate and redeemed the winners at different convenience stores.

>it's hard to say how well those work
Pretty well considering the Silk Road used a tumbler and when they investigated him they had to rely on the fact that he failed pretty hard at opsec. All bitcoin transactions are publicly available. If there were an algorithm for defeating it known to law enforcement there would be a lot more pizza distributors in the news.

Bitcoin would be valued at Dogecoin levels in an hour if that ever happened.
>>
>>56569971
do you have any of those adapters laying around? can't hurt to try them. maybe those psu cables are messed up
>>
Windows 7 or 8.1?
>>
>>56569999
7
>>
>>56569605
Seconded for exfat
>>
>>56569929
>Do you know if theres a way to prevent the app from closing
That unfortunately is due to the developer putting in a "Kill on Exception". Most applications will terminate if there is something wrong with hardware it needs. once again the only thing you can do here is contact the developer.
>>
Going to replace my GPU after I replace my CPU, mobo, and RAM. Was thinking about going with the inevitable 1170. How long does Nvidia's 70 series usually last? Not wanting to get budget this time around. I went pure budget on this build (FX-4200, Gigabyte GA-LMT78-USB3, R9 280 3GB), and I'm already needing to replace shit. On the flipside, SC is poor as fuck, so a xx80 or xx80Ti is more than I want to spend.

Basically, what I'm wanting to do is

>AMD FX-whatever-the-best-performance-without-breaking-the-bank-chip-is
>an actual, good motherboard by MSI
>G.Skill or Kingston DDR4-3200mhz 8GB
>EVGA 1170

sound good?
>>
>>56569998
You want me to plug a assumed busted cable into an adapter? I don't think that would work.

I'll try it though.
>>
>>56569605
exfat is the only answer here
>>
What's the best torrent client for a piracy newfag running Ubuntu?
>>
>>56569999
depends.... My vote goes to 7
>>
>>56570068
just use transmission bro. It comes preinstalled.
>>
>>56568360
>>56568360
LMAO just tried to do memtest but in the middle of the first pass around 40% the PC just shut itself down once again, currently lurking from netboook

I mean seriously i won't even have to change the cmos battery now since it's pretty much confirmed to be the PSU at this point

Fucking hell i wanted to wait until christmas with the new PC and now this shit happens out of the blue, its fucking unreal really
>>
>>56570101
Oh, didn't know that. Never used Ubuntu before. Just installed it to boot my computer for the first time.
>>
>>56569715
>>56569520
wow, closed rainmeter in task manager because it used the most cpu, and there you go, solved.
>>
>>56570141
rainmeter is a resource whore, don't use that crap
>>
>>56570141
>rainmeter
>>
what kind software does thing like this:
I need just put icons or shapes and connect them with lines or arrows and add some comments too.
yes ms word or even paint can do it, but I'm looking for some software which is dedicated to this thing.
>>
New-ish to C++ and just started using the Magick++ library for image modification... Anybody know how I can create a window with an image loaded onto it?
>>
>>56570243
Kek, you're talking about a mindmap, aren't you? Just look up "mindmap making software".
>>
Im doing research into external gpus, ive never built a desktop before so im lost here. My doubt is regarding powering the card, ive seen some have 1, 2 or even 3 connectors on the card itself while it seems the motherboard itself can also power the card if it isnt power hungry.

Can anyone explain or point me to a link explaining how it all works?
>>
>>56570271
>about a mindmap, aren't you?
kind of, but little different. to give more clue, I make reports, where I need to connect people and events together and some comments too. I'm sick of drawing it in msword and need some easy and handsome software for that.
>>
Using a flatscreen TV as a makeshift monitor for a little while, and I've noticed that it has a lot of blur when scrolling the screen. Is there a setting to fix that? I assume it has to do with the refresh rate of the TV?
>>
>>56570338
Why are you looking into external GPUs when you are using a desktop?
>>
>>56570351
I can't see how it's any different. I mean, a SQL table would work well, but it wouldn't be as pretty. Can you give an image example? Maybe with the names and such blurred out?
>>
>>56570423
actually I googled that and got what I needed. thanks m8. if I could I would suck your dick too.
>>
>>56570404
>when you are using a desktop?
Im not? It's for a laptop. By motherboard I meant either a normal desktop motherboard or the adapter/motherboard im planning on buying which has as an option a power supply that connects only to the adapter itself if the card doesnt need much power. Im just confused and would like to know. As I said I think some cards can be powered from the pcie slot, no?
>>
>>56569480
I can get a 8GB RX480 Nitro+ for 300. I'll think about that for now.
>>
Torrent a text file, edit and save it, seed it.
What happens?
>>
File: powerboard-100615256-orig.jpg (2MB, 3968x2976px) Image search: [Google]
powerboard-100615256-orig.jpg
2MB, 3968x2976px
>>56570464
>>56570404
For example, this setup plugs into the adapter like a normal motherboard would without needing the small 2.5 jack, obviously desktop setups dont need this but I want to know when and why for example the psu connects to the motherboard and the card. All the info I can find is regarding a full desktop setup.
>>
>>56570548
MD5 changes and the checksum fails.
>>
>>56570563
>>56570338
Also the adapter pictured has 4 power inputs in total, I understand an adapter is non standard and thus I shouldnt be asking here but surely there's a reason for that, save for the small 2.5 jack the rest applies to desktop motherboards too, no?
>>
Installed my GPU to the motherboard, everything lines up right but even a little bit of force (like plugging in an HDMI cable) pops it out of the expansion slot.
Is there a way to "lock it in" that I'm missing?
>>
>>56570563
Ok, so let me try and get this straight. You will have a laptop, and no desktop. You want to have a full sized gpu sitting outside of your laptop, powered by a motherboard you bought solely to power it. And you want to connect it to the laptop somehow. I don't understand how you intend to connect the data to the laptop. What is the official name of the 2.5 connection you're referring to, is it for data or power? And where did you hear of this whole idea?
>>
>>56570685
you're supposed to screw it into the case
>>
>http://en.miui.com/download-301.html

Would I use this for the Redmeme Note 3 Pro?
>>
I want to keep certain apps in RAM. How should I do this? There's an app called memory locker but it's literally malware.

How dangerous is swap for an Android phone?
>>
>>56570724
Yeah I saw the missing screwhole not half a minute after posting the question.
>>
>>56570739
What the fuck are you talking about? Memory locker isn't malware.

Also a swap partition isn't dangerous at all.
>>
>>56570788
Why does it need to access my contacts and location?
>>
>>56570685
There should be two locks on the ends of the expansion card slot. Kind of like the ones on the ends of the memory slots.
>>
>>56570822
From:
http://forum.xda-developers.com/showthread.php?p=67054054#post67054054

"Priorities are still the same, contacts is needed for obtaining your Google account to check your Premium account and location permissions is needed only for non-premium version because of some ads. You can't see ads if you have Premium version, but if you disabled contacts permission, then application doesn't recognize Premium version and you are running on non-premium ver."
>>
I want to hook up a second monitor to my PC, I have a DVI hooked up currently. I only have a VGA input left, so if my second monitor is VGA, will the difference in outputs to the monitors be annoying? I could use an HDMI but I don't have one just lying around and I'd rather not buy one.
>>
File: main.png (58KB, 757x730px) Image search: [Google]
main.png
58KB, 757x730px
>>56568161
Grace is pretty cool, powerful and easy to use, don't let the "outdated" look fool you

http://plasma-gate.weizmann.ac.il/Grace/
>>
>>56570889
no its fine but you should use hdmi
>>
File: 1469378290030.jpg (84KB, 639x891px) Image search: [Google]
1469378290030.jpg
84KB, 639x891px
My computer sometimes seems to not connect to new sites even though wifi works fine for torrenting or twitch watching. Problem fixes itself after like 1 mins or i can simply disconnect/reconnect to wifi. This problem occurs on other devices too and its driving me crazy. What can i do to fix this shit?
>>
My TV isn't outputting sound through its built-in speakers when connected through my GPU to the desktop. Video is fine, but no audio and I'm not seeing any options in my Sound settings. It's a Sapphire Nitro 480, if that helps.
>>
>>56570889
Spend $3 on an hdmi cord.
>>
File: aaaaaa.png (778KB, 936x881px) Image search: [Google]
aaaaaa.png
778KB, 936x881px
>>56570712
>You want to have a full sized gpu sitting outside of your laptop, powered by a motherboard you bought solely to power it.
Yes, except it's not a full, normal motherboard with all the normal ports. It's just an adapter with a pcie slot.

>And you want to connect it to the laptop somehow. I don't understand how you intend to connect the data to the laptop.
The specific model of adapter im looking at can connect through either mpcie or expresscard with the laptop, using the pcie lane of the expresscard. The expresscard connects to the laptop, and the expresscard connects with an hdmi cable for data purposes to the external board. Yes I know speeds will suffer and it'll be a bottleneck but it's not as bad according to others experiences, it would basically run at x1 2.0 speed at most. Still good for me.

>What is the official name of the 2.5 connection you're referring to, is it for data or power?
There is no official name from what I know, it's a standard power jack like the one some laptops use I think, pic related they suggest this I think, it's for power only. Although im not sure if it still needs an atx psu. The card pictured for example isnt using the 24 pin atx plug but it has something going from the adapter board to the card.

>And where did you hear of this whole idea?
eGPUs have been popular for a while, when Thunderbolt 3 becomes common it will be even better despite the bottleneck.
>>
>>56570930
Try a different DNS/Router/ISP, in that order.
>>
>>56570930
your isp might have some dns problems, try using a different one like the level3 or something and see if it helps
>>
What's a good ISP and plan that has unlimited data per month?
>>
>>56570924
>>56570936
The other monitor only has VGA output, is there any point in getting an adapter when I can just use the VGA port on my GPU? Its not a bad monitor at all, claims to be 1080 and LED but no fuckin hdmi out so not sure what to do. Thanks for the help
>>
>>56570870
Ok. Thanks senpai.
>>
File: PE4C_V3.0_4_Power_IN_1.jpg (146KB, 750x750px) Image search: [Google]
PE4C_V3.0_4_Power_IN_1.jpg
146KB, 750x750px
>>56570944
Fug, I just realized the picture I used doesnt have the 2.5 adapter but still it's one option for powering it I think. Says its an 8 pin connector. I have no idea what the port the leftmost side is.
>>
>>56570931
how are you connecting it? hdmi i'm assuming?

if so you need to go in the sound settings and make the hdmi audio the default audio output instead of the sound card you're currently using in your computer

if you don't see an hdmi sound option then something else is wrong
>>
>>56571022
as far as i know there's no point in going hdmi->vga, so just use a vga
>>
>>56571032
>>56570944
Some more info
bplusDOTcomDOTtw/PDF/PE4C%20V2.1_brief_installation.pdf

I've already figured out the data aspect, just wondering how and what would I need to power it. I could buy a normal atx psu and hope it works but im actually thinking of nigger rigging an xbox 360 psu because I dont have money (otherwise id build a desktop straight away) which I know its possible. Those psus have up to 200w at 12v and are cheap as fuck.
>>
>>56569748
>>56570013
>>56570061
Thanks, will try it.
>>
>>56571105
Thanks mate
>>
Are there any laptops that can output 2160p@60hz to an external display? Hard mode: supports Linux. Nightmare mode: isn't a brick of a machine.
>>
>>56571075
Not seeing any HDMI options under sound settings. What else could be the issue?
>>
File: whatamp.png (267KB, 513x513px) Image search: [Google]
whatamp.png
267KB, 513x513px
What amp is this?
>>
>>56571197
i'm not sure how it works on radeons because i haven't used them in a while, but for nvidia cards there's some hdmi audio settings in the nvidia control panel. look in catalyst (is that still it? idk) options and see if there's any hdmi related audio stuff in it
>>
>>56562056
>C is certainly an important language that is useful today, but it's not always the best tool for the job. For example, programming GUI applications in C is going to take a lot of superfluous overhead

What is Qt?
>>
When I tried to install Elementray OS a few months ago I remember getting into trouble while installing the nvidia driver, resulting in a permanent blackscreen.

I know there's some kind of specific procedure to get it done properly but I can't remember it, could anyone help ?
>>
my halo 5 download stopped around 50%, tried pause/start, rebooting pc, finally deleted it and restarted and now it's stuck in the beginning.

what's going on?
>>
File: 1473634036857.png (316KB, 1366x768px) Image search: [Google]
1473634036857.png
316KB, 1366x768px
I'm on debian (gnome), how do I make it so the fonts look like this? Mine looks all retarded and shit (like m). Like 0 antialiasing. Used the config in the debian wiki but still they look like UTTER SHIT.
>>
>>56571284
btw that is a picture of how I want it to look not how it looks.
>>
Why do modern browsers jump up to 100% CPU and 100% RAM?

How can I stop it?
>>
>>56571197
http://support.amd.com/en-us/kb-articles/Pages/GPU70NoAudiofromHDTV.aspx

do you have another hdmi slot to try?
>>
>>56571192
Any skylake igpu should be able to drive a 4k display at 60hz over displayport.
>>
>>56571352
Thanks. Now I just have to find one that uses that instead of thunderbolt, since I don't want to involve any active converters to my existing monitor.
>>
File: speedfan oh wow wtf.png (2KB, 102x148px) Image search: [Google]
speedfan oh wow wtf.png
2KB, 102x148px
Guys i think my mobo is getting way too hot under stress

Am i right in thinking that top value is the north bridge sensor? Or is it the PSU temperature?

Wat do? Are there any dedicated motherboard coolers or shit like that

No bully pls, this is the stupid question thread after all
>>
>>56571408
-128C might cause some issues
>>
>>56571408
>too hot
>-128c

bro...
>>
>>56570944

You have a gift for saying things in ways that make as little sense as possible. You can get an all in one solution that powers your device too

http://www.banggood.com/Expresscard-Version-V8_0-EXP-GDC-Beast-Laptop-External-Independent-Video-Card-Dock-p-1009976.html?p=C519003326808201512V

>eGPUs have been popular for a while, when Thunderbolt 3 becomes common it will be even better despite the bottleneck.

eGPUs have been terrible. Thunderbolt 3 is really the first time they're going to be passable for the average user. I think you're going to be pretty disappointed with the performance you get from expresscard. Look for reviews made within the last 2 years, and also see which cards they used.


>the expresscard connects with an hdmi cable for data purposes to the external board

This is wrong.
>>
>>56571408
>-128c

You might want to point some fans from the core to whatever temp2 points to.
>>
>>56571442
>>56571437
Haha epik +1 karma :)

No but seriously i strongly suspect the motherboard idling this hot has something to do with the crashes/blackscreens i've been experiencing as of recently
>>
>>56571611
its taking the temperature of apple's soul
>>
>>56571629
Can you describe the crashes better? Also, what's the highest temp you've seen on there?
>>
File: 20160912_141936.jpg (953KB, 1920x1080px) Image search: [Google]
20160912_141936.jpg
953KB, 1920x1080px
Will I be fine with my CPU fan cable like this? I can't really have it any other way without it touching any heatsinks or having sharp bends.
>>
>>56561783
i installed debian8 on an old laptop (toshiba satellite). there were issues with the ethernet and wifi card drivers (non free) during the install and i didn't have access to drivers while installing.

i have installed the correct drivers now so i get no warnings during start up.

HOWEVER, if i reboot the system when it comes back up it doesn't load the ethernet card. i log in reboot again and it works. right now im using it a development box because my last one died on me. so this doesn't work because its meant to work without me physically being here to reboot it a second time. i thought about using just wifi but it sits in the basement next to the switch/router meant to always be on.

how would i go about trying to load the ethernet card maybe later in the startup? or once at the login screen?

i'm at my wits end and exhausted google searches all of which did nothing to help. thought about reloading OS with 'non free debian installer' but think it might just put me in the same position.

how do i make sure it loads the ethernet card every reboot
>>
I live in a "rural" area that has copper wiring so my internet option is limited to VDSL as far as wired connections go. Not even a quarter of a mile away starts the urban area where people can get decent cable internet.

Is it possible to somehow pay to get this wiring updated so I can have non-shit internet?
>>
>>56571771
even if that was possible they will charge you an absurdly high price to have it installed
>>
>>56571786
High price is a given but I just wanted to know if it was possible.
>>
>>56571721
yes
>>
>>56571796
maybe, you'd have to call the isp and talk to someone
>>
>>56571721
You're fine. You only need to look out for times when cables are completely flat against themselves.
>>
>>56570158
kek, need that monstercat visualizer
>>
Ok what the fuck, i'm doing a stresstest ingame right now and Speedfan is showing 73 for the top value now, which is even hotter than the CPU right now

I have a slight feeling this is the shit causing all those overheating issues recently
>>
Why is amazon offering me a "2-year drops and spills protection" for a bulk pack of microfiber cloths? They're individually wrapped in plastic so even the "spills" part doesn't even apply, assuming I spilled something on the package or something.
>>
I just tried overclocking my 1070 via the afterburner tool.

It changed my fps from 597 to 62 in a random test in Kombustor. Cant overclock it more as it crashes with more juice.

Is this really all there is to overclocking? Is it such a big meme?
>>
can someone post a list / graphic of necessary firefox plugins ?
>>
Can the i5-6600K handle DDR4-3200 ?
>>
>>56571314
The PC HDMI slot doesn't display anything when it's plugged in, will check the drivers and etc. in a bit
>>
>>56571947
you dun fucked something up
>>
>>56571947
>losing 537fps from overclocking
impressive
>>
>>56572070
if it still doesn't work after you update drivers then the cable might be fucked
>>
http://pcpartpicker.com/list/GdJBLD

Gonna be used for gaming at 1440p, animuh and movies, any feedback?
>>
>>56572295
get a better cpu and go for 144hz monitors, 1440p is a shitty meme.
>>
>>56572338
>not getting 1440p 144hz
>>
does anyone have a Mac OS System 7.6 image or images? I can't find them anywhere and they're required to update to 7.6.1.

Thanks.
>>
>>56572412
CARMELLA
>>
Anywhere I can get Daz loader for Windows 7 besides MDL forums? The site won't send me a verification e-mail for login so I can't actually access the download link.
>>
File: IMG_20160912_162326087.jpg (1MB, 2592x1456px) Image search: [Google]
IMG_20160912_162326087.jpg
1MB, 2592x1456px
>>56572412
Sorry I think I only have 7.0
>>
>>56572514
Thanks anyway, mate.
>>
>>56572488
ITS A RETIREMENT COMMUNITY>>56572489
>>
Is there anything within the ffmpeg command line options that tell you which encoder to use with which format without having to look up documentation online?

for instance if I just do

$: ffmpeg -format | grep -i webm

it says nothing about libvpx
>>
>>56572489
http://pastebin.com/smjvLZN4

https://wiki.installgentoo.com/index.php/Windows_7#Activation

Also I find that using gmail for forum registration tends to work best. They always consider it legit.
>>
New Bread

>>56573005
>>56573005
>>56573005
>>56573005
>>
>>56571200
das a ps4 mane
>>
Need to replace my PSU. What should I get? Want to get a quality one that will last.

>I5 6600K
>16gb ram
>GTX 760 (going to replace with 1060 soon)
>256gbSSD/1tbHD
>Asrock Z170 Pro4S
Thread posts: 325
Thread images: 35


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

I'm aware that Imgur.com will stop allowing adult images since 15th of May. I'm taking actions to backup as much data as possible.
Read more on this topic here - https://archived.moe/talk/thread/1694/


If you need a post removed click on it's [Report] button and follow the instruction.
DMCA Content Takedown via dmca.com
All images are hosted on imgur.com.
If you like this website please support us by donating with Bitcoins at 16mKtbZiwW52BLkibtCr8jUg2KVUMTxVQ5
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.
This is a 4chan archive - all of the content originated from that site.
This means that RandomArchive shows their content, archived.
If you need information for a Poster - contact them.