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

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: 37

Stupid questions thread, for stupid questions.
QTDDTOTT.
Use a search engine faggot.
>>
>>62107555
Is x265 widespread yet? Do I have to worry about compatibility issues?
>>
>>62107585
In terms of piracy it's pretty much the standard now for 4K releases, becoming more common for regular HD too, released alongside the regular H.264. To play them smoothly you'll either need hardware decode (AMD Fury/RX 4xx and newer, nvidia 1xxx/some 9xx series, Intel 7xxx series) or a reasonably quick CPU, especially for 4K.
>>
certain sites (like codepen) dont load at all on my normal chrome, but in incognito they load instantly.

restarts dont help and the only addons i have are ublock origin and adblock plus

wtf?
>>
File: Screenshot_20170826_231038.png (58KB, 727x604px) Image search: [Google]
Screenshot_20170826_231038.png
58KB, 727x604px
trying to uninstall the native runtime version of Steam but it says it includes over 100 packages. Is that normal?
>>
>>62107838
Not using arch but note they are all lib32 ones, if you main system is x64 I can imagine that nothing else is using those libs.
In saying that on debian steam runtime isn't packaged seperately so idk
>>
I asked in the other thread, but hopefully someone will know here.

I don't have a secondary PCI-E slot anymore due to my fuckup but I want to use a second GPU for BOINC. Can I use the risers that miners use? Would that work? I really don't want to buy a new mobo for an FX8320 and I dont want to upgrade yet...
>>
>>62107884
Ok, my systeam is x64 so that makes sense.
>>
>>62107905
So long as the job doesn't need to move a lot of data back and forward to the card that's fine.
>>
I'm at page 20 of SICP in Arch Linux and is boring af.

Does Stallman speaks truth saying this is the better way to get into programming?
>>
>>62107969
God damn me
>>
>>62107969
the best way to start programming is

http://mooc.fi/english.html

complete first course, then do

https://www.freecodecamp.org/map

up to "algorithms"

and then do

https://learnpythonthehardway.org/

at that point youll have a good foundation and you need to decide what sub-field you want to do to invest more time in
>>
>>62107966
That's what I'm getting a lot of conflicting data about.. I giwss I'll give it a shot and see, what's the worst that can happen, a bottleneck?
>>
>>62107994
Ok it seems good, thanks!
>>
>>62108064
Yep.
>>
How do I encode artist and album into opus?
>>
File: rtfm.png (2MB, 1174x1096px) Image search: [Google]
rtfm.png
2MB, 1174x1096px
>>
>>62108073
Well that's certainly preferable to buying a new mobo. Any brand I should get/avoid or is chinkshit fine?
>>
>>62108116
Chinkshit is fine.
>>
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?
>>
>>62107555
I have an RX580
I got another RX480 for free, will I have to reinstall drivers or can I just plug it into the second PCI-E?
>>
>>62108291
Just plug it in. Then be disappointed with the crossfire performance.
>>
>>62108328
not going to crossfire but to power another monitor
I don't play any games that would benefit from crossfire
>>
prices = {
"banana" : 4,
"apple" : 2,
"orange" : 1.5,
"pear" : 3,
}
stock = {
"banana" : 6,
"apple" : 0,
"orange" : 32,
"pear" : 15,
}
total = 0
for key in prices:
print key
print "price: %s" % prices[key]
print "stock: %s" % stock[key]
for key in prices:
print key
print "total: %s" % prices[key]*stock[key]
total = total + prices[key]*stock[key]
print "Total: %s" % total

Results in this fucked output:
orange
price: 1.5
stock: 32
pear
price: 3
stock: 15
banana
price: 4
stock: 6
apple
price: 2
stock: 0
orange
total: 1.5total: 1.5total: 1.5total: 1.5total: 1.5total: 1.5total: 1.5total: 1.5total: 1.5total: 1.5total: 1.5total: 1.5total: 1.5total: 1.5total: 1.5total: 1.5total: 1.5total: 1.5total: 1.5total: 1.5total: 1.5total: 1.5total: 1.5total: 1.5total: 1.5total: 1.5total: 1.5total: 1.5total: 1.5total: 1.5total: 1.5total: 1.5
pear
total: 3total: 3total: 3total: 3total: 3total: 3total: 3total: 3total: 3total: 3total: 3total: 3total: 3total: 3total: 3
banana
total: 4total: 4total: 4total: 4total: 4total: 4
apple

Total: 117.0

What the hell I'm doing wrong? I just want to print
Total price: price of fruit*stock of fruit

Example from Codeacademy
>>
How to monitor hdd health on linux?
>>
What are the chances of me getting doxed from me starting my own facebook meme page?
>>
I need a new computer case. Which ones don't look like ass? I hate how everything needs to be tempered glass, mesh, and LEDs. What happened to the days of classy cases like Lian Li? I know the Fractal R5 is a good option, what else is there?
>>
>>62108362

print "total: %s" % prices[key]*stock[key]

is the same as

print ("total: %s" % prices[key])*stock[key]

put parenthesis around prices[key]*stock[key]
>>
do vps work?
is tunnelbear a meme?
>>
YouTube automatically pauses when I press play on my Android phone. Wtf is that about?
>>
>>62108867
>do vps work?
huh? Of course they do, thousands of business use them everyday.
>>
>>62108623
Lian Li still exists.
>>
Would a nice center channel speaker work as a makeshift sound bar for a TV? I have a Polk Series 1 center, and I can get the toslink -> analog converter for cheaper than just getting a sound bar. For it's use, getting good audio isn't worth it, I just need stuff that doesn't reverberate in the TV when it hits certain notes.
>>
>>62107555
What anime is this from? Shes perfect.
>>
File: dab.png (132KB, 320x427px) Image search: [Google]
dab.png
132KB, 320x427px
>>62107555
If the standard stack size in Unix is 8MB, does this mean that running every program has a baked-in 8MB memory overhead?
>>
>>62109168
At least.
>>
>>62108867
>do vps work?
Yes really well, they're used by several thousands a day
>is tunnelbear a meme?
Yes, they don't allow torrenting, go with a different VPN
>>
>>62109223
So even running top is potentially allocating 8MB of memory?
Can that be changed when compiling?
>>
>>62108561
Bump
>>
>>62109168
8MB virtual memory, not necessarily physical
>>
>>62109254
Asre you the anon that was ram golfing a few days ago?
>>
>>62109338
Pretty sure that's half the people on this board.
>>
>>62109049
Nonon Jakuzure from Kill la Kill.
>>
Is there a way I can take advantage of my esata port on my t410, like an esata to usb 3.0 adapter/converter?
>>
Would the cheapest possible domain be enough to host my own email service?
>>
File: 1447632508187.jpg (36KB, 482x427px) Image search: [Google]
1447632508187.jpg
36KB, 482x427px
please help me installed debian on kaby lake XPS 13 onegaishimasu
non-free drivers???
touchpad not worked in installation only keyboard
no wifi
arch is easier than this wtf
>>
File: 0Dk9dtP.jpg (526KB, 3068x4088px) Image search: [Google]
0Dk9dtP.jpg
526KB, 3068x4088px
How do I stop Adobe Media Encoder / Photoshop from creating a metric fuckton of autosaves / backups?

