Smart 🧠 Fullstack
klingai.com v1.6 Penguin looks at the monitor in which 2 elephants, a python, a crab, a dolphin, a whale, and there is a railroad next to each other. #ai #video #funny #kling
https://sora.chatgpt.com/g/gen_01k25sqm87f9m8j53x5cv3m9zw
Penguin looks at the monitor in which 2 elephants, a python, a crab, a dolphin, a whale, and there is a railroad next to each other.
Please open Telegram to view this post
VIEW IN TELEGRAM
Running Arduino IDE Trouble
Command:
Problem:
Reason:
Temporary Solution:
#arduino #ide #chrome #trouble #electron
Command:
Romaxa@Coder:~/Downloads$ ./arduino-ide_2.3.6_Linux_64bit.AppImage
Problem:
[9871:0822/205312.847155:FATAL:setuid_sandbox_host.cc(158)] The SUID sandbox helper binary was found, but is not configured correctly. Rather than run without sandboxing I'm aborting now. You need to make sure that /tmp/.mount_arduinh3PsDe/chrome-sandbox is owned by root and has mode 4755.
Ловушка трассировки/останова (образ памяти сброшен на диск
Reason:
Arduino IDE fails to launch on Linux due to improperly configured Chrome sandbox permissions in the Electron-based application.
Temporary Solution:
./arduino-ide_2.3.6_Linux_64bit.AppImage --no-sandbox
#arduino #ide #chrome #trouble #electron
Example Giant Repo / Too Long To Clone All:
git clone git@github.com:makhnanov/wesnoth.git
How To Get Only Images Dir:
git clone --filter=blob:none --sparse git@github.com:makhnanov/wesnoth.git
cd wesnoth
git sparse-checkout set data/core/images/
#git
Please open Telegram to view this post
VIEW IN TELEGRAM
npm install -g @anthropic-ai/claude-code
claude
Useful Links:
- Doc
- IDEA Plugin
Windows
$env:Path += ";C:\Program Files\nodejs" ; npx claude
UPD (Simple way):
curl -fsSL https://claude.ai/install.sh | bash
#ai #claude
Please open Telegram to view this post
VIEW IN TELEGRAM
1
-
-
Please open Telegram to view this post
VIEW IN TELEGRAM
1🔥1
Smart 🧠 Fullstack
Delta - git diff analog. Installation: sudo apt install git-delta Usage: delta index.html index.backup.html # instead of # diff index.html index.backup.html #git #diff
npm notice Beginning October 4, 2021, all connections to the npm registry - including for package installation - must use TLS 1.2 or higher.
You are currently using plaintext http to connect.
Please visit the GitHub blog for more information: https://github.blog/2021-08-23-npm-registry-deprecating-tls-1-0-tls-1-1/
#node #nodejs #npm #update
Please open Telegram to view this post
VIEW IN TELEGRAM
Forwarded from RESTful api
#docker#windows
https://github.com/dockur/windows
docker run -it —rm —name windows \
-p 8006:8006 \
—device=/dev/kvm \
—device=/dev/net/tun \
—cap-add NET_ADMIN \
-v «${PWD}/windows:/storage» \
—stop-timeout 120 \
https://github.com/dockur/windows
GitHub
GitHub - dockur/windows: Windows inside a Docker container.
Windows inside a Docker container. Contribute to dockur/windows development by creating an account on GitHub.
Please open Telegram to view this post
VIEW IN TELEGRAM
Smart Check SSD
#smartmontools #smartctl #ssd #hdd
sudo apt install smartmontools
sudo smartctl -A /dev/sda
#smartmontools #smartctl #ssd #hdd
Speed Test
#speed #test #speedtest #internet
sudo apt install speedtest-cli
speedtest-cli
Romaxa@Coder:~$ speedtest-cli
Retrieving speedtest.net configuration...
Testing from ALMATV (8.8.8.8)...
Retrieving speedtest.net server list...
Selecting best server based on ping...
Hosted by FishNet (Karaganda) [785.21 km]: 20.407 ms
Testing download speed................................................................................
Download: 154.16 Mbit/s
Testing upload speed......................................................................................................
Upload: 285.92 Mbit/s
#speed #test #speedtest #internet