dev.to
1. How to Create a New Reposiorty on Github
Introduction
There are different means of pushing your project to GitHub, it can be done manually on your Github account by dragging and dropping the file to your account or making use of Git Command and there is the advantage of using git to push to your GitHub account, But first, you must have a Github account that will help you to be able to connect it with your git and you can make use of your terminal or your command prompt as a window user but it is always advisable to use your Git.
Defin…
#webdev #github #git #tutorial
2. Start rethinkdb on startup in Arch Linux
Note: This document is a quick note, not a complete guide
Source: https://rethinkdb.com/docs/start-on-startup/
Some of the requirements in the Startup with systemd section were already present by default in Arch Linux.
All the commands required to be executed were:
sudo systemctl start rethinkdb@default
# gives hints regarding errors
systemctl status rethinkdb@default.service
# this path was found from the above error message
sudo rethinkdb create -d /var/lib/rethinkdb/default
sudo syste…
#archlinux #rethinkdb
1. How to Create a New Reposiorty on Github
Introduction
There are different means of pushing your project to GitHub, it can be done manually on your Github account by dragging and dropping the file to your account or making use of Git Command and there is the advantage of using git to push to your GitHub account, But first, you must have a Github account that will help you to be able to connect it with your git and you can make use of your terminal or your command prompt as a window user but it is always advisable to use your Git.
Defin…
#webdev #github #git #tutorial
2. Start rethinkdb on startup in Arch Linux
Note: This document is a quick note, not a complete guide
Source: https://rethinkdb.com/docs/start-on-startup/
Some of the requirements in the Startup with systemd section were already present by default in Arch Linux.
All the commands required to be executed were:
sudo systemctl start rethinkdb@default
# gives hints regarding errors
systemctl status rethinkdb@default.service
# this path was found from the above error message
sudo rethinkdb create -d /var/lib/rethinkdb/default
sudo syste…
#archlinux #rethinkdb
dev.to
1. IP Address: A concept we must know
We previously looked at IP (Internet Protocol) briefly when we discussed Network Protocol. In this article, we will check out the concept of IP addresses in a little more detail.
Starting with the definition, the IP protocol is a fundamental layer of protocols that tells us how to implement communication across internet networks. They are the rules that look out for the data format that is transmitted within the network. Likewise, an IP address is a unique address that keeps the track of device…
#ipaddress #systems #beginners #tutorial
2. Rust on Arch Linux: 始め方
はじめに
Rust (あるいは rustlang) はモダンな汎用プログラミング言語の一つです。高速で、安全で、開発生産性を備えています。
Rust にはたくさんの特徴があります。例えば 関数型プログラミング (英語) パラダイムや、所有権 (英語)、ゼロコスト抽象化 (英語) (!) などです。速度と安全性について言うと、GC すなわちガベージ・コレクションがありません。そのため非常に少ないメモリで動作し、ゴミを残しません。生産性について言うと、cargo というよくできたパッケージ・マネージャーがあり、さらに rustup というツールチェイン (英語) (stable / beta / nightly と複数に分かれたリリースチャネル) に対応したインストーラーがあります。
Rust はクロス・プラットフォームに対応しています。単一のコードベースから、さまざまなプラットフォームで動作するようにコンパイルできます。さらに出力が単体のバイナリになるので、ファイルサイズは最適化されておりそれゆえ小さいです。ここにおいて Rust のさらなる特徴が挙げることができます。すなわちポー…
#rust #rustup #cargo #archlinux
1. IP Address: A concept we must know
We previously looked at IP (Internet Protocol) briefly when we discussed Network Protocol. In this article, we will check out the concept of IP addresses in a little more detail.
Starting with the definition, the IP protocol is a fundamental layer of protocols that tells us how to implement communication across internet networks. They are the rules that look out for the data format that is transmitted within the network. Likewise, an IP address is a unique address that keeps the track of device…
#ipaddress #systems #beginners #tutorial
2. Rust on Arch Linux: 始め方
はじめに
Rust (あるいは rustlang) はモダンな汎用プログラミング言語の一つです。高速で、安全で、開発生産性を備えています。
Rust にはたくさんの特徴があります。例えば 関数型プログラミング (英語) パラダイムや、所有権 (英語)、ゼロコスト抽象化 (英語) (!) などです。速度と安全性について言うと、GC すなわちガベージ・コレクションがありません。そのため非常に少ないメモリで動作し、ゴミを残しません。生産性について言うと、cargo というよくできたパッケージ・マネージャーがあり、さらに rustup というツールチェイン (英語) (stable / beta / nightly と複数に分かれたリリースチャネル) に対応したインストーラーがあります。
Rust はクロス・プラットフォームに対応しています。単一のコードベースから、さまざまなプラットフォームで動作するようにコンパイルできます。さらに出力が単体のバイナリになるので、ファイルサイズは最適化されておりそれゆえ小さいです。ここにおいて Rust のさらなる特徴が挙げることができます。すなわちポー…
#rust #rustup #cargo #archlinux
dev.to
My Experience with Debian, Arch, Fedora based distros
There are a lot, a loooot of Linux distros out there. However, there are mainly 3 types for distros...
#linux #archlinux #beginners
My Experience with Debian, Arch, Fedora based distros
There are a lot, a loooot of Linux distros out there. However, there are mainly 3 types for distros...
#linux #archlinux #beginners