Showing posts with label upgrade. Show all posts
Showing posts with label upgrade. Show all posts
Friday, September 8, 2017
Ubuntu Graphics Session Fix after botched Kernel Upgrade
Ubuntu Graphics Session Fix after botched Kernel Upgrade
Overview
This post is about restoring graphics to your Linux Desktop session if you install some kernel updates that dont go so well. Particularly, ones that fail with your graphics drivers.
Quick Steps
If you get error message (when trying to upgrade kernel packages or kernel drivers): "Skipping (driver build) at this time because kernel-source is missing." Try the following steps:
Note: `uname -r` is a commandline option which will auto-substitute your kernel version and architecture into the install command. If installing via a GUI, just use the info output from running the console command `uname -r`.
sudo apt-get install linux-source-`uname -r` linux-headers-`uname -r`If this does not automatically cause your nvidia drivers to compile, cause a manual install with:
sudo apt-get install nvidia-currentIf that still doesnt work, try uninstalling and reinstalling nvidia-current.
Background
Today I noticed there were some kernel updates in Ubuntu, but they had been kept back. So I decided to manually install them, since they did not appear to be causing any package conflicts. I do updates from command line with apt-get (because Im awesome that way *wink*). While installing the held-back packages, being kernel updates, it tried to accommodate my Nvidia graphics drivers.
Apparently, this failed. I noticed the error on the console, and immediately downgraded my kernel back to the previous versions. But alas, it did no good. I rebooted and was confronted with a text-only machine. Now, Im fine with this, since I spend a lot of time on console. (Screen, vim, ssh, and elinks are usually all I need for most rescue operations. Sometimes rtorrent, wget, and curl are handy too.)
After trying to get the packages to jive well together, I gave up trying to juggle the kernel packages and instead focused on the Nvidia drivers. I tried installing the nvidia-current package provided by the Ubuntu repositories. (I was running a later version from a PPA.). This failed, but triggered the same error.
"Skipping (driver build) at this time because kernel-source is missing." Now, Ive seen this error before. So I quickly installed the linux-source-`uname -r` package. This did not quite do the trick, and I have been around long enough to know that the source-packages often require the header packages as well. So I install linux-headers-`uname -r` package.
Once installed that, I didnt even have to do anything. The system automatically compiled the missing nvidia drivers and installed them for me. A quick reboot later, and now I am blogging about this simple solution.
download file now
Sunday, August 27, 2017
Ubuntu Update Upgrade Dist Upgrade
Ubuntu Update Upgrade Dist Upgrade
Hey guys i just made a video on updating, upgrading and dist-upgrading ubuntu operating system in the following video.
sudo apt-get update
sudo apt-get upgrade
sudo apt-get dist-upgrade
download file now
Saturday, August 26, 2017
Tutorial Upgrade RouterOS Mikrotik ke Versi Terbaru
Tutorial Upgrade RouterOS Mikrotik ke Versi Terbaru
Upgrade versi RouterOS Mikrotik ke versi terbaru merupakan hal yang penting bagi pengguna Mikrotik. Dengan meng-upgrade versi RouterOS maka Mikrotik akan mendapatkan fitur-fitur baru yang lebih lengkap dari versi sebelumnya. Misalnya bagi Mikrotik dengan versi RouterOS 5.2 dan belum terinstall user manager maka harus upgrade ke versi terbaru (misal 5.24) dulu biar bisa Install paket user manager dari halaman download Mikrotik.
Sebagai bahan implementasi kali ini kita akan meng-upgrade RouterOS RB751U-2HnD dari RouterOS 5.2 ke RouterOS 5.24 , Sebetulnya banyak versi-versi terbaru RouterOS Mikrotik, seperti v. 6.33.5 tapi berhubung yang tersedia bahannya saat ini itu, Okelah kita langsung implementasi saja.
Langsung saja ikuti langkah-langkah sebagai berikut :
- Download filenya di https://mikrotik.com//download
- Pilih tipe RouterOS yang sesuai dengan RouterBoard anda. Misalnya buat RB751U-2HnD jadi pake yang mipsbe RB700 Series.
- Download file upgrade package untuk versi RouterOS nya seperti gambar berikut ini

