Posts

Showing posts from 2015

Top web browser for linux(ubuntu)

1.Chrome 2.firefox 3.vivaldi 4.yandex 5.opera 6.maxthon 7.Browser(preinstalled in ubutnu 15.10) type browser in search bar of ubuntu in 15.10 8. liri browser http://liriproject.me/browser/#discover

How to Compile(Install) the Latest Wine 32-bit on 64-bit Ubuntu (15.10)

Download the source tarball from here (direct link here ) and uncompress it ( tar -xf wine-1.7.53 )(you can uncompress it by right click on the downloaded fule and click on extract here). Next, install the dependencies: sudo apt-get install build-essential gcc-multilib libx11-dev:i386 libfreetype6-dev:i386 libxcursor-dev:i386 libxi-dev:i386 libxshmfence-dev:i386 libxxf86vm-dev:i386 libxrandr-dev:i386 libxinerama-dev:i386 libxcomposite-dev:i386 libglu1-mesa-dev:i386 libosmesa6-dev:i386 libpcap0.8-dev:i386 libdbus-1-dev:i386 libncurses5-dev:i386 libsane-dev:i386 libv4l-dev:i386 libgphoto2-dev:i386 liblcms2-dev:i386 gstreamer0.10-plugins-base:i386 libcapi20-dev:i386 libcups2-dev:i386 libfontconfig1-dev:i386 libgsm1-dev:i386 libtiff5-dev:i386 libmpg123-dev:i386 libopenal-dev:i386 libldap2-dev:i386 libgnutls-dev:i386 libjpeg-dev:i386 copy paste the above line in terminal after this go the inside the wine folder that we have extracted or uncompressed earlier and file file configure

wine not installing error unmet dependencies wine1.7-i386 (solution)

How to install wine in ubuntu 15.10 problem: The following packages have unmet dependencies: wine1.7 : Depends: wine1.7-amd64 (= 1:1.7.44-0ubuntu1) but it is not going to be installed Depends: wine1.7-i386 (= 1:1.7.44-0ubuntu1) E: Unable to correct problems, you have held broken packages.   solution: first of all go to this link below and download libgphoto2-port10 click on i386 and amd64 and select server and download it and install it http://packages.ubuntu.com/trusty/libgphoto2-port10 open terminal  To install wine run following commands: sudo add-apt-repository ppa:ubuntu-wine/ppa     sudo apt-get update && sudo apt-get install wine1.7 winetricks

How to fix Internet Download Manager from HTTP 1.1 403 Forbidden

just download older version of internet download manger from filhippo or oldapps working version(IDM 6.23 Build 18)

SSL connection error in chrome or chromium based browser

just download dev(devloper) or beta version of chrome, any version and than check the problem will get solved working version( 48.0.2564.10 dev) or download older version of chrome (try to remember the version in which you was not having the proble m)

PowerPoint Text in Circle or curve

Image
PowerPoint improved Word Art in 2007. This shows how to get text to animate in a circle. Start by creating a text box and adding the text: Next decide on the diameter of your circle (be realistic - will the text fit!) Right click the edge of the text box and use "Size and Position" to set the (equal) width and height. With the textbox still selected use FORMAT > TextEffects > Transform to select Follow Path > Circle.   You should now see the text is curved (but probably not a circle) and a pink handle. Drag the handle untill the path just forms a circle. Now select the textbox (not the text itself) and change the font size until the text just fills the circle. Finally use the green handle to rotate the shape so that the start of the text is just to the right of top centre.

Important addons for firefox

Image

How do I deal with “unauthenticated sources” errors in the Software Center or Requires installation of untrusted packages?

Image
Any install that I'm trying through the Software Center is telling me: Requires installation of untrusted packages: The action would require the installation of packages from not authenticated sources.    just uncheck and try one by one to install     now uncheck here which software is causing the problem

How to remove kernel images on Ubuntu

