Category: MacOS

Example syntax for Secure Copy (scp)

What is Secure Copy?

scp allows files to be copied to, from, or between different hosts. It uses ssh for data transfer and provides the same authentication and same level of security as ssh.

Source: Example syntax for Secure Copy (scp) (hypexr.org)

Make Linux Look Like macOS With These Easy Tweaks

If you like Linux but enjoy the Mac aesthetic, you’re in luck! This article will guide you through the steps to make your Linux desktop behave and look like Apple’s macOS.

Source: Make Linux Look Like macOS With These Easy Tweaks (MakeUseOf)

Installing macOS High Sierra on Proxmox 5

This tutorial for installing macOS Sierra has been adapted for Proxmox 5 from Kholia’s GitHub project for installing into vanilla KVM. There is more documentation there which will help out with enabling extra features and diagnosing problems!

Source: Installing macOS High Sierra on Proxmox 5 (Nicholas Sherlock)

Understanding Linux Permissions

Linux is a multiuser operating system. In a multiuser environment, it is necessary to ensure that a user cannot access or modify files or directories that they arent supposed to. File permissions provide a protection mechanism for controlling access to files and directories.

Linux’s file security model is based on that of Unix. Each file or directory can be accessed or modified by the user who created it, or a group of users who have been given permission to do so. Permissions can also be defined for other users that do not belong to either of these two categories.

In this guide, we will go over how file permissions work in Linux for beginners. We’ll cover how you can view the permissions associated with files and directories and also how you can change them.

Source: Understanding Linux Permissions (Linux Academy)

Enpass Is The Free Cross-Platform Password Manager

Previously we covered KeePassXC password manager which is also free application. Here comes another password manager called Enpass, it is free and cross-platform available for Linux, Windows, Mac, Android, Blackberry, Windows Phone and iOS.

Source: Enpass Is The Free Cross-Platform Password Manager (NoobsLab)

Keep local Instant Messages on your local network with BeeBEEP (Secure Lan Messenger)

When you want to send an instant message to someone else that’s on the same local network as you are, whether that be another family member or a co-worker in your office, why use an offsite chat server that leaves your messages open to interception by the company running the chat server or some other third party? This software will allow you to keep your local IM’s in your local network, and for added safety it also encrypts them! Plus, it supports multiple operating systems, unlike the proprietary chat client that might have come with your computer. It’s NOT for chatting with people elsewhere on the internet; if you need to set up secure connections with offsite chat clients then you may need to set up a private Prosody IM server. But for secure IM chats with people on your local network, this looks like just the thing!

What is BeeBEEP?

BeeBEEP is an open source, peer to peer, lan messenger developed by Marco Mastroddi. You can talk and share files with all the people inside your local area network such of an office, home or internet cafe. You don’t need a server, just download, unzip and start it. Simple, fast and secure.

Main Features:

  • Free: BeeBEEP is free and always will be.
  • Multiple OS: there are releases for Windows, MacOSX, Linux, OS/2 and eComStation.
  • Easy to use: BeeBEEP is a serverless application. Download, unzip and start.
  • Secure: encryption based on Rijndael Algorithm (AES).
  • Instant Messaging: chat with all people connected, group or single user.
  • Groups: create your favorite group of people.
  • P2P: send or share your files and folders (also by drag and drop).
  • Offline messages: messages will be delivered to offline users when they will be online.
  • Message History: all messages can be saved.
  • Source: BeeBEEP (Secure Lan Messenger)

    Link: 10 SCP Commands to Transfer Files/Folders in Linux

    Linux administrator should be familiar with CLI environment. Since GUI mode in Linux servers is not a common to be installed. SSH may the most popular protocol to enable Linux administrator to manage the servers via remote in secure way. Built-in with SSH command there is SCP command. SCP is used to copy file(s) between servers in secure way.

    Full article here:
    10 SCP Commands to Transfer Files/Folders in Linux (Tecmint)

    Link: 8 Cool Ways To Use SCP

    The SCP protocol is a network protocol, based on the BSD RCP protocol, which supports file transfers between hosts on a network. SCP uses Secure Shell (SSH) for data transfer and utilizes the same mechanisms for authentication, thereby ensuring the authenticity and confidentiality of the data in transit. A client can send (upload) files to a server, optionally including their basic attributes (permissions, timestamps). Clients can also request files or directories from a server (download). SCP runs over TCP port 22 by default. Like RCP, there is no RFC that defines the specifics of the protocol.

    SCP is an awesome tool. Learn it, Love it, Use it….

    Full article here:
    8 Cool Ways To Use SCP (UrFix’s Blog)

    Link: Transfer Files Securely Using SCP in Linux

    The most common way to get terminal access to a remote Linux machine is to use Secure Shell (SSH). To work, the Linux server needs to be running a SSH server (OpenSSH) and at the other end you need a SSH client, something like PuTTy in Windows or the ssh command line tool on Linux or other Unix-like operating systems such as FreeBSD.

    The attraction of SSH is that the connection between the two machines is encrypted. This means that you can access the server from anywhere in the world safe in the knowledge that the connection is secure. However the real power of SSH is that the secure connection it provides can be used for more than just terminal access. Among its uses is the ability to copy files to and from a remote server.

    Full article here:
    Transfer Files Securely Using SCP in Linux (Make Tech Easier)
    Related:
    12 scp command examples to transfer files on Linux (BinaryTides)

    Recent Posts

    Recent Comments

    Archives

    Categories

    Meta

    GiottoPress by Enrique Chavez