[ubuntu]20.04安裝chrome瀏覽器

參考網址:https://ywnz.com/linux/6978.html

wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb

apt install ./google-chrome-stable_current_amd64.deb

 

 

發表於 Linux系統 | 發表迴響

[ubuntu]建立快照(還原點)

參考網址:https://kab49acb.pixnet.net/blog/post/344913032-create-a-snapshot-on-ubuntu-linux—在ubuntu上製作備份

sudo apt-add-repository -y ppa:teejee2008/ppa

sudo apt update

sudo apt install timeshift

選擇你的snapshot要存在哪裡,最好是選不是你放系統檔案的那個磁碟分割

 

另一個軟體systemback
https://ubuntuqa.com/zh-tw/article/10012.html
 

add-apt-repository "deb http://ppa.launchpad.net/nemh/systemback/ubuntu xenial main"

apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 382003C2C8B7B4AB813E915B14E4942973C62A1B

apt update

apt install systemback

 

 

發表於 Linux系統 | 發表迴響

[rasp]瀏覽器更新

參考網址:https://ddeevv.com/question/my-chromium-version-is-really-old-qa8aa5.html

pi 4 用了一陣子了,原本安裝昀系統是Raspberry Pi Desktop Debian version: 10 (buster)
瀏覽器chromiun是 V74 已經太舊,有些google的服務跑不起來,想要更新。
 

sudo apt-get update

sudo apt-get upgrade chromium-browser

下了以上指令,系統更新好久,期間也出現馬一些錯誤,最後也沒有成功。
linux軟更新牽涉到許多的相性,真是不容易。

 

chromium 套件下載

https://chromium.woolyss.com/

 

deb arm
https://deb.debian.org/debian/pool/main/c/chromium/

 

發表於 Linux系統 | 發表迴響

[hinet]P880 Wake On Wan

參考網址:https://dokumen.tips/technology/p880-wake-on-wan.html

https://dokumen.tips/documents/p880-wake-on-wan-5654aea2d64b4.html

發表於 硬體維修, 軟體使用 | 發表迴響

[ubuntu]Ubuntu 20.04 上的 PPPoE 設定(含11.04)

參考網址:https://cjk.aiao.today/ubuntu-20-04-pppoe/

sudo apt install pppoeconf

sudo pppoeconf

手動撥接

sudo pon dsl-provider

中斷連線

sudo poff -a

確認撥接狀態及IP

執行 ip address show ppp0 紅框內就是 IP。

在 /etc/ppp 目錄下,chap-secrets 和 pap-secrets 兩個檔案裡,可以查到撥接的帳號、密碼。

 

在11.04的環境中,安裝完PPPOE之eth0的ipv4設定會不見,
解決方法:
原本在mini server中網路的設定是用NetworkManage管理的
設定完pppoeconf 之後卻變成用networking管理,並且把iface eth0 inet 改成manual
所以得到/etc/network 修改interface檔案

Static 設定方式:

auto eth0
iface eth0 inet static
address 192.168.1.90
netmask 255.255.255.0
gateway 192.168.1.254

 

接著設定 DNS:

sudo vi /etc/resolv.conf
 

輸入:

nameserver 168.95.1.1

然後重新啟動網路服務:

sudo /etc/init.d/networking restart

 

發表於 Linux系統 | 發表迴響

[HiNet]H660WM設定

參考網址:

https://www.mobile01.com/topicdetail.php?f=110&t=5662845

你必須打開機器上的NAT Lookback功能,才能在內網中直接用Public IP來連線

 

https://www.mobile01.com/topicdetail.php?f=110&t=5442356&p=2#69584109

發表於 硬體維修 | 發表迴響

[crack]解除試用軟體的時間限制

參考網址:https://www.itread01.com/content/1548522194.html

 

regMon 和FileMon合體成為 process Mon

 

 

Trial-Reset(试用软件限制清除工具)

Trial-Reset是一款简单易用,功能强大的试用软件限制清除工具,可用来移除系统内商业软件以及免费软件程序保护壳所产生的试用信息及垃圾,支持ASProtect、Armadillo、ACProtect等10 多种试用限制程序,界面简洁,成功率高,有需求的朋友请下载体验。
1、进入软件后点击左边菜单栏项目后的下拉箭头,会出现扫描、清除选项,点击扫描
2、软件开始扫描整个电脑的带壳软件,完成后,选清除,程序会全部清除找到的壳
3、找到C:\ProgramData\TEMP这个文件夹,这是一个C盘的隐藏文件,需要找到它并且删除即可成功破解。

 

5 Ways to Extend Trial Periods of Shareware Software

 

發表於 軟體使用 | 發表迴響

[anydesk] 舊版安裝

參考網址:https://download.anydesk.com/linux/deb/anydesk_6.0.0-1_i386.deb

apt-get install libminizip1 libgtkglext1

https://www.linuxhelp.com/how-to-install-anydesk-2-9-5-on-ubuntu-18-04

這個網站說可以用gdebi 避開套件相依性題 https://ubunlog.com/zh-TW/anydesk-software-escritorio-remoto/
實際執行時還是會有套件相依性的問題
gdebi anydesk_5.0.0-1_i386.deb
Reading package lists… Done
Building dependency tree
Reading state information… Done
Building data structures… Done
Building data structures… Done
此套件無法被安裝
Dependency is not satisfiable: libfontconfig1 (>= 2.9.0)

 

 

ubuntu 11.04可安裝的版本 anydesk_5.0.0~anydesk_5.1.2 直接用 generic-linux   .tar.gz 檔案執行
anydesk-5.1.2-i386.tar.gz
但卻無法設定無人值守(這個版本裡的無人值守叫做隱形登入)
執行anydesk 的bin檔
./anydesk –service


在網路上找到更早的版本http://apt.foo.li/debian/pool/non-free/a/anydesk/?C=N;O=D 
anydesk_2.9.5-1_i386.deb
就可以正常安裝使用了

 

 

發表於 軟體使用 | 發表迴響

[campus]更改es_exam模組

show2.php
show3.php
myplay2.php  play scratch sb3程式


header.php 定義show2及show3按鈕及執行程式
$interface_menu[_MD_SHOW]="show.php";
$interface_menu[_MD_SHOW2]="show2.php";
$interface_menu[_MD_SHOW3]="show3.php";

language/tchinese_utf8/main.php 定義按鈕出現的名字
define("_MD_SHOW","展示");
define("_MD_SHOW2","show2");
define("_MD_SHOW3","show3");

發表於 程式設計 | 發表迴響

[sublime]Hex 模式顯示二進位 (binary) 檔案

參考網址:EPH的程式日記

sublime 本身內含比較陽春的hex功能,可以用file->reopen with Encoding->hexadecimal看到16進位模式,這樣的模式只能看到16進位碼,缺少了16進位與一般模式的對照

加裝HexViewer插件就可以有對照的功能了

 

發表於 程式設計 | 發表迴響