誤刪了.bashrchistory等等等等檔案後。
ll 失靈了.....ll command not found
各種字型顏色也沒有了。
於是拷貝了乙份.bashrc回來。source ~./bashrc後
配置生效。
但是還誤刪了.profile這就導致每天我都要source啊!!
你可以用etc/skel/..... 裡面找出來.profile檔案~ 放在當前使用者目錄。
如果你找不到。那麼內容是以下這樣子的。。複製貼上吧 兄dei~
# ~/.profile: executed by the command interpreter for login shells.
# this file is not read by bash(1), if ~/.bash_profile or ~/.bash_login
# exists.
# see /usr/share/doc/bash/examples/startup-files for examples.
# the files are located in the bash-doc package.
# the default umask is set in /etc/profile; for setting the umask
# for ssh logins, install and configure the libpam-umask package.
#umask 022
# if running bash
if [ -n "$bash_version" ]; then
# include .bashrc if it exists
if [ -f "$home/.bashrc" ]; then
. "$home/.bashrc"
fifi
# set path so it includes user's private bin if it exists
if [ -d "$home/bin" ] ; then
path="$home/bin:$path"
fi
使用Jupyter Notebook誤刪了怎麼辦?
我們在使用jupyter notebook,就會發現非常好用,但是那麼難免有時候手殘,會不小心刪掉 或者檔案,辛辛苦苦的東西付之東流,該怎麼辦呢?如何解決呢?以下分成兩種情況 一 正在寫的 只有乙個小檔案裡面內容誤刪 此時一定不要關,不要關,不要關jupyter notebook,不要離開,繼續執行...
資料被誤刪了,著急恢復就這樣幹!
大資料時代,資料的量每天都在增長,所以儲存資料是每天都需要做的事情,那麼萬一儲存在電腦裡面的資料丟失了,還能恢復過來嗎?遇到資料丟失問題,可以使用專業的資料恢復軟體來恢復,下面來學習具體恢復技巧。具體恢復步驟如下 步驟一 開啟easyrecovery軟體。雙擊桌面上的軟體快捷圖示,就會彈出該軟體的啟...
誤刪了公司資料庫,但我還是活下來了
專欄 九章演算法 www.jiuzhang.com 上週我與同事們進行了一次關於職業生涯中搞砸了一些事情的簡短談話。這確實會淪為他人笑柄,卻更給我們帶來了珍貴的教訓。重要的是,我們應該分享那些曾經的錯誤,這樣其他人就可以從其中學習。下文是最近在我身上發生的例子。1.為什麼有如此多誤刪生產資料庫的事情...