Idomios svetainės kurias radau, iš vieno interiu su Reza Gabjavi:
https://inthepresenceofk.org/issues/
2025 m. gruodžio 9 d., antradienis
Krishnamurti and stuff
2025 m. spalio 12 d., sekmadienis
WireGuard Guide for Ubuntu
Always start by updating your system packages to ensure you have the latest security patches and dependencies:
Install WireGuard and required tools:
For Ubuntu 18.04 and earlier, you may need to add the PPA first:
Generate private and public key pairs:
Create and edit the WireGuard configuration file:
Add the following configuration (example for server):
- Address: The VPN IP address for this interface
- ListenPort: UDP port WireGuard listens on (default: 51820)
- SaveConfig: Automatically save runtime configuration
- AllowedIPs: IP ranges that can be routed through this peer
For server/gateway setups, permanently enable IP forwarding:
Uncomment or add this line:
Apply the changes:
Start WireGuard:
Stop WireGuard:
Enable on Boot:
Disable Autostart:
Check Status:
Restart After Config Changes:
If using UFW (Ubuntu's default firewall), allow WireGuard port:
Allow forwarding (if acting as server):
Add these lines at the beginning (after the header comments):
Also edit UFW's sysctl settings:
Ensure this line is uncommented:
Reload UFW:
Check Logs:
Verify Interface:
Test Connectivity:
Check Active Connections:
✅ Quick Command Reference
wg-quick up wg0wg-quick down wg0
systemctl enable wg-quick@wg0systemctl disable wg-quick@wg0
wg showsystemctl status wg-quick@wg0
nano /etc/wireguard/wg0.confwg-quick down wg0 && wg-quick up wg0
- Keep your private keys secure
- Regularly update your system
- Monitor connection logs for unusual activity
- Document your peer configurations
WireGuard® is a registered trademark of Jason A. Donenfeld.
Last updated: 2024 | Ubuntu 20.04 LTS and later
2025 m. rugsėjo 25 d., ketvirtadienis
Europos parama
https://esparama.eu/
https://www.idus.lt/es-parama-zemes-ukiui/es-parama-vidutiniu-ukiu-pletrai
https://www.facebook.com/uab.idus
Ukininkavimas išsamiai:
https://www.lektoriai.eu/wp-content/uploads/2023/07/Jaunuju-ukininku-isikurimas-2.pdf
Apie kanapiu auginima;
https://www.zur.lt/kanapiu-sektorius-europoje-tvarus-potencialas-kuriam-reikia-aiskios-strategijos/
Detaliau:
2025 m. rugsėjo 5 d., penktadienis
AI stuff
https://github.com/upstash/context7 - Naujojamas patikrinti naujausias bibliotekas
https://www.youtube.com/watch?v=xOO8Wt_i72s&ab_channel=PatrickEllis - claude mcp
https://github.com/microsoft/playwright-mcp
playwright install
npx playwright install install chrome
Chrome AI:
https://github.com/GoogleChrome/chrome-extensions-samples
chrome://on-device-internals/
https://developer.chrome.com/docs/extensions/get-started/tutorial/hello-world
https://googlechromeai2025.devpost.com/resources
https://groups.google.com/u/1/a/chromium.org/g/chrome-ai-dev-preview/c/4Xeuq3Px9HA
https://developer.chrome.com/origintrials/#/trials/active
Model data; chrome://on-device-internals/
Step 1: Force Download via Components Page
This is the most reliable method:
- Go to:
chrome://components/ - Find: "Optimization Guide On Device Model"
- Click: "Check for update" button
- Wait for it to download (you'll see the version number update)
- Monitor the download:
- Open a new tab:
chrome://on-device-internals - Go to the "Model Status" tab
- You should see Gemini Nano downloading
- Open a new tab:
- Wait 5-15 minutes for download to complete
- Verify it's ready:
const result = await session.prompt('Parasyk haiku apie kodavimą');
console.log(result);
2025 m. rugpjūčio 15 d., penktadienis
Lietuviškos svetainės
https://lt72.lt - Lietuvos pasirengimas ekstremaliosioms situacijoms
Vilniaus istorija
https://neakivaizdinisvilnius.lt - Apie Vilniaus rajonus
Aukcionai:
https://konfiskuoti.lt - Transporto priemonės
https://aukcionai.turtas.lt/aukcionai
Naujienos:
Kainos:
Kiti:
2025 m. gegužės 6 d., antradienis
Visual studio code regex search
If we want to find meniu, that has has some particular text
For example
<openign tag
some text
name="anchor"
It requires shift+Enter at the end to work
2025 m. balandžio 2 d., trečiadienis
Android sdcard restore
For some reason sometimes sdcard stops working, one way to restore it is to load card on windows and run from src.
chkdsk X: /x /r
X - Disk Drive Letter