admin 2025-07-07, 10:34 AM
download ffmpeg file from https://www.gyan.dev/ffmpeg/builds/ >> around 56m bytes
unzip it 
converter video type from mkv to mp4
程式碼:
ffmpeg-2025-07-01-git-11d1b71c31-full_build\bin\ffmpeg.exe -i file1.mkv file2.mp4

split video by size??

split video by time
程式碼:
ffmpeg -i input.mp4 -ss 00:00:00 -to 00:10:00 -c copy output1.mp4
ffmpeg -i input.mp4 -ss 00:10:00 -to 00:20:00 -c copy output2.mp4
if you don't use -c copy , it will re-encode
This is an option to trim via stream copy. (NB: Very fast)
程式碼:
$ ffmpeg -i source.mp4 -ss    0 -t 600  first-10-min.mp4
$ ffmpeg -i source.mp4 -ss  600 -t 600 second-10-min.mp4
$ ffmpeg -i source.mp4 -ss 1200 -t 600  third-10-min.mp4
admin 2025-07-01, 10:03 AM
程式碼:
ssh-keygen -t rsa -b 4096 -C "user@zhtw.com" -f ~/.ssh/user_sshkey
cat ~/.ssh/user_sshkey.pub >> ~/.ssh/authorized_keys
chmod 700 ~/.ssh/authorized_keys



now root can login to user by
ssh user@127.0.0.1 -i /home/user/.ssh/user_sshkey
admin 2025-07-01, 09:50 AM
delete user
delete directory /home/username
delete username line in /etc/password
delete username line in /etc/group
程式碼:
sudo userdel -r username

add a new user
程式碼:
sudo adduser username

Note: do not use useradd command
admin 2025-06-24, 12:05 PM

  1. c# can do most of the thing in windows, 
  2. very easy to create a GUI tool in windows
  3. now it can create program for linux
admin 2025-06-24, 12:03 PM
https://www.python.org/downloads/

current version  Python 3.13.5
admin 2025-06-24, 11:58 AM
c 語言的區塊
程式碼:
if ( a > 1) {
    printf("hi\n");
    printf(" ... \n");
}
C 也可以寫成一整行
if ( a > 1) {  printf("hi\n");    printf(" ... \n");  }

python 的表示方式
程式碼:
if a>1 :
  print("hi")
  print(" ... ")

python 不可以寫成一整行
admin 2025-06-24, 11:51 AM
1. download the Visual studio community version
2. install the tools "VisualStudioSetup.exe"
  • remember to select c#
頁面 (212):    1 207 208 209 210 211 212   
Welcome, Guest
You have to register before you can post on our site.
忘記密碼?
記住我?
 
Members: 466
Latest member: GeorgExcig
Forum threads: 2,146
Forum posts: 2,161
There are currently 24 online users. 2 Member(s) | 21 Guest(s)
Google, Pierre, Russellapony
Latest Threads
WIE KANN ICH ADB BUTINACA...
Forum: zhtw clock
Last Post: Pierre, 5 分鐘 以前
Replies: 0 - Views: 1
WO KANN ICH ADB BUTINACA ...
Forum: zhtw clock
Last Post: Pierre, 20 分鐘 以前
Replies: 0 - Views: 1
Ich möchte Alpha PHP reze...
Forum: zhtw clock
Last Post: Pierre, 53 分鐘 以前
Replies: 0 - Views: 2
fulllz.asia [+] Sell Payp...
Forum: 3C 電子產品 玩具
Last Post: dumpstop10, 1 小時 以前
Replies: 0 - Views: 2
fulllz.asia [+] Dumps Tra...
Forum: 軟體 Software
Last Post: dumpstop10, 1 小時 以前
Replies: 0 - Views: 3
fulllz.asia [+] fresh ccv...
Forum: 運動 Sports
Last Post: dumpstop10, 1 小時 以前
Replies: 0 - Views: 2
Kaufen Sie hochwertiges A...
Forum: zhtw clock
Last Post: Pierre, 1 小時 以前
Replies: 0 - Views: 2
fulllz.asia [+] UK/CA/US ...
Forum: 生活 Life
Last Post: dumpstop10, 1 小時 以前
Replies: 0 - Views: 2
Powered By MyBB, © 2002-2026 MyBB Group.
Made with by Curves UI.