IT
, . -.
, simplecloud.ru. , : , , . 3 , . ? , 3
, . . - , firstvds.ru VPN . ! , .
, .
, , .
, alfa-voin.ru. "" . - ,
, , .
IT?
- VPN, , , . ,
Chrome! 2007
. , 64 .
. FreeBSD 2007 , Windows c Linux
❯
Chrome, Google :
, , , , - .
Opera Internet Explorer Chrome.
Google , Chrome .
Chrome:
❯
, Google... .
, , . .
Chrome : Windows, Linux FreeBSD.
, . .
, ++, , .
, .
Chrome . .
:
;;
, .
, .
, .
Google Chrome ( Linux) , .. , .
Google.
Chrome Chromium , Chromium , .
Chromium Chrome - Linux, .
Ungoogled Chromium, Chromium Google .
Google , Ungoogled Chromium Chromium, Google Chrome.
, Chrome , Chromium.
64- , 147 :
147.0.7727.101 (Official Build) (64-bit)
Ungoogled Chromium , , 137 :
, . , , , .. .
, :
Lenovo Z580, 2013
ASUS F3Ke, 2007
( ) .
❯
, , , :
, .
- Reddit/LinkedIn 100% .
Ubuntu Linux 2012
❯ Chrome Linux
, Linux- :
, Calculate Linux ( Gentoo) OpenRC systemd, systemd-run , Linux, Chrome.
, , :
#!/bin/bash
systemd-run --user --slice=chromium.slice chromium \
--enable-features=VaapiVideoDecoder,VaapiVideoEncoder \
--enable-gpu-rasterization \
--disable-gpu-compositing \
--enable-zero-copy \
--disable-background-networking \
--disable-client-side-phishing-detection \
--disable-prompt-on-repost \
--disable-sync \
--metrics-recording-only \
--no-first-run \
--safebrowsing-disable-auto-update \
--ignore-gpu-blocklist \
--renderer-process-limit=4 \
--disable-smooth-scrolling \
--wm-window-animations-disabled \
--animation-duration-scale=0 \
--disable-spell-checking \
--disable-features=WhatIsNewPage,Promotions,LensOverlay \
--enable-unsafe-swiftshader "$@"
- /opt/own/bin/chrom, :
chmod +x /opt/own/bin/chrom
.
, \ , .. .
‑ \ .
HTML- , Chrome .
Chrome , :
systemd-run --user --slice=chromium.slice chromium
, Chrome .
, .
( Davinci Resolve) .
( ) :
, .
Linux- , ~/.config/systemd/user/chromium.slice :
[Slice] MemoryAccounting=yes MemoryHigh=1G MemoryMax=1.5G MemorySwapMax=3000M CPUAccounting=true CPUQuota=70%
(MemoryHigh MemoryMax), (CPUQuota), 100% CPU Chrome .
:
, Chrome .
, .
systemd-run :
systemd-run --user --slice=chromium.slice chromium
, Telegram, 100% .
❯
.
, CPU/GPU ( ), .
.
Ungoogled Chromium
CRX_REQUIRED_PROOF_MISSING
.
.
❯ Chrome
Chrome , . chrome://flags/, .
, .
, .
:
1%
, , , .
.
--enable-features=VaapiVideoDecoder,VaapiVideoEncoder
--enable-features= .
, Video Acceleration API (VAAPI).
-, VAAPI , , .
, VAAPI , .
VAAPI - , .
--enable-gpu-rasterization
Chrome 37 introduced a GPU rasterizer. When enabled, some paint workloads can go from 100ms/frame to 4-5ms/frame.
.
--disable-gpu-compositing
GPU- .
, Asus F3KE, GPU- :
--enable-zero-copy
Enable rasterizer that writes directly to GPU memory associated with tiles.
--disable-background-networking
, .
--disable-client-side-phishing-detection
.
, .
--disable-prompt-on-repost
:
--disable-sync
Google.
Chromium, ungoogled- , .
--metrics-recording-only
, Google. , .
--no-first-run
.
--safebrowsing-disable-auto-update
Safe Browsing Google . Chromium, ungoogled‑ Safe Browsing .
--ignore-gpu-blocklist
.
, , .
--renderer-process-limit=2
, :
, .
, - .
--disable-smooth-scrolling
, .
, .
--wm-window-animations-disabled
, .
--animation-duration-scale=0
CSS-, 0 , , .
--disable-spell-checking
, ( ).
--enable-unsafe-swiftshader
, WebGL, 3D- , Vulkan API.
--disable-features=WhatIsNewPage,Promotions,LensOverlay,OptimizationGuideOnDeviceMode
--enable-features= , .
,
.
Chromium, ungoogled- .
Windows.
Reddit , Reddit ,
❯ Windows
Windows 11, 10 7 Windows.
( , ?), Windows: 11, 10 7.
:
chrome.exe --enable-features=VaapiVideoDecoder,VaapiVideoEncoder^
--disable-features=WhatIsNewPage,Promotions,LensOverlay^
--enable-gpu-rasterization^
--disable-gpu-compositing^
--enable-zero-copy^
--disable-background-networking^
--disable-client-side-phishing-detection^
--disable-prompt-on-repost^
--disable-sync^
--metrics-recording-only^
--no-first-run^
--safebrowsing-disable-auto-update^
--ignore-gpu-blocklist^
--renderer-process-limit=4^
--disable-smooth-scrolling^
--wm-window-animations-disabled^
--animation-duration-scale=0^
--enable-unsafe-swiftshader %*
run.cmd, chrome.exe .
Linux, .
, ^ \ UNIX- Windows.
‑ ^ .
, Chrome ( Chromium) Windows AI- , Windows Ungoogled-.
Ungoogled Chromium Windows 7 .
Chrome Windows
Google Windows 7 Chrome/hromium 2023 , .
Chrome... Windows XP!
Windows XP 2001 . Windows XP (!) .
.
, Chrome, .
❯ Chrome FreeBSD
, 2023- :
Chrome FreeBSD .
Asus F3KE 2007 , .
( ), .
:
#!/usr/local/bin/bash
source ~/.exports.sh
/usr/local/bin/ungoogled-chromium
--enable-features=VaapiVideoDecoder,VaapiVideoEncoder \
--enable-gpu-rasterization \
--disable-gpu-compositing \
--enable-zero-copy \
--disable-background-networking \
--disable-prompt-on-repost \
--metrics-recording-only \
--no-first-run \
--ignore-gpu-blocklist --renderer-process-limit=2 \
--wm-window-animations-disabled \
--animation-duration-scale=0 \
--enable-unsafe-swiftshader "$@"
FreeBSD ungoogled- , , ungoogled-.
:
source ~/.exports.sh
DBus, ~/.exports.sh :
#!/usr/local/bin/bash
FF=0
if [[ -z $DBUS_SESSION_BUS_ADDRESS ]]; then
lines=$(pgrep "dbus-daemon" -u "$USER" | (while read -r line
do
echo $line
exp=`procstat -h -e $line`
if [[ "$exp" == *"DBUS_SESSION_BUS_ADDRESS="* ]]; then
echo "DBus session found"
exp2=`echo $exp |sed 's/.*DBUS_SESSION_BUS_ADDRESS=\([^ ]*\).*/\1/'`
echo export DBUS_SESSION_BUS_ADDRESS="$exp2" > ~/.exports.sh
FF=1
break
fi
done; echo $lines) )
echo $FF
if [[ "$FF" = 8 ]]; then
echo "DBus session not found, starting.."
dbus_out=`dbus-launch`
echo $dbus_out > ~/.exports.sh
fi
if [[ -f ~/.exports.sh ]]; then
source ~/.exports.sh
fi
fi
DBus, (, ) dbus-launch .
, FreeBSD , cgroups :
--renderer-process-limit=2
.
❯
, Chrome, . .
--profile-directory=test-profile
--single-process
, :
( ) Chrome , .
, AdBlock.
, Chrome .
--disable-features=UseSkiaRenderer
Chrome uses Skia for nearly all graphics operations, including text rendering. GDI is for the most part only used for native theme rendering; new code should use Skia.
--single-process, .
❯
, .
.
: alex0x08
Timeweb Cloud ↩
-.
📚 :
. .Ļ, : 7810945525
Linux Ryzen-


.
Ryzen 7950X . Ubuntu 22.04 .
, .
, Ryzen- .
: , . .
, .
, Ryzen 7950X, .
, . , . , : , .
.
, . , .
, . , , . , , . : , .
: .
, .
. , , . .
. , , , , .
. : , , . , . , , .
. , . , .
. . , , .
. , , , .
,
, .
. - , . , .
. , , , , . , , , .
. - , . .
. , , . , , , .
. , , , 500 , . , .
. , . , , , .
: .
: SMM-. - - . , . 800 , , . .
.
: . , .
-
, :
✅ ;
✅ : , , , ;
✅ , , ;
✅ , , ;
✅ , ;
✅ .
: , , , . , , : , .
, , . : , , , . , .
IT- , . . , , , , .
. , : 7736207543
















