Skip to content

XO Techy

Miscellaneous Web Technology & Server Admin.

  • Home
  • php
  • SSH
  • Dedicated server
  • cPanel
  • Bandwidth unit converter from Mbps

Month: September 2014

Error when installing Git: Requires: libcurl.so.3()(64bit)

Published by Am S on September 24, 2014September 27, 2014

Sometimes when you try to install git on CentOS it doesn’t continue and output this error Requires: libcurl.so.3()(64bit) First try to install libcurl by : $ yum install libcurl libcurl-devel Then try installing git again. If this doesn’t work, try installing git with this command:

Quick reference to move between folders in Linux CLI

Published by Am S on September 15, 2014September 27, 2014

You can move between folders in linux using command cd ‘Change Directory’ cd /folder/destination/, move to destination folder. cd / , move to user root folder or cd ~ , move to user root folder cd .. , up one folder or cd ../ cd – , back to previous location You also can display the …

Quick & easy reference to read files in Linux CLI

Published by Am S on September 15, 2014September 27, 2014

There are many ways to read files in linux using bash screen. Command head <filename>, show the first few lines of the file. Command cat <filename>, display the file content on screen, not recommended with files longer than 10 lines. Command tail <filename>, used to show the last few lines of the file, it also has …

Search

Recent Posts

  • Mount a RAW Qemu Image File to your Linux system
  • Convert Windows Server 2019 Evaluation to Retail
  • Enable RDP Firewall rules and disable RDP NLA from PowerShell Windows Server 2016/2019
  • Allow multiple connections openVPN
  • restart network RHEL 8/Almalinux 8

Tags

cagefs centos centos7 cli cloudlinux count cpanel cpu cyber security dedicated server development domain encryption git host https linux phpmyadmin security server SSH ssl ssl certificate theme threads transfertool updates wget whm windows windows 10 wordpress wp-cli

Archives

  • February 2022
  • December 2021
  • August 2021
  • June 2021
  • December 2020
  • October 2020
  • September 2020
  • August 2020
  • March 2020
  • February 2020
  • April 2019
  • October 2018
  • June 2017
  • May 2017
  • March 2017
  • February 2017
  • January 2017
  • December 2016
  • September 2014
  • August 2014
  • July 2014
  • June 2014
  • September 2013
  • May 2013
  • April 2013
  • March 2012
XO TECHY