Rsync is an extremely powerful tool and does more than just make copies of your files on your system.
Source: How to Backup Files in Linux With Rsync on the Command Line | Linux.com
Rsync is an extremely powerful tool and does more than just make copies of your files on your system.
Source: How to Backup Files in Linux With Rsync on the Command Line | Linux.com
Openfire is an Instant Messaging and Group chat server, written in Java that uses XMPP (Extensible Messaging and Presence Protocol) server.
Source: Create Your Own Instant Messaging/Chat Server Using “Openfire” in Linux – Tecmint
Nmap is a tool used for determining the hosts that are running and what services the hosts are running. Nmap can be a valuable diagnostic tool for network administrators while they can be also a potent reconnaissance tool for the Black-hat community (Hackers, Crackers, Script Kiddies, etc). Once the network is charted out using tools like Lan MapShot, the Nmap can be used to determine the type of services and hosts running in the network.
In this article, we will cover some useful practical examples of Linux namp command.
Source: 10 Practical Examples Of Linux ‘nmap’ Command | Unixmen
If you’re interested in monitoring the temp on Linux, you’ll need a terminal-based program called lm-Sensors. It has a lot of other uses too. Check it out.
Source: Monitor Your PC’s Temperature on Linux Using lm-sensors (Make Tech Easier)
Overview of Ext2, Ext3 and Ext4 Linux File Systems and How to Convert and Create Linux File Systems.
Source: What is Ext2, Ext3 & Ext4 and How to Create and Convert – Tecmint
Understanding Linux File Systems – Part 1 (/proc file system)
Source: Understanding Linux File Systems – Part 1 (/proc file system) | Unixmen
FTP is a standardized network protocol and probably the quickest as well as easiest option available when a large chunk of data is to be transferred, from one host to another, over a TCP-based network. FTP defines a client-server architecture which uses two separate ‘well-known’ ports, for data (port no. 20, used for data transfer) and control (port no. 21, used for authentication) connections, in order to establish connectivity between the server and the client.
Source: How To : Set up a FTPS (FTP over SSL) Server on Linux ~ Your Own Linux..!
On Windows machines hard drives automatically sleep and spin down when they are not in use. This theoretically extends the life of your USB or SATA hard dr
Source: Spin Down and Manage Hard Drive Power on Raspberry Pi •
DNS, or the Domain Name System, is the part of the internet that converts www.techsupportalert.com (which you can understand but which your browser can’t), into an IP address of 72.52.134.16 (which your browser can understand, but which you probably don’t want to).
Source: Improve Your Security: Check Your Router Hasn’t Been Hijacked | Gizmo’s Freeware
Using OAuth, a developer can create an independent app that has access to its users’ accounts on other services. For example, Facebook lets developers create games whereby users of the games can post to their own walls on Facebook from within the app. The app doesn’t access the user’s credentials, thus keeping the interaction secure, and the user can at any time revoke the permissions granted to the app.
To accomplish this, Facebook and other services, including Google and GitHub, have implemented an OAuth service. There are two sets of code involved: The code running on the OAuth provider (e.g. Facebook itself), and the code running on the OAuth client (e.g. a site or app that lets you log in with your Facebook credentials). Between these two sets of code, programmers can write OAuth clients, e.g. websites and apps that let people log in using a provider such as Facebook. And that’s what we’re going to cover here.
Full article here:
How to Write an OAuth Client to Access Data on Other Applications (Linux.com)
Related articles:
What the Heck is OAuth? (SitePoint)
Authenticating with Google (Stormpath)
Authentic External: Authenticate users with OAuth providers (PHP Classes)
Python developer articles – OAuth step by step (Python Resources at Memect)
Tutorial: How to Implement Java OAuth 2.0 to Sign-In with GitHub and Google (Java Code Geeks)
Remote Access to Google Spreadsheets using Python, GSpread and OAuth2 (Warehouseman)
Using cURL, BASH and Google oAuth to access Google Analytics (jbmurphy.com)
Using OAuth2 with service account on gdata in python (Stack Overflow)
Upgrade Asterisk to an OAUTH2.0 connection with Google Voice (DSLReports)
Motion Google Drive Uploader for OAuth 2.0 (Jeremy’s Blog)
Recent Comments