英文字母

英文字母
英文字母
顯示具有 ubuntu 標籤的文章。 顯示所有文章
顯示具有 ubuntu 標籤的文章。 顯示所有文章

2025年3月24日 星期一

pdf 拆分 on ubuntu

pdftk original.pdf cat 28-34 output exe01.pdf

將 original.pdf 內 28至34頁 存成 exe01.pdf

reference from https://blog.csdn.net/sinat_27236401/article/details/141351187

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

 

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

reference from https://askubuntu.com/questions/1286005/how-can-i-solve-be-aware-that-removing-the-lock-file-is-not-a-solution-and-may

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年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日 星期五

ubuntu2204 增加倉頡輸入法

 reference from 

https://ivonblog.com/posts/ubuntu-fcitx5/

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)

     ubuntu-drivers devices


   

     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日 星期二

ubuntu2204 無法播放mp4

 sudo apt remove gstreamer1.0-vaapi


https://blog.p2hp.com/archives/8675

2023年6月26日 星期一

install anacoda in ubuntu2204

 https://linuxhint.com/install-anaconda-ubuntu-22-04/


jupyter notebook  


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

2023年1月15日 星期日

pppoe in ubuntu2204

pppoe 中斷連線   poff -a

pppoe撥接 pon dsl-provider

reference from https://stevenitlife.blogspot.com/2020/05/ubuntu-pppoe.html


=============
有線網路未受管理 ==>http://krinxiao.com/?p=244  (???)