Skip to content

Instantly share code, notes, and snippets.

View souhaiebtar's full-sized avatar
:octocat:
Focusing

souhaiebtar

:octocat:
Focusing
View GitHub Profile
@souhaiebtar
souhaiebtar / links.txt
Created April 1, 2024 14:42
[link] links 24.04.01 #links #windows
@souhaiebtar
souhaiebtar / instrucation_to_build_spiral_iso.md
Last active March 31, 2024 19:00
[spiral Build Image] spiral linux build image #linux #distro #build

dependency

apt install live-build unzip nginx qemu-system-x86 patch

to build ./spiral -i


Base system

@souhaiebtar
souhaiebtar / links.md
Created March 29, 2024 16:17
[Setup C++ in VSCode windows GCC + GDB] how to install #windows #compile #c++ #vscode
@souhaiebtar
souhaiebtar / install_rust_in_windows_using_msys64.md
Last active March 29, 2024 16:18
[]install rust in windows using msys64 #rust #windows #compile
@souhaiebtar
souhaiebtar / nosnap.pref
Created March 3, 2024 15:18
[disable-snap-from-installing] disable snap from installing on debian #linux #ubuntu #snap
# create file /etc/apt/preferences.d/nosnap.pref
# idea from linux mint
# To prevent repository packages from triggering the installation of Snap,
# this file forbids snapd from being installed by APT.
# For more information: https://linuxmint-user-guide.readthedocs.io/en/latest/snap.html
Package: snapd
Pin: release a=*
Pin-Priority: -10
@souhaiebtar
souhaiebtar / notes.txt
Created October 31, 2023 08:34
camera
camera, security
poe switchs
https://www.tunisianet.com.tn/accueil/63806-switch-de-bureau-tenda-s108-8-ports-10100-mbps.html
https://www.tunisianet.com.tn/switch-routeurs-point-d-acces/52343-switch-de-bureau-tp-link-5-ports-10100-mbps-avec-4-ports-poe.html
https://bestbuytunisie.tn/switch-poe-d-link-6-ports-des-f1006p-e/e/
@souhaiebtar
souhaiebtar / command.sh
Last active October 17, 2023 08:40
[wsl2 cannot run .exe] wsl2 cannot run .exe #wsl2 #wsl #linux #windows
sudo sh -c 'echo :WSLInterop:M::MZ::/init:PF > /usr/lib/binfmt.d/WSLInterop.conf'
sudo systemctl unmask systemd-binfmt.service
sudo systemctl restart systemd-binfmt
sudo systemctl mask systemd-binfmt.service
# source: https://github.com/microsoft/WSL/issues/8952
@souhaiebtar
souhaiebtar / run_vmware_kvm_alongside.md
Created July 30, 2023 10:47
[vmware kvm alongside] vmware kvm alongside #vmware #kvm #linux

VMware

to disable

sudo /etc/init.d/vmware stop

to enable

sudo /etc/init.d/vmware start

@souhaiebtar
souhaiebtar / architecture
Last active April 20, 2023 07:58
[docker php-fpm apache] docker php-fpm apache #docker #docker-compose #apache #php-fpm
|
|-httpd
|-httpdconf
|-pgt.apache.conf
|-public
|-index.php
|-.env
|-docker-compose.yml