Home Search

bit - search results

If you're not happy with the results, please do another search

Tencent and Why Open Source is About to Explode in China

Why are all the internet companies based on the West Coast of the U.S.? Google, Yahoo, eBay, Facebook, Amazon, Twitter - all the world’s...

DevConf 2016: community and containers

This year it was even more difficult to decide how to spend my time at DevConf, the annual Fedora, Red Hat, JBoss developers’ conference...

What is a mount point in Linux/Unix?

Mounting takes place before a computer can use any kind of storage device (such as a hard drive, CD-ROM, or network share). The user...

6 Excellent Lightweight Linuxes for x86 and ARM

Presenting a nice assortment of lightweight yet fully functional Linux distros for all occasions. All of these are full distros that do not depend...

IBM Moves to Advance Blockchain in the Enterprise

IBM delivers Blockchain-as-a-Service for developers and commits to making the technology ready for business,IBM has put its considerable weight behind blockchain to advance the...

Google Green-Lights Go 1.6

The new version features HTTP/2 support, improved garbage collection, and ports to Android and Linux.Google has released version 1.6 of the Go open source programming...

What is SGID and how to set SGID in Linux?

This is next to SUID in our ongoing Linux file and folder permissions series. We already discussed about CHMOD, UMASK, CHOWN, CHGRP, SUID, StickyBit and SUDO  concepts in our previous posts. In this post...

Linux Systems Patched for Critical glibc Flaw

Google exposed a critical flaw affecting major Linux distributions. The glibc flaw could have potentially led to remote code execution. Linux users today are scrambling...

Tizen 3.0 Joins Growing List of Raspberry Pi 2 Distributions

Last week’s news that Tizen 3.0 has been ported to the Raspberry Pi 2 Model B is the latest example of how the year-old...

What is SUID and how to set SUID in Linux/Unix?

There are some other special permission apart from the normal file permissions read, write and execute which we set with chmod and chown commands. They are SUID, SGID, Sticky Bit, ACL’s,...