Skip to content

SysTutorials

  • Tutorials
  • Linux
  • Linux Manuals
  • Systems
  • Programming
  • Software
  • Subscribe
  • Search
SysTutorials

  • QA

    How to install curlftpfs on CentOS 7?

    ByEric Ma Mar 24, 2018Mar 30, 2026

    curtlftpfs is a nice tool to mount ftp to local. How to install curlftpfs on Rocky Linux 9? The software package for curlftpfs is proved in EPEL. To install curlftpfs, first, enable EPEL following instructions here. Then, install curlftpfs by # yum install curlftpfs Editor’s note: This article has been updated to reflect current software…

    Read More How to install curlftpfs on CentOS 7?Continue

  • QA

    How tinstall aria2 on CentOS 7?

    ByEric Ma Mar 24, 2018Mar 30, 2026

    How tinstall aria2 on Rocky Linux 9? aria2 is a great tool for downloading files from the Internet. The software package for aria2 is proved in EPEL. To install aria2, first, enable EPEL following instructions here. Then, install aria2 by # yum install aira2 Editor’s note: This article has been updated to reflect current software…

    Read More How tinstall aria2 on CentOS 7?Continue

  • QA

    How to collect VM exit numbers in KVM

    ByWeiwei Jia Mar 24, 2018Jan 7, 2020

    Sometimes, we may want to know the specific benchmark can cause what kind of VM exits. 1, Install perf. 2, # perf kvm stat record -a ^C 3, # perf kvm stat report This will report your VM exit numbers and what kind of operation lead to VM exit. You may need to compare many…

    Read More How to collect VM exit numbers in KVMContinue

  • QA

    How to install sshfs on CentOS 7?

    ByEric Ma Mar 24, 2018Mar 30, 2026

    sshfs is a nice tool. But it seems there is no support to it in a newly installed Rocky Linux 9 Linux system: Not installed by default: # sshfs -bash: sshfs: command not found Seems not available from the repositories # yum install sshfs -y Loaded plugins: fastestmirror Repodata is over 2 weeks old. Install…

    Read More How to install sshfs on CentOS 7?Continue

  • QA

    How to use vnc to connect remote server with GUI desktop

    ByWeiwei Jia Mar 24, 2018Jan 7, 2020

    For my case, I need to bypass one intermediate server so that I can connect to the remote server with vnc. For example, there are two servers (s1, s2) except my local PC and I have to login to s1 so that I can login s2 from my local PC. However, now, I need to…

    Read More How to use vnc to connect remote server with GUI desktopContinue

  • QA

    How to get the IP addresses of VMs in KVM with virsh

    ByWeiwei Jia Mar 24, 2018Jan 7, 2020

    When we create VMs in KVM, we may don’t know the IP addresses because they are automatically assigned by DHCP. So we want to get them in VMM so that can login by SSH. Do the commands as follows. $ virsh domiflist hvm1 Interface Type Source Model MAC ——————————————————- vnet0 network default virtio 52:54:00:1c:36:cd $…

    Read More How to get the IP addresses of VMs in KVM with virshContinue

  • QA

    How to install Flash Player plugin on CentOS 7?

    ByEric Ma Mar 24, 2018Mar 30, 2026

    Firefox on CentOS7 does not have Flash enabled by default. How to install Flash Player plugin on Rocky Linux 9? You may follow this tutorials to build a freshwrapper based flash plugin for Firefox on Rocky Linux 9. If you don’t want to build it by yourself, you may download the pre-built .so from from…

    Read More How to install Flash Player plugin on CentOS 7?Continue

  • QA

    How to make Ubuntu Linux boot to text mode?

    ByEric Ma Mar 24, 2018Mar 30, 2026

    My Ubuntu boots to GUI mode by default. How to make Ubuntu Linux boot to text mode? If you are using Ubuntu older than 16 such as Ubuntu 24.04 LTS: Edit /etc/default/grub Change GRUB_CMDLINE_LINUX=… to GRUB_CMDLINE_LINUX=”text”. Backup your old grub config`$ sudo cp -n /etc/default/grub /etc/default/grub.bak-date +%s ` Update grub$ sudo update-grub If you are…

    Read More How to make Ubuntu Linux boot to text mode?Continue

  • QA

    How to change CONFIG_HZ parameter for Linux Kernel

    ByEric Ma Mar 24, 2018Mar 24, 2018

    If we want to change the tick time for Linux Kernel, we need to change CONFIG_HZ parameter in Linux Kernel. Do we have other better ways to change it rather than compiling Linux Kernel. Please ignore the way to add ‘divider=10’ in grub config file because it is limited only for RH/CentOS distros. Zhiqiang, please…

    Read More How to change CONFIG_HZ parameter for Linux KernelContinue

  • QA

    How to add two static IPs for a Xen VM?

    ByEric Ma Mar 24, 2018Mar 24, 2018

    Hello, I have installed Xen4Centos on Centos7, having single NIC card with bridge network and have two VMs on that. In one VM, I want to add two static IP one for webserver and one for mail server. So I have created IP alias in guest VM, it was created but it was not pinging…

    Read More How to add two static IPs for a Xen VM?Continue

  • QA

    How to install aclocal on Fedora Linux?

    ByEric Ma Mar 24, 2018Mar 24, 2018

    I tried to build a project while it reports: # ./autogen.sh Can’t exec “aclocal”: No such file or directory at /usr/share/autoconf/Autom4te/FileUtils.pm line 326. autoreconf: failed to run aclocal: No such file or directory How should I handle this? How to install aclocal? yum install aclocal shows: No package aclocal available. Error: Unable to find a…

    Read More How to install aclocal on Fedora Linux?Continue

  • QA

    rtl8192cu driver for CentOS 7

    ByEric Ma Mar 24, 2018Mar 30, 2026

    I find the rtl8192cu wireless adapter driver on Rocky Linux 9 is quite unstable. After running a while, the connection will disappear. How to make it stable? There is a bug in some hardware where the device never wakes back up. You may try disabling the power management by putting a file 8192cu-disable-power-management.conf under /etc/modprobe.d/:…

    Read More rtl8192cu driver for CentOS 7Continue

  • QA

    How to install NAS benchmark

    ByWeiwei Jia Mar 24, 2018Jan 7, 2020

    NAS benchmark link: http://www.nas.nasa.gov/publications/npb.html For Ubuntu, remember to install gfortran (sudo apt-get install gfortran) and change config/make.def to install NAS benchmark. Other distros are similar.

    Read More How to install NAS benchmarkContinue

  • QA

    How to install PARSEC correctly.

    ByWeiwei Jia Mar 24, 2018Jan 7, 2020

    PARSEC is the most important CPU-bound benchmark for systems. It is huge and hard to install because it needs lots of 3-part libs. PARSEC download link for 3.0 version: http://parsec.cs.princeton.edu/download.htm#parsec I remembered I added the answer yesterday night but I could not see the answer currently. Anyway, let me add the answer again after I…

    Read More How to install PARSEC correctly.Continue

  • Linux | Network | QA | Tutorial

    Allowing root Access to NFS Directories

    ByEric Ma Mar 24, 2018Aug 28, 2021

    For local filesystems, root usually has full access (read/write) to directories/files inside of it. But for NFS directory mounted from network, root usually has no permission to write to directories or files within the NFS directory. How to make root act similarly in an NFS directory to the behavior in local directories? The reason that…

    Read More Allowing root Access to NFS DirectoriesContinue

  • QA

    In Vim, are there shortcuts to set tab widths to 2 and 4?

    ByEric Ma Mar 24, 2018Mar 24, 2018

    Tab widths may be different for different languages. Even with a common language, the tab width settings can be different for different projects. In Vim, are there shortcuts to set tab widths to 2 and 4? To quickly change the tab widths when changing projects. I am afraid no. But you create shortcuts for setting…

    Read More In Vim, are there shortcuts to set tab widths to 2 and 4?Continue

  • QA

    How to install glibc, glibc-common and GD libraries independently?

    ByEric Ma Mar 24, 2018Mar 30, 2026

    I already have PHP and nginx installed and running on my on Rocky Linux 9. Please guide me, how can install glibc, glibc-common and GD libraries independently on my Rocky Linux 9 without crashing my system? I am not sure how you installed PHP and nginx. If they are installed from CentOS6.7’s Yum repository, you…

    Read More How to install glibc, glibc-common and GD libraries independently?Continue

  • QA

    Why I got message “invalid syntax, continuing…” when I execute “sysctl”?

    ByEric Ma Mar 24, 2018Mar 30, 2026

    When I tried to apply new configuration in /etc/sysctl.conf, I got following message. warning: /etc/sysctl.conf(44): invalid syntax, continuing… Sounds like your changed /etc/sysctl.conf has problem. You may post the content of your /etc/sysctl.conf here to let other have a check. net.ipv4.ip_forward = 0 net.ipv4.conf.default.rp_filter = 1 net.ipv4.conf.default.accept_source_route = 0 kernel.sysrq = 0 kernel.core_uses_pid = 1…

    Read More Why I got message “invalid syntax, continuing…” when I execute “sysctl”?Continue

  • QA

    Converting Error to String in Go Lang

    ByEric Ma Mar 24, 2018Nov 2, 2020

    In Golang, fmt.Println(err) can print out the error err. But how to convert an error to a string explicitely? In Go, the error type is an interface type that has an interface type error interface { Error() string } An error variable represents any value that can describe itself as a string. Ref: https://golang.org/pkg/builtin/#error So,…

    Read More Converting Error to String in Go LangContinue

  • QA

    In Golang, how to print string to STDERR?

    ByEric Ma Mar 24, 2018Mar 24, 2018

    In Golang, the fmt.Println() is convenient to print to STDOUT. But how to print string to STDERR? In Go os package, “Stdin, Stdout, and Stderr are open Files pointing to the standard input, standard output, and standard error file descriptors.” So, you can use the WriteString function on File on os.Stderr to print string to…

    Read More In Golang, how to print string to STDERR?Continue

Page navigation

Previous PagePrevious 1 … 17 18 19 20 21 … 70 Next PageNext

© 2026 SysTutorials

  • Tutorials
  • Linux
  • Linux Manuals
  • Systems
  • Programming
  • Software
  • Subscribe
  • Search