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

Archived threads in /g/ - Technology - 3055. page

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.

File: lQhhZxm.jpg (72KB, 640x737px) Image search: [Google]
lQhhZxm.jpg
72KB, 640x737px
Ryzen & Kalbylake cpu support for win7+8

https://github.com/zeffy/kb4012218-19

what valid reason is there now for a "upgrade" to win10?
9 posts and 1 images submitted.
>>
DX 12 because DX 12 doesn't support anything besides Win10
so rip gamers and 'muh tripe A's'
>>
>>60015452
dx12 is useless
>>
>>60015452
there are about 20 AAA games on the market right now that support DX12
this is PC not a console market so it means its shit

File: hdr-speciale-aanbieding-870x400.jpg (32KB, 870x400px) Image search: [Google]
hdr-speciale-aanbieding-870x400.jpg
32KB, 870x400px
I'am trying to run a Python3 script every 20 minutes. I''ve added this to "crontab -e", but it isnt working, why?

5,25,45 * * * * cd ~/ && python3 ./lel.py

The script is in home directory of a non-root user named Bara (with sudo rights).

Thanks in advance
9 posts and 1 images submitted.
>>
Read the mail for errors
>>
I've also tryed

5,25,45 * * * * /usr/bin/python3 ~/lel.py

But not working either.
>>
>>60015433
Try using

python3 /home/youruser/lel.py

That is, all one command and don't use ~

File: MX1A-Gxxx_braun_Persp-900x900.jpg (192KB, 900x900px) Image search: [Google]
MX1A-Gxxx_braun_Persp-900x900.jpg
192KB, 900x900px
Whats your preference /g/
80 posts and 9 images submitted.
>>
>>60015426
blue cause clickity clackity
>>
rubber dome
>>
>>60015426
blue
I like it clicky

File: maxresdefault.jpg (78KB, 1280x720px) Image search: [Google]
maxresdefault.jpg
78KB, 1280x720px
>1920x1080 or greater,
>comes with a small SSD (16G is fine)
>small amount of RAM (2G is fine)
>both RAM and SSD need to be upgrade-able.
>i5 or greater
>under $500
>good for linux
17 posts and 3 images submitted.
>>
Try to look for barebone laptops like Clevo or BTO.
>>
File: 1405551438556.png (251KB, 382x417px) Image search: [Google]
1405551438556.png
251KB, 382x417px
>>60015418
>i5
>2gb ram
>>
>>60015418
There are cheap Android tables capable of running "real Linux" with all of that, except for the CPU. (But "i5 or greater" isn't too meaningful anyway.)

Post screenfetchs and or windows desktops if you are a second class citizen
10 posts and 6 images submitted.
>>
>>60015403
>cut the window off
sometimes i wonder if my IQ is 53
here is the full window
Jesus Christ im dumb
>>
File: 2017-04-22-151338_784x516_scrot.png (67KB, 784x516px) Image search: [Google]
2017-04-22-151338_784x516_scrot.png
67KB, 784x516px
ok
>>
>>60015419
screenfetch -t

File: 1492858316518.jpg (134KB, 1280x720px) Image search: [Google]
1492858316518.jpg
134KB, 1280x720px
Why did you buy an expensive graphics card?
105 posts and 17 images submitted.
>>
>funny what happened in that video
For me at least I got it to match my 1440p 144hz monitor. Now obviously a basic gtx 1060 could do a fairly good job as well but might as well have extra headroom
>>
>>60015357
So I could play gta online with my friends
>>
>>60015357
I didn't. I found an Curry's/PC World Gift Card on eBay and used it without permission. I got a GTX 1070. EZ upgrade.

>writing assignment in C
>spent the first hour coding function for removing leading and trailing whitespaces (trim()) from string because it doesn't exist in any standard C library
What the fuck is this shit? Do C programmers keep reinventing the wheel again and again? We are forced to use C99, so now I have to write a function that reads line of dynamic size from file.
23 posts and 1 images submitted.
>>
>>60015356
Anon, you was a mistake. Sure, modern hardware allows you to write shit without thinking about performance much, but C (or at least C++) will allow you to have a drastically higher level of optimization when you'll really need one, without being ASM.

http://benchmarksgame.alioth.debian.org/u64q/compare.php?lang=gcc&lang2=java
>>
>>60015356
You are writing an assignment.
You are supposed to write basic wheel reinventing functions.
>>
>>60015390
>>60015420
My point is, that such function doesn't exist *ANYWHERE*, so you have to write it yourself even when working on complicated project for your work, if you need the program to be portable. It should be part of standart library

File: 1492516486508.png (50KB, 667x865px) Image search: [Google]
1492516486508.png
50KB, 667x865px
This image shows a simplified view of the overall design of Linux. As you can see the kernel provides a hardware abstraction layer so that programs can access different (but similar) hardware with the same code / API (e.g. different printers can be interfaced the same way). It also does other things like provide an interface for displaying windows, etc...

What I want is a description of how TempleOS works in a similar fashion. How are threads handled? How is the interface handled?
I know that TempleOS operates everything in kernel space. How does the system manage to display sprites, etc...
15 posts and 2 images submitted.
>>
>>60015324
>Linux
>Win32 / OS/2
Doesn't compute
>>
everything in templeos runs in kernel mode and can just write wherever the fuck they want in memory, including the kernel memory spaces.
>>
>>60015361
*Windows.

Is there any easy way to setup bridge VPN server on my Rpi 3 ?
5 posts and 2 images submitted.
>>
>>60015307

bridge from where to where?
>>
>>60015307
Just follow a tutorial on youtube.
>>
>>60015307
It's running Linux, so I don't see why you wouldn't be able to install OpenVPN, configure it to use a TAP device and then bridge that to your physical network like you would on any other Linux distro.

What are you working on, /g/?

Old thread: >>60007077
320 posts and 27 images submitted.
>>
File: 1486780129853.jpg (280KB, 700x849px) Image search: [Google]
1486780129853.jpg
280KB, 700x849px
Daily reminder to not abuse greentext and to always ask people who abuse greentext whom they are quoting!
>>
>>60015283
Lisp is the only programming language worth programming.
>>
File: 1466969439648.png (286KB, 400x450px) Image search: [Google]
1466969439648.png
286KB, 400x450px
I like the OP image

File: IMG_3958.jpg (36KB, 300x255px) Image search: [Google]
IMG_3958.jpg
36KB, 300x255px
Sup boys? Who here usin' a Mac today?
6 posts and 3 images submitted.
>>
File: 1490847493592.png (220KB, 800x832px) Image search: [Google]
1490847493592.png
220KB, 800x832px
FreeBSD here.
>>
Until MacOS can be run reliably on other hardware, I am
>>
>>60015176
Looks like a Digimon

How long until Applel goes bankrupt again without Jobs.

I think they should use all their money in R&D to find a way to resurrect him.
25 posts and 1 images submitted.
>>
doesn't matter, they lost their jobs anyway...
>>
>>60015100
Apple has enough money to last the next few hundred years doing literally nothing.
>>
>>60015186
Companies aren't supposed to just "last", but to make profit. If it's not profitable, people will leave.

File: pinebook.png (241KB, 663x460px) Image search: [Google]
pinebook.png
241KB, 663x460px
>$89 11.6" lcd
>$99 14" lcd
>64-bit arm based os notebook
>linux distro by default or android
>comfy

will you be looking into getting one?
66 posts and 8 images submitted.
>>
>>60015075
>$ 89 for a comfy 11 incher

hell yeah, just put myself on the queue
>>
So that's basically a raspberry pi in a laptop?
Wouldn't a $150 chink laptop with a cherry trail and 1080p screen be much better?
>>
>no sad


what

File: 1485118175823.jpg (229KB, 1349x902px) Image search: [Google]
1485118175823.jpg
229KB, 1349x902px
Previous thread: >>60003119

Welcome to /fglt/ - Friendly GNU/Linux Thread.

Users of all levels are welcome to ask questions about GNU/Linux and share their experiences.

*** Please be civil, notice the "Friendly" in every Friendly GNU/Linux Thread ***

Before asking for help, please check our list of resources.

If you would like to try out GNU/Linux you can do one of the following:
0) Install a GNU/Linux distribution of your choice in a Virtual Machine.
1) Use a live image and to boot directly into the GNU/Linux distribution without installing anything.
2) Dual boot the GNU/Linux distribution of your choice along with Windows or macOS.
3) Go balls deep and replace everything with GNU/Linux.

