Actualités

I have seen a propagation technique used by vjw0rm to propagate himself, by creating LNK file in VBS, by executing a command when clicking on LNK. So I decided to see if it was possible in C, create a ...
Animated GIF’s are simply great! This tutorial will show you how to create Animated GIF from a video file using VLC and GIMPin Windows 11/10.
To create a script with Visual Basic Code on Windows 11 (or 10), use these steps: Open VS Code. Click the File menu and select the "New Text File" option. Click the File menu and select the Save ...
sed -i 's/Channel/Family/g' file.txt. After running the command, to view the file again, type: cat file.txt. You’ll see “Channel” has been replaced with “Family”. In this way, you can replace a string ...
Zenity, a tool to display GTK dialog boxes from the terminal and shell scripts is a great tool and it is very easy to use. In this how-to, we will create a simple application launcher using a Bash ...
Learn How to create a CSV text file (Comma-separated values ) using C# language on the dotnet platform (.NET Platform) and store data into the file. This tutorial is aimed at beginners and teaches you ...