Image
I have upgraded the kernel on my Ubuntu and my system get broken and it is not working properly on starting of ubuntu you can see a option advancnced startup and you can see the different version of linux kernel installed How to Clean up Old Kernel Images with Apt-get Before you remove old kernel images, remember that it is recommended to keep at least two kernel images (the latest one and an extra older version), in case the primary one goes wrong. That said, let's see how to uninstall old kernel images on Ubuntu platform. In Ubuntu, kernel images consist of the following packages. linux-image-<VERSION-NUMBER>: kernel image linux-image-extra-<VERSION-NUMBER>: extra kernel modules linux-headers-<VERSION-NUMBER>: kernel header files First, check what kernel image(s) are installed on your system. open termianl and copy paste or type the command below one by one  dpkg --list | grep linux-image  dpkg --list | grep linux-headers 

How do I install a .tar.gz (or .tar.bz2) file in ubuntu?

Image
The first thing you need to do is extracting it in a folder, let's make it your desktop. You can extract an archive right clicking on it and choosing the appropriate entry. It should create a new folder with a similar name, e.g. program-1.2.3. Now you need to open your terminal and then go to that directory: cd /home/yourusername/Desktop/program-1.2.3 OR  you can right click inside the program folder that you need to install and select open in terminal Make sure you first read a file called INSTALL or INSTALL.txt or README. Check if there is any of these files with the ls command, and then display the right one with: xdg-open INSTALL The file will contain the right indications to go on with the compiling process. Usually the three "classical" steps are: ./configure make sudo make install type these commands one by one in terminal that you have opened You may also need to install some dependencies, generally after some configure error which will tell y

Install Packages offline in ubuntu

Get Your Packages offline  synaptic package manager It provides a graphical interface for gathering updates, packages, and dependencies for offline computers. it is free and open source. I found this important because many of my friends say that downloading packages is a big problem as they do not have access to internet. Although there are many ways to get your packages offline, like: 1. Take Synaptic package manager, Mark all the packages you need (the dependencies will be automatically marked) 2. Go to File -> Save Markings. Save it (script)to an external medium like USB flash drive. 3. Take the pendrive to system where u have internet connection and Linux installed(hard drive/virtual) 4. Run the script as ./scriptname This will do it and store the packages in USB drive. Install it by using the command sudo dpkg -i -force-depends *.deb alternatively you can open the script and download files using IDM.

No network manager applet after upgrading to ubuntu 14.10 or 15.10

go to usr/bin folder and type nm-applet and run that program and to edit your network connection profiles go here /etc/NetworkManager/system-connections and open it and edit from there

How to integrate play on linux and IDM in firefox

first install flashgot addon in firefox then got to addons manager and click on preference then click on add type Idman Executable path was /usr/share/playonlinux/playonlinux command used on "Command line arguments template" was --run IDMan %f /d [URL] click ok. done.

How to install wine 1.7 on ubuntu 15.10

Image
Can't install wine1.7 on Ubuntu 15.10 due to a broken dependencies You install Wine 1.6 first then install wine 1.7 though play on Linux Open up a terminal and type in: sudo apt-get install wine1.6   Install play on Linux Download the latest version of play on Linux wget https://www.playonlinux.com/script_files/PlayOnLinux/4.2.9/PlayOnLinux_4.2.9.deb     Then install it. sudo dpkg -i PlayOnLinux_4.2.9.deb    Open play on linux playonlinux    Click then configure then click on New to create a new Virtual Drive When you have done that. Click on your virtual Drive that you just created   Select the wine version you want installed then click on the > to install the wine version.   When the wine version is installed it should show up like this. To run applications using wine 1.7 click on configure and then click on a virtual Drive Change wine version from system to 1.7 How to integrate play on

why having broadband connections are much better than 2g or 3g

On this site we always shares 3G and 2G tricks but we all know that tricks are temporary so having a broadband connection is a good plan because broadband are way more cheaper than paid 2G & 3G and they also come with unlimited plans on speed basis. In 3g or 4g you cannot download torrents with very much high speed which you get in broadband connections there are so many broadband ISP provider like 1.siti broadband 2.Alliance  broadband 3.worryfree(in jharkhand)

How to justify gap of one year in between 10th and 12th in front of interviewer?