- Buka folder Download kita lalu, klik kanan file .npk nya dan Copy / Drag&Drop ke File di menu mikrotik, lihat gambar dibawah :

- Jika proses upload selesai reboot Mikrotik nya, System-->Reboot. Maka paket update akan terinstall secara otomatis saat Mikrotik booting.
- Lihat Hasil Upgrade RouterOS Mikrotik kita di System-->Resources , untuk lebih jelasnya lihat gambar dibawah ini :

Silahkan lakukan Upgrade untuk memperbarui fitur RouterOS Mikrotik anda, karna di versi-versi terbaru lebih lengkap , Contoh IP Cloud di versi 6.xx , untuk mengetahui apa itu IP Cloud, silahkan baca juga mengenai Tutorial Setting IP CLOUD Untuk Remote Mikrotik dari Luar Jaringan
Source/Reference :
- http://mikrotik.co.id
- blog mikrotikindo
Source/Reference :
- http://mikrotik.co.id
- blog mikrotikindo
download file now
Thursday, August 24, 2017
Ubuntu 11 04 Upgrade Linux Kernel to 2 6 39 0
Ubuntu 11 04 Upgrade Linux Kernel to 2 6 39 0

Its been quite some time since Ubuntu released its 11.04 OS, even long before its stable release Natty Narwhals Alpha release had gone through some intense debates regarding its unity interface.
Despite the fact that Ubuntu is the most stable and user-friendly OS in the Linux family, its latest release of Natty Narwhal has left many Ubuntuans skeptical about upgrading from Ubuntu 10.10 , due to the fear of new unity interface and some known bugs.
I recently had some issues with Natty too, while using Gimp and Blender the screen just froze on me for no reason, it was very weird and was nothing like the Ubuntu Ive known form its 8.04 release.
When I spent some time on Natty Narwhals release notes I found that it has a lot of known issues, one line under Graphics and display says:
On certain systems, a bad interaction between Unity, the GL driver and the kernel may cause the system to hang. (740126)
This is a frequent screen frozen issue, and it�s believed to have something to do with the kernel. In Ubuntu 11.04, the default Linux kernel version is 2.6.38-8. Considering the release notes bugs and the suggestions I received from users on launchpad.net I upgraded my Ubuntu kernel to 2.6.39-0, and that seems to have done the trick, all my applications now are stable and never freeze or hang.
If you consider upgrading your kernel to 2.6.39-0, here�s how you could do it.
Run these following commands in the terminal(Ctrl+Alt+T)
1.) Add the kernel ppa and update your system:
sudo add-apt-repository ppa:kernel-ppa/ppa
sudo apt-get update
sudo apt-get update


2.) Check available kernels with the command:
apt-cache showpkg linux-headers

kernel 2.6.39.0 should be in list.
3.) Run the command to install kernel 2.6.39.0:
sudo apt-get install linux-headers-2.6.39-0 linux-headers-2.6.39-0-generic linux-image-2.6.39-0-generic --fix-missing


And finally restart your computer, goto system monitor and check your systems kernel version.

------------------------------------------------------------------------------------------------------------------------------------------------------
Note: If you are doing this on virtual-box, after system restart you will be thrown back into Ubuntu Classic interface.To restore your system back into Unity interface you will have to reinstall guest additions and kill the gnome-settings-daemon, here are some commands that will help you do this.
(Only for Users upgrading on Virtual-box)
sudo apt-get update
sudo apt-get install virtualbox-ose-guest-utils
killall -9 gnome-settings-daemon && gnome-settings-daemon
and restart your guest OS.
download file now
Tuesday, August 22, 2017
Tutorial Upgrade OS BlackBerry
Tutorial Upgrade OS BlackBerry

