pdftk original.pdf cat 28-34 output exe01.pdf
2025年3月24日 星期一
pdf 拆分 on ubuntu
2025年3月19日 星期三
Kali Linux. 202404
https://ithelp.ithome.com.tw/m/articles/10343493
vdi 檔
https://www.kali.org/get-kali/#kali-platforms
2024年12月25日 星期三
ubuntu2204 install xrdp server
2-1. Ubuntu 22.04 - Ubuntu 桌面版 安裝 及 xrdp 遠端連線
https://www.youtube.com/watch?v=fNlpUuMfXqE
2024年9月27日 星期五
Be aware that removing the lock file is not a solution and may break your system.How to Solve It
==>sudo service packagekit restart
2024年3月8日 星期五
close port in ubuntu
netstat -lntpu
lsof -i :PORT
kill PID
from https://www.binarytides.com/close-open-ports-manually-in-ubuntu/
2024年2月16日 星期五
2024年1月27日 星期六
fix virtualbox error on unbuntu2204==>RTR3InitEx failed with rc=-1912 (fRtFlags=0x10000) (rc=-1912)
RTR3InitEx failed with rc=-1912 (fRtFlags=0x10000) (rc=-191>2)
see ==>
https://www.youtube.com/watch?v=4Wa8NY8CLj8
step 1 sudo apt autoremove
step 2 sudo vboxconfig
2024年1月4日 星期四
install docker on ubuntu2204
verify that Docker is installed
==> docker version
Docker execute
==>sudo systemctl start docker
verify docker run
==>sudo systemctl status docker
create image(hello-world)
==> docker run hello-world
to confirm if docker is running
==>docker ps
or ==> docker images
install docker compose
==> sudo apt-get install docker-compose
reference from
https://cloudcone.com/docs/article/how-to-install-docker-on-ubuntu-22-04-20-04/
https://cloudinfrastructureservices.co.uk/how-to-install-and-use-docker-compose-on-ubuntu-22-04/
2023年8月5日 星期六
install mpeg-4 aac And h.264 redocoder in ubuntu2204
sudo apt-get install ubuntu-restricted-extras
==>press 確定
press yes
reference from https://www.geeksforgeeks.org/how-to-install-the-mpeg-4-aac-decoder-and-the-h-264-decoder-in-ubuntu/
在kali內 insatll metasploit
reference from https://www.jianshu.com/p/021b1399434c
1.==> sudo apt-get remove metasploit-framework
2.在 /etc/apt/sources.list 加上兩段
deb http://http.kali.org/kali kali-rolling main contrib non-free
deb-src http://http.kali.org/kali kali-rolling main contrib non-free
3. sudo apt-get update
4. sudo apt-get install metasploit-framework
5. msfconsole
2023年8月4日 星期五
mtd devicemust be supplied 及 dev/nvme01p2: clean
1.mtd devicemust be supplied
reference from https://wealthquint.com/fix-mtd-device-must-be-supplied-device-name-is-empty-59352/#google_vignette
1)While booting your PC, press and hold SHIFT( ESC).
2)advanced options for ubuntu recovery mode
3)chose network
4)chose root
then type
apt-get update
apt-get upgrade
apt-get dist-upgrade
root
2.dev/nvme01p2: clean
reference from
https://wealthquint.com/fix-mtd-device-must-be-supplied-device-name-is-empty-59352/#google_vignette
https://stackoverflow.com/questions/68124511/booting-error-dev-sda2-clean-files-blocks
ubuntu-drivers devices
ubuntu 22.04LTS with nvidia rtx 3060 not working( (NVidia Geforce RTX 3060, Ubuntu 22.04, Asus Tuf)
apt-get install nvidia-driver-535
2023年7月20日 星期四
static ip in kali
https://blog.51cto.com/binghe001/5087569
vi /etc/network/interfaces
vi /etc/resolv.conf
start ssh
sudo systemctl start ssh
2023年7月16日 星期日
connect Galaxy A50 via USB such "The name : 1885 was not provided by any .service files"
==> nautilus -q
reference from
https://unix.stackexchange.com/questions/715844/how-do-i-resolve-the-name-was-not-provided-by-any-service-files-when-connecti
2023年7月14日 星期五
how to Install Tor Browser on Ubuntu 22.04 LTS
https://linux.how2shout.com/how-to-install-tor-browser-on-ubuntu-22-04-lts-jammy/
2023年6月27日 星期二
2023年6月26日 星期一
2023年6月25日 星期日
how to install firefox ESR in ubuntu2204
https://ubuntuhandbook.org/index.php/2022/03/install-firefox-esr-ubuntu/
2023年6月20日 星期二
how to install UNetbootin in ubuntu 2204
UNetbootin http://unetbootin.github.io/
下載 unetbootin-linux64-702.bin
但少二個元件 mtools https://howtoinstall.co/en/mtools
7z https://getiot.tech/zh/ubuntu/ubuntu-install-7zip
===========
chmod +x unetbootin-linux64-702.bin
./ unetbootin-linux64-702.bin