Platformy ChatGPT i Roblox by mohly být zařazeny na seznam mimořádně velkých on-line platforem nebo internetových vyhledávačů, na něž se vztahují zvláštní podmínky podle nařízení o digitálních službách (DSA). Vzhledem k tomu, že ChatGPT i Roblox oznámily počet uživatelů nad prahovou hodnotou DSA, je toto označení „rozhodně možné“ a mohlo by „přijít dříve či později“. On-line platformy a vyhledávače zařazené na seznamy DSA musejí
… více »Společnost Cloudflare představila Cloudflare OS (GitHub), tj. open source platformu navrženou pro integraci umělé inteligence (agentů) přímo do pracovních procesů organizací.
Byla vydána nová verze 5.13 svobodného multiplatformního softwaru pro konverzi a zpracování digitálních fotografií primárně ve formátů RAW RawTherapee (Wikipedie). Vedle zdrojových kódů je k dispozici také balíček ve formátu AppImage. Stačí jej stáhnout, nastavit právo ke spuštění a spustit.
Jean-Baptiste Kempf na svém blogu představil novou verzi 9.0 "Lei" kolekce svobodného softwaru umožňujícího nahrávání, konverzi a streamovaní digitálního zvuku a obrazu FFmpeg (Wikipedie).
Richard Hughes oznámil, že službu Linux Vendor Firmware Service (LVFS) umožňující aktualizovat firmware zařízení na počítačích s Linuxem, nově sponzoruje také společnost NVIDIA.
Edvard Rejthar na blogu zaměstnanců CZ.NIC představil svou aplikaci SlideRshow (GitHub). Funguje jako prohlížeč fotek, ale i jako jejich organizér a prezentátor. Neinstaluje se, běží přímo v prohlížeči. Bez serveru. Offline.
Kermit, tj. protokol pro přenos souborů, vznikl před 45 lety. Při této příležitosti byla po 15 letech od vydání poslední stabilní verze 9.0.302 vydána nová stabilní verze 11 implementace C-Kermit. S podporou IPv6.
První verze konverzního nástroje Pandoc byla vydána před 20 lety. Jeho autor John MacFarlane při tomto výročí rekapituluje jednotlivé etapy vývoje a přidávání nových funkcí – rozšíření nejen Markdownu a podporu mnoha dalších formátů.
Srpen přinesl nejen další spalující vedro, ale také Virtuální Bastlírnu s neméně žhavými novinkami. Využijte tedy předpovědi na deštivý čtvrteční večer a od 20:00 se připojte online k tomuto neformálnímu setkání kutilů, techniků a vědců, kde se strahovskými bastlíři proberete nejzajímavější věci, na které jste narazili za poslední měsíc. Pokud jde o novinky, řeč zcela jistě přijde na systém INDX pro tiskárny Průša, který na konci
… více »Firma T-Mobile blokovala „dezinformační web“ AC24 bez toho, aniž by k tomu měla závazný pokyn orgánů veřejné moci. Píše to ve svém rozsudku Městský soud v Praze, který po čtyřech letech uzavřel kauzu blokace zmíněného webu. Operátor musí uhradit škodu ve výši 35 tisíc korun. Advokát společnosti T-Mobile se snažil i u odvolacího senátu argumentovat tím, že firma jednala v dobré víře, když na stránky omezila přístup poté, co ji k tomu vyzvalo
… více »
Author: Jakub Talaš
Virtualization is one of the most promising and developing IT techniques nowadays. Although virtualization concepts started to appear back in 1960s, the boom of operating systems virtualization began to spread among IT professionals since the dawn of new millennium. VMware is company, that offers widespread virtualization portfolio, from lightweight home toys to hi-end enterprise-class implementations in datacenters. Host operating systems can be Linux, Windows, *BSD and Intel-based Macs. Guests can be virtually everything suitable to run on IA32 and x32_64bit architectures. Most of the products are proprietary and commercial, but VMware is quite Linux-friendly firm, they are also member of Linux Foundation since 2008.
First VMware product ever stated was VMware Workstation in 1999. Nowadays it supports advanced features like 3D acceleration, snapshosts taking, transparent support for USB devices and so on. Unity mode also offers guest OS's windows to run separately in seamless mode in host desktop environment. On the other side of spectrum is Vmware Player. It isn't able to create new virtual machines (VM), but can be used for executing VMs created in other VMware's products. In the world of Apple, VMware Fusion is used for virtualizing other operating systems. Competitors on Mac OS are Parallels' virtualization products. VMware ThinApp is new solution for enabling Windows application to run in “sanbox” environment. This prevent for example compatibility issues. Unfortunatelly, this is Microsoft Windows-only software.
In the world of servers is crucial support of high end techologies such as iSCSI, Fibre Channel, Storage area networks. VMware company has server products that are able to ensure compatibility with whole this company's network and storage infrastructure. VMware Server (originally released as GSX Server) is on Linux able to run without X Window system, so you can spare memory for your VMs. In version 2, it brings much better cooperation with VMware Infrastructure, but isn't suitable as replacement of VMware Workstation for home or small office anymore. You can obtain free serial number after registration. Administration is provided easily via web browser with plugin for connecting to VM's desktops. VMware Server doesn't provide such functionality as Workstation – for example allows only one snapshost per VM and 3D acceleration is not supported at all. Flagship of VMware's server virtualization software is ESX server. It is based on RHEL, but is strongly modified; ESX is meant to run in datacenters/big enterprise on certified hardware. Since it doesn't use any host OS (“bare metal”), hardware certification ensures, that ESX will be able to run on your machines. All management services are maintained by Service console (“vmnix” service) over CLI as well as web interface or VMware Console (this console uses slightly modified VNC protocol for remote desktop management).
Package of ESX server and other extra features is called VMware Infrastructure. It enhances ESX with several high end possibilities
VMware Infrastructure also consists of other extras such as tools for consolidated backup or distributed resource scheduling and so on.
I have come through the most important and most visible software products of VMware, but this company also issues and develops more interesting tools:
Citrix XenServer (that is free) with combination with Citrix Essentials (commercial advanced automation and management for the virtual datacenters) is probably biggest ESX server competitor in the world of Linux-based virtualization.
XenServer serves with lower price than ESX server or VMware infrastructure, so it aims to lower cost solutions (for example allows also 1 CPU licences in opposite to at least 2 CPU licences of VMware). It also has better license policy – array of pricing and configuration options for ESX is quite confusing and complicated.
According to material on the vmware.com, VMware ESX has approximately twice lower slowdown to native. It also wins in most tests (integer as well as floating point math, Xen was little better in encryption or compression tests). On the other hand, since aquiring XenSource by Citrix recently, Xen boosted its performance and continues to get better and better.
Advantages of ESX: Widest selection of guest operating systems, hundreds of prebuilt appliances, de-facto standard.
Advantages of Xen: Open source solution, that doesn't require host OS. Lower cost when compared to VMware Infrastructure.
Disadvantages of ESX: Confusing array of pricing and configuration options.
Disadvantages of Xen: Limited support for MS Windows guests.
Tiskni
Sdílej:
x32_64bithuh?! ;-]