Saat pertama kali menjadi pengguna smartphone dengan logo titik membentuk huruf B ini, mungkin kebanyakan sobat masih bingung tentang bagaimana memanfaatkan beberapa fitur yang ada pada BlackBerry. Seperti cara download aplikasi dan cara menggunakannya. Apalagi masalah upgrade software, bahkan upgrade Operating system (OS).
Cara upgrade OS BlackBerry akan saya share secara komplit disini. Berikut ini adalah cara upgrade OS blackberry yg paling banyak di gunakan: sebelum mengupgrade jangan lupa persiapkan peralatan perangnya dulu...!! hehe..
- Blackberry Desktop Manager terbaru. Bisa download disini atau disini
- OS blackberry yang sesuai dengan tipe Blackberry yang digunakan
- PC / laptop dengan OS Windows XP dan Windows Vista atau windows 7
Catatan :
Untuk cara mengetahui versi OS BlackBerry milik sobat, masuk ke menu Options > About di BlackBerry sobat.

Setelah itu, lanjut ke topik utama. Upgrade OS BlackBerry dengan mengikuti instruksi berikut ini :
- Install aplikasi Desktop Manager (Saat proses instalasi Desktop Manager, jangan menyambungkan Blackberry ke PC)
- Setelah itu install OS terbaru yang sudah sobat dapatkan
- Sambungkan BlackBerry ke PC)
- Install driver BlackBerry, lalu pilih Automatic
- Setelah instalasi selesai, buka C:Program FilesCommon FilesResearch In MotionAppLoader
- Cari file vendor.xml, lalu hapus file tersebut
- Jalankan Desktop Manager
- Mulailah dengan mem-backup seluruh data di BlackBerry
- Untuk aplikasi Desktop Manager terbaru, pada saat proses upgrade, OS akan di backup secara otomatis. Tapi lebih baik sobat mem-backup-nya secara manual pada menu Backup
- Setelah proses selesai lanjutkan pada menu Aplication Loader
- Pilih Update Software klik tombol Start
- Pilih OS terbaru lalu klik tombol Next
- Pilih Options di Device Software Options. Ceklist software apa aja yg mau di install, jangan di ceklist untuk menghapus atau tidak di install
- Klik tombol Next, dan ikuti petunjuknya sampai selesai
- Setelah itu tunggu sambil santai-sanyai sampai proses upgrade selesai
download file now
Labels:
blackberry,
os,
tutorial,
upgrade
Sunday, August 20, 2017
Ubuntu 12 04 Upgrade SVN 1 7 9
Ubuntu 12 04 Upgrade SVN 1 7 9
Today I rolled back my distro from Ubuntu 13.04 to 12.04. This is because I was sick of all the stability/general-problems with Compiz, and I know they worked perfectly in 12.04. However this meant that my svn version was incompatible with all the code I had previously checked out. Rather than re-check out all the repos again, it is better to just upgrade svn as no doubt it has some new features/fixes as well.
If you are using Ubuntu 14.04, then ignore this tutorial.
Steps
Install this SVN PPA and upgrade (assuming you have already installed the subversion package).
sudo apt-add-repository ppa:svn/ppa -y
sudo apt-get update && sudo apt-get dist-upgrade -y
sudo apt-get update && sudo apt-get dist-upgrade -y
For those running RabbitVCS. I highly recommend that you reboot at this point as the nautilus extension would not work for me until I did this (even after performing a killall nautilus). If it still does not work, try performing these:
sudo ln -s /usr/lib/x86_64-linux-gnu/libsvn_client-1.so.1.0.0 /usr/lib/
sudo ln -s /usr/lib/x86_64-linux-gnu/libsvn_client-1.so.1 /usr/lib/
sudo ln -sf /usr/lib/x86_64-linux-gnu/libpython2.7.so.1.0 /usr/lib/
sudo ln -sf /usr/lib/x86_64-linux-gnu/libpython2.7.so.1 /usr/lib/
It is working for me now after performing these, but as I did not try rebooting until afterwards, I am not sure if all/any of them are actually necessary.sudo ln -s /usr/lib/x86_64-linux-gnu/libsvn_client-1.so.1 /usr/lib/
sudo ln -sf /usr/lib/x86_64-linux-gnu/libpython2.7.so.1.0 /usr/lib/
sudo ln -sf /usr/lib/x86_64-linux-gnu/libpython2.7.so.1 /usr/lib/
download file now
Friday, August 11, 2017
Tutorial Cara Mudah Upgrade OS Blackberry Gemini 8520
Tutorial Cara Mudah Upgrade OS Blackberry Gemini 8520

Met pagi semuanya!! pada kesempatan pagi ini saya akan share tentang cara upgrade os blackberry gemini 8520. Mungin Upgrade Os Blackberry ini sudah pd tau, tpi saya yakin masih banyak yg blm tau juga, makanya saya share lagai.
Kenapa os blackberry mesti di upgrade ? mungkin agan-agan sering merasa kalau saat di pake blackberry agan sering lelet nah untuk itu ga ada salahnya agan upgrade os terbaru untuk blackberry gemini 8520 , os terbaru ini memiliki fitur yang hampir sama tapi dengan tampilan yang berbeda dan tidak lelet pastinya,kenapa saya memilih gemini 8520 karen agan tau sendiri kan Blackberry tipe ini sangat banyak sekali penggunanya .
Kenapa os blackberry mesti di upgrade ? mungkin agan-agan sering merasa kalau saat di pake blackberry agan sering lelet nah untuk itu ga ada salahnya agan upgrade os terbaru untuk blackberry gemini 8520 , os terbaru ini memiliki fitur yang hampir sama tapi dengan tampilan yang berbeda dan tidak lelet pastinya,kenapa saya memilih gemini 8520 karen agan tau sendiri kan Blackberry tipe ini sangat banyak sekali penggunanya .
Sebelum kita memulai langkah Upgrade , kita siapin dulu bahan yang di perlukan buat proses upgrade :
Jika sudah agan download mari kita mulai langkah - langkahnya :
- Instal Blackberry Desktop Software di pc/laptop agan
- Kemudian hapus file vendor.xml pada OS Blacberry Gemini agan buka drive C > program files > common files > research in motion > app.loader > vendor.xml
- Backup terlebih dahulu data dari Blackberry agan
- Hubungkan Blackberry agan ke pc/laptop
- Jika sudah terhubung buka aplikasi Blackberry Desktop Software yang tadi sudah di instal
- Klik perbarui tunggu hingga proses selesai ( proses ini memakan waktu sekitar 30 menit dan jangan pernah sekali-sekali mencabut Blackberry agan ketika proses ini berlangsung )
- Selesai
Blackberry Desktop Software
OS Terbaru Blackberry Gemini 8520
download file now
Thursday, August 10, 2017
Ubuntu 16 04 2 Has Released and upgrade for get Latest Kernel Support
Ubuntu 16 04 2 Has Released and upgrade for get Latest Kernel Support