I want to reencode a few videos from .mp4 to H.265, with the source clip and new clip in a folder, and afterwards I can just delete the source clip, but I've noticed Adobe likes to create A LOT of temp files in the Appdata folder. How do I stop it from doing that?
>>
>>62109446
you can't host anything with just a domain, you also need a server
>>
I have need for moar SATA ports in my fileserver. I'm aware I could buy a PCI-E card to give me a couple of extra ports, but I also happen to have a spare motherboard and CPU lying around that would also give me more ports, as well as massively improve performance.
So, how well does FreeBSD handle major component changes like this? I've performed massive mobo/cpu changes (AMD to Intel) on Linux before just fine, but it doesn't hurt to ask.

Bonus question: my root fs is mounted using absolute device paths in my fstab, so I'll update that to use labels instead. Things is, I can't see any files in /dev/ufs or /dev/label. Am I correct in thinking these devices don't show up once the partitions they reference are mounted in multi-user mode, and will only be viewable in single-user mode without mounting the disk? All partitions were labeled during install.
>>
>>62109465
use ffmpeg
>>
>>62109458
i hate dumb people with better hardware/more money than me.
>>
>>62109492
i doubt i am more money then you
i was given it for university by university for being poor
>>
Does it take long to boot a virtual machine for linux or windows?
>>
>>62109477


Can't. My job requires me to use Adobe suite, and the only problem I have is the backups/autosaves in the appdata folder. Having to delete them every time is annoying, and I can't exactly use ffmpeg for thousands of clips.
>>
>>62109526
>and I can't exactly use ffmpeg for thousands of clips.
why not?
>>
Should I use Windows 8 or some flavor of Ubuntu?
I'm seeing literally no benefit from switching to Ubuntu because Windows can do the same and I don't need to go through the trouble of installing. Other than the looks, can I have some reasons on why I should switch? I'll judge my decision with those.
>>
>>62109516
I still hate you. Enable nonfree (as in libre) packages. Add `non-free` to your sources.list, apt update, then install drivers
>>
>>62109523
Yes
>>62109536
Do whatever but shutup about it.
>>
is there much of a difference between brands of ram in terms of quality? is 2400 mhz ram from corsair much the same as 2400 mhz ram from team alpha?
>>
>>62109535

Because the company I work for is a Fortune 500 company, and the way that ffmpeg handles
some codecs fall into legally gray area that my project head would rather not deal with.
>>
Check the ram timings. Some have fancy fins.
>>
>>62107555
>firewall & routing
>shorewall / iptables
So I find myself in a situation where masquerading isnt acceptable. I have a virtual bridge with out a real interface and a second real lan that I am very restrictive with.
Doing stuff like "drop bridge bridge" doesn't work while masquerading and the machines can still ping, ssh, hack each other.. not all of them are supposed to be able to do this. All but a handful of them should be completely blind asto what else is in the network, let alone sit there and brute force the others ssh..

Is it an acceptable solution to just dnat fucking everything to where it suposed to go? How much would this affect network speeds realistically?
>>
>>62109539
thank you
>>
>>62109576
>I work for is a Fortune 500 company
And you can't get them to pay for the licensing from the consortiums to support your workflow? LARPer detected.
>>
>>62109605
Don't use NATs for security your fucking brainlet.
>>
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.
>>
>>62109624

The project I'm on is already over-budget so paying to use ffmpeg is out of the question since we already use Adobe shit.
>>
>>62109468
Id host the server obv
>>
>>62109629
Then maybe suggest a way to connect these different zones/interfaces to the net/wan
>>
>>62109654
from home? you might want to check with your ISP that they allow hosting on port 25, a lot block it as a spam reducing measure
>>
is there much of a difference between brands of ram in terms of quality? is 2400 mhz ram from corsair much the same as 2400 mhz ram from team alpha?
>>
>>62109698
The main difference is in the actual producer of the memory; eg samsung vs hynix, etc. Beyond that it's more of "what they've added" in terms of heat sinks or RGB (lol). So, broadly speaking, no.
>>
I'm looking at my partitions on xubuntu and I don't see my windows partition. I also can't switch to it. Where did it go? I'm positive I didn't delete it.
I think it's /dev/sda1 because it says it's bootable, but it's not mounted and it won't mount.
>>
look at `lsblk` or `sudo fdisk -l` for something more verbose.
>>
What are some really durable headphones that won't break down too quick?
>>
>>62109920

Over the ear studio headphones
>>
>>62109634
>>62109634
Considering win7 is still the most popular desktop OS people will likely come up with alternative security solutions

Hell there are even people still using XP today with no issues
>>
Alright /g/ents, I screwed up. It's a doosie.

>download SCPtoolkit to use a PS3 controller on muh PC to replace MotionJoy/Better DS3
>one uninstall later and the usb ports for my external HDDs are read as controllers and do not show up as hard drives, thus i cannot access them
>did a system restore to before i installed the shitty app, nothing changed

My wireless mouse uses USB too and I wasn't able to use that either but I fixed that. I go in Device Manager and fuck around, but it doesn't change a thing. I am this close - to just buying a new CPU and mobo tomorrow because I was going to do it down the line anyway. Completely screwed up almost every single one of my USB ports, don't use SCP, it's untested garbage.
>>
>>62109942
... Dude
>>
>>62109974
Yeah and: any suggestions?
>>
File: cat 224.jpg (100KB, 610x395px) Image search: [Google]
cat 224.jpg
100KB, 610x395px
Looking for a laptop work school work that has good battery. Gaming is a plus if possible but not a big issue if not.

I owned a Thinkpad a long time ago and loved how light it was. I could upgrade the ram and hd later but kinda bummed with the lack of number pad.

T420
Processor Type
Intel Core i5 2nd Gen.
Storage Type
HDD (Hard Disk Drive)
Operating System
Windows 10
SSD Capacity
4GB
Hard Drive Capacity
320GB
Processor Speed
2.50GHz


Acer Aspire E15. Looks to have average 6-8 hour battery. I can update the ram and hd too.
7th Generation Intel Core i3-7100U Processor (2.4GHz, 3MB L3 cache)
15.6" Full HD Widescreen ComfyView LED-backlit Display supporting Acer ColorBlast technology
4GB DDR4 Memory, 1TB 5400RPM HDD
Up to 12-hours Battery Life
>>
>>62109775
If you can afford it, just get another hdd/ssd, it's a lot less of a hassle.
>>
>>62110068
W-What? Getting another HDD and then ... what, copying the old data onto it then mounting that is less hassle than just mounting the current partition?
>>
Why is there a discrepancy between sorting by date in irfanview and Windows explorer in 7? The latest image is the same for both, but the oldest according to explorer is 179/1140 images for irfanview, then 943, 245, 319, 243, 210, 251, 239...

