I have been using Manjaro for my daily professional usage or hobbyist. I love it so far. I run latest Manjaro build as shown below. PU: Quad Core Intel Core i7-7700K (-MT MCP-) speed/min/max: 800/800/4500 MHz Kernel: 5.8.18-1-MANJARO x86_64 Up: 2h 20m Mem: 6250.1/15966.3 MiB (39.1%) Storage: 2.50 TiB (76.8% …
Read More »How To Locally Mount Google Drive As Virtual File System In Linux
Google Drive is the one of the popular cloud storage provider on the planet. As of 2017, over 800 million users are actively using this service worldwide. Even though the number of users have dramatically increased, Google haven’t released a Google drive client for Linux yet. But it didn’t stop …
Read More »Find out the user’s login history to the server
Below you can find out how to get the user’s login history to the server. utmpdump /var/log/wtmp* | awk ‘$4~”userA” {print}’ > /var/tmp/userAtime awk ‘$8>”[28/Jun/2018:16:10″ && $8<“[24/Jul/2018:16:10″‘ /var/tmp/userAtime Originally posted 2019-07-22 01:00:32.
Read More »Fix initscripts conflicts with redhat-release-server-7.4-18.el7.x86_64
When you update your Redhat Enterprise Linux system with yum update sometimes you run some conflicts dependencies. And you cannot continue to update the latest environment. This will make your head a headache if you cannot find the solutions. This messages i found when i update linux systems using yum …
Read More »Git behind office proxy
Just create or edit you .gitconfig in your root of your home profile. And append below line. [http]proxy = http://username:[email protected]y.company.org:8080 Save it. And retry to git clone again. Alternate option. git config --global http.proxy address:port Originally posted 2019-06-03 22:43:00.
Read More »How to move default Docker /var/lib/docker to other location
Previously we talked about how to install docker in RHEL 7 (Red Hat Enterprise Linux 7). Docker will use /var/lib/docker/ as their data and image storage. In some case you have small space in your system and you run out your space, then you need to change its default location …
Read More »How to Install Graylog 3 on RHEL 7 or CentOS 7
System log is very crucial part in debugging a system. System log will write down any details from system activity in OS level or on each applications. Thats why log management is needed and also important. Graylog is an open source log management and analysis tool for anything such as …
Read More »How to Add Syntax Highlighting to Ghost Blog using Prism JS
Ghost is one of the best blogging platform that i ever used. It has a lot of features that i love. But, it also has some cons. I have a how to code tutorials a lot and i have difficulty in formatting code syntax to its respective language. When it …
Read More »How to Install Open JDK/Oracle JDK on CentOS 7 or RHEL 7
Java is used in most application today as their development base of their application. So, you need to install Java Development Kit (JDK). This guide will help you to install either Open JDK or Oracle JDK to your development environment on Redhat (RHEL 7) or CentOS 7. Note: you can …
Read More »Best VPS Hosting Providers
VPS (Virtual Private Server) is a method to share resources in a physical server for several Virtual Server (Virtual Machine). VPS hosting definition can be called as server side technology about operating system and software which enable a full capacity machine divided in a several virtual machines. Each virtual machine …
Read More »