The Ubuntu team is pleased to announce the release of Ubuntu 16.04.2 LTS for its Desktop, Server and Cloud products, as well as other flavours of Ubuntu with long-term support. Like previous LTS series, 16.04.2 includes hardware enablement stacks for use on newer hardware
Welcome to the Xenial Xerus edition of the Ubuntu Linux operating system, an open-source and free GNU/Linux distribution derived from the award-winning Debian GNU/Linux project.
Distributed as 64-bit/32-bit Live ISO images for the Desktop Edition
Ubuntu 16.04 LTS is currently distributed as two Live ISO images for the Desktop Edition, suitable for deployment on 64-bit (amd64) or 32-bit (i386) hardware architectures, and five ISOs for the Server Edition, which is also available for s390x, PowerPC 64-bit Little Endian (PPC64el), and PowerPC (PPC) architectures.
The Ubuntu team is pleased to announce the release of Ubuntu 16.04.2 LTS
(Long-Term Support) for its Desktop, Server, and Cloud products, as well
as other flavours of Ubuntu with long-term support.
Like previous LTS series, 16.04.2 includes hardware enablement stacks
for use on newer hardware. This support is offered on all architectures
except for 32-bit powerpc, and is installed by default when using one of
the desktop images. Ubuntu Server defaults to installing the GA kernel,
however you may select the HWE kernel from the installer bootloader.
As usual, this point release includes many updates, and updated
installation media has been provided so that fewer updates will need to
be downloaded after installation. These include security updates and
corrections for other high-impact bugs, with a focus on maintaining
stability and compatibility with Ubuntu 16.04 LTS.
Kubuntu 16.04.2 LTS, Xubuntu 16.04.2 LTS, Mythbuntu 16.04.2 LTS,
Ubuntu GNOME 16.04.2 LTS, Lubuntu 16.04.2 LTS, Ubuntu Kylin 16.04.2 LTS,
Ubuntu MATE 16.04.2 LTS and Ubuntu Studio 16.04.2 LTS are also now
available. More details can be found in their individual release notes:
updated images for Kubuntu, Xubuntu, Mythbuntu, Ubuntu GNOME, Lubuntu, Ubuntu Kylin, Ubuntu MATE and Ubuntu Studio are also provided.
Download links:
ubuntu-16.04.2-desktop-amd64.iso (1,482MB, SHA256, signature, torrent, pkglist)
kubuntu-16.04.2-desktop-amd64.iso (1,498MB, SHA256, signature, torrent, pkglist)
xubuntu-16.04.2-desktop-amd64.iso (1,239MB, SHA256, signature, torrent, pkglist)
mythbuntu-16.04.2-desktop-amd64.iso (1,389MB, SHA256, signature, torrent, pkglist)
ubuntu-gnome-16.04.2-desktop-amd64.iso (1,260MB, SHA256, signature, torrent, pkglist)
lubuntu-16.04.2-desktop-amd64.iso (880MB, SHA256, signature, torrent, pkglist)
ubuntukylin-16.04.2-desktop-amd64.iso (1,466MB, SHA256, signature, torrent, pkglist)
ubuntu-mate-16.04.2-desktop-amd64.iso (1,618MB, SHA256, signature, torrent, pkglist)
ubuntustudio-16.04.2-desktop-amd64.iso (2,691MB, SHA256, signature, torrent, pkglist).
Follow this page for upgrade from Ubuntu 16.04.1
download file now
Ubuntu 14 04 is a solid upgrade
Ubuntu 14 04 is a solid upgrade
I installed the latest Ubuntu 14.04 and its variants (Gnome, Xubuntu, Lubuntu) and have chosen the regular desktop as the best new solution to my preference for a traditional Gnome look and feel. Using the GNOME Flashback Session with Compiz, gets you back to this desktop with little trouble. From there I installed Synaptic, the Nemo File Manager (better than Nautilus), Pidgin, Chrome, Docky, Deluge, Audacious, Yarock, Gnome Tweak Tool, Ubuntu Tweak, Unity Tweak Tool (needed to move buttons to the right), Screenlets, and Greybird and Elementary icon themes. I tried a number of music players including Banshee, gmusicBrowser, Deadbeef, Clementine, Rythmbox, Yarock, and Audacious. It is very snappy and has a faster boot time than my old Ubuntu 12.10 build. The Ubuntu Gnome version was also good, but did not allow me to edit the top & bottom toolbars. Overall a very good news for us all. Below are my screen shots and a link where to get the files. Enjoy.









You can download images of Ubuntu 14.04 here:
http://releases.ubuntu.com/14.04/
download file now
Subscribe to:
Posts (Atom)