Společnost JetBrains uvolnila verzi 2 svého open-source velkého jazykového modelu (LLM) pro vývojáře Mellum.
Probíhá konference Microsoft Build 2026. Microsoft představuje své novinky: kvantový čip Majorana 2, Surface Laptop Ultra a Surface RTX Spark Dev Box s NVIDIA RTX Spark, Intelligent Terminal, Coreutils for Windows (fork Rust Coreutils), AI modely MAI, AI agenta Scout, platformu pro agent-first zařízení Project Solara, …
Google Chrome 149 byl prohlášen za stabilní. Nejnovější stabilní verze 149.0.7827.53 přináší řadu novinek. Podrobný přehled v poznámkách k vydání. Vylepšeny byly také nástroje pro vývojáře.
Pluto.jl, reaktivní notebook pro programovací jazyk Julia, dospěl do verze 1.0.
Byla vydána nová verze 12.0.0 vizuálního programovacího jazyka Snap! (Wikipedie) inspirovaného jazykem Scratch (Wikipedie). Přehled novinek na GitHubu.
Počítačovou hru Gravity Circuit (ProtonDB) lze do 14. června do 19:00 získat na Steamu zdarma. Napořád.
Nejnovější X.Org X server 21.1.23 a Xwayland 24.1.12 řeší 9 bezpečnostních chyb.
npm balíčky @redhat-cloud-services byly kompromitovány.
Byly publikovány informace o zranitelnosti CVE-2026-46243 pojmenované CIFSwitch v Linuxu od roku 2007. Běžný uživatel může získat práva roota (lokální eskalaci práv). V upstreamu je již opraveno.
Nvidia na své konferenci NVIDIA GTC Taipei 2026 představila řadu novinek. Společně s Microsoftem představili superčip NVIDIA RTX Spark (až 6 144 jader GPU, 20 jader CPU, 1 petaflop AI výkonu v FP4 a 128 GB jednotné paměti). První notebooky a stolní počítače s tímto čipem od Nvidie místo Intelu nebo AMD by se měly na trh dostat na podzim letošního roku.
public_html.
Když zadám http://localhost/~peter/
Tak se nepřipojím, kde může být chyba?
Seznam modulů
root@Slackware:/etc/httpd# httpd -M AH00558: httpd: Could not reliably determine the server's fully qualified domain name, using 185.8.164.21. Set the 'ServerName' directive globally to suppress this message Loaded Modules: core_module (static) so_module (static) http_module (static) mpm_event_module (shared) authn_file_module (shared) authn_core_module (shared) authz_host_module (shared) authz_groupfile_module (shared) authz_user_module (shared) authz_dbm_module (shared) authz_core_module (shared) access_compat_module (shared) auth_basic_module (shared) reqtimeout_module (shared) filter_module (shared) mime_module (shared) log_config_module (shared) env_module (shared) headers_module (shared) setenvif_module (shared) version_module (shared) unixd_module (shared) status_module (shared) autoindex_module (shared) dir_module (shared) userdir_module (shared) alias_module (shared) root@Slackware:/etc/httpd#Výpis s acces logu
185.220.101.70 - - [24/Feb/2019:05:25:37 +0000] "-" 408 - 95.82.19.226 - - [24/Feb/2019:05:34:25 +0000] "GET / HTTP/1.1" 200 201 187.74.48.235 - - [24/Feb/2019:06:00:14 +0000] "GET / HTTP/1.0" 200 201 95.47.51.160 - - [24/Feb/2019:06:10:14 +0000] "GET / HTTP/1.1" 200 201 89.190.245.30 - - [24/Feb/2019:08:14:41 +0000] "GET / HTTP/1.1" 200 201 189.69.197.182 - - [24/Feb/2019:08:57:28 +0000] "GET / HTTP/1.1" 200 201 146.88.240.128 - - [24/Feb/2019:09:08:17 +0000] "POST / HTTP/1.1\n" 400 226 184.22.213.209 - - [24/Feb/2019:09:27:39 +0000] "GET / HTTP/1.1" 200 201 125.166.140.22 - - [24/Feb/2019:10:10:39 +0000] "GET / HTTP/1.1" 200 201 188.175.76.203 - - [24/Feb/2019:11:14:44 +0000] "GET / HTTP/1.1" 200 201 188.175.76.203 - - [24/Feb/2019:11:14:44 +0000] "GET /favicon.ico HTTP/1.1" 404 209 185.53.88.24 - - [24/Feb/2019:11:21:24 +0000] "HEAD /robots.txt HTTP/1.0" 404 - 188.175.76.203 - - [24/Feb/2019:11:45:47 +0000] "GET / HTTP/1.1" 200 201
Note that, by default, access to these directories is not enabled.
# Settings for user home directories
#
# Required module: mod_userdir
#
# UserDir: The name of the directory that is appended onto a user's home
# directory if a ~user request is received. Note that you must also set
# the default access control for these directories, as in the example below.
#
UserDir public_html
#
# Control access to UserDir directories. The following is an example
# for a site where these directories are restricted to read-only.
#
<Directory "/home/*/public_html">
AllowOverride FileInfo AuthConfig Limit Indexes
Options MultiViews Indexes SymLinksIfOwnerMatch IncludesNoExec
<Limit GET POST OPTIONS>
Order allow,deny
Allow from all
</Limit>
<LimitExcept GET POST OPTIONS>
Order deny,allow
Deny from all
</LimitExcept>
</Directory>
chmod o+rx ~/public_htmlJinak to apache nepřečte.
Tiskni
Sdílej: