01
Apr
Hari ini admin sedikit di pusingkan dengan partisi boot di ubuntu server yang sudah penuh 100%, namun setelah browsing sana sini akhirnya dapat solusi yang mudah, tinggal masuk command line sebagi root :
dpkg --get-selections|grep 'linux-image*'|awk '{print $1}'|egrep -v "linux-image-$(uname -r)|linux-image-generic" |while read n;do apt-get -y remove $n;done atau
dpkg --get-selections | \ grep 'linux-image*' | \ awk '{print $1}' | \ egrep -v "linux-image-$(uname -r)|linux-image-generic" | \ while read n do apt-get -y remove $n done
Trackbacks and pingbacks
No trackback or pingback available for this article.
Categories
Recent Posts
Recent Comments
- Ahauw on Membuat sendiri Radio Internet / Streaming dari Rumah
- Mohammad Johan Rajabi on Mobile App untuk Radio Streaming atau Radio Internet
- Citra on Mobile App untuk Radio Streaming atau Radio Internet
- Bejan Syahidan on Membuat sendiri Radio Internet / Streaming dari Rumah
- andi on YouTube-DL aplikasi command line di linux yang powerfull
Leave a reply