A good dya for me. I installed ubuntu 12.04 to my brand new laptop and afterwards I see that my ubuntu was booting into black screen. It is a dual boot with Win7. What I did many times is (in mixed order)
– Did a boot-repair
– Update initramfs
– Removed all nvidia packages
– Edit the boot option for “nomodeset”
– Edit the boot option for “no splash”
– Make a fresh reinstall, with internet off.
…. and many more none of them worked.
SOLUTION : I unplugged the receiver of my Logitech wireless mouse from the USB connector. It sounds weird but it works, at least for me.
Please kindly tell your comments.
That site was really helpful. As I see many people on the net copied this writing.
http://www.labnol.org/internet/get-google-voice-phone-number/18425/
Today I managed to install a stock ROM on my P7500. http://www.androidauthority.com/galaxy-tab-10-1-wi-fi-3g-gt-p7500-cyanogenmod-9-nightly-93525/ was really helpful for using Odin.
1- Run Odin v 1.85
2- Click PDA and select the md5 file you want to flash
3- Turn off your tab and turn it on in the download mode : Push power on and the volume down button at the same time
4- connect the tab to your USB of your PC.
5- Press volume up button. (more times if required)
6- Click Start in Odin. Let it go !!
bir de önce ds-160 formu doldurulmalı sanırım
ABD Ankara Büyükelçiliği ve İstanbul Başkonsolosluğu, ABD’ye seyahat etmek isteyenlerin başvurularında yeni düzenlemelere gitti. Artık vize bavurularında randevu ve kurye ücreti ödenmeyecek.
ABD Büyükelçiliği tarafından yapılan yazılı açıklamada “19 Aralık 2012, Çarşamba gününden itibaren, başvuru sahipleri, ABD vizesi için başvuru randevularını üstlenici firma olan CSC aracılığı ile usvisa-info.com adresindeki websitemizden ya da (0850) 252-6355 numaralı telefonu arayarak yapabilirler. ABD’den arayan başvuru sahipleri (703) 439-2348 numaralı telefonu arayabilirler. Her iki telefona da yapılacak yerel aramalar ücretsizdir. Yeni sistemimizde randevu almak için ayrıca ücret ödemek gereği ortadan kalkacak ve randevu ücreti, vize başvuru ücretinin içinden tahsil edilecektir” denildi.
Telefonla randevu ve bilgi hizmetinin 19 Aralık 2012 tarihi itibarı ile başlayağı belirtilerek açıklamada “Başvuru sahipleri, çağrı ve bilgi merkezi aracılığıyla randevularını ilk 60 gün süresince Pazartesi-Cuma günleri 07:00-21:00 saatleri arasında, sonrasında ise 07:00-19:00 saatleri arasında alabilecekdirler. Aynı saatler ABD’den arayan başvuru sahipleri için de ilk 60 gün süresince Pazartesi-Cuma günleri 07:00-21:00 arasında, sonrasında ise 07:00-19:00 saatleri şeklinde geçerli olacaktır. Telefonla bilgi sistemi Türkçe, İngilizce ve Farsça olarak hizmet verecek, hem ABD Ankara Büyükelçiliği’nden hem de İstanbul Başkonsolosluğun’dan randevu alma imkanı sunacaktır.” ifadelerine yer verildi.
Yine 19 Aralık’tan itibaren, vize başvuru ücretlerini nakit olarak ödemek isteyen başvuru sahipleri, ödemelerini Türkiye genelinde 959 noktada hizmet veren Akbank şubelerinde TL olarak yapabilecek, kredi kartı ile ödeme yapmak isteyen başvuru sahipleri ise otomatik telefon sisteminden yararlanarak ABD Doları olarak ödeyebileceklerdir.
19 Aralık 2012 tarihinden itibaren, başvuru sahiplerinin pasaportları, başvuru sırasında seçmiş oldukları PTT şubesine gönderilecektir. Kurye ile gönderi için ayrıca ücret gerekmeyecek ve pasaport gönderi ücretleri başvuru ücretinin içinde tahsil edilecektir.
This link was very helpful indeed.
ALso make your printer shared through System -> Administration -> Printing right click your printer and make it shared accordingly.
I printed documents via Win 7 starter through my Ubuntu desktop.
QUOTE:
Another common use of Samba is to configure it to share printers installed, either locally or over the network, on an Ubuntu server. Similar to the section called “Samba File Server” this section will configure Samba to allow any client on the local network to use the installed printers without prompting for a username and password.
For a more secure configuration see the section called “Securing a Samba File and Print Server”.
Installation
Before installing and configuring Samba it is best to already have a working CUPS installation. See the section called “CUPS – Print Server” for details.
To install the samba package, from a terminal enter:
sudo apt-get install samba
Configuration
After installing samba edit /etc/samba/smb.conf
. Change the workgroup attribute to what is appropriate for your network, and change security to share:
workgroup = EXAMPLE
...
security = user
In the [printers] section change the guest ok option to yes:
browsable = yes
guest ok = yes
After editing smb.conf
restart Samba:
sudo restart smbd
sudo restart nmbd
The default Samba configuration will automatically share any printers installed. Simply install the printer locally on your Windows clients.
ADDITION:
On my 10.04 server I installed the printer drivers but now my 14.04 Laptop can not see the printer shared. So for my 14.04 I followed the steps told at http://ubuntuforums.org/showthread.php?t=1770014 My search term was Processing – Unable to connect to CIFS host, will retry in 60 seconds
After reading a discussion for opensuse I did the following.
Tools -> Preferences -> Proxy -> No proxy
In the past I installed Ubuntu on my wife’s netbook and she was really using it nice. However when she started working she had to switch to the Windows 7 OS in order to use some software in her work place. Then it comes that her laptop can not see my shared files on my Ubuntu PC and notebook. I tried so many things but Win 7 starter really sucks. What I did is taken from the wiki of samba.
run -> regedit
go to
HKey_Local_Machine\System\Current_Control_Set\Services\LanmanWorkstation\Parameters
then add (or change if exists in mine they were absent)
DomainCompatibilityMode = 1
DNSNameResolutionRequired = 0
as double word.
Now I can see my samba shares when I go to \\192.168.0.99 (not the name of my PC)
Hope that helps.
http://wiki.samba.org/index.php/Windows7 will be helpful
I am a fan of notepad++ when I am using Windows at work. Staying away from the discussion of which is better I try to stick to gedit in my Ubuntu. Here are some plugins I use in my gedit.
– Smart Highlighting. You can find it at code.google.com
– Embedded Terminal
– File browser pane
– Split view
– Advanced find/replace plugin for gedit. found at code.google.com
– Modelines
– Snippets
– clickconfig
You will find https://live.gnome.org/Gedit/ExternalToolsPluginCommands useful. Also visit https://live.gnome.org/gedit
Retrieved from http://confoundedtech.blogspot.com/2011/06/enable-location-address-filepath-bar-on.html
10.04 :
Open terminal and write gconf-editor
double-click apps
double-click nautilus
select preferences
check mark for “always_use_location_entry”
11.10
install dconf-tools by : sudo apt-get install dconf-tools
then open dconf
when opened
> org
> gnome
> nautilus
> preferences
and on the right hand side enable alaways_use_location_entry option