How to enable remote access to MySQL Server on Manjaro
sudo nano /etc/mysql/my.cnf
bind-address=10.34.0.10
sudo systemctl restart mysqld
Manjaro How To and Tutorial for Beginner.
sudo nano /etc/mysql/my.cnf
bind-address=10.34.0.10
sudo systemctl restart mysqld
yaourt -S dragondisk
docker -help
[manjaro-pc manjaro]# docker -help
Usage: docker [OPTIONS] COMMAND [arg...]
docker [ --help | -v | --version ]
A self-sufficient runtime for containers.
Options:
--config=~/.docker Location of client config files
-D, --debug Enable debug mode
-H, --host=[] Daemon socket(s) to connect to
-h, --help Print usage
-l, --log-level=info Set the logging level
--tls Use TLS; implied by --tlsverify
--tlscacert=~/.docker/ca.pem Trust certs signed only by this CA
--tlscert=~/.docker/cert.pem Path to TLS certificate file
--tlskey=~/.docker/key.pem Path to TLS key file
--tlsverify Use TLS and verify the remote
-v, --version Print version information and quit
Commands:
attach Attach to a running container
build Build an image from a Dockerfile
commit Create a new image from a container's changes
cp Copy files/folders between a container and the local filesystem
create Create a new container
diff Inspect changes on a container's filesystem
events Get real time events from the server
exec Run a command in a running container
export Export a container's filesystem as a tar archive
history Show the history of an image
images List images
import Import the contents from a tarball to create a filesystem image
info Display system-wide information
inspect Return low-level information on a container, image or task
kill Kill one or more running containers
load Load an image from a tar archive or STDIN
login Log in to a Docker registry.
logout Log out from a Docker registry.
logs Fetch the logs of a container
network Manage Docker networks
node Manage Docker Swarm nodes
pause Pause all processes within one or more containers
port List port mappings or a specific mapping for the container
ps List containers
pull Pull an image or a repository from a registry
push Push an image or a repository to a registry
rename Rename a container
restart Restart a container
rm Remove one or more containers
rmi Remove one or more images
run Run a command in a new container
save Save one or more images to a tar archive (streamed to STDOUT by default)
search Search the Docker Hub for images
service Manage Docker services
start Start one or more stopped containers
stats Display a live stream of container(s) resource usage statistics
stop Stop one or more running containers
swarm Manage Docker Swarm
tag Tag an image into a repository
top Display the running processes of a container
unpause Unpause all processes within one or more containers
update Update configuration of one or more containers
version Show the Docker version information
volume Manage Docker volumes
wait Block until a container stops, then print its exit code
Run 'docker COMMAND --help' for more information on a command.
docker pull busybox
docker images
REPOSITORY TAG IMAGE ID CREATED SIZE
busybox latest 1efc1d465fd6 2 days ago 1.095 MB
hello-world latest c54a2cc56cbb 5 months ago 1.848 kB
docker run busybox
docker run busybox ls
This quick Manjaro tutorial is going to show you how to install Docker on Manjaro 16.10. This tutorial also applicable to other Arch Linux based such as Antergos. The newest Docker version available from Pacman repository is version 1.12.
Open Terminal console and type the following command to install Docker
sudo pacman -S docker
Output:
[manjaro@manjaro-pc ~]$ sudo pacman -S docker
[sudo] password for manjaro:
resolving dependencies...
looking for conflicting packages...Packages (2) bridge-utils-1.6-1 docker-1:1.12.3-1
Total Download Size: 16,37 MiB
Total Installed Size: 75,29 MiB:: Proceed with installation? [Y/n] y
Start Docker
sudo systemctl start docker
Check Docker status
sudo systemctl status docker
If docker is up and running, you will see the following status message:
● docker.service - Docker Application Container Engine
Loaded: loaded (/usr/lib/systemd/system/docker.service; disabled; vendor pres
Active: active (running) since Sun 2016-12-25 16:54:17 WIB; 14s ago
Docs: https://docs.docker.com
Main PID: 2617 (dockerd)
Tasks: 17 (limit: 4915)
Memory: 15.8M
CPU: 424ms
CGroup: /system.slice/docker.service
├─2617 /usr/bin/dockerd -H fd://
└─2638 docker-containerd -l unix:///var/run/docker/libcontainerd/dock
To start docker on boot, use this command
sudo systemctl enable docker
yaourt -S wmail-bin
sudo pacman -S yaourt base-devel
sudo pacman -Syu
yaourt -S teamviewer
sudo systemctl enable teamviewerd.service
sudo systemctl start teamviewerd.service
On my previous tutorial, I have written how to enable AUR repository on Manjaro. I was using Manjaro GNOME but now I switch to Manjaro KDE and I want to enable AUR repository on it. Its a bit confusing to enable AUR on Manjaro KDE. But finally, after Googling I can solve it.
Open Terminal and type this command
sudo pacman -S base-devel yaourt
You can then install package from AUR repository with the following command
yaourt -S somepackage
For example
yaourt -S vlc
This tutorial will guide you through the installation of Oracle Java 8 Runtime Environment (JRE) on Manjaro 16.10 Linux. Java is an essential software or package needed by many software/applications. I am using Manjaro Xfce edition and by default, it already shipped with OpenJDK Runtime Environment. You may check your Manjaro with this command to see if Java is installed already.
java -version
Output:
Download the Oracle Java 8 package from the official website. Alternatively, you can simply copy and paste the following command on Terminal to download the Oracle Java 8 package.
wget http://javadl.oracle.com/webapps/download/AutoDL?BundleId=216424 -o java-latest
For 32 bit system, use this one
wget http://javadl.oracle.com/webapps/download/AutoDL?BundleId=216422 -o java-latest
Use this command to extract the package
tar -zxvf java-latest
Now copy or move the extracted directory to /opt.
sudo cp -R jre1.8.0_111 /opt/
Example:
Step 4. Create Symlink
If you have OpenJDK Java installed, we need to move existing java binary first. Use this command below to move the existing OpenJDK java.
sudo mv /usr/bin/java /usr/bin/java_backup
Now we can create symlink to our Oracle Java
sudo ln -s /opt/jre1.8.0_111/bin/java /usr/bin/java
Now check Java version once again and now you should see something like this
Optionally, we need to configure Firefox to use this new Java version.
mkdir ~/.mozilla/plugins/
ln -s /opt/jre1.8.0_111/lib/amd64/libnpjp2.so ~/.mozilla/plugins/libnpjp2.so
Now close any running Firefox session and open it again. Type "about:plugins" on the address bar. You should see Oracle Java listed there.
Thank you for reading this post to install and configure Oracle Java 8 on Manjaro Linux.
Stremio is a special application to watch online movies (streaming movies application). It can be installed or run on most Linux distribution including Manjaro. Stremio supports various streaming sources including some torrent websites. This tutorial is going to show you how to install or run Stremio 3.6.5 on Manjaro 16.10.
Before we install Stremio, here are some interesting screenshots of Stremio running on my Manjaro 16.10 Xfce edition.
Step 1. Download Stremio 3.6.5 for Linux
Step 2. Extract the file.
Step 3. Right click on Stremio-runtime file and select Execute to open Stremio. You can also watch my video below for more detail.
Open Pamac Add/Remove software and type stremio on the search box. Click stremio-bin and press apply to start install.
Open Pamac Software Manager and type samba. You will see samba package listed there
Note: If you want to enable Thunar shares plugin, you can also install package thunar-shares-plugin-manjaro as well. With this package, we can easily share a folder graphically from Thunar.
Press Apply to confirm the installation. Alternatively, Samba can be installed through Terminal with the following command
sudo pacman –S samba
uname –a
Linux dhani-manjaro 4.4.28-2-MANJARO #1 SMP PREEMPT Sun Oct 30 10:28:10 UTC 2016 x86_64 GNU/LinuxAs you can see, I am running Kernel 4.4.28-2 on this machine and now we want to install new Kernel.
Vivaldi is a new multi platform web browser built with Chromium technology. The new version of Vivaldi 1.5 is now available to download. I can install and run Vivaldi on my Manjaro 16.10 without any problems. For me, Vivaldi is good web browser but I need to get my self use to it. The user interface is not too good for me and personally I don’t like the interface.
But, there are some other reason that you should try Vivaldi on your Manjaro. The Note feature is quite useful. We can write our notes while browsing the web. The side bar notes can be activated through Vivaldi main menu.
Vivaldi Speed Dial also useful to access frequently accessed web pages. Watch how this new Vivaldi 1.5 performs on my Manjaro 16.10 video below.
Open Pamac Software Manager and type vivaldi. You will see vivaldi listed there. Mark it for installation and press Apply to start the installation.
Step 2. Mark mysql-workbench to install.
Step 3. Press Apply to confirm the installation. You will be asked to enter the root password to complete the installation.
Once finished, you can start using MySQL Workbench on Manjaro 16.10. In case you cannot find MySQL Workbench on the application list. You can execute with this command on Terminal:
mysql-workbench
The main window will open up as follow.
A short overview of the MySQL Workbench 6.3 on my Manjaro 16.10