Concurrent map and slice types in Go
Go is a language well known for it’s concurrency primitives.
A place about Open Source Software, Operating Systems and some random thoughts
Go is a language well known for it’s concurrency primitives.
Testing is an important part of software development, which gives information about the quality of a product. It is that process by which we ensure that the product we deliver meets the expectations and requirements by testing and verifying its functionality, performance and reliability.
So, I’ve finally received my copy of The Go Programming Language by Alan A. A. Donovan and Brian W. Kernighan!
Pulp is a platform for managing repositories of content, such as software packages, and pushing that content out to large numbers of consumers.
Since Zabbix release 2.2.0, users and developers of Zabbix can now extend Zabbix monitoring features by using loadable modules.
ZeroMQ is a lightweight messaging library which makes it fairly easy for developers to design and implement distributed systems.
A few days ago I’ve received my copy of the Zabbix Cookbook by Patrik Uytterhoeven.
Security Account Manager (SAM) in Windows is used to store users’ passwords and can be used to authenticate local users on your Windows systems.
traceroute(8)
is one of these tools that sysadmins often use
when a networking issue arises and needs troubleshooting.
A process holding an open handle to a file and eventually removing that file while the process still runs often results in a stale file handle.