Is there any reason for this at all?
>>
>>62110117
Having two independent hdd's for each operation system instead of having one partitioned hdd. Windows and Linux don't always play nice with each other and can be a pain to setup, I find it easier to install each on individual drives. I can't really help you on recovering partitions. Maybe post a screencap of gparted.
>>
what part of a hard drive stores paths and filenames?
>>
>>62110202
A path IS the filename. A program like mv doesn't actually move any data unless you specified a different filesystem for the target, it just renames the file.
>>
Are trackballs worth it?

I was eyeing the Elecom index finger operated trackball and they have a bigger one now.

I want it, but I can't justify the purchase just for trackball fetishism. Please, /g/, tell me what to do.

https://www.amazon.com/ELECOM-Wireless-Trackball-Mouse-Ergonomic/dp/B0735584RM/ref=sr_1_2?ie=UTF8&qid=1503820306&sr=8-2&keywords=elecom
>>
>>62110277
just tell me the name of thepart that stores those
>>
I don't mean to get bullied for my taste in porn (even though it might make you not help me anyway) but I finally have proof of batches of saved images being resorted when browsing them in the android image viewer QuickPic.

I don't browse /pol/ but it was the only NSFW random board with a site archive I knew of I think, so I posted the screenshot there: >>>/pol/139205219
http://i.4cdn.org/pol/1503820753005.png

