Linux Basics: How to Add and Delete Shell Users on Ubuntu
Linux Basics: How to Add and Delete Shell Users on Ubuntu Linux Adding and removing shell users on a fresh Linux server remain amongst the most fundamental tasks every Linux user/system administrator...
View ArticleHow to Build a Custom Arduino Talking Reminder Machine, Part 2
In Part 1 we learned about solderless breadboards and the DS1307 real-time clock for keeping time on Arduino devices. Now we're going to load and test the complete sketch for playing motion-activated...
View ArticleBuild Your Own Distro, Part Two
Discover the different methods available for creating your own customised distro and have everything working your way in no time Read more at Linux User.
View Article8 Tips for Creating Better Bash Scripts
When I was first got started with administrating Linux and Unix servers I was working in an environment where there were tons of adhoc scripts that other admins wrote. From time to time I would find...
View ArticleHow to Set Up Internet Connection Sharing With Iptables on Linux
In this tutorial, I'll explain how to share a single Internet connection among multiple devices on Linux. While consumer-grade WiFi routers have become mainstream nowadays, making this problem a...
View ArticleLinux Basics: How To Install SSH Keys on the Shell
Linux Basics: How To Install SSH Keys on the Shell SSH keys offer a highly secure manner of logging into a server with SSH as against mere dependence on a password. While a password stands the risk of...
View ArticleUnderstanding and Writing ‘Linux Variables’ in Shell Scripting – Part 10
The Linux shell scripting language has always been a hot topic and will always be in the future. The Shell Scripting Language is magical and its so easy to do a program in scripting language as in any...
View ArticleGentoo Linux Installation Guide with Screenshots – Part 2
As a previously mentioned in my last tutorial about Gentoo Linux Installation is a long and difficult process which requires extra time but in the end your system will look and perform exactly in what...
View ArticleFirefox 30 Released – Install on RHEL/CentOS 6 & Fedora 20/19/18/17
Finally, Mozilla team officially released Firefox 30 for all major opertating systems and the binary packages are now available for download. This release is not a major release, but still comes with...
View ArticleHow to Diskless Boot a Linux Machine
Diskless booting implies that a client computer does not have any disk storage when booting an operating system. In that case, the computer can load the kernel as well as the root filesystem from a...
View ArticleLinux Basics - Set A Static IP On CentOS
Linux Basics - Set A Static IP On CentOS This tutorial explains the configuration of a static IP address (IPv4 and IPv6), the hostname and nameservers on CentOS. To be compatible with Desktop and...
View ArticleHow to Rescue a Non-booting GRUB 2 on Linux
Once upon a time we had legacy GRUB, the Grand Unified Linux Bootloader version 0.97. Legacy GRUB had many virtues, but it became old and its developers did yearn for more functionality, and thus did...
View ArticleHow to Control a Servo Motor from a BeagleBone Black on Linux
Servo motors can rotate to a specified angle and hold that angle against a resistive force. This makes Servos great for creating a DIY pan-and-tilt camera system, for moving panels through a limited...
View ArticleHow to Add a Swap File On Ubuntu
How to Add a Swap File On Ubuntu Linux A swap file enables an operating system (OS) to utilize hard disk space to simulate additional memory. Effectively, as the system goes on the low-memory mode, it...
View ArticleLinux Terminal: the tee command
The command “tee” it’s one of the basic commands that you should find in any system, yet it’s not so popular or use, this command reads standard input and writes it to both standard output and one or...
View ArticleInstalling Virtualizor on CentOS 6.5 with RAID1
Installing Virtualizor on CentOS 6.5 with RAID1 This guide covers installing the Virtualizor control panel on CentOS 6.5 with RAID1. Read more at HowtoForge
View ArticleHow to Set Up a Secure FTP Service With vsftpd on Linux
FTP or File Transfer Protocol is one of the widely used services on the Internet, mainly for transferring files from one host to other. FTP itself was not designed as a secure protocol, and as such,...
View ArticleLinux Deepin Brings Mac-Like Sensibility to the Linux Desktop
When we consider the Linux desktop, most often GNOME 3, Ubuntu Unity, KDE, Cinnamon, and XFCE come to mind. Those desktops range from the old-school functional to the new-school modern. Each has its...
View ArticleHow to Sync Microsoft OneDrive on Linux
OneDrive (previously known as SkyDrive) is a popular cloud storage offering from Microsoft. Currently OneDrive offers 7GB free storage for every new signup. As you can imagine, OneDrive is well...
View ArticleHow to Configure a Tomcat Cluster on Ubuntu
Apache Tomcat is the most popular open-source Java web server. If your web site is expecting more traffic as your business grows, a single instance of Tomcat will probably not scale with the growing...
View Article