Software

Git. How to add external repository to your project

If you work with external developers and you often have to get the code from them, it’s not very good to transfer it with dropbox or something like that. You want to achieve it, view changes, make tests and build it. It’s why CI/CD is made for. At first you should add external repository to […] Read more»

Web server

Main Git (Github, Gitlab) rules

I can’t imagine the development process without Git. It’s not only to store the source code, but to work and to live with it. If you can’t use Git, you can’t take part in modern development. It’s not very difficult, may be it’s even easy. But you should know some recommendations to avoid mistakes and […] Read more»

Web server

Set Windows Defender exclusions with PowerShell

To exclude folders, files or file extensions in scanning by Windows Defender, you can use PowerShell. It’s recommended to use by administrators. With this PowerShell script (command) you can easily set exclusion for the Windows Defender. It is useful sometime and help to improve the performance. Read more»

Windows

Truncate log files with PowerShell

It is a very common task to truncate log files. You don’t notice them and they reach the limit size always not in the appropriate time. And when this moment occurs, it’s much better to have a quick solution to decrease the size of log files. But even much better to clean logs automatically on […] Read more»

Windows

How to fix upside down image from web camera in Skype in Ubuntu

Skype upsidedown

Ubuntu is one of the most favorite operation systems. It is free, it is easy to install it to any PC, you do not worry about viruses and other no good things, which Windows systems have. But in Ubuntu you can have different problems with proprietary software and drivers. One of the common problems with […] Read more»

Linux

Popular Posts