Resources:
Your friendly neighborhood search engine (try to use a search engine that respects your benis such as searx, ixquick or startpage).

$ man %command%
$ info %command%
$ help %command%
$ %command% -h
$ %command% --help

Don't know what to look for?
$ apropos %something%

Check the Wikis (most troubleshoots work for all distros):
https://wiki.archlinux.org
https://wiki.gentoo.org

/g/'s Wiki on GNU/Linux:
https://wiki.installgentoo.com/index.php/Category:GNU/Linux

>What distro should I choose?
https://wiki.installgentoo.com/index.php/Babbies_First_Linux

>What are some cool programs?
https://wiki.archlinux.org/index.php/list_of_applications
https://directory.fsf.org/wiki/Main_Page

>What are some cool terminal commands?
http://www.commandlinefu.com/
http://bropages.org/

>Where can I learn the command line?
http://mywiki.wooledge.org/BashGuide
http://linuxcommand.org/tlcl.php
http://www.grymoire.com/Unix/

>Where can I learn more about Free Software?
https://www.gnu.org/philosophy/philosophy.html

>How to break out of the botnet?
https://prism-break.org/en/categories/gnu-linux

/t/'s GNU/Linux Games: >>>/t/749768
/t/'s GNU/Linux Training Videos: >>>/t/713097

/fglt/'s website and copypasta collection:
http://fglt.nl && https://p.teknik.io/wJ9Zy
326 posts and 34 images submitted.
>>
gentoo gay
>>
how can I access my email using TempleOS?
>>
install Void

File: Untitled.jpg (42KB, 664x374px) Image search: [Google]
Untitled.jpg
42KB, 664x374px
So I want to open a tab I closed earlier. Should be a simple job, right?

WRO_NG! I WILL OPEN THIS PAGE ON YOUR CURRENT PAGE! I WILL DESTROY ALL AND EVERYTHING YOU EVER LOVED
39 posts and 2 images submitted.
>>
File: GIF.gif (1MB, 991x672px) Image search: [Google]
GIF.gif
1MB, 991x672px
>>60014979
fucking retard
>>
>>60014979
Control->Shift->T?
Bruh
>>
>>60015021
It's not on by default. That's why it's fuckinng shit.

Pages: [First page] [Previous page] [3045] [3046] [3047] [3048] [3049] [3050] [3051] [3052] [3053] [3054] [3055] [3056] [3057] [3058] [3059] [3060] [3061] [3062] [3063] [3064] [3065] [Next page] [Last page]

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