[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: 335
Thread images: 38

File: 1502902957159.jpg (14KB, 325x236px) Image search: [Google]
1502902957159.jpg
14KB, 325x236px
Post your simple/small/stupid questions
Take at least 10 seconds to google first

Old Thread: >>62086880
>>
File: SensorSetup.png (127KB, 1310x409px) Image search: [Google]
SensorSetup.png
127KB, 1310x409px
Trying home automation. Bought some sockets which work on the 433MHz RF (433.92MHz), but the receiver on the PI doesn't register any signals from the socket remote control when I press buttons, so I'm getting nowhere fast.

Sockets:
https://www.dustinhome.no/product/5010958443/neyc3-power-switch-kit-white

RF transmitter and reciever:
http://m.ebay.com/itm/433Mhz-Superheterodyne-3400RF-Transmitter-and-Receiver-Kit-For-Arduino-ARM-MCU-/121597448874

"R" in pic related is how I've connected it to the Raspberry Pi 2 B.

I've installed rpi-rf through pip and this is the command I use to listen:
rpi-rf_receive -g 17


The goal is to figure out what the remote control is sending, then disconnect the rf receiver and connect the rf transmitter (same pins), and from there send rf signals to turn on/off my sockets.
>>
what service in network is responsible for being able to write
>ping kichenPC

and it pings the PC
and how can I can make this work across two subnets separated by NAT?
>>
>>62095692
So I set up some nifty keyboard shortcuts in GNOME, for example Ctrl+T to open my terminal. Then I realized all this would interfere when I open tabs in my browser, etc. Is there any way to make the shortcuts context-specific? For example, only working from my default desktop?
>>
>>62095776
that would be stupid too, as you often might want to open terminal when you are in browser
and not going for mid-step to first minimize..

find a nice single key or key combo that you dont use

I use grave key, its the console key, the one under Esc
F1 or F10 are good candidates
scrolllock, or pause/break too

if you want two key combo then start using winkey instead of ctrl
>>
What the fuck is blockchain? Any website that explains it in a way a retard like me could understand it?
>>
File Explorer keeps crashing everytime i open a file.
This has happened ever since i upgraded to win10.
Multiple reinstalls later, new hardware, still happening.
Can't change desktop backgrounds either.

Tried everything on google, didn't work.
>>
>>62095813
You're probably right, just going to have to figure out the best combos to use.
>>
>>62095822
how I understand it
you know what a database is? it stores data right?
but its a single file somewhere
you hack it change some entries, shit, you rich now

blockchain is a solution to have unchanging historic record of data that no one can go back and change
price is that the data are all readable by people who have access to that blockchain
>>
>>62095738
hosts file binds the name to IP.
Or use bonjour and then kitchenPC.local if this is the name of the pc
>>
>>62095738
> what service
Ping sends IP packets, no udp or tcp on top. So you can't because nat punches holes based on port. Although some routers do have a "DMZ" feature that routes all traffic not already associated with a connection to a specific machine
Or use a vpn
>>
>>62095694
This is really puzzling. You're not doing that inside an ssh session/a vnc connection/any other remote desktop solution are you?
>>
>>62095839
It's pretty common to use the Windows key for all window manager related shortcuts instead of control.
>>
File: Kenny-Omega-US-Champ.jpg (50KB, 659x400px) Image search: [Google]
Kenny-Omega-US-Champ.jpg
50KB, 659x400px
>>62095679
Does PrivacyBadger and uBlock Origin help prevent that?
Also I don't use Facebook and Twitter so I won't be logged into any personal accounts there.
>>
>>62095977
They can, although I am not sure, I don't know what they block exactly.
>>
>>62095946
I'm not doing anything special as far as I know, I'm literally using the physical laptop in front of me right now to post.
It doesn't seem to be causing any problems, so I guess I'll just have to get good and learn to do without.
>>
>>62095989
Do you know whether you're using Wayland or X11?
>>
>>62095905
I have linux and windows machines
and different subnets, they can ping each other
but if I would want them to be able to ping each other based on hostname I have to use some service
now I google alternative to bonjour, at avahi popped up
I checked and my archbox has avahi installed
but needed some more stuff
https://wiki.archlinux.org/index.php/Avahi
still wont work but at least I have good starting point

>>62095937
>So you can't because nat punches holes based on port.
is set firewall open for one IP address
I am trying to setup samba share between two subnets
and going by some guide from 2008 they recommend
>Optionally, and even better, you have local name services working, and can ping by hostname as well.

so I am tinkering with that
>>
>>62095997
the options when logging on says "system x11 default", along with "gnome", "gnome classic", and "gnome on xorg". So I'm using x11 apparently, as that's the one that's selected by default.
>>
>>62095835
Not saying that I can help, but this is extremely low information. Do you mean a specific file, or just any file? If it's a specific file, what's special about it? Maybe it's a shortcut to something that doesn't exist or something.
>>
>>62095705
What makes you think the receiver's compatible with the remote?
>>
>>62096043
It's any file, doesn't matter which drive it is on.
>>
>>62096016
IIRC avahi is the Linux counterpart of Bonjour,on Windows though it is Bonjour. after installing it you teoretically should be able to do "ping <pinged pc hostname>.local"
>>
>>62096058
Did you use the same hard drive, or are they all new? Did you copy over any files?
>>
>>62096086
only thing that's being reused is the ssd
did not get this issue when running win8.1
>>
>>62096053
Both work on the 433MHz bandwidth as I explained. The only job of the receiver is to sniff out anything happening around that bandwidth.
>>
>>62096030
The last think that comes to mind is installing gksudo (sudo apt-get install gksudo) and trying running gksudo synaptic but I highly doubt it will work.
As I said, you could learn how to use apt-get to install and uninstall software. After all, you already did it once when installing sudo!
>>
>>62096096
Well, it's not a problem that everybody with Windows 10 has, so you need to have something specific that triggers it. And if the only common thing is your SSD then I can only assume that's the problem, in combination with W10.
>>
>>62096120
i have found that it was a problem during the win10 preview and that it should have been updated out, i just don't have that update
>>
>>62095989
Try not using synaptic you dumb.
>>
>>62096016
You said separated by NAT originally. Bonjour is multicast and even if you forwarded those messages you would still need to set up routing. Lastly Windows file sharing doesn't spend on ping. Next time you want help try saying what you are actually trying to do.
>>
>>62096116
I tried running gksudo synaptic, got a different error.
Failed to load module "canberra-gtk-module"
Then some popup about "unable to copy user's Xauthorization file"

I'm starting to think this isn't actually my fault.
>>
Despite all the /g/ memes I never have Windows crash. Just now I left my computer for 30 minutes and it says atikmpag.sys failed. Should I be concerned?
>>
File: mystery router.png (89KB, 1152x693px) Image search: [Google]
mystery router.png
89KB, 1152x693px
I was looking at my local networks, as the new apartment I'm in is quite crowded on the 2.4GHz channels, and I came across this network, which has a similar MAC address and signal strength to mine, but is ac and has WPA2 Enterprise, whereas mine is WPA2 with PSK and only g/n. It seems to keep following the channel I select, so is it actually the same router?
I don't know how one device could have two MAC addresses, so its existence is a mystery to me.

On a side note, which channel do you think I should pick? I'm on channel 1 right now, but my ping is not great on this channel either. 1, 6, and 11 all have similar results where the ping spikes high, so I know I need to change something.
(Channel 1)
Ping statistics for 10.0.0.1:
Packets: Sent = 50, Received = 50, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 1ms, Maximum = 252ms, Average = 34ms
>>
>>62096261
Progress!
Try
sudo apt-get install canberra-gtk3-module
or
sudo apt-get install libcanberra-gtk3-module
>>
>>62096299
First one couldn't"locate package". Tried second one, said it's already at the newest version.
>>
How is the AMD A8 7410 for a laptop CPU?

Just need something decent for college.
The only specs they've given are a min of 4gb ram and an i5.
Don't know what software I'll have to use so I am not sure how much they're overestimating the required specs.
>>
>>62096346
Well let's just try to fix the other problem then.
sudo rm ~/.Xauthority; touch ~/.Xauthority

Then try running gksu again?
>>
>>62096387
between pentium and i3
>>
>>62096387
why dont you just buy a used thinkpad?
much better value for the money
>>
>>62096410
"cannot remove, no such file or directory"
looking back at gksudo synaptic, the terminal said basically the same thing, I only payed attention to the popup.
i tried gksu synaptic, and it gave a fullscreen popup to enter the admin password, but i couldn't click on the box to actually enter in the password. The mouse changed like it does over text to that line thing, but it refused to focus(?) on the textbox. When trying to enter the password regardless, it was just typing in the terminal and not the text box.
>>
Hello, I have a Lenovo G500 from a friend who gave it to me for repair.

The problem is when I turn it on, it wont go past the "Lenovo logo" on the start.
So I opened the laptop and plugged off the internal CMOS battery, and living it unplugged and the computer starts normally every time.

Would like to say that the battery is dead the one that keeps the laptop running so I have it plugged in on the power brick.

Then I switched the new battery it's working fine if its plugged on the power brick and will boot every time with the new battery. But the problem is when I leave it unplugged from the power brick for an x amount of time the problem remains the same and it wont boot past the "Lenovo logo".
If I unplug the CMOS battery the laptop continues to work normally.

There is a new motherboard because the laptop was under warranty, he send it in because of the same problem, and now with the new motherboard the problem is the same it wont boot if the CMOS battery is plugged and will boot normally and work normally when it's unplugged.

Got any solutions?
>>
>>62096387
If all you need to do is broswe and use office it's more than adequate
>>
I need to file the save location of a videogame, because is a cracked version it does not save where it usually would, checked appdata, my documents and the game itself, I know is a ".sav" file, but I still can't find it, this game saves often, it has to be somewhere.
>>
>>62096673
install Everything

search for "*.sav"

file your file from the list
>>
Recently reinstalled win10 (use dual-boot with Linux) and now every time I open a video under win10, the computer/mouse lags/freezes for 5-6 seconds and then starts playing the video. Wtf is up with this? Doesn't matter which player I use, tested with wmp, mpc-hc, mpc-be, vlc.
>>
>>62096790
update your drivers
>>
>>62096593
disconnect hdd
does it boot 100% when battery left plugged in?
>>
File: 1438511681376.jpg (1003KB, 4500x4334px) Image search: [Google]
1438511681376.jpg
1003KB, 4500x4334px
>>62095692
I have this strange thing with my notebook. When it's running on battery, the fan turns off completely, and only turns on when really necessary. However, when it's plugged in, the fans is constantly on. Now of course there are different settings in the power options for battery vs plugged in, regarding clock speeds and whatnot.

I want my laptop to be as quite as possible, I don't really give a shit about performance.

So I made a new power plan and set everything to the most power saving option available and made the battery and plugged in options identical. Yet, the fan is still off on battery mode and still on plugged in. WTF is this shit? I'm starting to think some sort of power saving is hardwired in the BIOS or something.
>>
>using android
>disable all google sync
>never use chrome on mobile
>got notification google trying to sync credential content provider and chrome
what do?
>>
>>62096817
>disconnect hdd
Will try this now.

>does it boot 100% when battery left plugged in?
No it wont boot if the battery is plugged in, if I unplug the battery it will boot 100% normally. The battery is Ok tested it with a Voltmeter.
>>
>>62096817
>>62096852
If I disconnect the HDD with the battery plugged in it will boot and pass the Lenovo Logo, and display and error message.

Check Cable Connection
PXE-MOF: Exiting Intel EXE ROM
>>
>>62096419
Because other studies in the same cluster including one where the only difference between mine is that it's a part-time study cite minimum resolution specs at 1600x900 with 1080p preferred.
This already limits refurbished options by a lot.
Then those shops tend to have very small HDDs put in the Thinkpads, replacing it with an SSD or a bigger HDD sets me back another 100 euros, regardless whether I put it in or the shop.

So ultimately the price difference is rather marginal.

Now I've checked the benchmarks and realized AMD still isn't too great on the laptop market.

>>62096642
That's the problem, I don't know if it's just office programs.
The part time study of the same area has higher listed system specs, but their program is also slightly different.
>>
>>62096772
Holy shit, I think I found it, thanks, thank you very much, although, how does it manage to search so fast?
>>
File: firefox.png (339KB, 512x451px) Image search: [Google]
firefox.png
339KB, 512x451px
reeee
what browser should i use on my 100% fresh new GNU+Linux install
sorosfox anr goolag chromium is out of the question
prefereably no cli browser as
>>
>>62096943
no idea, but i do know microsoft is incompetent and their built-in search is complete shit
>>
>>62096972
Firefox is fine. You're not giving them any money by using it.
>>
File: download.png (4KB, 300x168px) Image search: [Google]
download.png
4KB, 300x168px
What method / software do pirates use to rip video from Netflix?
>>
>>62096972
Some Firefox fork, like Palemoon or Waterfox. No idea which one's better.
>>
>>62097017
https://archive.fo/kdoBa
no its not

>>62097024
will they move to webextensions too?
>>
>>62095692
How can I move windows 7 from my current hard drive to a new ssd without transferring all my data? I just want a clean install with the activation.
>>
>>62097051
I believe I've heard they might not, but I can't be sure.
>>
File: OriginalPng.png (170KB, 500x326px) Image search: [Google]
OriginalPng.png
170KB, 500x326px
>>62095692
Are there smartphone equivalents of business-grade (e.g. HP and Lenovo's lines) laptops yet?

i.e. robust and easily repaired models that got sold off in bulk whenever a business upgraded and are sold used cheap and in good condition.
>>
>>62097071
Even if there were they wouldn't sell them off in bulk, it would be a huge security risk.
>>
the clevo N150RD is the only laptop that i can get for <750 euro that has an OK gpu(960M). All other laptops at this price range have 940mx or worse. I can't seem to find reviews of this model though, is it a good brand/laptop? Its for some vidya btw.
>>
any reason to update gpu drivers if I'm not playing new games at the moment?
>>
>>62097065
ok
>>
>>62097233
I can't imagine why you wouldn't. Hardware acceleration maybe, if you use it. Might get more efficient drivers. Or a bug you didn't know about before.
>>
What type of glass is best for table tops? Tempered, Gorilla, etc...
>>
so i reinstalled windows, and now steam wont update game
it just gets to 99% and resets

any ideas?
>>
>>62096410
>>62096524
I'll just take what I've learned here and not bother with synaptic anymore, just learn apt commands.
Thanks for the help though, I really do appreciate it.
>>
>>62097719
You're welcome. If you have questions about the commands I asked you to run feel free to ask.
>>
Does anyone here know how tripcodes work? (What algorithm)
>>
I want to set up a home network thats actually fairly decent.

As it stands theres just my pc, the modem router, a tv and two phones right now. so its basically every shitty home network ever.
Im wondering first off its possible to "split" my computer so that a bit of it is acting as a nas that other devices can access, or rather what the best way to do this is. Ideally i want to make it so that i can have my phones tv connect to it with ease. Im guessing ill also have to change my modem router? my understanding is that a modem decodes cable signal and a router is just a collection of switches and a wireless i/o? so i can replace each part and have a better setup?
>>
>>62097999
You don't need to replace anything. Install linux on your computer, then set up NFS, Samba and an HTTP server on it.
>>
>>62097999
>Im wondering first off its possible to "split" my computer so that a bit of it is acting as a nas that other devices can access, or rather what the best way to do this is.
Yes, that is possible. All you need to do for this is to install some form of network filesharing software. It does mean your computer needs to be always on though -- or at least on whenever you want to use any of those NAS files.

>Im guessing ill also have to change my modem router?
No, that is not necessary. What you have will do file.

>my understanding is that a modem decodes cable signal and a router is just a collection of switches and a wireless i/o? so i can replace each part and have a better setup?
More or less, yes. But there doesn't seem to be a need to change anything about this part of your setup.
>>
>>62098039
>nstall linux on your computer
actually already have this set up. the main issue im thinking of is power consumption. i dont particularly want raid or anything right now, might be nice to set up in the future though. will look into needforspeed samba and http server

>>62098051
well thats easy then, why are there so many consumer grade modems and routers that seem like even a good nighthawk would beat?
>>
>>62098089
If power consumption is a concern buy a raspberry pi instead.
Also for easy googling NFS is NetworkedFileSystem.
>>
how do i get the debian+non-free iso to actually find and install the ath10k firmware??
is it even included or do i have to put them on a other usb drive and install them
>>
is it still worth getting a degree on statistics or IBM Watson killed/will kill all data scientist/data analyst/statistician jobs?
>>
>>62098230
Probably still worth it if you're willing to spend your days programming.
>>
I remember years ago I could customize ubuntu with all these shitty things like opacity and neon border lights.
Is there something similar for debian? I guess for gnome, technically.
>>
Is there a torrent client that let's me move torrented files after downloading them?
I currently use deluge, but the option is to only move them after they are downloaded.
I want a manual thing, that skips the step where I have to copy them outside the client than set the new root.
>>
>>62098278
Pretty sure qbittorrent can do that. Just right click, set location. And I think it does the copying itself if it has already downloaded something. I don't see it in the web UI though.
>>
>>62098268
thanks
>>
god fucking, how do i search a bunch of files and files in subfolders for some string, and have the paths of those files shown to me on powershell?

so i'm at:
foreach($item in get-childitem -recurse) {grep "string" $item}


but this doesn't work because $item isnt a path just the file name of a file that's in a subfolder somwhere

there has to be a simple and elegant solution
>>
>>62098333
I think the option actually exists on my client and I just missed I'll try it and post again.
>>
Dowloading a jap game from jap servers with a vpn as its not coming to the west. All my traffic is routed through the vpn right? Its currently downloading at 1/4 mb/s and thats almost unbearable, but its slowly getting better. It started out at 1/10 mb/s. Why is my dl speed slowly improving? Also, all my traffic is routed through the vpn, so any other online game i play while waiting would lower my DL speed for this one right?
>>
Why use an extension like self destructing cookies or cookies autodelete instead of just using a whitelist?
>>
The place where my wificard on my laptop is gets a little warm, is that okay?
Will that cause problems eventually? Or is that just normal?
>>
>>62098518
There are many websites that expect cookies to work. It's easier to automatically delete them the second you're done with them than to add them to a whitelist temporarily and have to remember to remove them from the whitelist once you're done using them.
>>
>>62096277
consider a new gpu if its driver crashes
or win10
>>
>>62098542
And what happens with these sites? Got any site examples? Not that I don't believe you, I'm just curious.
>>
>>62098558
I'm on windows 10. Just updated my driver so hopefully it doesn't happen again.
>>
>>62098573
I think the one for my bank and a few e-commerce websites will simply not work, i.e. I won't be able to log into my account or I won't be able to add items to my cart.
>>
Why is a 4790k more expensive than a 7700k?
>>
>>62098642
legacy hardware. no actual reason. theres a bunch of the obscurish intel cpus at crazy prices. funny how they still hold up against modern cpus though, hey?
>>
Is there a simple and fast image/gif/webm viewer for gnu/linux that has a "copy/move to" (with history) function or do I have to write one myself
>>
>>62098592
alright thanks
>>
>>62098381
yea, I did miss it, deluge apparently has it
>>
How's the Lenovo Ideapad 110-15ISK 80UD007EMH for 550 euros?

i3-6100u
8gb ram
256 gb ssd
crap tn panel
>>
Im graduating community college with a mostly inconsequential cert this semester. If I want to get a job as a Java code monkey, would it be better for me to go get certifications from Oracle or try to apply to a uni and take what credits can be transfered there?
>>
File: 1503750619481.png (308KB, 407x453px) Image search: [Google]
1503750619481.png
308KB, 407x453px
>>62098227
onegai
>>
File: 1499474200784m.jpg (59KB, 1024x683px) Image search: [Google]
1499474200784m.jpg
59KB, 1024x683px
Are there good /g/ approved guides regarding music formats/compression/whatever and which are the best for listening?
Also maybe a recommendation guide on where to purchase the best quality albums should I ever decide to purchase music instead of pirating?

I feel like I saw a really good article on this on either the /g/ or /mu/ wiki but I couldn't find one searching either of the wikis this morning.
>>
I installed
https://github.com/UshakovVasilii/gnome-shell-extension-freon
but it says my temps are average 1706.3 F
I don't know much about computer temperatures, but I think that's not right.
Running "sensors" in the terminal also lists it as this high.
temp1 is 11336, and everything else is about 120, again in F.
Says fan is at 0rpm.
>>
>>62098692
Yea I'm deciding where to go from my 4690k and I figured a 4790k would be a decent upgrade... for that price though I’m not gonna buy old hardware
>>
>>62099122
sir i think you might have been memed, maybe you should use your ears to determine if the audio quality is good or not.

but to answer your question, lossy format (256k+) transcoded from a lossless format, and lossless format are the "best" for listening.

for purchases, standard audio CDs are as good as you can get besides vinyl.

but if you truly want to be an autistic placebo master, only play untampered lossless music and listen on vinyl.
>>
php/html question:

I have a web page that displays an image that is created by a php script. very simple html:

<img src = "my_script.php">

If there is an error in the php script, it just shows a little broken image icon, but php sends error messages describing the error. How can I see those error messages on my web page?

I can write another php script to call the buggy one, but that's a pain in the ass because I don't have php installed on my development computer and you have to practically install the whole Apache deal to run php locally.
>>
File: 1499202649801.jpg (141KB, 566x750px) Image search: [Google]
1499202649801.jpg
141KB, 566x750px
So the /g/ choice of powered speakers seem to be the JBL LSR305 and I'm seriously interested in getting them.

However, they are sold as seperate units with individual volume knobs and whatnot and because of this most people seem to suggest plugging them into a Preamp and use it to control volume of both speakers.

My question is: Can't I just get the proper adapter cable so that I can just plug both speakers into my PC output and then use my PC volume to control the volume of both speakers? Is there any downsides to this?

I don't want to deal with the hassle and extra money needed for a preamp since I have no knowledge on the subject.

The cable used would be something like this:
https://www.amazon.com/3-5mm-Stereo-6-3mm-Plugs-3-ft/dp/B00CWMPL5S
>>
>>62099122
If you need to compress music and whatever device you intend to play it on supports the format. Opus is king.

I compress at 96kbps and I can't discern the difference from the lossless source, I could probably go even lower but I want some safety margins.
>>
>>62096972
Any flavor of ungoolaged Chromium
>>
>>62099740
how does that work for you with the binary blobs
you cant gas those
>>
I can't run any setup.exe anymore. When I execute them, the process starts but goes "Not Responding" as soon as I ctrl alt del.

Yeah, I tried to run as administrator, compatibility mode, changed security settings, just NOTHING works. Other exe files work fine

Windows 7
>>
>>62096972
Firefox ESR.
>>
>>62096972
Oh I see, you're scared of the big bad ess jay double yoos. Grow some thicker fucking skin.
>>
File: IMG_20170826_190525.jpg (347KB, 1200x1600px) Image search: [Google]
IMG_20170826_190525.jpg
347KB, 1200x1600px
OK, I have question.
Got this old PC, it turns on , works couple of seconds(boots into windows and all) then it turns off and I can't turn it on again unless I leave it alone for a day or two?
Tried all the usual crap(putting ram into different slots, dust, removed it out of the case etc). don't have a spare PC to try part by part.
Any similar experience? What was usually fault?
>>
>>62099963
they are gnawing on the hand that feeds them
i dont have a problem with mozilla or google having sjw fags as devs what bothers me is when soros goes into mozilla and actively wants to help battle "fake news" and censor shit
self harm yourself my man, dont even pretend to be retarded
>>
Using 4chan-X and Oneechan for the first time, I want to move the banner and the board title like pic related, also how to add a catalog button, pretty much how Appchan X did it.
>>
I like doing everything with keyboard only, but everytime I got proficient at using things lime i3 and vim, I ended up at a job or school that insists on Windows only

So my solution was to just master all the key bindings for Windows Edge/Firefox....

Ive noticed zero loss of productivity doing this while still retaining Windows compatibility no matter whos computer I'm using and never having to remap key binds

Am I retarded or has /g/ been memeing me all this time?
>>
>>62100059

*Windows, Edge, and Firefox
>>
File: IMG_20170826_131941.jpg (2MB, 5312x2988px) Image search: [Google]
IMG_20170826_131941.jpg
2MB, 5312x2988px
Why does this pop up every time I log in? I always just click cancel and it works fine
>>
How to copy an autorun file on to a usb stick, while using windows 7.
>>
>>62100117
Nice picture
>>
>>62100117
hello ausfag
>>
>>62100117
>>62100140
>>62100145
Fuckin hell why does this happen
>>
File: hlp.gif (629KB, 494x277px) Image search: [Google]
hlp.gif
629KB, 494x277px
PC1 does not boot with GPU inserted (stucks at Linux boot logo), works well with iGPU. GPU works perfectly fine with PC2. Used GPU for mining and thought it's dead because PC1 froze sometimes but it's fine and I can even mine and game with it for hours in PC2.
GPU worked with PC1 before I decided to change HDD to SSD. After that it froze sometimes, booted sometimes properly but now it stucks at this boot logo all the time (after GRUB).
Drivers are installed, tried with the old HDD (so, the same setup that worked before for a long time) and other distros/devices. Also different changes in BIOS menu didn't help.

Don't really understand this. What else can I try?
>works with PC2 perfectly
>doesn't work with PC1 suddenly
It's a GTX 960.
>>
>>62097450
None at all, get a real table top.
>>
I'm learning about MQTT. My question is what will happen when a publisher publishes a message to a topic with QoS 2 and there will be receivers subscribe to that topic with QoS 0. I understood that the receivers will get the message with QoS 0 but what about the the publisher? And what are the purposes of subscribe QoS?
Pardon my English.
>>
>>62100204
Does it let you get past the boot logo if you boot into recovery mode? Have you tried chrooting into the installation and blacklisting the relevant kernel modules to see if computer boots with the software-based fallback (llvmpipe)?

Considering you said the iGPU works perfectly, it's likely a configuration issue. Some relevant information can be found in /var/log/Xorg.0.log typically, look for lines with (EE) and look up with google what it means.
>>
>>62100117
sorry about that, fuck mobileposting
>>
File: IMG_20170826_131941.jpg (2MB, 5312x2988px) Image search: [Google]
IMG_20170826_131941.jpg
2MB, 5312x2988px
>>62100302
aaand I forget the picture god damnit
>>
>>62100312
Because there's an error in the theme and it's kindly letting you know about it.

Fix the error in the theme and it will stop nagging you, probably.
>>
>>62100344
But how do you fix the error?
>>
>>62100045
Activate the sidebar?
>>
How try and catch block works on C++? when an exception is thrown and fixed by the catch block, will it return to the start of try block or to the current running instruction? I've tried this but always got random return point.
>>
>>62100156
Because you took the picture upside down, but your phone was smart enough to see that you're a dipshit and added metadata tags to say "this guy's a retard, flip the image for him". So everywhere where you view the image it's right side up, because the program reads those tags.
When you upload .jpg's to 4chan (aside from /p/) it strips metadata. This is because other retards didn't strip their GPS coordinates from their pictures, and probably because people were embedding shit into there that shouldn't be there.
Thus if you view the image here, it's without the retard tags, so you view it how it's supposed to be.

In short, check your images before you upload them. Strip metadata yourself. If 4chan didn't protect you there might've been other data there (though it's unlikely).
>>
>>62100435
it doesn't return back. If you want to retry, you would have to put the try catch block in a loop.
>>
>>62100418
Is active.
>>
>>62100004
I couldn't care less if Breitbart articles get flagged as fake news by my browser.
>>
>>62100406
You typically fix software as an end-user by updating it. So go do that. And if that doesn't work, report it as a bug upstream and wait for a fix.
>>
>>62100478
Disable minimal sidebar?
>>
How do I best check a pdf for malicious content (on a linux)?
>>
>>62096278
Nigga its the same shit. Same MAC address. Either you have a dual band router, or it's broadcasting a strictly 802.11n network.

Go to channel 5 or something you have 4 other users on there.
>>
File: 1410680769988.gif (2MB, 454x313px) Image search: [Google]
1410680769988.gif
2MB, 454x313px
Piratebay has been getting flooded with bots posting malicious shit, what are some alternatives I can go to?
>>
>>62100489
Wow, thanks anon, you are a life saver.
>>
I'm gonna need new speakers since my current ones are dead. I was thinking about buying 2 speakers and an amp. What do I need to connect them to my computer?
Is a jack to RCA enough ?
>>
>>62100299
>Does it let you get past the boot logo if you boot into recovery mode?
It does
>Have you tried chrooting into the installation and blacklisting the relevant kernel modules to see if computer boots with the software-based fallback (llvmpipe)?
That sounds complicated, will try tomorrow, card is already back in PC2. There must be a solution and I will find it. Maybe I ask here tomorrow again.
Also there are no errors shown in the log files but it stopped right here: (PC1)
[     9.421] (==) NVIDIA(0): Depth 24, (==) framebuffer bpp 32
[ 9.421] (==) NVIDIA(0): RGB weight 888
[ 9.421] (==) NVIDIA(0): Default visual is TrueColor
[ 9.421] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[ 9.422] (**) NVIDIA(0): Enabling 2D acceleration

While this is the log at PC2 with a normal boot:
[     4.547] (==) NVIDIA(0): Depth 24, (==) framebuffer bpp 32
[ 4.547] (==) NVIDIA(0): RGB weight 888
[ 4.547] (==) NVIDIA(0): Default visual is TrueColor
[ 4.547] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[ 4.547] (**) NVIDIA(0): Enabling 2D acceleration
[ 5.039] (--) NVIDIA(0): Valid display device(s) on GPU-0 at PCI:1:0:0
[ 5.039] (--) NVIDIA(0): CRT-0
[ 5.039] (--) NVIDIA(0): DFP-0 (boot)
[ 5.039] (--) NVIDIA(0): DFP-1
[ 5.039] (--) NVIDIA(0): DFP-2
[ 5.039] (--) NVIDIA(0): DFP-3
[ 5.039] (--) NVIDIA(0): DFP-4
[ 5.040] (II) NVIDIA(0): NVIDIA GPU GeForce GTX 960 (GM206-A) at PCI:1:0:0 (GPU-0)
[ 5.040] (--) NVIDIA(0): Memory: 4194304 kBytes
[ 5.040] (--) NVIDIA(0): VideoBIOS: 84.06.26.00.09
[ 5.040] (II) NVIDIA(0): Detected PCI Express Link width: 16X
[ 5.056] (--) NVIDIA(GPU-0): CRT-0: disconnected
[ 5.056] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
>>
If I have a PSU that's working well above it's peak efficiency zone, does that hurt power stability? Will I get a better overclock with a more powerful PSU?
>>
How can I be notified about NVIDIA driver updates without using Geforce Experience? Is there a mailing list?
>>
>>62100641
Compare X server config files and software stack differences between PC's (same distro? using nvidia's closed driver blob on both? Blob same version? Linux kernel the same on both? Xorg.conf?)
>>
File: IMG_20170826_193053.jpg (3MB, 2688x1520px) Image search: [Google]
IMG_20170826_193053.jpg
3MB, 2688x1520px
Just installed Debian and when I try to use the default browser I get this error. Can anyone help?
>>
>>62100982
Your hdd is failing, anon
>>
Is it possible to completely block all google domains in umatrix and still post here? I thought this was the case with 4chanx, but it doesn't have a captcha for me to load, it just has a box that says "focus to load recaptcha" which does nothing
>>
>>62101086
4chan pass.
>>
>>62101086
You'd need to focus on loading the captcha young jedi.
>>
File: dothey.jpg (83KB, 600x450px) Image search: [Google]
dothey.jpg
83KB, 600x450px
Is a Core m3 with 4gb of ram good enough for software development?
>>
File: 1369046565336.gif (216KB, 500x375px) Image search: [Google]
1369046565336.gif
216KB, 500x375px
Where did everyone learn coding?
>>
>>62101316
>Where did everyone learn coding?

You can learn a lot just by jumping in. The best place to get help in my opinion is stackoverflow. Most of the time my question has already been answered thoroughly.

https://stackoverflow.com/

I never actually go there though, I just google and the top answers are usually there.

What are you interested in? Getting a job or learning how to do something fun? If you want a job you might need a degree and certs, but if you want to do something fun it's all on the internet, mostly for free.
>>
>>62101451
mostly for fun/personal use. I already know some java from a class in Highschool, but don't know any good general tutorials/resources that aren't case by case like stackoverflow
>>
>>62101316
It's like drawing. Practice each and everyday until you want to die and are unhappy with your results and break through the unrealistic expectation you have about your own abilities. And then you work at Arby's.
>>
>>62101487
>good general tutorials/resources

if that works for you, great. I can't stand tutorials. I love finding something I want to do, and then it's fun finding the solutions.

Java is great if you have an android device. Android Studio is free, and you can make any app you want. Don't expect to get rich, because every other coder in the world is doing it too, but android devices are powerful platforms with nice graphics, tons of sensors; the sky is the limit.
>>
>>62101316
A lot of people won't hire you to do actual programming without a college diploma, people will let you do web stuff though.

It's expensive but udacity and udemy has a lot of nice stuff.
>>
File: 1401639804656.jpg (33KB, 472x471px) Image search: [Google]
1401639804656.jpg
33KB, 472x471px
>>62101548
I mostly just use tutorials/resourc for starting something (ex: acessing the internet) and stretch out from there
>>62101523
delet this
>>
>>62101632

something else that is free is to get a free web site at any one of the many free hosts. You can then learn PHP, HTML, Javascript, CSS, and if it turns out that you like it and are good at it, as the other guy said, there are employment opportunities.
>>
I want to do a fresh Windows install on a laptop of a Taiwanese friend.
The OS is obviously in Chinese.
Can I just download any image and choose the language during setup?
>>
>>62101523
fucking kms
>>
>>62101707
No. You'll change the language after set up when you have an internet connection.
>>
>>62101707
if you have his cd key then enter it here.
>https://www.microsoft.com/en-us/software-download/windows7
>>
>>62095835
Okay after hours of trying a ton of shit... i gave up.
Live chatted with MS and after 2hours of remote controlled support we finally solved it.
protip: don't log into your MS account when installing windows, do it afterwards.
>>
>>62101316
>open web browser
>search something like "tutorial language C" or "online courses language C" in your native language
>install and IDE if windows, open the terminal if linux
>start learning
>start creating "projects" and practice a lot
>>
>>62100570
bumping
>>
>>62101813
I know how to use google, I just wanted to know if there was a tried and tested one that people have agreed was good
>>
Did I break photoshop? What's going on?
>>
>>62101933
That seems pretty normal to me, the faster you moved it the less "pressure" it applied and therefore wasn't as dark in those areas.
Ever wrote on a piece of paper with a board marker? The slower you go, the more is absorbed by the paper, and the darker that spot is. But if you drew a line quick across, it wouldn't be dark.
That's not exactly what's happening there, but I think it's easier to understand than pressure sensitivity and gets the general point across.
>>
>>62102128
No, it's not that. I demonstrate this difference at the end.

The problem is that the area i use the eraser on becomes lighter no matter what i do until I cut the area away, which should really be the same as erasing, but apparently the eraser is leaving some sort of effect.
>>
What are some good (and affordable) 16:10 monitors?
>>
>>62102175
No, you moved significantly faster on that section after you erased, and were significantly slower before and at the end.
In fact, there are areas in that "erased" section that are both dark and light but aren't directly overlapped, so your theory is unlikely.
Now I don't know photoshop all that well, so someone else can feel free to chime in and reveal some secrets, but given that you were not moving at a constant speed during all the draws, and pressure tapering is a pen setting, I'm more inclined to believe you're looking for a problem that isn't there.
Try again at a constant, and slow, speed.
>>
>>62101933
Does the eraser have an opacity setting?
>>
I bought a used reference gtx 770 locally off a guy who bought it off ebay. I've done some testing, 25min of furmark and a little kombuster. Everything looks fine, only issues i have is that the bios version listed on the card doesn't match whats listed in adapter info. The ebay ad specifies it's never been used for mining. Is there any other reason why the bios wouldn't match other than the guy flashing it? Also the pcb side of the card is slightly dirty and gummed up and has cleaning streaks, which is weird since the rest of the card is fairly clean. If it was in contact with smoking it would have probably been dirtier inside.
>>
>>62101316
Electrical Engineering is where I learned "proper" coding in the form of C. But I learned the basics by fucking around with a graphing calculator, making some calculations you do a lot in high school a bit easier with variables and if statements. Also learned a bit by just fucking around with batch scripts to automate a few things.
>>
>>62101836
From my experience, it doesn't matter much weather the website is good or bad. The most important is to get started. Same goes for any project you want to do. Don't overthink it, just start and try to get the shit done.
I'm not english so I won't be able to give you some good stuff, but a nice tutorial / course should have two things :
1- explain you how shit works (what's compiling, what's binary, what's assembly code, how memory works, etc.) it shouldn't consider you as a retard and hide stuff.
2- It have to provide exercises with each lessons so you can practice.
>>
File: itsreal.png (1MB, 1200x1200px) Image search: [Google]
itsreal.png
1MB, 1200x1200px
>>62102242
Maybe the low resolution webm didn't do a good job, but you can see here there's clearly a square of lighter color (that I made using the eraser before scribbling with black)

>>62102296
Not to my knowledge, but I'm not very knowledgeable either.
>>
>>62102525
Krita doesn't have this problem
>>
>>62102525
I see it says "brush" when using the eraser, I wonder if that might have a similar "opacity" kind of effect?
>>
Okay, so, I have a router/accesspoint attached to my modem by ethernet, but plugging an ethernet cord into my router/AP to my laptop doesn't give me internet. I can access the web gui and turn of the wifi point and connecting to the wifi gives me internet. What gives.
>>
>>62103214
Is it new? Have you tried resetting it? Have you tried using the setup wizard?
>>
How do you /g/ents deal reliably with input from the user in C in a console application? Specifically I am looking for a standard way, i.e ANSI C, to get user input and avoid buffer overflows and the like.
>>
>>62103240
Turning the laptop on and off worked. Sorry to waste your time.
>>
File: toolbar.png (15KB, 709x170px) Image search: [Google]
toolbar.png
15KB, 709x170px
Did the new Firefox just come with a fucking toolbar I can't uninstall?
>>
>>62103320
Shit happens, no worries.
>>
>>62103337
you can uncheck them in "one-click search engines" under search under options
>>
Can I use a tablet as a GPS when I'm on the road without an internet connection?
Search results show you can do this with Google Maps and a smartphone, but I just have a X220t running Win7.
>>
>>62103311
looking for something like this ?
http://pubs.opengroup.org/onlinepubs/009695399/functions/read.html
>>
File: 61w6VxHTd+L._SL1000_.jpg (91KB, 1000x1000px) Image search: [Google]
61w6VxHTd+L._SL1000_.jpg
91KB, 1000x1000px
Is this the easiest way to upgrade from Windows 7 to 10?

http://a.co/ikUUeGv

It says you get a free upgrade from "genuine" versions of Windows, which I assume MS cant tell that my dazloaded win7 isnt a genuine genuine version of win7. Am I correct?
>>
File: IMG_20170827_013422.jpg (2MB, 2448x3264px) Image search: [Google]
IMG_20170827_013422.jpg
2MB, 2448x3264px
My laptop does this shit when I try to seed Kizumonogatari, I can't imagine why since other stuff works just fine.
>>
Is 4chan really slow for anyone else?
>>
>>62103550
Dont seed meme movies, your laptop will thank you
>>
Can you really remove all telemetry with Windows 10 Enterprise? How can I buy the Enterprise Version?
>>
>>62103530
windows 10 can tell, although there's nothing stopping you from using a kms activator
>>
My ipad 3 is losing support with ios 11 coming out soon. Will I still be able to use apps like youtube and twitch on it afterward despite not being updated?

All google is giving me is apps that stop working once you upgrade to 11 not if you stay behind
>>
>>62103613
>Can you really remove all telemetry with Windows 10 Enterprise?

unlikely
its also closed source
no one can give you definitive answer

>How can I buy the Enterprise Version?
why not pirating it?
>>
>>62103386
Oh thank god.
But why the fuck did they feel the need to add a baseline toolbar like that? (Don't answer that, I know it's money). The germans have a word for that "Verschlimmbessern" to make something worse in the act of improving it
>>
>>62103525
No, I am thinking more along the lines of fgets but I want to know if there is a better solution that abstracts away and encapsulates the main source of errors namely having to manually maintain a buffer and grow it every time it nears fullness.

I am doing C mainly for the compactness and the fast executables, dealing with buffers and book keeping more than I absolutely need to is not part of what I am looking for.

I'd be happy to consult other projects for how they did it, only problem I can't think of any.
>>
>>62103613
No.
Get a business, order get the $10,000 Volume license contract.
Your keys will be valid as long you renew your contract, when the contract expires all your keys are invalid.
Just pirate it.
>>
>>62103550
>IRQL_NOT_LESS_OR_EQUAL
One driver is fucking up.
>>
my pc has stopped letting me change any mp3 properties
they're not read only or anything
>>
>>62103797
try asking in /dpt/ there are more programmers out there. But I'm not sure such thing exist.
>>
>>62103891
Will do, thanks.
>>
Is the Fire HD 8 tablet worth getting? Why or why not?
>>
>>62103686
I'd recommend against upgrading, at least for a while. There is NO WAY to downgrade an iPad. Impossible. Can't be done. Unless you prepare properly but it's too much of a hassle.
>>
How compatible is x265? Should I even have to worry about compatibility issues?
>>
What's a good way to take a snippet out of a video and convert it to a webm using Linux.
>>
>>62095692
aside from Ubuntu is there a distro that includes non free drivers as you install it?
>>
>>62103797
Just use static buffers and loop over input. If you need all the input at once just tell them input to long ;;)
>>
>>62104004
one way is to to learn bit about kdenlive editor

other way is to use terminal and ffmpeg

example, the -ss is start time, -to is end time, -b:v is bitrate that controls quality 2000 is high, 700K is watchable

ffmpeg -i killingjews.mkv -an -sn -ss 01:13:00.000 -to 01:13:10.000 -c:v libvpx -crf 4 -b:v 2000K output2.webm
>>
my question is here
>>>/wsr/370679/
>>
>>62104227
fuck
>>>/wsr/370679
>>
I downloaded some music and went to change the details like I usually do and I can't change anything in the properties of any mp3 files
Does anyone know what the problem is?
I don't want to have to use anything like mp3tag
>>
I'm thinking of buying cheap laptop, running an FTP/whatever-other-service server (likely on opensuse tbqhwy) and offering it as some form of "cloud" service for a small monthly fee.


I just don't know where to advertise it.
>>
>>62104241
Never buy chinese or used PSUs.

Get a EVGA 500B.
>>
File: cloud.jpg (335KB, 1680x1050px) Image search: [Google]
cloud.jpg
335KB, 1680x1050px
what are /g/ approved clouds or alternatives to google drive?
>>
>>62104241
Something could fail in it, resulting in a short, resulting in a fire. The PSU is the one thing I wouldn't cheap out on.
>>
>>62104370
Lenticular
>>
File: 1467616534726.jpg (73KB, 604x453px) Image search: [Google]
1467616534726.jpg
73KB, 604x453px
>>62104373
thanks anon have a blini
>>
>>62104360
Don't be a fag
>>
>>62104241
Also about the risks, they can kill your computer easy.
Shorting, fucking up your stuff, reduced lifetime by a considerable amount(Years), low reliability, They wont supply the rated amount and voltage.

Used or cheap PSUs are not the same than OEM PSUs, avoid them at all costs, a acceptable one is $30-40, and since we are talking about an $300+ in parts its worth to get a good one.
>>
>>62095692
how much of a meme is this 2 in 1 shit?, is it secretly practical or just full on bullshit?
>>
>>62095692
what sort of performance increase would I see going from an i5 6600 non K to the fastest kabylake i7
mostly a gaming and vr machine and its just not quite up to scratch on some titles, currently got a 390 but theres nothing at a price im willing to pay that would be a worthwhile upgrade as far as gpus go
>>
>>62104406
2-1 laptops or 2-1 desktops?

2-1 tablets are just more portable Atom tablets with desktops, really good battery since the CPUs are usually 2-5w ULV ones, horrible to impossible to repair in most cases, really good for simple stuff.

2-1 desktops are just laptops with a huge screen.
>>
>>62104395
what does that mean though
>>
>>62104414
>Games
0 unless you upgrade your GPU too.

>VR
Huge because its usually optimized and uses Hyperthreading correctly, also higher clock speeds will let you run demanding VR games smoother.
>>
>>62104434
im talking about the 360 bend laptops
>>
>>62104453
is the 7700k the fastest kabylake? afaik its the end of the line chip for me unless i upgrade motherboard as well.
>>
Can someone explain to a brainlet how fonts work in Linux.
>>
>>62104458
Mostly a gimmick but has its uses.

>>62104491
>>>/g/fglt
>>
>>62104323
apt install easytag
>>
how do I forget about her?
>>
>>62104546
I don't want to use any third party tag editors
>>
>>62104414
>>62104489
>gaming
substantial in some titles
little in most
>vr machine
who the fuck cares
>>
>>62104584
get an OS that doesnt have her.
>>
File: tumblr_o6en83iOEJ1rlf7fno6_500.png (579KB, 452x750px) Image search: [Google]
tumblr_o6en83iOEJ1rlf7fno6_500.png
579KB, 452x750px
>>62104584
You don't.
>>
>>62104489
Yeah its 7700k unless you want to get into Xeons.
>>
hai, i have an x220 running void + i3. how the fuck do i get the volume mute key to turn off ??? its lit up and im assuming thats why i have no sound.
I figure i could write something in my i3 config .

cheers
>>
>>62104323
You can use MusicBrain Picard to automatically get the right tags.

>>62104599
>third party tag editors
What?
>>
>>62104657
Try /tpg/.
>>
>>62103934
Please respond
>>
Is there a way to use Google maps offline on a laptop?
>>
>>62104660
I don't want any add ons that do it for me or enable me to do it
I should just be allowed to alter the properties of my mp3 files in explorer like I've always done but for some reason I can't
>>
>>62104785
Google earth with cached data
>>
>>62104814
Thanks.
Any idea how big the download is?
>>
>>62104843
It just lets you save areas you view locally up to 2GB, I'm not sure about an option to automatically download an area like you can on android.
>>
how do I convert a .txt to a pdf?
>>
File: another.jpg (83KB, 540x720px) Image search: [Google]
another.jpg
83KB, 540x720px
I have just realised that my GTX 1060 was running at 70C constantly. I did not check the load, but with these temps it should be around 100%.

Shut down some application running at 20% CPU load, concealed as a Java update.

Am I mining fucking bitcoins for someone?
>>
>>62105234
Run Adwcleaner.
Run Malwarebytes.

Download Microsoft Autorun and run it as admin, post the Logon and scheduled tasks sections here.
>>
>>62105234
>did not check the load
why
thats the thing you should check out
>>
>>62096825
HP? Yeah, you can turn it off in the BIOS
>>
>>62095692
What is the difference between "software engineering", "computer science" and "informatics"
>>
>>62105480
One is dealing with software in general.
The other is just computer theory, mostly useless.
The other is a marketing term for IT.
>>
how can I tell if I really need a new laptop versus trying to convince myself I need a new laptop
>>
File: reflection mk. 3.png (1MB, 1923x896px) Image search: [Google]
reflection mk. 3.png
1MB, 1923x896px
I recently reinstalled windows, and I'm having the absolute strangest issue.
I can't search for 64 bit programs. At all. They are fully installed, and I can run them from the Program Files folder, but I just absolutely cannot search for any of them.

What could cause this? Rebuilding my index did not help.
>>
>>62105652
if you wont suck a dick for it
you dont need it
>>
>>62105681
bruh I would suck a dick full stop
>>
>>62105666
have you tried turning it off and back on again?
>>
File: output.webm (170KB, 1280x720px) Image search: [Google]
output.webm
170KB, 1280x720px
Why does this happen when I try to print from my wireless printer on Antergos w/ KDE? It worked on Windows.
>>
My phone carrier offers a 6 month free trial of apple music and doesn't count apple music streaming against your download cap so I've decided to give it a go. It all seems pretty straightforward and decent but there doesn't seem to be any way to listen to podcasts in apple music on android. Do people just use a separate app for podcasts? Seems like a pain in the ass.
>>
>>62105861
Yep
This is an ongoing issue, I've had this install for a while now and it hasn't gone away.
>>
>>62105666
Reinstall windows again, you fucked up something.
>>
>>62106015
The literal only issue is that I can't search for 64 bit programs
I think I'll survive
>>
I think my old USB Wifi adapter is shitting out on me.
What's the best one I can get on Amazon? Preferably nothing more than $30.
>>
>>62106054
USB or PCIe?
>>
>>62106060
USB, I don't have any spare PCI-e slots.
>>
My PC used to boot by itself at 5am in the morning to updates windows (8.1) so I went and disabled it in the power settings, however now the PC doesn't shutdown/sleep unless I update windows before putting it to sleep, any suggestions?
It literally doesn't shutdown or sleep, I tried waiting an hour once for it to shutdown but it didn't
>>
>>62106072
Is your router in your room? if so TP-Link nano.
>>
>>62106083
No, my router is downstairs (or I'd use an ethernet cable), the signal is okay though.
>>
>>62106076
Why not just disable updates?
>>
>>62105862
>using a gooey for printing
What, you think you're too good for lpr?
>>
>>62106076
Pull the plug.
>>
>>62106095
I've had updates on ever since that ransomeware attack, but I guess yeah, that's an option too.
>>
>>62106076
Why not let it install updates if you're just putting it to sleep anyways?
>>
>>62106114
That ransomware attack only affected tech illiterate people and targeted business, it wont affect a user in their home unless you go full retard and start running stuff without common sense.
>>
>>62106130
It's loud and I want to sleep comfortably?
>>
>>62106162
Install updates whenever you go to work?
>>
>>62106096
what the hell does that mean
>>
>Put comparatively lots of effort in ebay listing for a laptop
>Over a dozen users put it on their watchlist, decent amount of views
>In the end it's still severely undersold compared to similar models
>I even saw a partially defect one that sold for twice as much, shit you not

Why does this happen? Is it just bad luck on my part? The description was very concise and all the pictures were clear.

Also the absolute worst part is that some 2k star asshole placed the first bet within half an hour before i could even change the auction type back to "buy it now" so to avoid any trouble/compensation demands on his part if i deleted his bid manually i just left it as an auction which led to this shitty underperformance in price
>>
Why are muh video games starting in low processor priority?
>>
Should I even bother with CCleaner?
>>
>>62106180
>working
lmao
>>
>>62106534
I sold something myself recently and it sold for peanuts compared to what it could have gotten. Theres a lot of assumption and speculation on my part on what i'm about to say but theres probably a lot of bid manipulation, especially with sellers who've been doing this for a while. That is to say, the seller either has secondary accounts or plants who upbid if the price isn't satisfactory. And i can't really blame them, it sucks to sell shit for next to nothing then get raped by fees. I've only ever sold three things on ebay, 5 years ago i sold something and came in the negative with the fees. I don't even know why people bother with ebay anymore, especially since sellers have next to no protection against buyers. The other problem is that I think ebay is leaking usersboth buyers and sellers, so theres less people looking to buy x thing on ebay, so less competition for bidding. Also some people aren't willing to take the time and be patient enough to lurk ebay for a good deal.
>>
Why is it faster to step forward in a video than backwards? Now that I think about it, can a video file easily be played in reverse? Does this have to do with the compression scheme?
>>
>>62106212
man lpr
>>
>>62106731
Most (all?) modern codecs don't just incode a series of still images but the differences between said images. So to get to the next frame you just apply the diff but they don't go so easily backwards.
>>
I'm a complete fucking retard and my fingers and cramped space inside my case caused me to break my secondary 16x PCI-E slot, is there any way to connect the second GPU without it? Like a riser or something? I just got the card today and fucked myself this hard, please don't telle I'm fucked.
>>
Is it true that DVI isn't the gold standard for connecting your GPU to an LCD anymore? What is the successor?
>>
>>62106967
>caused me to break my secondary 16x PCI-E slot
Explain.
>>
>>62106977
Its a R9 290 and its so fucking big I couldn't properly see, thought the lock was unhooked but it wasn't and when I pulled to remove it the slot snapped in half.

I want to kill myself desu
>>
Is there the opposite of what I have pictured?

I commute a lot and regularly use my headphone mic to talk on the phone while I'm walking. Recently I bought a Walnut V2 for all of my music but hate reaching into my sling bag to plug my headphones in when I get a call - is there a device or an adaptor I can use to connect my phone and my low power media player to the same pair of headphones (or maybe being able to select which input device with a switch?) or would I risk damaging my devices?

Basically I want two input devices connected to the same headphones, help me make a real life MGS codec.
>>
>>62106967
Use the 3rd PCI-E slot.
>>
>>62106968
>What is the successor?
HDMI.
>>
File: IMG_1864.png (181KB, 750x1334px) Image search: [Google]
IMG_1864.png
181KB, 750x1334px
>>62107020
Fuck, forgot my image
>>
>>62106212
Anon is making fun of you for using a GUI "gooey" for printing instead of using the command line like a l33t hax0r
>>
>>62107022
If I had it I wouldn't be asking about ways to hook up my card would I
>>
What's a surefire way to know if you have a bitcoin miner
>>
Is there any way to route two vpns through one another on Linux? Any quick guides out there.
>>
>>62107065
you're fucked then, unless it's only the lock that's been damaged, not the slot
if it's the slot you can kiss your mobo goodbye
>>
How do I shave a few seconds off the end of a video with ffmpeg?
>>
>>62107116
>Is there any way to route two vpns through one another
This is difficult and achieves no benefit. It's basically the same as using TOR except you pay for each node you're using. Exactly like TOR, all anyone has to do to identify you is look at the VPN that you're using to access the internet, the last one in the chain.

The site owner just sees the traffic from the last VPN and can identify and track you based on browsing history. Governments can track you by asking the last VPN to give up your user data which, unlike TOR, the VPN actually knows.
>>
>>62107184
Well what about the risers? I've seen miners use them and I only wanted that second card for BOINC.
>>
>>62107020
>>62107038
A mini passive mixer and a mini amp would probably work for getting both signals.
A switch would be cheaper and easier but you couldn't get both at the same time.
The most convenient option is to uh, you know, just listen to music on your phone.
>>
>>62107239
-t 00:00:00 [time in hours, minutes, seconds]
-ss 00:00:00 [start time]
>>
>>62107239
ffmpeg -ss 0 -t where you want it to end[format: hh:mm:ss] -i input.audio -c:v copy -c:a copy output.audio
>>
I dropped my TV because I'm a retard and afterwards this weird thing happens where black colors look green. Every other color looks fine, and when I'm doing stuff like playing bright retro games the TV performs as normal.
Also certain blacks don't look green like the black from a Linux terminal. Tends to be only black colors in movies or games.
Anyone knows if this shit is fixable? I don't want to haul it all across town to a repair shop only to be told it's fucked
>>
Growing weary of my ISP keeping tabs on me.
Know nothing about VPNs other than they keep your traffic anonymous and all.

Recommend me a good VPN company/service.
>>
>>62107394
modern tvs are generally designed to be disposable rather than repairable. because broken tvs that can't be fixed = more sales
>>
>>62107416
https://thatoneprivacysite.net/
>>
>>62107417
Well not sure how modern this is. I bought it like five years ago and it was old at that point already. It's a regular dumb LCD TV
You still reckon I'm fucked?
>>
>>62107416
>Recommend me a good VPN company/service.
This is a thread for stupid questions, not stupid demands.
>>
>>62107433
yeah, I mean eve if you can find someone who can fix it, it'll cost you about the same as getting a new one.
>>
>>62105862
would still like help with this
>>
>>62107435
>refuses to help on an help thread
>whatacunt.png
>fuck off
>>
>>62107458
your gif loops too fast for me to see what the issue is
>>
>>62107394
You could try playing with the connections or swapping out cables or trying different ports, might just be that.
>>
>>62096099
Not if it's using a different modulation.
>>
Anyone Know where I can get a retail boxed copy of Sony Vegas Pro 14?
>>
New /sqt/
>>62107555
>>62107555
>>62107555
>>
>>62107252
So what your saying is if I'm caught torrenting music I'm fucked either way eh?
>>
>>62100570
>Is a jack to RCA enough ?
For most amps yes.
>>
Can I use a VPN on a router that is being used a switch? So
computer > router VPN > access point > modem > isp > VPN?
And then all traffic going through the switch gets on the VPN? But traffic going through the AP is normal?
>>
>>62107482
Nah senpai that was the first thing I tried.
Tried with two different HDMI cables on all three HDMI ports, same result
I can also see this green when I got into settings or play files from a USB drive.
It's an issue on the TV itself
>>
What are the chances of me getting doxxed from me starting my own facebook meme page?
>>
>>62104630
brb kms
>>
>>62108539
Pretty low if you're not retarded and don't do anything illegal.
>>
>>62107020
you would have been better getting something that can act as a usb dac, that way you can use your phone as the media player, and it can handle pausing during phone calls automatically
>>
Guys should I install win7 and get 2 more years of support or install win8.1 with a startmenu program and get 6 more years.
>>
File: black thor.jpg (63KB, 465x465px) Image search: [Google]
black thor.jpg
63KB, 465x465px
>>62104391
>look it up
you cheeky bastard
>>
Is there a way I can take advantage of my esata port on my t410, like an esata to usb 3.0 adapter/converter. I know esata is slower than usb 3.0, but usb 2.0 is slower than esata from my research.
Thread posts: 335
Thread images: 38


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