- Oct 20 Wed 2021 14:50
-
NetworkManager Command Line Tool
- Aug 10 Tue 2021 16:10
-
Fedora 33 Changes/StrongCryptoSetting2
Reference:
https://fedoraproject.org/wiki/Changes/StrongCryptoSettings2
https://stackoverflow.com/questions/64640596/ssh-permission-denied-publickey-after-upgrade-fedora-33
https://stackoverflow.com/questions/65007311/in-fedora-33-git-operations-with-ssh-id-rsa-file-fail-on-gitlab-com/65007312#65007312
https://fedoraproject.org/wiki/Changes/StrongCryptoSettings2
https://stackoverflow.com/questions/64640596/ssh-permission-denied-publickey-after-upgrade-fedora-33
https://stackoverflow.com/questions/65007311/in-fedora-33-git-operations-with-ssh-id-rsa-file-fail-on-gitlab-com/65007312#65007312
- Jul 24 Fri 2020 15:52
-
BTF: .tmp_vmlinux.btf: pahole (pahole) is not available
BTF: .tmp_vmlinux.btf: pahole (pahole) is not available
Failed to generate BTF for vmlinux
Try to disable CONFIG_DEBUG_INFO_BTF
make: *** [Makefile:1113: vmlinux] Error 1
Failed to generate BTF for vmlinux
Try to disable CONFIG_DEBUG_INFO_BTF
make: *** [Makefile:1113: vmlinux] Error 1
- Dec 31 Tue 2019 15:29
-
Grub2 Config
# ls /boot/grub2/grub.cfg
# ls /boot/efi/EFI/fedora/grub.cfg
# ls /boot/loader/entries/
# grub2-editenv - list
# grub2-editenv - set kernelopts="root=/dev/mapper/fedora_fc30-root ro resume=/dev/mapper/fedora_fc30-swap rd.lvm.lv=fedora_fc30/root rd.lvm.lv=fedora_fc30/swap rhgb quiet net.ifnames=0 biosdevname=0 "
# ls /boot/efi/EFI/fedora/grub.cfg
# ls /boot/loader/entries/
# grub2-editenv - list
# grub2-editenv - set kernelopts="root=/dev/mapper/fedora_fc30-root ro resume=/dev/mapper/fedora_fc30-swap rd.lvm.lv=fedora_fc30/root rd.lvm.lv=fedora_fc30/swap rhgb quiet net.ifnames=0 biosdevname=0 "
- Nov 01 Fri 2019 13:52
-
建立PGP金鑰
- Aug 02 Fri 2019 16:17
-
Install FTP and TFTP server for Fedora
Reference:
https://www.server-world.info/en/note?os=Fedora_29&p=ftp&f=1
https://www.hiroom2.com/2017/07/12/fedora-26-tftp-server-en/
https://www.server-world.info/en/note?os=Fedora_29&p=ftp&f=1
https://www.hiroom2.com/2017/07/12/fedora-26-tftp-server-en/
- Apr 18 Thu 2019 11:29
-
Ubuntu package vs Fedora package
Package
libstdc++.i686- Oct 08 Mon 2018 15:58
-
升級到 Fedora 28
- Mar 27 Tue 2018 17:13
-
在Fedora加入憑證
- Nov 10 Thu 2016 15:51
-
Syntax error: Bad for loop variable
for ((i=1;i<=100;i=i+1))
do
echo "$i"
done# ./test2.sh# test2.sh: 1: Syntax error: Bad for loop variable# sudo dpkg-reconfigure dash
Select “No”
do
echo "$i"
done# ./test2.sh# test2.sh: 1: Syntax error: Bad for loop variable# sudo dpkg-reconfigure dash
Select “No”
- Jun 27 Mon 2016 15:38
-
Ignore a folder during SVN updates
Reference: http://stackoverflow.com/questions/5984625/ignore-a-folder-during-svn-updates1. remove this folder from your working directory
$ svn update --set-depth exclude {
$ svn update --set-depth exclude {
folderName}2. reset the depth
$ svn update --set-depth infinity
- Oct 16 Fri 2015 15:08
-
Errors fix for Fedora
1. libz.so.1: cannot open shared object file
fix: yum install zlib.i686 libstdc++.i6862. Your Perl installation is not complete enough: at least Thread::Queue is missing.
fix: dnf install 'perl(Thread::Queue)'3. openssl/opensslv.h: No such file or directory
fix: yum install openssl-devel
fix: yum install zlib.i686 libstdc++.i6862. Your Perl installation is not complete enough: at least Thread::Queue is missing.
fix: dnf install 'perl(Thread::Queue)'3. openssl/opensslv.h: No such file or directory
fix: yum install openssl-devel
