[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: 353
Thread images: 49

File: 1469135080572.jpg (42KB, 500x497px) Image search: [Google]
1469135080572.jpg
42KB, 500x497px
Post your simple/small/stupid questions
Take at least 10 seconds to google first

Old Thread: >>61225451
>>
I fucking hate myself. Unrelated but does anyone know how to keep a Linux distro installed on virtual box. Every time I do an install of one, it'll reboot but put me back at the installer. Help?
>>
Best free IDE and compiler for C++ on Windows 10?
Visual Studio Express requires an internet connection so I'm thinking of installing MinGW and Codeblocks.
>>
Can someone explain to me why overclock CPU?
Unless it's old one and starts to run slow, otherwise, what's the reason for it if higher clocks wouldn't change performance (specially if CPU is more than 4 cores)?
>>
>>61242481
you need to remove the dvd after you install it
if its virtualbox then just
main menu> devices > optical drive > remove or eject or whatever
>>
>>61242633
Thank you.
>>
>>61242632
it makes it do stuff faster, compiling, video transcoding, makes games run with less stutter if there was some...

consider this
i5-6600k
its stock frequency is 3.50 GHZ
then theres turbo 3.9 GHZ which only means single core goes to that frequency

now you go in to bios, change few things and you have 4.4 ghz at all cores.
thats 25% increase and its really there
>>
>>61242671
oh... yeah... compiling and video transcoding makes sense...
Didn't thought about it.
thanks
>>
is there a legit and smart way to kill a gpu without voiding the warranty?
>>
>>61242671
>then theres turbo 3.9 GHZ which only means single core goes to that frequency

Why only one core?
>>
If I have a Windows laptop that stopped working due to a bluescreen error, and I remove the harddrive and boot another computer from it, will the harddrive still fail to boot due to the bluescreen error?
>>
>>61242411
what exactly are lambda expressions and what do they do? are they useful?
>>
>>61242745
try removing the fan and installing it again when you take it for a replacement
>>
>>61242854
A lambda is a function that can be treated as a piece of data. It is usually passed to another function as an argument, writtem inline. E.g. you could have a generic function for sorting a list, and then you pass the comparison function as a lambda.

What language? I can give an example.
>>
>>61242887
java
by "treated as a piece of data" do you mean it can represent its return type? doesnt make any sense to me
>>
File: howtofix.webm (2MB, 938x1002px) Image search: [Google]
howtofix.webm
2MB, 938x1002px
How the hell do I fix this?
>>
File: 1495330830810.jpg (142KB, 409x500px) Image search: [Google]
1495330830810.jpg
142KB, 409x500px
Also is it possible to get Ubuntu Minimal into a usb? I know you can only burn it on to a disc but is it possible? And also is it worth doing?
>>
>>61242915
maybe you pressed the insert key? just a guess
>>
>>61242933
Nope, sometimes it goes up by multiple rows and starts typing in the previous output. The commands still work as I was typing to the command line, it's just a visual bug.
>>
>>61242919
> Ubuntu Minimal
Every Linux distro can be installed onto a USB stick, not as a live distro, but as a usual one.
>>
>>61242953
no clue then m8, i never used linux before. sorry
>>
>>61242854
It's a notation for writing how inputs are turned into output by a function. You write
λ[input] . [what is done to input to turn it into the output]
E.g. x+1 would be written as λx.x+1 .
This is all I know so it seems tautological to me. Supposedly they're useful because everything done by a computer can be expressed using lambdas.
>>
>>61242411
Why is Python's moduling ecosystem so shitty and unintuitive?

Why it's so hard to import from other directories, download libraries without polluting the system using virtualenv?

Why Python's package structure is so terrible?


Python should learn a lot from node and npm.
>>
>>61242899
Say you have an array of Strings.
String[] myArray = {"foo", "bar", "baz"}; 

If you want to sort this array into ascending order, you can use the standard function for it.
Arrays.sort(myArray);

But suppose you want to sort in descending order, or a custom order. You will need to tell the sorting function how to compare two Strings. In that case:
Arrays.sort(myArray, MyClass::customCompare

You make the customCompare method and you pass it as an argument to Arrays.sort, and now it knows how to order your Strings a different way.
>>
>>61243014
is customCompare a static method of MyClass?
and does it need to be related with the sort method? like overriding it

>>61242977
by useful i mean do they provide any additional functionality not possible without them?
>>
>>61243032
>is customCompare a static method of MyClass?
In this case, yes. However, you can use instance methods if you like.

The second argument of Arrays.sort is a Comparator. Comparator is an interface that specifies one method, compare.
Before lambdas you would create a new class that implements Comparator and specifies a compare method which compares two Strings according to the order you want.
>>
I have a weird internet problem that seems to be happening because of my PC as I have the same internet on another PC and it works just fine there.
My guess it is something to do with DNS fuckery, but I am not sure. Basically sites load slow the first time I open them. Then everything within the site works fine for a while, but after X amount of time (10 minutes are probably enough) it goes back to being slow the first time. One of the things that didn't happen before is video buffering on youtube the first time I open the video. You can see the circles going in circle for a second.
One of the weirder things it is that the longer the PC is on the bigger the problem gets. In 24 hours it becomes a lot slower to open any page. Youtube videos might not even load and just get the buffering thing until I refresh the page. Sometimes I can get more than a week of the internet working just fine (without turning off my PC). But then I restart it or something and the problem appears. And from there on I can restart a lot and spam ipconfig /flushdns, but nothing works until one day it just disappears again.
And yes, I have tried different versions of the lan drivers.
I am on Windows 7. I am using a switch that is definitely working.
I think I was able to put myself in a state of "stable" connection. I was just randomly changing the lan drivers again and spamming ipconfig /flushdns, but I know neither of them is a sure fix. It is just a matter of time before it shits itself again.
So is it possible that the motherboard's lan has been fucked and I should get a lan card? Or maybe it is something to do with my ISP? Or is it just driver fuckery?
Please read.
>>
>>61243056
is Arrays.sort varargs? my question is more along the line of can i pass a lambda expression as a parameter?
>>
>>61243105
you're being throttled by your shitty ISP
>>
>>61243139
Why isn't my other PC being throttled then?
>>
X compact for 270 euros.

It comes with carrier apps preinstalled but is not locked which means I can use any sim card I want. If I want to get rid of the carrier apps, would it be possible to flash the stock Sony ROM?
>>
What's the best 15" laptop around?
>>
>>61243113
>is Arrays.sort varargs?
It's an overloaded method. There's a one-arg version which takes just an array, and there's a two-arg version which takes an array and a comparator. There are more versions, but those aren't important.
>my question is more along the line of can i pass a lambda expression as a parameter?
Yes, that's exactly the idea. A lambda that you cannot pass to an expression is fairly useless. The main use of a lambda is to make a generic function whose functionality you can control by passing it a second function. These are known as higher-order functions.
>>
>>61243210
Sorry, I fucked it up.
>A lambda that you cannot pass as an argument is fairly useless.
This is what I meant.
>>
>>61243210
thanks man, this makes more sense now
>>
File: Untitled.png (8KB, 330x187px) Image search: [Google]
Untitled.png
8KB, 330x187px
>>
I'm wondering on which site (tracker) you download softwares and programs?
>>
Any good speakers for under $50? I'm not a fan of bass that most Logitech have.
>>
what is a good program to see the fps,cpu and gpu usage while you game ?
>>
I need to add Google authentication to my website for some god forsaken reason. Do I need to sign up to Google myself to obtain some client_id I can use on my site?
>>
I need to turn FLAC into MP3 and I want the metadata to carry over. What program should I use?
>>
>>61243302
IPT

>>61243471
No signed up is needed
>>
>>61243995
ffmpeg
>>
>>61243105
tldr
>>61242745
Use a zapper from a lighter to hit it everywhere, it won't turn on.
>>
>>61242411
I want to test my GPU acceleration. Where can I find some 8k porn?
>>
File: dshgadfhfadha.jpg (97KB, 640x640px) Image search: [Google]
dshgadfhfadha.jpg
97KB, 640x640px
Is there a way to get email-to-txt notifications on my smartphone just using wi-fi instead of buying an actual service plan or whatever?
>>
What program do you use to record a video of your screen?
Something light
>>
>>61244284
OBS
-free software
-multi-platform
-supports some level of hardware encoding
-can stream to various steaming sites
-Terry approved
>>
File: 1467365479969.jpg (135KB, 586x880px) Image search: [Google]
1467365479969.jpg
135KB, 586x880px
Hello, I see that many IT jobs have requirement for Active Directory, While I know a bit what it is, I have no idea how to get it/use it, so I can practice it in my home network.

Any one has any idea how I can download it, or exactly what do I need to write?(writing active directory at piratebay just gives me tutorials)
>>
>>61243143
Check QoS settings on your router, it may vive you lower priority.
Also How many devices are connected to the network when you notice slowdowns?

>>61242848
Which error
(If it auto-reboots hold F8 on boot and disable reboots on critical errors)
>>
>>61244339
IT here

Install Windows server 2008 + 2012R2
Install AD DS
Boot some VMs runing windows and attempt to join those PCs into ur domain

that\s a start

in practice all youd probably need is to: create/delete/edit users and other basic shit
>>
Why does it take my ASA5520's DHCP ~30 sec until communication is OK ?
Plug-in a cable, count 30sec, only then.
>>
>>61244362
No router, just a switch. My PC is connected directly to the main switch. From the switch there is a cable to another switch and then to the second PC. They have different IPs. On the second PC there is no slowdown so by that logic it can't be a problem with the main switch. And yes I have tried different slots of the switch.
Changing drivers and cleaning the DNS might not usually fix it, but I would say it pretty much for sure somehow effects it. Or at least restarting the PC effects it.
>>
>>61244386
I'm downloading 2012R2 right now, do I really need the 2008?
also, what's AD DS?

Thanks btw.
>>
I got a 1.5k pic folder of girls i know irl that i fap to every day
is there anyway people could find out online by searching on microsoft my email that i put on windows or some weird shit like 'the cloud' without my permission
>>
>>61244429
Maybe if you use windows 10, but there's no way it'd know you were fapping to them unless you put them in a folder called "This is a folder full of girls I fap to regularly without their knowledge"
>>
File: 1380058591805.png (42KB, 1130x900px) Image search: [Google]
1380058591805.png
42KB, 1130x900px
I am currently living in China and I always use a VPN to browse the banned sites such as Youtube or Google.

Something is happening to me right now where I had completely disabled my VPN (it's not showing up at my process manager) but I am still able to connect to banned sites in China without the proxy, I posted on /int/ and it showed me with an American flag instead of a China flag, perhaps because I had used a Los Angeles server before this happens.

Can someone please explain what is going on with my internet connection, and will this effect sustain for long? Can I replicate this in the future?
>>
Would reducing the polling rate on a bluetooth device improve the battery life on the device?
>>
>>61244533
The shortcut is gone but the connection is still live?
reboot and if its still working, tell us.
windows?

>>61244425
2008 is for them customers that didn't yet upgrade because money and just werks. just to familiarize yourself with the differences.
I still manage Servers 2003 for a few cheap ass customers.
>>
>>61244586
yes
>>
>>61244604

Thanks dude!
>>
>>61244630
thanks
>>
>>61242411
Very idiotic question, but are there plastic films on a 7600K and a Be Quiet Pure Rock when unboxing them? I don't remember if I took it off if there is one.
>>
>>61244604
I restarted my machine and upon logging in Windows kicked me off and forced me to reboot because of a "nwifi.sys". I have to browse the banned sites with a VPN again now.

and yes, I am using W10, I am usually fine with just using technological crap targeted to the lowest denominator but W10 has taken it way too far with all the new invasive features, I was seriously considering switching to debian but I don't have time to iron out the issues with compatibility on my most used programs, being an expat with only 1 computer and limited time on my hands I had to make do with W10 right now.
>>
>>61244635
Active Directory Domain Services
Is a server role ( remember that word ) in Active Directory, responsible for management of information.

>>61244710
Update your Win+BIOS, install LTSB when you get an hour or two free (USB3 to save time)
Sounds like you're Ok now.
>>
>>61244745
thanks for the advice, though it goes without saying that I would much rather prefer having this side-effect on 24/7 because I noticed the usual slowdown created by activating the VPN is gone and I am able to browse all websites normally. Could I trouble you to tell me what just happened to my internet/VPN before I restarted my machine?
>>
whats the best way to root an amazon 7 tablet
>>
File: 1495519864729.jpg (84KB, 480x640px) Image search: [Google]
1495519864729.jpg
84KB, 480x640px
Ex-Winfag, Should I go for Mint or one of the -buntus
>>
>>61244898
it doesn't really matter, just avoid GNOME and Unity.
>>
File: b.jpg (20KB, 830x467px) Image search: [Google]
b.jpg
20KB, 830x467px
networking issue here that i've so far been unable to resolve with google searches

i've had this router (ASUS RT-N66U pic related) for nearly 3 years now without any significant issues until recently. My ISP is Charter Spectrum and recently the speeds became very slow.

A Charter technician was sent out and he did a line test to no avail, so he replaced my modem (which was a motorola surfboard that was also nearly 3 years old) and replaced it with an arris modem.

Everything seemed fine for 3-4 days until a new issue arose. It seems now anywhere between 1-3 times a day the internet over LAN will become very slow (download and upload) while the wireless speeds download seems fine (120-140MB/s) while the upload speed will become slow as well. When this happens I have to power cycle both devices. When speaking with Charter they said my router is having problems syncing with the modem.

Is this indeed a problem with the router?
>>
>>61244898
Just stick to XFCE or KDE.
>>
File: Play all.png (25KB, 951x127px) Image search: [Google]
Play all.png
25KB, 951x127px
How do I create a playlist like this? I found its really useful if you want to binge watch some anime or series on the weekend.
>>
I don't want to lose my data.

WHERE CAN STORE MY DATA?
Must be:
* Online
* Private
* Free
>>
I currently own a vps in digital ocean instaled with Angristan's setup for OpenVPN. I was wondering how do I change the protocols and port, and how can I use the vpn in muh school.
>>
>>61242411
I installed git because of reasons, but whenever I try to run git or git clone [url], the CMD says: "fatal: open /dev/null or dup failed: No such file or directory".
Help?
>>
>>61245097
> free
> online
pick one, you'll either have to pay money or with your privacy
>>
>>61245097
>online, private and free
No such thing.

-online, private: owncloud on your own server like a VPS
-online, free: any (((cloud))) provider, I recommend MEGA
>>
File: 1411980971168.png (118KB, 650x650px) Image search: [Google]
1411980971168.png
118KB, 650x650px
After learning a bit of Python and making some of my own little projects I've decided to pick up C++ too.

Right now I've just started learning about pointers and I understand the concept but I can't think of a situation in which I would ever use one. Can someone give me one or tell me if I'm overlooking something important about them?
>>
>>61245097
Your own nas, obviously

>>61244412
You got only two PCs connected?
>>
>>61245202
Yes. And a TV. Technically all comes from one place. But this was the set up for a long time before the problem started showing up, so I doubt it was that.
>>
>>61244661
>What even happens if I forget the plastic film?
>>
>>61245198
You use them when you need reference semantics. What's not to understand?
>>
>>61245152
Solved it.
I just had to open Regedit, go to HKEY_LOCAL_MACHINE > SYSTEM > ControlSet001 > Services > Null, change the value of "Start" from "4" to "1", restart and that's it.
>>
File: libcurl.jpg (130KB, 869x337px) Image search: [Google]
libcurl.jpg
130KB, 869x337px
Randomly (few times) my c/c++ programs doesn't end by themselves, they do execute everything I told them to execute but the return in main().
[ The chances are even worse when I use exit(x) ]

This turns running the "make" command on projects the compile and run "test programs" impossible: feels like I have to flip 50 coins and get 50 tails in a row.

What the fuck could be causing this? [ I'm using Mingw-w64 on Windows ]
>>
What would be the key components to a dedicated storage/media server for my dorm? There's myself and 3 other dudes in here, and since 2 of them have laptops, was going to consider letting them store shit directly on a dedicated machine, but also having it so you can watch movies/videos and listen to music from the machine to your computer.
What would be the best way to go about this?
I plan on having it pretty much open 24/7, or at least most of the day since it'd primarily be used near-constantly during the day, and very little over night if at all.
Thanks for any advice or suggestions, anons.

For a little bit of detail, the respective storage systems are as follows.
Dude 1's laptop is some Asus with 250GB SSD as the only storage, so he relies heavily on fuck tons of USBs and SD cards.
Dude 2's laptop is a HP with some 500GB 5400RPM drive, which is fine, but 500GB isn't a lot.
I have a basic 1TB 7200RPM drive from Toshiba.
He has a 4x2TB RAID setup, but wanted to sell them in the process of upgrading his system.
>>
Most guides I read recommend server ITX boards for DIY NAS builds but I just wanna build a cheap one using ebay parts just to RAID my media. Do I really need a server ITX?
>>
I have an old iPhone 5S that I wanna use as a media only device to watch Youtube in bed but iTunes is asking me to activate it with a SIM first. Can I just use my friends SIM to activate it once and then give it back to him? Is this gonna fuck with his iPhone?
>>
Macbook Pro 2010 - I noticed that when I watch youtube videos in safari using the native HTML5 player, my CPU usage is much higher than it would be if I were still using flash. I've switched back and forth using ClicktoPlugin and flash loads faster and is less CPU intensive.. Why?
>>
File: Screenshot_20170706-135112.png (66KB, 720x1280px) Image search: [Google]
Screenshot_20170706-135112.png
66KB, 720x1280px
B-but it's a blue board
>>
Looking to the name of every input name on page

var list = jQuery( "input[name^='qty']" ).map(function(){

return jQuery(this).val();
}).get();


No luck yet.
>>
File: Capture.png (13KB, 469x343px) Image search: [Google]
Capture.png
13KB, 469x343px
I want to record using OBS, but I have an issue with the audio.
pic related is my recording devices
what should I do to record the system ?
>>
>>61245532

Mommy says: " No, 4chan for you"
>>
You know how you're router is supposed to go in your master phone socket for optimal speed.

How much effect does it have?

For instance I'm supposed to get about 35MB download speed, how much would I lose by having my router connected to a regular socket?

I only get around 15MB in a normal socket as I can't find my master, could it have that much of an effect or is it something else?
>>
>>61245625
>I can't find my master

How could you lose a phone socket, dear anon ?
>>
>>61242760
That's how turbo speeds work on pretty much all CPUs.

For example, my i5 has a stock speed of 3.3GHz, and a max turbo of 3.7GHz, but only on 1 core (all other cores stay at 3.3).

With 2 cores in turbo the max is 3.6GHz on those cores, and for 3 cores the max is 3.5GHz.

This make it easier to manage power and heat.
>>
File: 1486058802000.jpg (55KB, 662x238px) Image search: [Google]
1486058802000.jpg
55KB, 662x238px
When is a good time to replace my C drive?
>>
>>61245791
SHIZUNE A CUTE
>>
How does Facebook's Find Friends shit works?

I just met several people today and some of them appeared on this list, we never talked about our Facebook accounts or something similar.

Pretty weird and creepy.
>>
>>61245428
You could run it off of anything. Dedicated NAS storage, home "cloud" kits, a router with USB sharing, an old PC. Main question is how much storage you need. Then just set up basic samba filesharing and plex for the media streaming.
>>
>>61245791
Now.
>>
What's the least shitty graphic tablet I can get if I'll only be using it to develop software with pen support (so basically just needs features like pressure, tilt, twist, etc. Size and other artist stuff don't matter).
>>
>>61245829
Just a guess. You both had phones with GPS activated, they noticed that you spend time together at the same location -> rough match

You could improve that with checking for wifi and bluetooth connections / hosts.
>>
ok what's a good browser
been using sea monkey but it's slow as fuck and I'm sick of it
>>
Is it possible to output video from a desktop to a laptop? Video purely, i dont care about the laptop not being able to control it. I know laptop video ports are output ports, but maybe I can use the the ethernet port even if video quality suffers a bit? I have a couple of shitty monitors lying around to set it all up
>>
When a website requires you type the "www." to access it, does that mean anything, and if so, what?

My mom wanted me to download some "essential apps" for her new tablet from some website asking for all her personal information, whom she trusted since they gave her the tablet. But the website wasn't loading, so she said type "www." I was thinking this isn't the early 2000s, I doubt that would change anything, but it made it load...
>>
do movies look better on ultrawide since they are 1920x800p?
>>
Can someone explain what a terminal is?

Like, I often see people specifying that terminals today are terminal *emulators*. What does that mean?
And what is the meaning of "Born Again" in BASh="Born Again Shell"? What was Shell, and why is it not used anymore?
And why are there so many different terminals? I dont remember all the names, but I notice discussions popping up every once in a while.
>>
>>61246386
From Desktop to Laptop screen?
In 99% of laptops, No.
1% being some enterprise laptops.

Its more expensive to get a laptop screen working as a normal screen since you need an adapter and a inverter.
>>
File: Untitled.png (87KB, 678x669px) Image search: [Google]
Untitled.png
87KB, 678x669px
>>61245791
Fuck. This made me check. Last time I checked everything was healthy. How bad is this?
>>
File: 2017-07-06 14.58.10.jpg (765KB, 1819x687px) Image search: [Google]
2017-07-06 14.58.10.jpg
765KB, 1819x687px
Trying to disable Secure Boot on a Dell but on the BIOS there is only an option that says "Secure Boot Control" rather than just "Secure Boot". Is this the same thing or is there a different option somewhere? Pic related is the description.
>>
>>61246524
>1% being some enterprise laptops.
Would a memepad work? I understand a pure hardware connections is pretty much impossible, but what about things like vnc?

Also found this ZoneScreen program that claims it can do something similar.
>>
>>61246559
>1 Damaged sector after 38k hours
Nothing to worry about, it will get remapped eventually and will be harmless.
>>
Is it even worth waiting the possible months while this mining shit dies off and prices normalize? Should I just get a used card off ebay or something?
Would like RX470, but if I can get similar performance for decent price, that'd be even better.
>>
>>61246658
No, not memepads, and the only one that does is $2700.

Some alienware laptops have a HDMI input port.
>>
How big will the difference in latency and signal quality exists between VGA and HDMI?
>>
>>61246561
Wait I think I found out how to disable Secure Boot but there are options to disable it in Legacy Boot Mode and UEFI boot mode. Do I need to change it to Legacy Boot to dual boot Windows with a Linux distro or should I just leave it as UEFI Secure Boot Off?
>>
>had an issue where I had to start my computer, then powercycle the PSU power rapidly to get it to start
>if I didn't do this the fans would spin up but nothing would happen, no LEDs but power would glow, the USB ports wouldn't supply power, the graphics card wouldn't give video
>have had this issue for one or two years
>today
>troubleshooting a graphics card, rx460 that didn't give any signal
>suddenly get this issue even if I powercycle
>remove the rx460 and put in my regular card
>still have this issue
What do I do? I did send it in under warranty a year ago when the issue first started surfacing, but they said everything worked fine. What can cause this issue?
>>
>>61246386
Physically open the laptop, remove the screen, cut a hole in the body, get a vga -> laptop screen adapter, attach it in some nice way, then put it all back together.
Or use VNC, yes. Over LAN it's quite fast.
>>
I know this involves games, but how do I monitor GPU & CPU utilization in everything? Some games have it inbuilt, some don't.
>>
>>61246881
You don't deserve help from anyone.
>>
Is it just me or is win10 explorer really slow? Like I have a folder of screenshots from a game and I want them sorted by date, in Windows 7 explorer would remember that I had them sorted that way.
In win10 however it always defaults to sorting by name, then one or two seconds later it resorts by date.
Is there something I'm missing?
>>
>>61247124
Check file indexing settings?
>>
>>61246475
No but seriously, what is a terminal?
>>
I have a Late 2012 Mac at work. 27" 2560x1440 screen nvidia 660m gpu with 512mb of vram. 2x4gb of ddr3 1600mhz SO DIMM RAM.
This old piece of crap is slowing down lately (mostly use cutting software and adobe illustrator and the occasional photo shop) would adding 8 gbs of ram (16 total) help it go a bit faster at all? Or is it just too outdated now?
>>
>>61247124
Yes its slow.
W7 does the same.
>>
On Linux do games get installed on the root or the home partition?
>>
so i found an image ripping program (in python...) but bumped into a problem. to be exact, this part:
 # Extract needed info from JSON
image_url = json_dict["image"]
image_file_ext = json_dict["original_format"]
image_height = json_dict["height"]
image_width = json_dict["width"]
# Build image output filenames
if settings.output_long_filenames:
# Grab the filename from the url by throwing away everything before the last forwardslash
image_filename_crop_regex = """.+\/(.+)"""
image_filename_search = re.search(image_filename_crop_regex, image_url, re.IGNORECASE|re.DOTALL)
image_filename = image_filename_search.group(1)
image_output_filename = image_filename+"."+image_file_ext
else:
image_output_filename = submission_id+"."+image_file_ext
image_output_path = os.path.join(output_folder,image_output_filename)
# Load image data
authenticated_image_url = image_url+"?key="+settings.api_key
logging.debug("Loading submission image. Height:"+repr(image_height)+", Width:"+repr(image_width)+", URL: "+repr(authenticated_image_url))
image_data = get(authenticated_image_url)
if not image_data:
return
# Image should always be bigger than this, if it isn't we got a bad file
if len(image_data) < 100:
logging.error("Image data was too small! "+repr(image_data))
continue
# Save image
save_file(image_output_path, image_data, True)

as you can see it creates files with double extensions. but that's fine, nothing that total commander can't take care of. but why the hell does it create a link like "asdf.png.svg" to download but still grabs png instead of svg when the very same url ending in "png.svg" makes my browser grab svg?
>>
File: 1374661985744.jpg (751KB, 1694x3093px) Image search: [Google]
1374661985744.jpg
751KB, 1694x3093px
Is Katy Perry's bum worksafe?
>>
>>61247753
On this site it is.
>>
>>61246418
it's just a (now rather dated) naming convention
keep in mind the web is newer than the internet, domain names weren't made just to suit the web
so the convention is that different services hosted on a domain should use different subdomains, to help describe which service you're accessing, for example;
www.domain.com for the web
ftp.domain.com for ftp
smtp.domain.com for smtp mail
and so on. the domain itself ("domain.com") can also be used, and because of the popularity of the web, it has become more common to host web services on the domain itself, as well as or instead of the "www" subdomain
>>
Anyone know how to make a server? I want to make a small black box, just for home use that would act like a cloud. I wanna be able to transfer files (like music, photos, etc) to it from both computer and phone over wifi and also ideally over bluetooth as well. Could anyone point me in the right direction to get this project started?
>>
>>61247880
1. get a computer
2. install an os onto it
3. setup a file sharing service
4. ???
5. profit
>>
>>61246951
>Or use VNC, yes. Over LAN it's quite fast.
Isnt vnc actually a remote desktop application? Not that I mind, in fact itd be even better if I could control the desktop from my laptop. Mirroring alone would be enough by me.

Also how fast and at what resolution? My memepad is FHD, but I dont mind going as low as 1280x720. Both machines have gigabit ethernet. What do you think of >>61246658 this program? For a software, and free as in beer solution to the using laptop as screen problem I saw little talk on the archives.
>>
>>61247253
I've looked through all the settings I could find. It remembers how I want it sorted, it just doesn't sort it that way until I open the folder.
>>61247525
I never had this issue in w7, things would remain sorted properly indefinitely.
>>
>>61247910
I dont want to buy a whole computer just to dedicate to that. Id rather just set up everything myself, so I can learn how to do it.
>>
>>61247910
Also if that other computer's program stops working, or if theres no internet, or some other problem occurs, its fucked. If I had something just connected to the router as a way to share across the network, it wouldnt even need internet theoretically right?
>>
>>61247960
>I dont want to buy a whole computer just to dedicate to that.
that doesn't make sense, a server is a computer, you can't make a server without a computer
>>
File: yast_network_1.jpg (109KB, 500x563px) Image search: [Google]
yast_network_1.jpg
109KB, 500x563px
>>61247880
>>
>>61247960
>whole computer
you have some weird idea on what a computer is
>>
>>61247980
huh?
the only way for a home server to have internet access without being on your network is if it's on a separate internet line, like it's own 3G connection or separate phone line, there's no reason for anyone to do this (at least anymore, you're not making a dial-in BBS, are you?)
>>
>>61247996
>>61247983
Dont need a GPU for something youre never gonna need to see.
>>
>>61248028
Well, CPUs tend to come with some shitty integrated ones anyway.
>>
>>61248028
so a computer needs a gpu to be a computer now?
whatever you get will likely have some kind of gpu regardless, for the simple fact that most people want some kind of gpu, outside of embedded stuff, which is mostly very low end stuff probably not suitable for a high speed file server
yes, dedicated rackmount servers almost always have gpus, despite practically never having a monitor attached to them
>>
>>61248028
anon, a computer needs ALU, RAM, clock, and some program memory. doesn't even need a processor
>>
>>61247980
speaking of routers, many of them nowadays have usb ports and many can be setup to run things like OpenWRT, which you can install various services onto
often even the stock firmware has basic file sharing service support
>>
>>61248078
Not so shitty anymore, they are GT 710 tier if not better.
>>
I use an ASUS z170 motherboard and I have a shitload of fans plugged into it. One of the fans is the secondary fan on my GPU's rad.
So one of the two fans on it is powered by the GPU and the second is powered by my motherboard.
ASUS's AI suite fancontroller software does not let you make fan profiles based on GPU temperature but I need to.
I want all of my fans except the two on the CPU's radiator bound to GPU temperate.
What software can I use to do this?
>>
>>61247721
anyone?
>>
My laptop ethernet port seems to set itself to 10 mbps even if 100 mbps is available.
I tested the cable with another laptop, with which i get 100 mbps. What could be the cause? Drivers are the latest available from the asus support website, specifications report 10/100 mbps ethernet.
>>
>>61248217
Dont use ASUS AI Suite.

use MSI afterburner.
>>
>>61248258
Isn't that just GPU overclocking software? It's able to set fan profiles for all of my case fans based on GPU temp?
>>
File: 1490992468314.jpg (40KB, 580x360px) Image search: [Google]
1490992468314.jpg
40KB, 580x360px
Guys, I built Android, though I haven't installed it yet to try if it works. I don't know, I was thinking of doing a backup of the system partition with dd since the thing I use as a recoveryMod have given me problems before with things being saved to sdcard, what do you think? This is my first time building this, everything can't go right.
>>
>>61248078
>>61248083
My point was that I'd spend extra money for shit I don't need when I can just get the bare minimum parts and throw something together.
>>
>>61248340
get a *** pi. it's cheap and everything you need
>>
I want to relearn Java, so I can have an interview.

Good tutorials that will get me through the basics fast?
>>
>>61242953
>>61242915
maybe because of weird bashprompt
>>
>>61248374
I was thinking of raspi with a couple terabyte SSDs and a 3D printed case, but nobody has given me any solid advice on where to start this process.
>>
What is the quickest way into the industry, not counting help desk?

On paper I have a degree but in reality I don't know shit so I was looking at getting a CCNA. If there's an easier way though then I'd rather go that route.
>>
>>61242411
A good c++ library for splitting pdf files?
>>
>>61248304
Ok, so, after reading myself for a it I tried doing the backup on the internal storage and it worked! it was just 1.4GiB. But now I'm unsure. One, rationally speaking, would think that the system partition is used for the OS, but I haven't really checked if Android does only write data to the system partition or uses another one too. Any one? can any anon give me some direction?
>>
What are the quietest 120 or 140mm fans optimized for static pressure? I'm adding one to an electronics project and don't feel like blowing the money for a noctua.
>>
>>61242411
what's a decent keylogger for windows 10 i could install while pretending to make sure an illegal copy of some old strategy game works in multiplayer?
>inb4 stop spying, Tyrone
I want to make sure someone's house won't get stolen through legal bullshit.
I'm an anti-Tyrone.
>>
>>61248340
nobody has told you to get more than you need
>>
>>61248028
How are you going to install the inital os on it?
>>
File: file.png (13KB, 640x400px) Image search: [Google]
file.png
13KB, 640x400px
I am trying to download all the pdf files from this site and it's subfolders with wget, but it only saves all the index.html files. How can i use wget to download all the pdfs? Is there an easier way to do that?

http://srvd.grupoa.com.br/uploads/imagensExtra/legado/
>>
>>61248340
Well you had a pretty stupid way of making that point. a "whole computer" can mean pretty much anything. If you want to cut shit down, just get a cheap router and attach an external. Or get a cloud nas drive. Network storage takes virtually nothing, especially if you don't need it to transcode anything.
>>
File: ff nightly.png (3KB, 177x175px) Image search: [Google]
ff nightly.png
3KB, 177x175px
What are some browsers that don't like to have dry anal sex with my ram?
>>
>>61249132
Why did you buy all of that ram if you didnt intend on using it?

Your computer has better resource management systems then you do.

Unused ram = wasted ram
>>
File: 1422481127739.png (355KB, 500x447px) Image search: [Google]
1422481127739.png
355KB, 500x447px
>>61248396
>couple terabyte SSDs
so you don't want to spend extra money but you're ready to spend shitload more extra money on devices that won't be properly utilised due to limitations of USB and ethernet on any raspi out there
>>
>>61249160
I literally had less than 1 fps until I somehow managed to close firefox.
>>
>>61249160
this meme again
>>
File: SS2123.png (4KB, 1063x30px) Image search: [Google]
SS2123.png
4KB, 1063x30px
>>61249132
>>61249160
oh shit, nigga, what are you doing?!
>>
>>61249193
linuxatemyram.com

Read it
>>
>>61249203
>linux
does >>61249132 look like fucking linux to you? Windows doesn't take cached memory into account when displaying how much free memory is left.
>>
>>61249234
The knowledge on the page is the same regardless of what OS you are on
>>
>>61249234
>Windows doesn't take cached memory into account when displaying how much free memory is left.

Links or it didn't happen.
>>
>start computer
>fans spin, hdd spins, but the computer doesn't boot, no graphics output, no glowing LEDs
>have to powercycle psu really fast to get it to boot
>today this workaround stopped working too
What do I do? I tried to send it in under warranty, but they said it worked fine when they tested it.
>>
>>61249239
Did you understand my post?
I know that both Linux and Windows use free memory for caching and buffers, but they present it in a completely different way, which is why sites like linuxatemyram.com exist, to help confused linux babbies.
When you see high memory usage in task manager in Windows it means that there's no AVAILABLE memory (meaning free + cached). That means you have to kill active tasks to run new ones.
>>
File: vboxsquare.png (22KB, 256x256px) Image search: [Google]
vboxsquare.png
22KB, 256x256px
Best Linux distro for running under a VirtualBox VM?

I keep getting fed up with how badly most distros integrate the VBox tools.
>>
>>61249392
Any of them
>>
>>61249357
>have to powercycle psu really fast to get it to boot
Get a new PSU
this better not be a prebuilt
>>
>>61242411
Anyone know a program or site where you can create long probability trees quickly?

Saw some online ones, but they didn't seem to work and only held like 6 events, while I'd like a 100.
>>
>>61249417
No, it's a cx600m
But I fixed it now, just had to powercycle quicker
>>
>>61249392
Any ubuntu derivative should handle it about the same. Just go for lubuntu if you're trying not to use unnecessary resources.
>>
File: 1493938427580.jpg (44KB, 234x228px) Image search: [Google]
1493938427580.jpg
44KB, 234x228px
Ok boys, am about to make the leap from win7 to 10. Is there anything im missing from this?

Disable updates basic winbotting through win firewall
Disable telemetry via win firewall
Disable win apps with powershell
Disable cortana by throat fucking her to death

Is there anything im missing? Besides killing myself for using win10 of course...
>>
Im in Ireland for a month and i completely forgot to bring a charger
When buying one, how do i make sure its correct for my laptop? (Asus F540S)
>>
How good is NordVPN?
>>
>>61249498
be prepared to reinstall all over again when the next big feature comes along
any and all "updates" that are big feature updates are actually reinstalling the OS all over again, be prepared to delete windows.old folder over and over again to make room in your SSD
>>
>>61249498
Yeah, you're missing the fact that windows firewall/host won't let you touch updates or telemetry.
>>
>>61249452
>buying corsair
Do you have any idea how much damage you're causing to your PC parts by powercycling like that? Go get a fucking new PSU.
>>
>>61249498
Don't. Use windows server 2016 instead. You can run it in desktop mode.
>>
>>61249452
Your PSU is fucked.
Replace it.
You don't want it to kill the rest of your system.
>>
File: q1bub6f.jpg (361KB, 1006x1600px) Image search: [Google]
q1bub6f.jpg
361KB, 1006x1600px
I failed my comptia A+ 901 because im an idiot.

Is there any up to date book I can read on it?

I already own one but im so tired of looking at it.
>>
>>61249452
That's not a fix, that's a work around. You'd better have off-machine backups, if you're going to wait for for the PSU to fail permanently before replacing it.
>>
Test
>>
>>61249532
>>61249543
>>61249556
How much damage am I causing and how? I've been doing this for 1-2 years. And the store said the PSU was all right. I even checked it with a multimeter, the PSU is working fine.
>>
Have 1TB C drive with W7 and all my files I want backed up

Tried copy pasting to a 1TB external and it didn't work (only copied like 16GB). How can I back up entire drive. Also windows back up is not working for some reason when I tries to create a shadow Drive
>>
>>61249711
try xcopy or robocopy
>>
>>61249698
A multimeter won't tell you anything, you need an oscilloscope to check for ripple.
Voltage ripple is the biggest factor in reducing lifespan of components, and your PSU probably has massive ripple if you have to try multiple times to get it to turn on.
>>
>>61249698
>How much damage am I causing and how?
You better check the SMART status of all your HDDs and SSDs.
>>
>>61249726
They turn on, the fan starts spinning, they're just not sending any signal.
What I do is I start it with the power button, then turn on and off the switch on the back. I only do it once.
>>61249746
I've already done that, it said it was healthy.
>>
What is the most secure os out there?
>>
go to SSD for fixer upper laptop?
>>
have win7 : get random insane CPU spikes that temporarily render the computer unuseable

wipe entire SSD that OS lives on, fresh install, fresh drivers, not even pirated. CPU spikes seem to only occur when accessing my spinup drive or browsing chrome

>getting annoyed

sell my soul and upgrade to windows 10, completely wipe SSD beforehand, fresh updated drivers. Win10 seemed to be working better but i still occassionally get these fucking CPU spikes where NOTHING will function for about 30 seconds until it clicks back to life. its never under a heavy load, it just picks a moment and decides to cease all function until it can be bothered to come around.

please this isnt even about me having a working computer anymore, i want to understand why this is happening. its been 3 years of this bullshit, please someone help me reclaim some of my sanity.
>>
>>61249790
Anthing cheap and name-brand.
>>
>>61249775
>I've already done that, it said it was healthy.
post pics
>>
>>61249775
>just not sending any signal.
It could be that the PSU is detecting ripple and not turning itself on as a safety measure.
>>
>>61249783
people say Tails but i personally stopped trusting tor
>>
>>61249795
ive had many people take guesses but i genuinely dont think anyone can determine the root of this issue.

Corsair C70 case (the army can one)
MSI 990FXA GD80 V2 mobo
AMD fx9370 cpu
16gb patriot viper ram
msi r7 260x gpu
Corsair HX1000 PSU
H80i watercooler
2 SSDs and one 'Green' spinup drive
I have a CD DVD tray too...if that matters....
>>
>>61249783
It's fast becoming QubesOS with something like Tails as the DOM1 Guest.
>>
>>61249795
CPU spikes? Are you sure it isn't the HDD having its header parked where if you access the HDD it spins back up to active from being put to sleep?
It can be any number of features crammed in windows.
Search indexer combined with superfetch.
Maintenance that gives you the score rating you see in control panel system info.
Windows defender.
Windows update.
Show your PC specs.
>>
File: 20170706_185650-01.jpg (215KB, 1919x1313px) Image search: [Google]
20170706_185650-01.jpg
215KB, 1919x1313px
Why is my computer doing this?
>>
>>61249783
qubes tails whonix gentoo hardened
depends on what you're protecting against
>>61249798
I'm not posting from my desktop, I'm posting from the laptop.
There's 2 hard drives. One for torrents which I truly don't care if it breaks, I can just download it all again. The other one is the only one I actually care about.
Which value do you want?
>>
>>61249845
Are you installing any of the manufacturer's drivers or software?
>>
File: SS_2017-07-06_24.png (27KB, 466x499px) Image search: [Google]
SS_2017-07-06_24.png
27KB, 466x499px
>>61249845
>>
How to use an animated gif as wallpaper on xfce or wm like bspwm and i3wm?
>>
>>61249867
all of them, post full stats
>>
>>61249867
always post full S.M.A.R.T.
>>
File: IMG_20170707_110121[1].jpg (3MB, 4032x3024px) Image search: [Google]
IMG_20170707_110121[1].jpg
3MB, 4032x3024px
>>61249866
Uhh, this just happened to me right as I was typing a response.
Are you a wizard?
This is spooky...

It's most likely your GPU driver, or display output having a spaz. I fixed this by unplugging the HDMI cable and plugging it back in.
I am running this monitor overclocked (72Hz over 60Hz), but it's typically very stable.
>>
>>61249933
I see dust. Clean your desktop area. Take better care of your health.
>>
>>61249866
Laptop? Ribbon cable is fucked/damaged/loose.
>>
>>61249948
Fuck off, I'm fine.
I used to have asthma, but I only get a mild reaction once or twice a year now.
>>
>>61249969
>but I only get a mild reaction once or twice a year now.
You could have none if you got rid of dust.
>>
>>61249853
yeah ive always done a custom power plan to ensure that my harddrives never go idle or anytime of sleep mode. It baffles me that this problem persists through an entire change in OS, makes me think it is hardware related unfortunately.

>>61249853
>>61249845
here are my components

>>61249868
i wipe everything clean then go straight to the manufacturer website for the latest driver? should i employ another method?

>>61249892
ill make sure ive done this, pretty sure i have

an observation ive made. when i leave my computer untouched, i can hear the fans randomly spool up and work as if i was opening a program but im not even touching it...

when i do autocad my computer will freeze, nothing will function, but it wont be under load. then when it clicks back to life, i get a massive CPU spike and hear all the fans go to 100% before chilling out again.

its so fucking annoying it keeps me up at night thinking about it
>>
>>61249979
>>61249948
this is nothing. you should see the mess under my desk
>>
>>61249979
mixtape.moe/eehxev
>>61250005
this, i always need to wipe my feet when going to sleep
>>
>>61249989
Depends on the driver.
Things like RAID and GPU drivers should come from the chipset manufacturer (Intel/AMD/nVidia).
Windows should get things like the USB and NIC drivers for you automatically, but you can find NIC drivers from Intel on their website.

Never install the manufacturer's bloat software. MSI loves their control panels.
>>
>>61250038
oops wrong link
my.mixtape.moe/eehxev
>>
which is the best hash for strings?
>>
>>61249979
If I really wanted to stop getting asthma, all I would have to do is exercise more. Dust at home is the least of my concerns seeing that my entire city is a construction site (Christchurch NZ, earthquake rebuild is still a thing)
>>
File: SS_2017-07-06_30.png (64KB, 1316x839px) Image search: [Google]
SS_2017-07-06_30.png
64KB, 1316x839px
>>61249989
Check your task scheduler. In fact, post your task scheduler.
>>
>>61250053
SHA256 is pretty good.
>>
>>61250055
I keep forgetting that there aren't just australians shitposting but there are also their retarded kiwi cousins.
>>
>>61250081
>ermagherd I can't win an argument
>I'll just resort to namecalling
Anything else you want to advise me on?
>>
>>61250053
sha256 is recommended for everything
>>61250050
intended for >>61249912
>>61249929
>>
>>61249506
exact same voltage and same or greater amperage
>>
File: tasks.png (97KB, 1926x1037px) Image search: [Google]
tasks.png
97KB, 1926x1037px
>>61250061

i have to pick up my sister from school, ill be back. please i really want this dealt with
>>
File: east-han-seismograph-ft.jpg (33KB, 640x445px) Image search: [Google]
east-han-seismograph-ft.jpg
33KB, 640x445px
>>61250102
Yes. Get this next time. Visit your local chinaman for the cheapest version.
>>
>>61250130
Nah, I'm so attuned at this point that it wouldn't be any better than my own senses.
>>
>>61250120
Pull up active tasks faggot.
>>
>>61250109
it's not hard to take a screenshot and post it on 4chan you know
>>
>>61250070
I'm looking for a hash who avoid collisions and be faster, is it best for this?
>>
>>61250167
Realistically, SHA-1 is good enough for that.
>>
>>61250183
is it better than dbj?
>>
>>61250165
It is when firefox isn't installed.
>>
What's a good desktop for around 60 dollars? All it needs to do is web browsing and word processing
>>
>>61250271
scrot
>>
>>61250167
SHA-256 is recommended for literally everything which isn't checksum or password
For checksums, use CRC32. They're not secure against, but they're fast.
>>61250279
And how should I upload it to 4chan?
>>
What is the best language for a IB?
>>
>>61250277
chink raspberry pi + peripherals from goodwill
you even get $30 to spare
>>>/g/csg
>>
>>61250282
You post it to 4chan
lynx
links
elinks
>>
>>61249845
if you named the user account "user" it fucks with svchost last time I heard idk if they patched that
>>
>>61250271
This is windows right? Printscreen and then paste it to paint for you non-autohotkey plebs that don't know how to automate programs.
>>
File: wave.png (108KB, 2400x684px) Image search: [Google]
wave.png
108KB, 2400x684px
>>61242411
Is there any app for android that has the same effect as the windows loudness equalization feature? (leveling out the sound so theres no spikes and no low volume parts on live audio)
>>
File: 1485243839766.png (18KB, 632x355px) Image search: [Google]
1485243839766.png
18KB, 632x355px
>>61250299
>what is captcha
>>61250313
No, it's arch. I can take the screenshot, I can upload it to mixtape.moe but I just uploaded the log file instead but then I fucked up the extension so it became a bin file

Now, r8 my smart status
>>
>>61250394
>IMAGE board
>CLI browser
OK...
>>
>>61250404
I'm posting this from the laptop.
>>
File: thermal probe.jpg (73KB, 1001x1001px) Image search: [Google]
thermal probe.jpg
73KB, 1001x1001px
Pls help.

I bought one of these thermal probe things, I know nothing about electronics. Since it's 12V, and my PC's PSU puts out 12V, it will work fine if I just jab the two power cables from it into the 12V and ground of a molex connector on my PSU?

Thanks.
>>
File: 1494333610298.jpg (47KB, 500x375px) Image search: [Google]
1494333610298.jpg
47KB, 500x375px
Solid vpns?
>>
>>61250495
4wut
>>
>>61250495
ovpn.se
hard drives physically removed, logs disabled, log location set to /dev/null, log support compiled out of openvpn, hardened everything
mullvad.net
technically worse than ovpn but solid reputation and the #1 choice for cybercriminals worldwide
>>
>>61250459
yes
>>
>>61250459
no
>>
>>61250459
maybe
>>
File: 1495451432358.jpg (21KB, 469x469px) Image search: [Google]
1495451432358.jpg
21KB, 469x469px
>>61250556
>>61250567
>>61250572
>>
>>61250574
could you repeat the question?
>>
>>61250584
You're not the boss of me.
>>
File: 1497798638338.png (84KB, 206x262px) Image search: [Google]
1497798638338.png
84KB, 206x262px
>>61250584
c-can i plug my thermal probe thing into a molex without it starting a housefire or electrocuting me
>>
>>61250459
why do you even need a thermal probe
better not be to probe your psu, that's like probing your ass and is gayyy
>>
>>61250598
Because I have a windowed case and would like to see what kind of heat my housefire is putting out at a glance.
>>
>>61250595
One pin on a molex is 5v and the other is 12v
The two middle ones are ground
If you plug it into the 5v probably nothing will happen
If you plug it into the 12v it should work fine
>>
How important are disk defrags? My system has been feeling progressively sluggish for some reason
>>
>>61250595
In theory yes, in practise, you should probably get a proper PSU for it.
If you can find a 12V output on your motherboard, I would recommend using that instead. You can use a fan header in DC mode for that, just make sure it's set to 100% speed.
>>
>>61250612
I will wear oven gloves and safety glasses just in case, thanks.
>>
>>61250624
>12V output on your motherboard
Hmm, my board is an Asrock Extreme 4 Z77, it has a 'full on' fan header, why would it be better?
>>
>>61250619
very important if you're on Windows
NTFS is such a crappy format
>>
>>61250634
It will provide a cleaner voltage, and if the thermometer breaks and shorts out, the fan header can't provide enough current to set it on fire.
>>
>>61250658
Fair point, I suppose 6w from my motherboard is better than 75w from a molex.
>>
>>61250619
Important, but also completely automatic since win7. Switch to an SSD and it'll perk right up. You're problem is probably with installed crapware though. I'd recommend a clean install if your hardware isn't shit.
>>
>>61250638
do you have an application you would recommend?
>>
>>61250697
Realistically, the Windows defragmenter is fine these days.
It's not like you're running your OS from a HDD. Right?
>>
>>61250691
idk if crapware is really the case. i usually always have my eye on the task manager to see whats eating up my resources but there really is nothing that is.
>>61250709
hdds arent so bad :c
>>
>>61244425
AD AD - Active Directory Directory Services

Just the "proper" way to state AD per Microsoft's 2012 spec
>>
>>61247840
Cheers. Thanks for the reply, and for the patient explanation, and sorry for the late reply on my end- I wasn't being very considerate in respecting that I may actually get a reply...
>>
File: 1415092211493.png (414KB, 797x644px) Image search: [Google]
1415092211493.png
414KB, 797x644px
What's the regular mouse these days? No gaymin shit please. The no name Dell whatever I've been using for years finally died.
>>
>>61250848
Used to be the Logitech G400 but now that they stopped making it because they are a bunch of massive faggots there isn't one.
>>
>>61250149
ive got 73 active tasks i cant display them all at once i can just scroll through them. how many should i have running?
>>
>>61250848
get a steelseries kana
>>
I'm building a dual lga 2011-3 system (xeon e5-2683 V3s). I already have one Noctua NH-U9S laying around and would love to get away with just buying another one. Will this be enough to cool the e5-2683 if it's running at max for hours at a time or will I need to step up to the NH-D15?
>>
How do I back up my BIOS? I've managed to install a Xeon E5450 in an old Dell and it works, but the idle temps are rather high (currently 60C). I've read that the CPU will run cooler if you flash the existing BIOS with a hacked one, but I don't want to risk bricking the computer. So how do I go about making a backup of my current BIOS and then firing that up in the off chance the hacked BIOS fucks up my computer?
>>
A non systemd distro, can steam, can drivers ?
>>
Just got a new router, old one burned out. I've got the replacement hooked up, cables checked out, logged in to the new network with provided password and etc, but the damn automatic Netgear setup tool refuses to detect the connection properly. Any idea what might be wrong? I've even given it the MAC address and it can't figure its shit out.
>>
>>61250994
don't use the auto config
whats ur EXACT model?
usually, u set ur WAN to DHCP unless u use l2tp/pptp/etc with auth.

remove ur config and mac u write
>>
>>61250973
doesn't ur guide address that possible issue?
perhaps there is another one on the board that you can toggle between physically?
its all model specific.
i never heard of that done on servers
>>
File: computer repairs.gif (2MB, 256x144px) Image search: [Google]
computer repairs.gif
2MB, 256x144px
>>61250624
>you should probably get a proper PSU for it
Just wondering, what do you mean by this?
>>
>>61251051
The guide instead tells me to reset the BIOS, which I fear might be useless if I try flashing a hacked BIOS. It's an old computer (Dell Optiplex 330), but with a new CPU in it it works really well. It'd be a shame if I accidentally brick the computer.
>>
What's a good non-Google browser?
>>
>>61250990
devuan should be able to
>>
>>61250595
I use ATX power supplies for electronics prototyping. They are easily available and have 12/5/3V, hell of a lot cheaper than some fancy desktop variable power supply.
>>
>>61251145
Safari.
>>
>>61242411
whats the best way to clone a wangblows partition? I have to move a windows partition to a bigger hdd and i really cant be arsed doing a reinstall and moving all of the shit
>>
Whats some must have tech for a paranoid /g/uy already have an RF scanner
>>
>>61251229
Acronis if u can get it
dd/gparted
>>
>>61251119
It will be a shame
>>
>>61251292
thx dood
>>
File: file.png (3KB, 43x61px) Image search: [Google]
file.png
3KB, 43x61px
https://www.youtube.com/watch?v=pdFfqTGWfnQ

Why does this shit happen? It's random and you can see how the cursor jumps.
>>
>>61250767
More that you've probably installed and uninstalled a lot of shit over the years. Windows registry rot takes its toll. For most complaining their shit is "slow", pretty much the only upgrade I recommend is an SSD. That is unless you're willing to trade in the whole rig.
>>
>>61251229
Macrium reflect. Free, reliable and easy. Handles windows/ssd weirdness automatically.
>>
>>61251443
Flickering?
Its a chrome issue.
>>
>>61251498
i see it outside of chrome though too
>>
>>61251514
If Chrome is still open it can happen
I dare anyone to tell me this is wrong.
>>
>>61251527
That is wrong.
>>
>>61251550
>>61251514
>>61251498
doesnt flicker when it happens i think its just from the camera
>>
>>61251076
A battery is a power supply.
A phone charger is a power supply.
A solar panel is a power supply.
Most people here would think of a power supply being that box in your PC that things plug into to make them turn on.
>>
Could somebody post the "Stolen Iphone" image?
>>
>>61251443
Probably the CPU being overutilized. Check for a process taking up too much CPU time.
>>
Would going from 32 bit Firefox to 64 bit make a noticeable difference in performance?
>>
File: file.png (401KB, 1264x1448px) Image search: [Google]
file.png
401KB, 1264x1448px
So I managed to flash the BIOS of my Optiplex 330 with the hacked one, and not only did it not brick my computer, it also "unlocked" the 4GB RAM limit it once had, so now it can have a whopping 8GB of DDR2 RAM. However, the CPU (Xeon E5450) still runs a bit hot, around 60C idle according to Core Temp. Is there anything that I can do to make it run cooler, or am I SOL? I'm guessing if it hits 60C on IDLE, using for gaming will be a no go, which is what I was intending to do with this computer.
>>
My phone has no built in option to block calls, what's the best app I can use instead?
>>
File: really2.png (228KB, 358x408px) Image search: [Google]
really2.png
228KB, 358x408px
Is there an X220 tablet and an X220T? Do both have a stylus?
>>
Trying to understand 3rd party libraries and C. Does this sound about right?

>static linking -> the linker merges the libraries you use directly into your binary
>dynamic linking -> the library binaries are kept as separate files from your executable, and the library binaries can either be distributed alongside your executable in the same folder or installed into some sort of system folder to be shared by multiple programs
>>
File: Capture5.png (39KB, 762x521px) Image search: [Google]
Capture5.png
39KB, 762x521px
So my computer just randomly shut off while i was browsing /g/ and listening to Youtube in a different window.

It's a couple years old now, but I don't really use it for much other than gaming. I recently installed a new gpu, and I doubt that is the issue.

Why would a PC just restart out of the blue?
>>
>>61251873
That's it.
>>
>>61251917
What was your old gpu and what is your new gpu?
>>
so theres this bug where you cant install Debian without an internet connection
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=866629

and im at a total loss how to get Debian on a mac air (no ether, prop broadcom wifi)

I have a .deb file that works if the system is installed, it works in the live environment
http://ftp.wa.co.za/pub/ubuntu/ubuntu/pool/restricted/b/bcmwl/

so where im at is I can only install wifi on a installed system, and I cant install a system without wifi
>thanks systemd, I know you dont want people installing offline machines
Can anyone figure this out for me?
>>
>>61252076
Old was GTX 745 4GB

new one is GTX 1050ti 4GB

I don't think it is my gpu, because I have had it for about a month and haven't had any issues at all.

Any feedback is much appreciated though anon.
>>
nu bread when?
>>
>>61252150
make one?
>>
>>61252156
that takes effort nibba
>>
File: rev3.jpg (96KB, 600x429px) Image search: [Google]
rev3.jpg
96KB, 600x429px
If I wanted to learn to create my own gadgets, which online courses should I be looking up? At a minimum I'd like to be able to design my own circuit boards and then program them. Would these subjects be covered adequately by electrical engineering and embedded programming or should I be looking at something else?
>>
>>61252161
>nibba

is this some new meme? I saw it the other day too.
>>
>>61252080
The first link you sent seem to imply that only the live image is affected.
Have you tried the "complete installation image" on https://www.debian.org/distrib/ ?

>>61252143
Considering the 1050ti is a more powerful card, it may be your power supply that's struggling to keep up. A failing power supply can cause random system shutdowns.
>>
>>61252172
I've heard conflicting sources as to where it's from

possible sources include

>twittter
>/b/
>the right stuff forums
>>
what amd driver do I use if my gpu is an r9 380 and my os is antergos?
>>
>>61252172
It's a twitter meme of putting the "B" blood type emoji on everything. Around a few months old

nia
>>
>>61252164
learning some ham radio stuff taught me a lot about circuits, doubt it's what you have in mind tho
>>
>>61252233
>nia
newfag
>>
File: 1471995575231.jpg (3MB, 2765x1843px) Image search: [Google]
1471995575231.jpg
3MB, 2765x1843px
>>61252187
That makes sense. I guess it could be that, but the minimum power supply for my 1050ti is 300w, and my PC has a 460w.

Is there and way to find out how much power it is getting?
>>
>>61252261
sorry desu senpai
>>
>>61252252
>>61252164
side note, high (over ~250 GHz) signals are useless for anything other than extremely close range radio

therefore the fcc lets even the lowest tier of hams use everything above that.
combine this with the fact they they openly support experimentation in the ham community means you could have a whole host of short range wireless tech in your house. homemade drones, wireless home automation, and the like
>>
how do i paste code into 4chan like this guy >>61247721
>>
>>61252187
I havnt tried the complete one, more downloading on slow internet, yay (3 hours left)
>>
>>61252341
nevermind
>>
>>61252341
pretty sure it is in the wiki
>>
how do i portably get a pointer to a framebuffer for a window in c?
(portably meaning across x11/wayland/whatever)
what i really want is to memcpy memory to a pointer and run a function to swap buffers, but that might be too little to ask.
i would rather not use a real/large library but if i must i would very much prefer no automake, cmake, or waf.
>>
>>61252355
I don't get it
I tried to make my post
I put
(insert code here)

and i got an error message saying "field too long"
>>
>>61252355
is there a limit to how much code you can post?
why the hell is there a limit?
i thought that was the purpose of the code box, so you can post a longass code :(
>>
I just bought new speakers. But the cable isn't long enough to reach my PC. It can however reach the monitor which is getting audio through displayport. Am I sacrificing audio quality by using monitor as the go between? Should I rearrange things so my speakers can plug directly into my computer?
>>
>>61252423
The purpose of the code field is to have syntax highlighting and a monospaced font.

The 2000 char limit on post applies no matter what
>>
>>61252494
gotcha
>>
seeing as 4chan uses https, is there any way that my college's IT dep could be monitoring what I'm posting here?
or am I worry free
>>
>>61253069
If you are using their dns servers they could be spoofing the cert on a proxy (unlikely and easy to check, just do a dns lookup) or if you are using their computers they could have spyware on it (also unlikely, not standard practise).
So yeah, technically but probably not.
>>
>>61253213
cool, off to go call some people fags
Thread posts: 353
Thread images: 49


[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.