Osquery is a free open source, powerful and cross-platform SQL-based operating system instrumentation, monitoring, and analytics framework for Linux, FreeBSD, Windows, and Mac/OS X systems, built by Facebook. It is a simple and easy-to-use operating system explorer. It combines a number of tools which perform low-level OS analytics and monitoring; these tools reveal an operating system as a high-performance relational database such as MySQL/MariaDB, PostgreSQL and more, where OS concepts are represented in tabular form, thus allowing users to employ SQL commands to carry out system monitoring and analytics. Osquery use a simple plugin and extensions API to implement SQL tables, there is a collection of tables in existence ready for use, and more are being written. Some tables can only be found on a specific operating system, for instance, you only find the kernel_modules table on Linux systems. Additionally, you can run queries to monitor and analyze OS state on a single host via the … [Read more...] about How to Monitor Linux Server Security with Osquery
Mysql os x
6 Github alternatives that are open source and self-hosted
Git is a version control system. Linus Torvalds created Git in 2005 for development of the Linux kernel. Git is mainly used for software source code management. However, it can be used to keep track of any set of files such as HTML or CSS or a tutorial written in the markup language. Git is a Distributed Version Control Systems. A dedicated Git server helps to manage access control, show contents of a Git repository via the web and manage multiple repositories. In a Git, clients do not just check out the latest snapshots of the files. They entirely mirror the repository including history. Microsoft to acquire Github It is official now. Microsoft announced an agreement to acquire GitHub, the world’s leading software development platform. I think it is a wake-up call for open source projects. So much of open source code hosted on Github. I twitted this other day: SCO Lawsuit against Linux and called open source cancer. It actively follows a policy of Embrace, Extend, Extinguish. … [Read more...] about 6 Github alternatives that are open source and self-hosted
6 Github alternatives that is open source and self-hosted
Git is a version control system. Linus Torvalds created Git in 2005 for development of the Linux kernel. Git is mainly used for software source code management. However, it can be used to keep track of any set of files such as HTML or CSS or a tutorial written in the markup language. Git is a Distributed Version Control Systems. A dedicated Git server helps to manage access control, show contents of a Git repository via the web and manage multiple repositories. In a Git, clients do not just check out the latest snapshots of the files. They entirely mirror the repository including history. Microsoft to acquire Github It is official now. Microsoft announced an agreement to acquire GitHub, the world’s leading software development platform. I think it is a wake-up call for open source projects. So much of open source code hosted on Github. I twitted this other day: SCO Lawsuit against Linux and called open source cancer. It actively follows a policy of Embrace, Extend, Extinguish. … [Read more...] about 6 Github alternatives that is open source and self-hosted
Dash for Mac
Dash stores snippets of code and searches offline documentation sets: iOS, OS X, Man Pages, ActionScript, Akka, Android, Arduino, C++, CakePHP, Cappuccino, Clojure, Cocos2D, Cocos3D, Corona, CSS, Django, Drupal, Emacs Lisp, Erlang, Groovy, Haskell, HTML, Java, JavaFX, JavaScript, jQuery, Kobold2D, Lua, MySQL, Node.js, Perl, PHP, PostgreSQL, Python, Qt, Redis, Ruby, Ruby on Rails, Scala, Sparrow, SQLite, Symfony, Twisted, TYPO3, Unity 3D, Vim, VMware vSphere, WordPress, XSLT, XUL, Zend. You can even generate your own docsets or request docsets to be included. Features: Collect snippets of code that you reuse often. Snippet detection. Dash will suggest snippets based on what you copy and paste. Sync by saving your library in Dropbox. Over 80 syntaxes for code highlighting. Variable Placeholders can be edited before pasting. Abbreviations are expanded wherever you type them. Special Snippet Placeholders: @clipboard expands into the contents of the clipboard. @cursor repositions the … [Read more...] about Dash for Mac
13 Linux Performance Monitoring Tools – Part 2
If you’re working as a Linux/Unix system administrator, sure you know that you must have useful monitoring tools to monitor your computers & systems, monitoring tools are very important in the job of a system administrator or a server webmaster, it’s the best way to keep an eye on what’s going on inside your system. Read Also: 20 Tools to Monitor Linux Performance – Part 1 13 Linux Performance Monitoring Today we’re going to talk about another 13 Linux monitoring tool that you may use to do the job. 21. Glances – Real Time System Monitoring Glances is a monitoring tool built to present as much information as possible in any terminal size, it automatically takes the terminal window size it runs on, in other words, it’s a responsive monitoring tool. Glances Features Licensed under LGPL and written in Python. Cross-platform, it works on Windows, Mac, BSD and Linux. Available in most Linux official repositories. A It gives a lot of information … [Read more...] about 13 Linux Performance Monitoring Tools – Part 2