Is this due to QuickPic, or does this inevitably happen if a single android folder has many images? I sort by date, but these were all resaved with false, new dates. Thanks for any insight if anyone offers despite the porn...
>>
>>62110332
I have no idea what you're asking. The metadata?
>>
How do the length 4chan bans work? Do they just get longer and longer or does the mod choose how long to ban for how do they fucking work?
>>
>>62110176
>I find it easier to install each on individual drives
That is because you are a brainlet ;(
>>
>>62110202
there's no "part of the hard drive", but rather part of the filesystem, the metadata
exactly what and how metadata is stored depends on which filesystem you're talking about
for example, FAT* stores this in the File Allocation Table (hence "FAT")
ntfs stores this is the MFT (master file table)
etc
>>
File: 1503705992372.png (349KB, 688x720px) Image search: [Google]
1503705992372.png
349KB, 688x720px
>>62110398
>making things harder for myself makes me intelligent
Whatever makes you feel better my dude
>;(
Kill yourself
>>
>>62110362
if you have no idea then you don't know. what I'm asking is easy to understand
>>
File: firefox-256.e2c1fc556816.jpg (19KB, 256x256px) Image search: [Google]
firefox-256.e2c1fc556816.jpg
19KB, 256x256px
I want to make it so that whenever I close an active tab, it takes me to the tab that was previously active. Can I do this in Firefox?

Currently there seems to be little logic as to which tab it'll display if you close your current tab.
>>
Is this a good laptop for school and light gaming (RoR,minecraft,dwarf fort)?
https://www.newegg.com/Product/Product.aspx?Item=N82E16834234161
>>
updated guide to disable some of the telemetry/debloat/debotnet a fresh install of windows 8.1? asking for a friend

posting on chrome btw
>>
File: echo -e.png (10KB, 551x48px) Image search: [Google]
echo -e.png
10KB, 551x48px
How do I set -e to default? Alias doesn't count
>>
>>62110490
I haven't looked at it too much but it has seemed to be somewhat random.
>>
>>62110448
My point is that it isn't harder.
>>
>>62110499
Edit and recompile or use printf.
>>
File: kl055y.jpg (234KB, 869x1776px) Image search: [Google]
kl055y.jpg
234KB, 869x1776px
>>62110512
Do you have a problem with r@nd0mbn3ss kid?
>>
>>62110584
Edit what?
>>
>>62110395
bump

How does the length of 4chan bans work>?
>>
>>62110395
>>62110651
Depending on offense they pick from
>warning
>1 day
>3 days
>month
>permaban
>>
>>62110651
for what it's worth here's a copy paste of a post i saw on /qa/ two weeks ago (however mods can arbitrarily lengthen bans, like i once for no expressed reason got 5days instead of standard 3 for posting a pony on /r9k/):

It's just 30 days, go figure. From what I've seen, bans follow a very clear pattern (as far as global rule bans go, at least)
normal bans - 3 days
garbage outside of /b/ - 1 day
raid - 5 days
underage, ban evasion - 30 days
>>
>>62110675
Ah so its the mods choice?
>>
Are there any advantages to 32-bit Windows on older machines? I've got a Core 2 duo plus 2 GB of ram and I'm wondering whether to pick a 64 or 32 bit OS.
>>
>>62108867
According to this small-scale ISP entrepreneur who gave a talk at my uni he can trace them back to your original IP easily. Fine if you're just ban evading or changing your cunt though.
>>
>>62109562
Essentially it will work the same.
>>
>>62110695
Jannie reports/deletes, then higher-up mod decides ban length
>>
Can a virus or some other malicious code be hidden inside an image file?
>>
>>62110736
if you use a 64 bit os without enough ram the whole system will be throttled and might crash
>>
>>62110803
No.
>>
>>62110803
It can be disguised as one
>virus.png.exe
But i havent seen one of those in years

As for embedded in the picture, i believe it can, but its some deep coding shit, uou'd have to google it
>>62110736
Easy rule of thumb:
<4gb = 32bit
>4gb = 64bit
Take the 32 bit
>>
File: speedlink-kudos-gaming-mouse.jpg (559KB, 1622x1080px) Image search: [Google]
speedlink-kudos-gaming-mouse.jpg
559KB, 1622x1080px
I'm trying to download a driver for my sl-6398-sbk (Kudos gaming mouse)

But the driver in no longer available on the speedlink website.

Every other site where I try to download the driver just refers to the speedlink site.

Is there a trusted site where I can find older drivers?
>>
How can I break captchas?
>>
>>62110852
What if you have exactly 4gb?
>>
>>62110881
64 bit starting from 4 gb or more
>>
>>62110873
recaptcha?
>>
>>62110914
No, actually, freebitcoin's captcha
>>
>>62110910
Thanks
>>
How's the Lenovo Ideapad 110-15ISK 80UD007EMH for 550 euros?

i3-6100u
8gb ram
256 gb ssd
crap tn panel
>>
>>62110865
You should try asking on /wsr/ aswell. It might be more helpful than /sqt/.
>>
>>62109653
literally how would anyone tell the difference between the two in the finished product
>>
>>62110647
The code of the GNU coreutils.
>>
What 360 cam should I buy for contributing to street view images for mapillary/osm?
>>
>>62110749
>According to this small-scale ISP entrepreneur who gave a talk at my uni he can trace them back to your original IP easily.
Like fuck he can.
>>
>>62110803
Yes. Image decoders have bugs, if one of them allows for code execution and/or privilage escalation someone can target that.
>>
how do i find a waifu?
the other boards frighten me
and all the series i enjoy don't have wide followings that produce good fanart
>>
>>62111049
Fuck off
>>
File: Dell_Vostro_1710-Open.jpg (50KB, 640x480px) Image search: [Google]
Dell_Vostro_1710-Open.jpg
50KB, 640x480px
Im gonna upgrade this mothertrucker of a laptop with an SSD today
Will i notice a lot of difference in performance?

>2ghz core2duo
>2gb of ram
>160 gb 5400rpm slow af fuck HDD
>windows 10 home edition 32 bit
>1920x1200 screen
>17''
>>
I find myself unable to change details/properties of mp3 files any more
None are read only
I'm the admin w. full control
What do?
>>
I want to put linux on some old computer and use it as a home server for a few shit (so it won't have drivers or X server installed).
It do not have an igpu, so it needs to have its dedicated GPU.
What what the powers consumption ? Will it be the idle power consumption or less ? It won't even have a monitor plugged in.
>>
>>62111049
watch spice and wolf and come back


>>62111128
from a music player ?

>>62110496
step 1 : disable fastboot on windows 8 and bios.
step 2 : shut it down properly
step 3 : install gentoo
>>
>>62111128
>>62111326
explorer, It just wont let me select title, sub, comments etc.
>>
>>62111358
maybe you try to edit a file being used by a program and it forbids explorer from editing it.
>>
>>62111383
none are being used by anything
I remember being able to change things a while ago but now nothing. not even an error
>>
just bought a LG 43LH500 and doesn't support DTS
what the fuck do I do?
>>
When I turn off my PC, the USB ports will be still on, so my DAC will have the light on and a LED strip too.
I've read that you have to enable EuP or ErP on BIOS, but couldn't find it on my H81m-K.

Does anyone know how the setting is called?
>>
sometimes my fan doesn't properly turn on even when the laptop gets hot. when i do a reboot it tells me i have a fan error but when i turn off the computer and then on the fan starts up just fine like normal


I'm not sure if this is a hardware issue or possibly a software one.

sometimes i feel like it's a hardware error and the fan just gets stuck but i shut off, turn it back on, and it's fine. rebooting doesnt fix it though. completely shutting it down works.
>>
So I reformatted my PC.

Installed g card drivers.

Motherboard cd is fucked and I cant find the drivers online.

everything is smooth except games.

Any game I launch is jittery as fuck. what could be the cuase? the no motherboarD?
>>
>>62111707
Nvm correct drievsr are installed

pls help
>>
I have no qualification in Network set up yet have been asked to set up a livestream for the family business.

Seems like I need to set up a dynamic dns serv through the router in order to be able to access the cameras. Thing is we're going through some company for all the network related softwares like the register, credit cards etc and I don't want to fuck everything up changing settings in the router.

So question is, do setting up a DNS affect the general behavior of the router vis-a-vis of other settings ?
>>
Is procrastitracker safe to use?
>>
>>62110287
Any input on this?
>>
>>62111285
If it won't even have x installed, why would it need a GPU in the first place? Just do a remote install and manage it via SSH.
>>
>>62110287
buy a used one for 15$ and find out if you like it, after all is about the format and not about the quality
>>
I need to make digital copies of some DVDs. MakeMKV is no charging for some retarded license thing now. I know FFmpeg can concatenate VOB files, but it can't do it if there's some sort of protection on the disc. What can I do to get around it?
>>
what nvidia card would suffice for a 1440p 144hz monitor? it has gsync so I wouldn't necessarily need to keep that frame rate and there's always the option to lower graphical settings but what would be a good sweet spot? a 1070?
>>
>>62111640
just realized that when I get the fan going, the computer doesn't know to stop it. it just keeps going at high speed unless I put it in sleep mode to force it off. It's definitely a software issue at this point.
>>
>>62111911
If you want more than 60Hz on a 1440p screen, I wouldn't recommend going below 1080.
>>
>>62111873
Finding such specific used items is hard, but I'll try.
>>
>>62111941

So would you say a 1070 would be a good idea for 144hz low quality settings and 60hz hqsettings?
>>
/g/ I'm scared
>watching YouTube
>Firefox freezes
>everything freezes
>hard restart via power button
>windows doesn't boot
>says bootmgr is missing
>create a system repair disc with a Windows 7 installer iso
>run start up repair three times
>each time I'm given a black screen with blinking cursor
>simply restart instead of booting to the repair disc
>still black screen with a blinking cursor
What the fuck is happening, /g/? I'm at my wits end here, I'm about to try a bitdefender rescue CD to see if I got hit with an undetected virus somehow
>>
>>62112218
tried entering bios?
>>
>>62112233
My boot sequence in bios is set to have my main drive being number one
>>
>>62112255
That wasn't the question I asked
All parts seem okay and in place in the bios?
Also, do you hear beeps at startup?
>>
>>62112269
Yeah, everything seems alright with bios, no beeps however
>>
>>62111971
Well a 1050 ti is pretty good at 1080p 60hz on relatively high settings. Just knowing that I would say as long at you aren't pairing it with a Pentium D, the 1070 would provide plenty power for 144hz at low settings.
>>
>>62112284
Might be psu or mobo

Check the psu connections, whether the fans get power, disconnect everything unneeded (hdd included), leave 1 stick of ram and try to boot from the cd

Google your problem, there's plenty of tests described online. If you think it's too much of a hassle and have money just give it to a technician
>>
>>62107555
Does the order in which my drives are plugged into the motherboard matter?
Yesterday I took my computer apart completely to clean everything, I don't have any thermal paste yet so I can't mount the CPU cooler or turn on the computer yet so I can't test it.

Willl my C drive now be E or F if I plugged it into the wrong SATA port?
>>
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.

>>62107531
How would I know? Should I buy other 433MHz sockets?
>>
Is there any risk to mounting my NTFS disks (and writing to them) on Linux?

Basically I want to plug them to a Raspberry to be able to share them over the Internet, but also share them with Samba over my regular network so I can access them the usual way from my Windows computers.

When uploading files via Internet it will naturally be the Raspberry that writes to the disks
>>
>>62112794
no
>>
>>62112816
So the only downside is that I can't use permissions on the Linux side?
>>
>>62112218
This anon again
In Windows recovery options, the disk is said to be raw
What could have caused this and what can I do to fix it?
>>
File: 1415675287313.jpg (6KB, 130x182px) Image search: [Google]
1415675287313.jpg
6KB, 130x182px
Does anyone know why when I search on DuckDuckGo the terms 1! 5! or 9! they redirect you to another website?

In case you're wondering I didn't have a calculator handy and was looking up 9 factorial.
>>
I installed debian and wanted to change that weird grey background on the login screen, but the only options in the settings are for desktop background and lock screen. I didn't see any special options in tweak tool either.
>>
>>62111860
some pc's won't boot without some kind of graphics hardware available
>>
lm-sensors says temp1 is 6280 C
Is there a way to fix it, or maybe ignore it?
>>
>>62111049
You don't find a waifu, a waifu finds you. Just consume media like you're doing and you'll know if you see somebody that you love.
>>62113051
They're shortcuts to use DDG to search on other sites. The format is character!, so g! would search on google.
>>
Are there any reliable ways of getting roads onto Google Maps? A road leading to the property I rent out is missing and it's fucking with my booking, I sent feedback in April and it's still "being reviewed". And what shit luck I have, the program where users could manually input roads ended in March.
>>
>>62113151
openstreetmap does not have this problem
>>
>>62113051
Neat, thanks for the info. Is there a full list of this somewhere on DDG?
>>
>>62113174
The site where my property is listed uses GMaps as default, and if the guests could do such advanced operations such as switching to OSM, they would also be able to understand the manual instructions I send them every time, but they can't. So I'm fucked and it's on me to "streamline" the process, thanks though.
>>
File: 1434275595757.png (64KB, 800x800px) Image search: [Google]
1434275595757.png
64KB, 800x800px
>use PC for work all day
>start feeling short jolts of nerve pain at the base of my right pinky

I-is it over? Did I get the mouse syndrome? PC days are over?
>>
What's your goto todolist manager?
I started with wunderlist, which worked fine, but went full botnet.
Then I switched to todoist which is ok, but its notification system sucks and is only good if you pay
Are there any good alternatives or should I go back to wunderlist?
>>
Is there any reason not to use Iridium?
>>
is there a way to download ALL videos by a pornhub user (or in a playlist, or just generally downloading multiple videos in one go) in one go?
>>
>>62113529
It was caught phoning home 2 years ago. ungoogled-chromium is a better bet.
>>62113384
I use a small & simple app on the google play store called checklist.
>>
How do I toggle between different video streams in MPC-HC or BE?
>>
>>62113056
In the login screen or the grub screen? You can change the grub screen.
>>
>>62114237
The login.
>>
>>62114387
https://unix.stackexchange.com/questions/310923/how-to-customize-gnome-login-screen-in-debian
https://wiki.debian.org/LightDM

https://www.linuxquestions.org/questions/debian-26/changing-the-login-screen-background-in-debian-wheezy-lxde-4175446494/
>>
Burger King or Taco Bell for breakfast?
>>
>>62113997
What I used to do was :
>create a new file
>put the link of any video I liked on it
>after a few days launch a script that reads each line and run youtube-dl on it
>>
Decide on an office chair for me, /sqt/. Head rest would be nice. 200$.
>>
>>62114881
ah cool, a new file like a notepad file for example?
and would you be able to break down 'launching a script that reads each line and run youtube-dl on it' further, its too advanced for me (i do have and use youtube-dl though)
thanks
>>
>>62114717
Taco Bell's breakfast crunchwraps are actually great. Get a Bacon, Cheese, & Hashbrown crunchwrap.
>>
File: Photo Aug 27, 8 57 43 AM.png (97KB, 640x1136px) Image search: [Google]
Photo Aug 27, 8 57 43 AM.png
97KB, 640x1136px
anyone know how to reset or update the ios safari search current location? I use it sometimes to check when stores open but after my vacation it keeps showing me results for businesses out of town. so like if I wanted to know when my local walmart would open, I'd start typing it into the safari search bar and it would give me a bunch of info, but now it's always in seattle even though I've been home for weeks
>>
>>62114999
Just type in the zip code you lazy motherfucker.
>>
>>62115014
I'm several states away and haven't been there for two weeks, I'm just really confused why this is happening in the first place
>>
>>62111528
Nothing?
>>
I'm using my TV as a second monitor. Is there a way to set it up so that audio on that screen comes through the TV with Windows 10?
>>
>>62115106
Set HDMI as your default output
>>
File: psu.png (2KB, 375x53px) Image search: [Google]
psu.png
2KB, 375x53px
is it ded?
>>
>>62115106
Use HDMI input from your GPU, you should get an option like pic related in your playback devices. When you want to use the TV's sound, make the TV the default device.
I have 3 monitors and my TV is the third. I'm on Win7 but I assume the option is still there on Win10.

I said HDMI, but if your TV has a display port, then you can use that too. It depends what ports your GPU has.
>>
>>62115154
I've tried that, but it cuts off the audio from my pc. I want to have audio from my computers as well as the tv.
>>
File: Nexus-7-2013-1.jpg (35KB, 620x389px) Image search: [Google]
Nexus-7-2013-1.jpg
35KB, 620x389px
Did the Google Nexus 7 2013 ever get dethroned as the king of budget tablets? The digitizer on mine got fucked yesterday somehow and I was looking at my options.

A) Replace the digitizer myself buying a replacement from Ebay for about 30 bucks
B) Get it fixed for 60 bucks (honestly is the more appealing out of the two because even though I know I'm capable of doing it myself, opening phones/tablets is a tedious venture. My big 'ol fingers may be fine for opening up a computer, but the insides of phones and shit are so delicate that I just get turned off the idea of it
c) Get a new tablet

I keep looking but I can't see anything that beats the Nexus for it's price range, anyone have any recommendations?
>>
When overflow occurs on signed integers, the behavior of the integer is undefined, how can this be? I thought computer were pragmatic? Surely there must have been some process to come up with this "undefined" integer?
>>
Cheap dongles so my laptop can detect 5G wifi?
I have an X230, I'm running Windows 8.1 and Ubuntu.
I saw this https://www.newegg.com/Product/Product.aspx?Item=9SIA7253MP0277&ignorebbr=1&nm_mc=KNC-GoogleMKP-PC&cm_mmc=KNC-GoogleMKP-PC-_-pla-_-Network+-+Wireless+Adapters-_-9SIA7253MP0277&gclid=EAIaIQobChMI7_nhn-731QIVA5F-Ch0kuQALEAQYAyABEgJ-G_D_BwE&gclsrc=aw.ds but it supposedly only runs on windows 10
>>
File: 1434275356939.jpg (69KB, 1057x775px) Image search: [Google]
1434275356939.jpg
69KB, 1057x775px
>>62113292
>>
Why cant our phones run OS's like windows or linux, android seems to limit what I can do with it.
>>
Can anyone recommend a good task manager application (website or windows)
>>
How would I run multiple processes in parallel, then do something after all processes are finished?

So something like

sleep 1
sleep 3
sleep 5
Run this when sleep's are done: echo "done"
>>
>I was renaming my files in Debian but now I can't anymore. Every time I try to rename a file this little space where I wrote "test" appears. No matter what I type there, the file doesn't get renamed.

>What can I do to fix it? I already tried to logoff and reboot.

>>>/wsr/371108

Help me out bros!
>>
>>62116202
With just a batch script?
Have it start other batch scripts which write to a file when finished then have the main script do a loop checking the file.
>>
An XDCC bot I use regularly has suddenly vanished from the channel. However its packlist continues to update. Is it possible to hunt down what channel it has moved to?
>>
>>62116262
Does renaming work in Bash?
>>
File: norton.png (13KB, 782x516px) Image search: [Google]
norton.png
13KB, 782x516px
anyone else have this issue?
>>
>>62116288
No.

I found how to do it: https://stackoverflow.com/a/19755904
>>
File: 1491788733789.jpg (97KB, 1280x720px) Image search: [Google]
1491788733789.jpg
97KB, 1280x720px
>>62109049
Kill la Kill
>>
If i'm using an external hard drive as a partition to run a different OS can I still use the hard drive to store stuff like files, data etc?
>>
>>62116463
bump for urgency. Selling my ps4 in an hour and need to know if its ok to backup the data on it to my hard drive which I use as a partition
>>
>>62116463
yes
>>
>>62116295
Yes. Was a Nemo problem. Already solved. It was happening only in the Downloads folder. I opened another Nemo window and it worked there. Thanks bro!
>>
>>62116531
yep having some issues with doing this. I guess since the external is being used as a partition it doesn't understand how to simply go back to being a storage device. Or at least I'm not sure how to make it go back to one.
>>
File: 1503855707381.png (23KB, 240x240px) Image search: [Google]
1503855707381.png
23KB, 240x240px
Hello. How can I write metadata to Opus and oggvorbis on linux? I tried it with my music player, DeaDBeeF, but they are not retained for some reason. Yes it has write privileges. Yes it works with other formats.
>>
File: Tulips.jpg (606KB, 1024x768px) Image search: [Google]
Tulips.jpg
606KB, 1024x768px
Reasking this

Is there any explanation of why my Wifi goes to complete shit after a period of time? It'll work fine, but every now and again everything will just turn to shit, speeds will be terrible, and I have to turn it off and on. That fixes it, but why do I have to do that? What's wrong with it?

It's not just WiFi, devices on Ethernet go to shit too

>>62093154
Is this true, could it really just be my router?
>>
>>62117216
Sounds like it is over heating. Open it up and pop one of those mini heat sinks on it, or place a fan next to it. Maybe relocate it to an open air flow.
>>
>>62107555
What's the best site to build a PC from?
I've been living in a shit hole for a while because I had to move in with friends for Uni, literally not enough room for a PC in it so I got a pretty pricey laptop instead. 16GB RAM, i7, 950M Nvidea card. It runs most things at high at around 40-60 FPS which is alright.

Finally landed a decent job and I've gotten a bigger living area now, so thinking of building a PC, I earn about £100-ish a week because I'm on a 0 Hours contract and 100 is usually the bare minimum I earn, so with some saving I should be able to buy something high-endish right? Thinking of saving for like ten or so weeks idk.
>>
>>62117216
>>62117254
Would overheating effect the Ethernet speeds too? I find that bizarre, I had no idea it was a thing. I've never noticed my router getting hot.

When I switch it off and on it's instant, I don't wait a couple of minutes, 30 seconds at best. Would it cool down in that time?
>>
>>62115492
60 bucks is like half of this tablet price nowadays.

I'm looking to replace mine too, but i haven't seen anything worthwhile.
>>
>>62117335
Throttling to offset heat would effect ethernet yeah
>>
>>62117181
I use Picard to write tags on my Opus file.
>>
>>62117335
yeah, I had this happen all the time with my att router/modem, untill I got a cheap laptop cooling pad, plugged it into the usb slot on the router and laid the router down on it. haven't had any issues since. so take that for whatever it's worth
>>
>>62117181
try
http://docs.puddletag.net/
>>
Now my Firefox updates automatically. How can I change this?
>>
>>62116319
anyone?
I keep getting it when I try to sign in on the program
>>
>>62117619
Nevermind. I found it.
>>
>>62117624
is this bait?
seriously if not, well no one here uses norton cause it's shite
>>
I cant access my Bios because windows boots too fucking fast. I need to change boot orders so I can access the the grub for switching OS please help
>>
There are some stupid cheap used hard drives for sale on fleabay. the cheapest are dban'd DoD ones. What kinda backdoors are in the hdd firmware, and is it worth it? Like $10 for 320gb
>>
>>62117387
>>62117463
Man, thanks. Like I said, I didn't know that was a thing. I didn't think that'd be the case considering I never leave it off long.

Do you think buying a new router and setting my current one to modem will help? Or could modem mode still cause it to overheat?
>>
>>62117718
remove hdd, finger f2
>>
>>62117742
decent routers that don't overheat cost a bit, it'd be cheaper to just get a cheap laptop cooler or just point a fan at it. see if that solves your issue before dropping a hundred or so bucks on a router
>>
Any recommended tool to make apps for both Android and iOS?
>>
>>62117772
>a hundred or so bucks on a router
Kek, I was thinking more $30
It's worth mentioning my current router is pretty shit as it is
>>
>>62117806
I don't think you can get anything that's not shit for under a hundred, unless you can find a rerubished one on the cheap
>>
>>62117833
Well that's a shame. Like I said, I know nothing about this stuff, I really thought I could throw 30 bucks on this and fix it.
I did see a review on Amazon with someone mentioning they had the same router as me and the 30 bucks one improved the situation. But would that still overheat anyway?

A USB fan might be a good idea, I just wouldn't really know where to point it since it stands vertical. Think it's worth a new router or I shouldn't bother with that at all?
>>
>>62117887
mine stands vertical too, I just took the base off of it(it usually just slides off) and laid it down on the cooling pad.

as for a new router, I'd try a fan or a ten dollar cooling pad first to see if overheating really is the issue and if that solves it
>>
>>62117742
Like I said, consider opening it and using one of those 5 dollar adhesive mini heat sinks on it.
I bought an old router for open wrt and it would get hot, and I used an old rPi heat sink and the problem faded away.
>>
>>62117997
The thing is my current Router has really shit range too, I struggle to get decent connection in just a room upstairs, so I want to sort of fix that. I was thinking wifi extender, but people have mentioned a new router would be better. Maybe they meant actually good routers though.
It's like a 2 birds with 1 stone situation, but I'm not really sure a new router still won't have the overheating issue. I'd have to set my current one to modem mode
>>
What's the lightest torrent lient for windows? I have a fuckton of torrents to download (I mean around 32,000) and I want to keep it open 24/7 without it eating RAM and CPU. Of course I'm not going to download everything at once, but still.
>>
File: firefox_2017-08-27_13-41-42.png (22KB, 505x376px) Image search: [Google]
firefox_2017-08-27_13-41-42.png
22KB, 505x376px
what did i do wrong
>>
my usb drive is locked after switching it between multiple devices, how do i unlock it? i cant format it, it stalls everytime.
>>
File: 1481970927332.webm (2MB, 720x404px) Image search: [Google]
1481970927332.webm
2MB, 720x404px
Are there any sites out there similar to pomf.is or nya.is for file sharing?
>>
File: 1481999110336.png (350KB, 600x491px) Image search: [Google]
1481999110336.png
350KB, 600x491px
Is there any addon/script/mirror/anything that brings back Youtube's original layout out there nowadays? Anything at all?
Please I miss it so much
>>
>>62117289
Anyone?
>>
>>62118502
https://pcpartpicker.com/
>>
What programming languages do I have to learn to develop for Mobile; including ios and android?

Completely serious, need help and want to rely on myself to develop something rather than Pajeets
>>
Just got this piece of shit. What are some good games or apps i can use it with?
>>
>>62118049
if you don't mind a lack of options, uget is a general purpose downloader that also handles torrents. I know there's a windows version but I don't know much about it in terms of how well it works on windows
http://ugetdm.com/
>>
>>62118570
Swift and java
>>
Why the hell is my Windows 8.1 I installed on a USB3.0 HDD suddenly extremely slow. It was working just fine earlier today.
>>
>>62118049
Picotorrent is pretty small. Not sure how it going to handle such amount of torrents.
>>
>>62118038
I'm not really good with that stuff, my router is also provided through my ISP, so they may get pissy if I mess with anything
>>
Is there a way to choose the wireless channel my dongle connects to. The thing is, in my location I have multiple routers with the same ssid, some have better signal than others. I wan't to always connect to the router that is closes to me.
Is there a software that allows me to choose the channel I connect to? Do I need special hardware?
>>
>>62118701
Edit wpa supplicant's conf network block with priorities for each ssid based on MAC address.
>>
>>62118488
Youtube still has this same layout. Well, I guess they moved the info for the uplodaer, but that's it. This shit looks exactly the same now. They do have a different theme these days but that screenshot is the same layout you see now.
>>
>>62118720
Do you know a way to do this on windows?
>>
File: 1501989626899.jpg (1MB, 1313x1272px) Image search: [Google]
1501989626899.jpg
1MB, 1313x1272px
>>62118756
Lol no
>>
>>62118664
If the service provider owns it don't open it then.
>>
Is there a good free VPN to use? Searching brings up "best vpns to pay for in 2017" and "82 reasons not to use a vpn!" endless lists.
>>
>>62119056
nope, buy one
>>
>>62119056
If you don't pay for something, then you're the product.
>>
someone asnwer my fucking question

god fuck off
>>
>>62119090
>>62119124
alright if your not memeing me, whats a decent, reasonably priced one? Hard to tell whats fucked and whats paid advertizing.
>>
>>62119140
Sure, bro. You just gotta do this and that. Problem solved.
>>
What are the main differences between gnome and kde?
>>
>>62119243
gtk and qt
>>
My Windows 7 boot was fucked up but I fixed it with the installation disc but now it's noticeably slower and I keep getting shit like screen tearing and those windows trail glitches
Are those related or is my GPU shitting itself or what?
>>
>>62118772
>>62118720

Is it possible that some network adapters don't support mac based filtering/prioritizing? I found windows software that is supposed to do this but it doesn't work.
>>
>>62119313
gpu probably
>>
when I do port forwarding
I am calling the IP of the NAT/firewall to get to the ip of the device on the LAN?
>>
>>62119451
yes
>>
>>62119460
so is there mechanism to expose the IP of the device on the LAN to the WAN, other than turning off NAT?
>>
>>62119243
I assume by KDE you actually mean Plasma.

Gnome:
>Dumbed down, simplified design.
>Somehow bloated and resource intensive despite being so simple.
>Uses JavaScript.
>Every update removes more features.
>Every update has breaking changes which ruin themes or extensions.
>Uses GTK which has the same problems listed above.
>Continuously ignores community feedback and just does their own thing instead of cooperating.

Plasma:
>The most fully featured desktop environment out there.
>Amazingly customisable, you can tweak every single little thing, and from a GUI too.
>Uses Qt which is better, more modern, and cross-platform.
>Continuously communicates with the community, takes feedback into account, cooperates with everyone, even makes their applications look good on Gnome.

Did I miss anything?
>>
Is there any point in creating a partition for swapspace if I plan on shutting down my computer when I'm done?
>>
>>62119538
should note I'm using ubuntu gnome
>>
How do I rebind the fn key on Linux Mint? I want it to act like the left control key.
>>
>>62118754
Not him, but it looks nothing like the current one.
>>
>>62119538
???? What do you think swap is?
>>62119605
Xmodmap
>>
Anyone know a way or a link to recover deleted files off an iPod for windows 10? I tried backing it up and all my unpurchased music was deleted. Only videos I can find for help aren't windows 10
>>
File: tfw1445121249395.png (359KB, 1540x1396px) Image search: [Google]
tfw1445121249395.png
359KB, 1540x1396px
>>62113292
b u m p
>>
is there a linux graphing calculator program?
>>
>>62119491
I dont think the internet knows there is a device in your local network that actually talk to it through port forwarding, only your router knows.

I guess the router would modify IP HEADER and MAC HEADER dest_addr in the packet to reach your local device, and replace the src_addr with its own when you send out packet.
>>
What is the correct way to run a script using cronjobs?
For simplicity's sake, let's say i have a python script called crontest.py that simply writes text into an existing file.
say the file is located in ~/Desktop/scripts
I can think of several ways to do it but i don't know which one is right, and i can't get it to work.

* * * * * cd ~/Desktop/scripts && python crontest.py
or: cd ~/Desktop/scripts && /usr/bin/python crontest.py
or: python ~/Desktop/scripts/crontest.py
or: /usr/bin/python ~/Desktop/scripts/crontest.py

please help
>>
>>62119943
https://qalculate.github.io/
or
http://www.qtiplot.com/
?
>>
How to clean pc?
Just open it up and blast air?
Or do i need to take the parts out and shit?
>>
>>62119770
Some type of memory your computer utilizes when shutting off or when you go over your memory.
I've read you don't need it if you don't plan on hibernating, but I've also read you need it during normal use
>>
>>62120041
I was looking more for an emulator, like wabbitemu is for windows.
>>
File: Disk.jpg (31KB, 300x300px) Image search: [Google]
Disk.jpg
31KB, 300x300px
I need a good flatscreen TV, budget is ~$250 USD.

>Minimum 32"
>Minimum 720p, would prefer 1080p, don't need 4K

Missed out on a good deal at my local thrift store, can't seem to find any good deals anywhere else. Any suggestions where to look/buy online?
>>
>>62120040
Me again.
Turns out i had a typo somewhere in the cron file, but this line works now:
cd ~/Desktop/scripts && python crontest.py

But i'd still like to know whether this is the "proper" way to do it, please
>>
>>62120218
/usr/bin should be in the PATH varialbe, so /usr/bin/ is redundant. Why not `python /home/anon/Desktop/contest.py`
>using ~/Desktop
Or placing `#!/usr/env python` at the top of the file and executing it straight up.
>>
>>62109775
It's very likely the one you're seeing that it won't let you mount. Sometimes Windows has issues mounting, so check out the mount manpage. There are a lot of results on ask Ubuntu and other similar sites, so check there if you still have issues.
>>
Is https://adnauseam.io something I should install with uBlock Origin if I don't fucking care about being tracked? I don't really know what is that at all thought.
>>
>>62120312
>installing something with zero knowledge of what it does
yassssssss
>>
>>62120066
Get rid of the dust bunnies
>>
I want to upgrade from fraps for taking screenshots and recording. What are the best programs today for these? I grabbed dxtory and msiafterburner to try them out and already had obs but havent really messed with its local recording stuff.
>>
>>62120343
That's why I'm asking. I won't install without knowing what it is exactly. Did you even read my post?
>>
>>62120349
Windows+Print Page is already pretty gud. Do Windows+alt+Print for specific windows screenshot.

Then, for recording, OBS, it is pretty gud to stream too.
>>
>>62120428
Oh, you said you already had OBS, didn't notice because it wasn't in caps. I'd give another try, but if you really dislike it then xplit or however is called.
>>
Is there an adapter that lets me plug usb-c accessories into a phone with micro usb? Can only find adapters for the other way around.
>>
>>62120295
>Why not `python /home/anon/Desktop/scripts/crontest.py`
I just opened my terminal and did that. So my python file has a line like
with open("testfile", "a+") as f:
f.write("Hello")

And when i ran the script that way, it created the file testfile in the directory where i opened the terminal.
Whereas if i run cd /home/anon/Desktop/scripts && python crontest.py
it edits the file in the correct directory
>>
>>62110006
Did you try uninstalling all of the problematic drivers already? If that doesn't work you can hunt through the registry for all instances of SCPtoolkit
>>
>>62120312
It's an adblocker built off of uBlock Origin. Replace it with it.
>>
Hey, I'm using Antergos and all of the sudden Steam isn't opening for me but it worked before. I can't tell where the error is in the terminal output so I'll just pastebin the whole thing: https://pastebin.com/Cd7MCPnV
>>
>>62120387
Did you even read the link you posted? Second paragraph. faggot.
>>62120484
https://m.aliexpress.com/s/item/32788522435.html?spm=a2g0n.search-cache.0.0.7f25570f3PIL59
>>62120503
Thats opening a relative path. Import os and use path to open with an absolute path
>>
anyone have a suggestion for a solid malware remover for android? never had a problem with shit before and now suddenly I'm getting pop ups while my phone is idling.
>>
>>62120600
Thanks. Ordered the adapter.
>>
Just got a ducky one keyboard
the 'fn' key is acting like a right click and i cant use it for anything else.
Any ideas to change that?
>>
>>62111733
Be sure your graphics card is the one rendering 3d and not your motherboard's gpu.
>>
>>62120698
The fn key is a hardware key that should only work as a function key for the keyboard and nothing else. Seeing that its emulating a right click you could use xbindkeys to disable it, maybe.

My ducky dosent even register a keysym for it.
>>
alright so i have a Yamaha P-20 turntable, and I'm trying to hook it up. It has the normal RCA outputs, but instead of a ground wire there is a TS connector. I have no idea what to do with this. Do I need some sort of special preamp?
google isn't turning up a lot.
>>
>>62120698
read the manual and make sure you have it in the right setting.
also make sure the keycaps are in the right spots
>>
Anyone used bamboo paper? I'm giving it a go and it's nicer to draw in than the default Windows 10 drawing/notetaking thing but the pam rejection is fucked. Is there a way to make it only accept drawing input from my stylus and not my hands?
>>
What is/are the best comic book/manga reader(s) I should look at? Is it worth getting a dedicated reader like that as opposed to just a fully fledged tablet?

I know very little about tablets and mobile devices
>>
>>62117624
Norton installations have frequently been breaking lately probably due to updates.
Reinstall
>>
>>62120968
>>62121034
thank you. i figured it out. I had bumped the dip switches on the back
>>
File: d3.png (14KB, 160x301px) Image search: [Google]
d3.png
14KB, 160x301px
>>62107555
What's a good IDE for D-Lang?
>>
File: CoolCoolCool.png (5KB, 300x110px) Image search: [Google]
CoolCoolCool.png
5KB, 300x110px
WHY the fuck is Mega uploading so GODDAMN slow. I have 5MB up and yet it caps out at 100KB/s. 100 kilobytes a fucking second. Why the fuck is it so slow and how do I fix it?
>>
File: 31oOlej5rlL.jpg (13KB, 500x500px) Image search: [Google]
31oOlej5rlL.jpg
13KB, 500x500px
>be in a dorm on a laptop
>ethernet is not an option
>wifi is fast but it keeps fucking dropping connection
Would something like pic related help me?
>>
Does using Discord pose any dangers? Like stolen IP etc?
>>
>>62121788
it's most likely a botnet, and they can shut down your server if they don't like what you're talking about in it

I got rid of it right away after that, it's sad how so many good things go to shit so quickly.
>>
Condenser or dynamic mic for vocal recording?
>>
>>62121804
I want to randomly join some server and talk to some strangers out of boredom. Can I get hacked in anyway? Or some other bad thing happen?
>>
>>62112480
If you want to find what modulation it uses, get a decent radio receiver and look at it. RTL2832U based USB TV sticks work nicely for this sort of thing.
>>
is it time to buy a 4k monitor yet? especially if I don't really care about going above 60hz? what is the sweet spot size for a 4k monitor? 27", 32", bigger?
>>
>>62121926
I wouldn't bother with 4k below 30"
>>
How to get flash for chromium on linux?
>>
>>62121338
5Mb/s or 5MB/s up? There's a big difference.
>>
>>62121962

5 MB, as in 40 Mb.
>>
>>62121860
There's always going to be security flaws in a program, it's all up to who finds them and who they use it on, although it's probably not gonna be you.

I'm more concerned with Discord keeping tabs on everything users say and share and deciding what to keep and what to trash.
>>
>>62121956
pepper-flash
>>
>>62122074
Any chance of a standalone linux flash player?
>>
>>62122120
No
>>
Do workspaces use more resources?
>>
>>62122039
Then it's just Mega being slow. Note they do throttle free accounts.
>>
>>62122129
What about through wine?
>>
>>62122144

I could understand throttling the download (but they don't), but the upload?
>>
>>62122149
The fuck are you trying to us?
>>
>>62122120
There's GNU Gnash if you want a native clone. Compatibility still isn't great though.

Or you can run the adobe one in wine. https://appdb.winehq.org/objectManager.php?sClass=application&iId=15096
>>
>>62122168
wine
>>
>>62122246
Wine dosent need flash enabled to work
>>
>>62122133
Not on linux. it's basically just minimizing windows.
>>
>>62122144

Opening an incognito tab and using a non-registered account, I get 500+ kb/s. What the fuck is going on with this piece of shit .
>>
>>62119538
Swap space in Linux is used when the amount of physical memory (RAM) is full. If the system needs more memory resources and the RAM is full, inactive pages in memory are moved to the swap space. While swap space can help machines with a small amount of RAM, it should not be considered a replacement for more RAM. Swap space is located on hard drives, which have a slower access time than physical memory.
>>
>>62122435
>not using JDownloader
>>
>>62122456

I'm uploading. Not downloading.

That's why. Reading comprehension goes a long way.
Thread posts: 353
Thread images: 37


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