Zen 2 is releasing Q2 this year at 7nm. The 3700x is speculated to be 12cores/24 threads 4.8+ ghz, $330 MSRP. If true, Ryzen has Intel beat by miles for the next few years. Intel hasn't even shrunk to 10nm yet and likely won't until 2021-2022.
It depends on the use case. CentOS is a server distribution. Ubuntu is a noobie friendly linux distro. Use the one that best suits the user and application.
The id just trails after the topic name, something like this:
http://test.com/forum/general-discussion/?id=1
http://test.com/topic/-test-topic/?id=123
I haven't experienced any adverse effects.
Hi. I'm trying to remove the index numbers from my website's url using mod_rewrite. Everything I try inevitably fails so I'm posting here in the hopes someone knows the correct solution.
My url looks like this:
example.com/forum/1-general-discussion/
and my I want it to look like this:
example.com/forum/general-discussion/
My .htaccess file is currently:
<IfModule mod_rewrite.c>
Options -MultiViews
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
Any help would be greatly appreciated.