> Without using complex tools like fsnotify
With a simple binding library, you can use all inotifywait tools as follows:
That script will check recursively the folder “./my_files” and when a file send event to OS type “close_write” you will get the full path of the file. For example:
- /home/user/my_files/myfile.txt
You need to “inotifywait” in your OS or Docker to be able to use this library.
Repository:
There is a simplistic way to generate an error via Sentry sdk in Golang with title, message, env and tags as params. Remember to set CUSTOM_SENTRY_DSN variable
Source: https://gist.github.com/pablodz/279b6c975d93a638e4378b225bbaea39
It is well knowed that Ubuntu has some troubles while sharing audio while sharing screen that are not apps like Chrome. Pipewire is going to solve that problem, but is not ready yet. Instead of handling directly with Pipewire, it is useful to use Carla and share audio connecting via Patchbay.
Method 1
- Download .exe file from here
2. Install wine
- Ubuntu (18+)
sudo apt install -y wine
3. Run MicroSIP as usual
wine ./MicroSIP-3.20.7.exe
Method 2 (recommended) (Linux & MacOS)
- Install Docker
2. Install the wine image
wget https://raw.githubusercontent.com/scottyhardy/docker-wine/master/docker-wine
chmod +x docker-wine
More info: https://github.com/scottyhardy/docker-wine
3. Run wine inside docker
./docker-wine \
--as-me \
--force-owner \
--volume=/home/your_path_to_exe_file:/data# Inside docker run this
cd /data
wine your_file.exe
Easy way via snap
Basically you need just to run
sudo snap install photogimp
Check more info:
- Repository: https://github.com/pedroermarinho/photogimp
- Snap repository: https://github.com/pedroermarinho/photogimp