ques:-How to justify gap of one year in between 10th and 12th in front of interviewer? Ans:- First of all you need to make a Affidavit(affidavit can be made from block office or court near by you meeting a layer(additionally if you dont know about affidavit you can search in google or you may take help from your parents)) and second thing you need is a medical report medical report must be of a long illness of about six month and more(you can make a medical report from your family doctor or any doctor who may help you regarding this) medical report should be dated in between your 10th pass and 11th admissions date for 10th pass date you can see your 10th result there you will find the date along with month and year and for Date of admission in 11th you can  see your College Leaving Certificate or Tranfer certificate ther you can find date of admission. answer will be very simple say that I was not physically fit thats why I have not taken admission that year as I was suffering fro

Binary arithmetic

Miscellaneous Binary Arithmetic Addition Subtraction Multiplication Division Notes Rules of Binary Addition 0 + 0 = 0 0 + 1 = 1 1 + 0 = 1 1 + 1 = 0 , and carry 1 to the next more significant bit For example, 00011010 + 00001100 = 00100110                  1  1   carries   0  0  0  1  1  0  1  0    =    26 (base 10) + 0  0  0  0  1  1  0  0    =    12 (base 10)   0  0  1  0  0  1  1  0    =    38 (base 10)   00010011 + 00111110 = 01010001           1  1  1  1  1   carries   0  0  0  1  0  0  1  1    =    19 (base 10) + 0  0  1  1  1  1  1  0    =    62 (base 10)   0  1  0  1  0  0  0  1    =    81 (base 10) Note:   The rules of binary addition (without carries) are the same as the truths of the   XOR   gate. Rules of Binary Subtraction 0 - 0 = 0 0 - 1 = 1 , and borrow 1 from the next more significant bit 1 - 0 = 1 1 - 1 = 0 For example, 00100101 - 00010001 = 00010100                  0   borrows   0  0   1   1 0  0  1  0  1    =    37

How To Solve NTFS Mount Problem In linux(Ubuntu or deepin os) And Windows Dual Boot or mount error

Image
Problem : The NTFS partition is in an unsafe state in ubuntu or you are not able to move files  The main cause of this is because of windows unexpectedly shutdown. windows suddenly hang and when restart ubuntu it show mount error . After upgrading to Windows 8, I often see an error “ The NTFS partition is in an unsafe state. Please resume and shutdown Windows fully ” when I try to mount the NTFS partitions in Ubuntu. The full text of error is as following: Error mounting /dev/sda5 at /media/itsfoss/01BC76G7Z2628FB0: Command-line `mount -t “ntfs” -o “uhelper=udisks2,nodev,nosuid,uid=1000,gid=1000,dmask=0077,fmask=0177” “/dev/sda5” “/media/itsfoss/01BC76G7Z2628FB0″‘ exited with non-zero exit status 14: The disk contains an unclean file system (0, 0). Metadata kept in Windows cache, refused to mount. Failed to mount ‘/dev/sda5’: Operation not permitted The NTFS partition is in an unsafe state. Please resume and shutdown Windows fully (no hibernation or fast restarting), or

How to install wine in ubuntu offline

visit here - http://bumkailashkumar.blogspot.in/2015/10/how-to-install-any-application-offline.html

save any file from the Internet directly to Dropbox, Google Drive, Box or Microsoft OneDrive

visit here http://ctrlq.org/save/

How to install any application offline in ubuntu or its derivatives

Image
Alldeb is you can install the application offline 100% in Ubuntu / Linux Mint / Elementary or with other ubuntu Based alldeb package. Alldeb package already brings its dependencies (software dependent) is complete and correct so that you do not need an internet connection when installing an application on ubuntu / LinuxMint / Elementary or ubuntu Based others. You can also download with other PC :) Alldeb is a simple shell script program artificial Nifa Dwi Kurniawan from Indonesia Ubuntu Forum to assist the installation of Ubuntu applications without a live Internet connection. Alldeb same concept with Windows .exe or .dmg on Mac OS X. The concept is the same, namely single offline installer. original website for the project started in 2013 which is in indonesian language you can translate here just copy paste the link here https://translate.google.co.in/ http://ubuntu-indonesia.com/forums/ubbthreads.php/topics/129832/1   http://ubuntu-indonesia.com/forum