⑴ 如何改動Flash中的鏈接URL
1、有FLASH源文件,即fla文件,這樣就可以直接使用FLASH軟體打開源文件修改。
2、沒有FLASH源文件,只有swf文件,則需要使用swf文件破解軟體如閃客精靈之類的破解成源文件,再使用FLASH軟體打開進行修改即可。
⑵ Ubuntu怎樣修改軟體源地址
1、打開系統右上角的系統設置菜單,找到軟體與更新面板;
2、打開軟體與更新面板,修改下載自伺服器地址,然後選擇其它站點 ;
3、圖形界面就即可修改,打開Ubuntu軟體中心,點擊頂部面板的編輯即可看到「軟體源」,點擊即可。
⑶ 如何設置linux軟體包的更新源
先說一說圖形界面修改源,將默認的源修改成一個比較快的源。
圖形界面就可以修改,打開Ubuntu軟體中心,如下圖,點擊頂部面板的「編輯」然後就可看到「軟體源」選項了:
點擊之後填出軟體源編輯窗口,如圖按鈕,選擇「其他站點」
可以選擇最佳伺服器,也可以直接在左邊選擇一個你覺得快的源,我比較喜歡163.com
如圖選擇伺服器,彈出授權,輸入你的系統密碼就可以了。
在終端修改和替換源的方法
打開終端,輸入命令:
sudo gedit /etc/apt/sources.list
在終端必須小心點,在這之前最後備份一下,如圖輸入密碼之後會填出窗口:
你需要在網上搜索一下關於適合你的Ubuntu版本的源,直接添加都後也可以。
然後更新:
sudo get-apt update
⑷ 如何更換yum源文件
更換CentOS Yum 源
1.首先要下載repo文件,在命令行輸入下面的命令:
$wget http://mirrors.163.com/.help/CentOS6-Base-163.repo
2. 要現備份下原來的yum源,然後替換當前系統的repo文件,輸入下面的命令:$cd /etc/yum.repos.d/
$sudo mv CentOS-Base.repo CentOS-Base.repo.bak
$mv CentOS6-Base-163.repo CentOS-Base.repo
3.做好以上的工作之後,我們就可以來執行yum 更新了$sudo yum clean all
$sudo yum makecache
$sudo yum update
⑸ 如何修改軟體中的鏈接網址
給你回答了你不能修能修改的,需要有專業的知道,你可以用C32,搜索經常打開的網址,把網址NOP或00填充了,就不會再有網址彈出來了,如果你不會,出點好處我幫你修改,嘻~~~~!~~~
⑹ Ubuntu9.04 修改軟體源等幾個問題
首先,你找的源必須是適合版本的更新源(源分更新源、安裝源、三方軟體源等),如果版本不對應也不行的。
然後將source.list裡面的東西全刪除,然後用你找到的替換,存檔。
打開系統————系統管理————軟體源
把第一欄選上的東西全消了 ,然後查看第2欄是否已經成功添加你需要的源,第三欄應該ubuntu更新的內容全是灰色的。
然後你關閉軟體源的時候,它應該告訴你「源」配置發生變動,是否更新,點更新。
等他把更新表下載完了就行了。
像tar.gz2這樣的壓縮包一般都是源碼的打包文件,你不能夠像安裝deb或者rpm那樣直接雙擊安裝,一般源碼需要經過以下步驟:
1.解壓
2.查看壓縮包中的readme文檔了解配置信息
3.通過配置信息裡面的參數,用壓縮包解壓出的configure進行配置(比如在源碼的當前目錄下在終端里./configure -GUI -soundpackage等等##這是另外一個程序的配置文件參數了。。。舉個例子。。。)
4.編譯源碼 執行:make
5.然後安裝文件,使其生效:make install
編譯配置比較麻煩,新手不推薦。
ubuntu在國內的社區: http://forum.ubuntu.org.cn/
這個社區做得非常的好,這也是ubuntu如此成功的原因
另外,這個是我的更新源和三方軟體源:
(我用的是9.04已經用這個源更新到最新版本了,另外,這個是國內的源)
deb http://mirrors.163.com/ubuntu/ jaunty main restricted universe multiverse
deb http://mirrors.163.com/ubuntu/ jaunty-security main restricted universe multiverse
deb http://mirrors.163.com/ubuntu/ jaunty-updates main restricted universe multiverse
deb http://mirrors.163.com/ubuntu/ jaunty-proposed main restricted universe multiverse
deb http://mirrors.163.com/ubuntu/ jaunty-backports main restricted universe multiverse
deb-src http://mirrors.163.com/ubuntu/ jaunty main restricted universe multiverse
deb-src http://mirrors.163.com/ubuntu/ jaunty-security main restricted universe multiverse
deb-src http://mirrors.163.com/ubuntu/ jaunty-updates main restricted universe multiverse
deb-src http://mirrors.163.com/ubuntu/ jaunty-proposed main restricted universe multiverse
deb-src http://mirrors.163.com/ubuntu/ jaunty-backports main restricted universe multiverse
deb http://ubuntu.uestc.e.cn/ubuntu/ jaunty main restricted universe multiverse
deb http://ubuntu.uestc.e.cn/ubuntu/ jaunty-backports main restricted universe multiverse
deb http://ubuntu.uestc.e.cn/ubuntu/ jaunty-proposed main restricted universe multiverse
deb http://ubuntu.uestc.e.cn/ubuntu/ jaunty-security main restricted universe multiverse
deb http://ubuntu.uestc.e.cn/ubuntu/ jaunty-updates main restricted universe multiverse
deb-src http://ubuntu.uestc.e.cn/ubuntu/ jaunty main restricted universe multiverse
deb-src http://ubuntu.uestc.e.cn/ubuntu/ jaunty-backports main restricted universe multiverse
deb-src http://ubuntu.uestc.e.cn/ubuntu/ jaunty-proposed main restricted universe multiverse
deb-src http://ubuntu.uestc.e.cn/ubuntu/ jaunty-security main restricted universe multiverse
deb-src http://ubuntu.uestc.e.cn/ubuntu/ jaunty-updates main restricted universe multiverse
deb http://mirror.bjtu.e.cn/ubuntu/ jaunty main multiverse restricted universe
deb http://mirror.bjtu.e.cn/ubuntu/ jaunty-backports main multiverse restricted universe
deb http://mirror.bjtu.e.cn/ubuntu/ jaunty-proposed main multiverse restricted universe
deb http://mirror.bjtu.e.cn/ubuntu/ jaunty-security main multiverse restricted universe
deb http://mirror.bjtu.e.cn/ubuntu/ jaunty-updates main multiverse restricted universe
deb-src http://mirror.bjtu.e.cn/ubuntu/ jaunty main multiverse restricted universe
deb-src http://mirror.bjtu.e.cn/ubuntu/ jaunty-backports main multiverse restricted universe
deb-src http://mirror.bjtu.e.cn/ubuntu/ jaunty-proposed main multiverse restricted universe
deb-src http://mirror.bjtu.e.cn/ubuntu/ jaunty-security main multiverse restricted universe
deb-src http://mirror.bjtu.e.cn/ubuntu/ jaunty-updates main multiverse restricted universe
⑺ linux如何更換軟體源
通過你的描述,操作過程如下:
1、將原始的yum 源文件備份,可以通過mv 命令來進行操作。
2、下載新的yum源文件到 該目錄
wget -O /etc/yum.repos.d/CentOS-Base.repo yum源網址
或者
curl -o /etc/yum.repos.d/CentOS-Base.repo yum源網址
3、清除緩存:
yum clean all
4、生成緩存:
yum makecache
1、yum 源的目錄為 /etc/yum.repos.d
2、路徑查看命令如下:
[root@Backup2 yum.repos.d]# pwd
/etc/yum.repos.d
以上就是關於 linux如何更換軟體源 的操作過程,由於系統環境不同,可能會有出入,如有問題可以關注+私信,我會第一時間回復,希望我的回答能對你有所幫助。。。。。。
⑻ Word2010如何更改鏈接文件
第1步,打開Word2010文檔窗口,右鍵單擊鏈接對象。在打開的快捷菜單中指向「鏈接的…對象」級聯菜單,並在打開的下一級菜單中選擇「鏈接」命令,如圖所示。選擇「鏈接」命令。
第2步,打開「鏈接」對話框,在鏈接列表中選中需要更改鏈接地址或數據范圍的鏈接,然後單擊「更改源」按鈕,如圖所示。單擊「更改源」按鈕。
第3步,在打開的「更改源」對話框中,查找並選中更改後的文件鏈接地址或新文件,單擊「打開」按鈕。返回「鏈接」對話框,單擊「確定」按鈕即可,如圖所示。「更改源」對話框。
注意事項
小提示:如果用戶需要更改鏈接文件的部分內容,則需要在「更改源」對話框中單擊「項目」按鈕,在打開的「輸入文字」對話框中重新輸入數據范圍,更改數據連接范圍。