| by Scott Kilroy

Hacking free software for creative writing

Some tools designed for programming can also be very helpful for writing fiction. A few to look at include personal wikis, random word generators, and version control tools.

Share Button
Read More
| by Scott Kilroy

Keep Squawking

Today I’m remembering an episode that happened a few years ago. We are still a proud print publishing company, but, like most publishers, we deliver some of our copies in electronic form through content platforms available for personal computers and mo…

Share Button
Read More
| by Scott Kilroy

Secure online communication with MOFO Linux

Controls, surveillance, and censorship are increasing rapidly on the Internet. MOFO Linux lets you anonymize your communication on the web with an easy-to-use live system.

Share Button
Read More
| by Scott Kilroy

Problems with Restrictions

Recent discussions of introducing moral restrictions into free and open source software licensing have maddog remembering all the reasons early developers decided not to go down that road.

Share Button
Read More
| by Scott Kilroy

Bloomberg Embraces TypeScript Language to Improve JavaScript Code

The TypeScript open source project can help make JavaScript code more robust, which is why Bloomberg has embraced it across millions of lines of code.

Share Button
Read More
| by Scott Kilroy

How to Go Full Dark Mode With LibreOffice

Want to use LibreOffice in complete dark mode? Here’s what you need to do for that in Linux.

Share Button
Read More
| by Scott Kilroy

How to Deploy a Clojure Web Application with Nginx on Ubuntu 20.04

Clojure is a modern, dynamic and powerful programming language on the Java platform. In this tutorial, we will explain how to deploy a Clojure Web Application on Ubuntu 20.04.

Share Button
Read More
| by Scott Kilroy

How to use bash if -z and if -n for testing strings in Linux

There are different string operators available in bash scripting language which can be used to test strings. In this guide, we will test these string operators using the if statement in Centos 8.

Share Button
Read More
| by Scott Kilroy

How to create and use a CodeCommit GIT Repository on AWS

CodeCommit hosts Git-based repositories and is a fully managed service by AWS. Teams can use it to collaborate on code in a secure and highly scalable way. It helps us to eliminate the need of having our own self-hosted Source Code Management (SCM) sys…

Share Button
Read More
| by Scott Kilroy

Enable Timestamp For History Command In Zsh In Linux

This brief guide explains how to enable timestamp for history command in Zsh shell in Linux operating system.

Share Button
Read More
| by Scott Kilroy

How to manage passwords in Linux

In our previous guide, we have discussed on how to secure our passwords in Linux. In this tutorial, we will see how to manage passwords in our Linux system. /etc/login.defs The /etc/login.defs file contains some default settings for user passwords like password aging and length settings. (You will also find the numerical limits of user […]

The post How to manage passwords in Linux appeared first on The Linux Juggernaut.

Share Button
Read More
| by Scott Kilroy

3 ways to create and secure passwords in linux

In this guide, Three methods for setting passwords are explained; Using the passwd command Using openssl Using the crypt function in a C program passwd Passwords of users can be set with the passwd command. Users will have to provide their old password before twice entering the new one. As you can see, the passwd […]

The post 3 ways to create and secure passwords in linux appeared first on The Linux Juggernaut.

Share Button
Read More
| by Scott Kilroy

Connect to WiFi Using Terminal in Arch Linux and Other Distros

This quick guide explains the steps you need to set up and connect to WiFi using terminal in Arch Linux and other distros.

Share Button
Read More
| by Arround The Web

How to Install Go in Ubuntu 20.04

Go is a popular programming language created by Google. The first release was on November 10, 2009, and version 1.0 was released in 2012. It is a pretty new language compared to languages like
The post How to Install Go in Ubuntu 20.04 first appeared o…

Share Button
Read More
| by Arround The Web

BSD Release: GhostBSD 20.11.28

Eric Turgeon has announced the release of GhostBSD, the latest stable build of the project’s desktop operating system based on the development branch of FreeBSD and featuring the MATE desktop: “I am happy to announce the availability of GhostBSD 20.11…

Share Button
Read More
| by Scott Kilroy

Install Plex Media Server on CentOS 7/8

Plex is a streaming service that is based on a client-server architecture. You can install Plex application on the media server to stream video, audio, music. On the other hand, you can install the client to access the content from […]
The post Insta…

Share Button
Read More
| by Scott Kilroy

Linux 5.10 rc6

Linus Torvalds: For the first part of the week, it really looked like things were calming down quite nicely

Share Button
Read More
| by Arround The Web

DistroWatch Weekly, Issue 894

This week in DistroWatch Weekly: Review: Trisquel GNU/Linux 9.0News: HardenedBSD welcomes new contributors, exploring how NetBSD boots, UBports installer now works with LineageOS and AndroidQuestions and answers: Consistent stability from the Linux ke…

Share Button
Read More
| by Scott Kilroy

How to manage users in linux

User management on Linux can be done in three complementary ways. You can use the graphical tools provided by your distribution. These tools have a look and feel that depends on the distribution. If you are a novice Linux user on your home system, then use the graphical tool that is provided by your distribution. […]

The post How to manage users in linux appeared first on The Linux Juggernaut.

Share Button
Read More
| by Scott Kilroy

How to run a program as another user on Linux

The sudo program allows a user to start a program with the credentials of another user. Before this works, the system administrator has to set up the /etc/sudoers file. This can be useful to delegate administrative tasks to another user (without giving the root password). The screenshot below shows the usage of sudo. User ‘rd’ […]

The post How to run a program as another user on Linux appeared first on The Linux Juggernaut.

Share Button
Read More