Skip to main content

Posts

SwiftUI: Create a Custom Navigation Bar

In this guide, you can learn how to create a custom View to be used as a navigation bar. https://dipinkrishna.com/blog/2023/08/swiftui-create-a-custom-navigation-bar/
Recent posts

How to get Ubuntu to detect the SATA drive, so that you could proceed and install Ubuntu

Some of you might face this situation. Ubuntu’s Ubiquity Installer could not detect SATA drive, although  sudo fdisk -l  lists the drive. It even appeared in gparted. It seems that the SATA drive had left over raid configuration information that was telling the installer to skip the drive (as if it was unsupported). In the following tutorial, I will show you how to get Ubuntu to detect the SATA drive, so that you could proceed and install Ubuntu. Read the full post here…

How to password protect files and folders in Ubuntu 10.10 Maverick Meerkat

I have been using this little applet called cryptkeeper for a while now, it is a beautifully simple power user application that will help you keep your private information safe and secure. In this simple how to I will assist you in installing and using cryptkeeper. Basically Cryptkeeper is a Linux system tray applet that manages EncFS encrypted folders. Installing it is as easy as running a single command. I nstallation: Open terminal and execute command: sudo apt-get install cryptkeeper That will install all the necessary files. (Alternatively you can install it from synaptic package manager) Now log out and log back in. Once you are logged back in, you can start Cryptkeeper from the menu Applications->System Tools->Cryptkeeper. You should see an icon in your System Tray that looks like a pair of keys. This can vary a bit based on your current icon theme. This is the Cryptkeeper icon. And now H ow to use it. Click on the Cryptkeeper icon and select New encrypted

How to install skype in ubuntu 10.10 Maverick Meerkat

Skype is a simple software which enable you to make free calls(Audio,video and conference ) over the Internet by using VoIP protocol.It is available for all platform i.e you can use it from Ubuntu,windows or MacOS.It is very simple to use and graphical interface is also very user friendly with a lot of advanced features. The Command Line Way 1. Add the partner repository to the sources.list. sudo gedit /etc/apt/sources.list Uncomment the following lines: deb http://archive.canonical.com/ubuntu maverick partner deb-src http://archive.canonical.com/ubuntu maverick partner If you don’t see the above two lines, then you must add them. Now save and close the file. 2. Now, retrieve the updated package lists from the newly added repositories by issuing the following command: sudo apt-get update 3. Now install skpe sudo apt-get install skype The Graphical Way 1. Go to Applications –> Ubuntu Software Center. 2. Then select Edit –> Software Sources… 3. Select ‘O

Ubuntu 10.04.1 LTS released

The Ubuntu team has announced the release of Ubuntu 10.04.1 LTS, the first maintenance update to Ubuntu's 10.04 LTS release.  This release includes updated server, desktop, and alternate installation CDs for the i386 and amd64 architectures.  Numerous updates have been integrated, 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 10.04 LTS. To Get Ubuntu 10.04.1 LTS ------------------------- To download Ubuntu 10.04.1 LTS, or obtain CDs, visit: http://www.ubuntu.com/ getubuntu/download We recommend that all users read the release notes, which document caveats and workarounds for known issues. They are available at: http://www.ubuntu.com/ getubuntu/releasenotes/1004 About Ubuntu 10.04.1 LTS ------------------------ This is the first maintenance release of Ubunt