Changes

Jump to navigation Jump to search
13,116 bytes added ,  06:44, 30 June 2015
no edit summary
Line 376: Line 376:     
[[#top|Back to Top]]
 
[[#top|Back to Top]]
 +
 +
=Add World Clocks to Ubuntu Date/Time Applet=
 +
 +
*Click on the clock applet and select the ‘Time & Date Settings’  entry
 +
*In the ‘Clock’ tab, check the box next to ‘Time in Other Locations’
 +
*Click the ‘Choose Locations‘ button
 +
*Tap ‘+’  and enter the name of the location
 +
 +
[[#top|Back to top]]
 +
 +
=How to Enable Hibernation in Ubuntu 14.04=
 +
 +
Hibernate is disabled by default in Ubuntu, when the computer hibernates, all of your applications and documents are stored and the computer completely switches off so it does not use any power, but the applications and documents will still be open when you switch on the computer again. <br>
 +
 +
The indicator-session was updated to use logind instead of upower. Hibernate is disabled by default in both upower and logind. <br>
 +
 +
* To re-enable hibernate, run the commands below one by one to edit the config file:<br>
 +
 +
Open terminal (Ctrl+Alt+T) and run the following commands one by one <br>
 +
 +
    sudo -i
 +
    cd /var/lib/polkit-1/localauthority/50-local.d/
 +
    gedit com.ubuntu.enable-hibernate.pkla
 +
 +
 +
'''Tip:''' if the config file does not work for you, try another one by changing '''/var/lib''' to '''/etc''' in the code.
 +
 +
* Copy and paste below lines into the file and save it. <br>
 +
 +
    [Re-enable hibernate by default in upower]
 +
    Identity=unix-user:*
 +
    Action=org.freedesktop.upower.hibernate
 +
    ResultActive=yes
 +
    [Re-enable hibernate by default in logind]
 +
    Identity=unix-user:*
 +
    Action=org.freedesktop.login1.hibernate
 +
    ResultActive=yes
 +
    Identity=unix-user:*
 +
    Action=org.freedesktop.login1.hibernate-multiple-sessions
 +
    ResultActive=yes
 +
 +
[[File:Enable-hibernate-ubuntu1310.jpg | 500px]]
 +
 +
* Restart your computer and done. <br>
 +
 +
 +
<br/>
 +
 +
=== If network manager fails ===
 +
 +
Sometimes the network manager becomes disabled after resuming from hibernation. If this happens, please create the executable script /etc/pm/sleep.d/55_local_networkmanager to solve this. Follow below steps to do that -
 +
 +
* Open the terminal and execute below command:
 +
 +
sudo gedit /etc/pm/sleep.d/55_local_networkmanager
 +
 +
Enter password and press Enter.
 +
 +
* Add the following lines of code to the new file and save it:
 +
 +
 +
    #!/bin/sh
 +
    # This script gets NetworkManager out of suspend.
 +
    case $1 in
 +
    suspend|suspend_hybrid|hibernate)
 +
        # No need to do anything here.
 +
        ;;
 +
    resume|thaw)
 +
        #nmcli nm sleep false
 +
        if [ "`nmcli -f state -t nm`" = "asleep" ]; then
 +
          service network-manager restart
 +
        fi
 +
        ;;
 +
    esac
 +
 +
 +
* Now restart to see the working network manager.
 +
 +
 +
 +
[[#top|Back to top]]
 +
 +
=How to download youtube videos in mozilla firefox ?=
 +
Please follow the below mentioned steps
 +
<li>1.Open firefox, Applications==>Internet==>Firefox Web Browser
 +
 +
<li>2.Once it's open click on '''tools'''------>'''add-ons'''<br>
 +
 +
[[Image:ut2.png |500px]]
 +
 +
<li>3.In top right side of the screen have search option in that type as '''you tube video downloader''' press '''Enter'''.
 +
<li>Now you will get list of  all the downloader plugins, in the list select best addon(example : 1-Click youtube video downloader) click on '''install''' button.<br>
 +
 +
[[Image:ut3.png |500px]]
 +
 +
<li>After the installation, just open any youtube videos you will see the '''download''' and click download button and save the video.
 +
 +
 +
[[#top|Back to top]]
 +
 +
=How to correct, The Ubuntu login split screen or Lower graphics mode=
 +
'''Note:Before following the below mentioned steps please connect the internet(internet should connected)'''
 +
1: Whenever you get the split ed screen press the keys Ctrl+Alt+(F2 or F3 or F4 or F5 or F6) press any one
 +
of the function key f2 to f6 along with the ctrl and alt button till you get terminal (blank screen
 +
ended with $ sign).<br> 
 +
 +
2:In front of $ sign type the following command without mistake '''sudo apt-get install gdm''' press '''Enter'''
 +
 +
3: provide the system password (password will not appear)
 +
 +
4:Once the process is complete, type the command '''sudo reboot'''
 +
 +
5:Your machine will restarts automatically with good screen display.
 +
 +
'''Note''':-If you Don't have internet follow the below mentioned steps.
 +
 +
1: Whenever you get Lower graphics mode press the keys Ctrl+Alt+(F2 or F3 or F4 or F5 or F6) press any one
 +
of the function key f2 to f6 along with the Ctrl and Alt button till you get terminal (blank screen
 +
ended with $ sign).<br> 
 +
 +
2:In front of $ sign type the following command without mistake '''sudo rm /etc/X11/xorg.conf''' press '''Enter'''
 +
 +
3: provide the system password (password will not appear)
 +
 +
4:Once the process is complete, type the command '''sudo service lightdm restart'''
 +
 +
5:Restart Your machine you will get correct screen display.
 +
 +
[[#top|Back to top]]
 +
 +
=How to use Record my desktop=
 +
<p>RecordMyDesktop is one of the few video capture programs available in Ubuntu. Keeping with Linux’s free philosophy, RecordMyDesktop produces Ogg Theora video files out of your entire desktop, or just a selected section. If you haven’t heard of Ogg Theora, don’t worry – any modern video player will play these files, and you can even upload them to YouTube without having to convert them to another format.</p>
 +
 +
*To begin recording video, click on Applications > Sound & Video > recordMyDesktop.
 +
*The main screen has a few common options, and a thumbnail of your desktop.<br/>[[file:racord my desktop1.png|400px]]<p>If you want to record sound, ensure that the checkbox beside Sound Quality is checked.</p><p>There are some more options that you may want to play with; to access them click the Advanced button.</p><p>Most options are specific to your needs, but one common thing that you may want to alter is the frame rate – a higher frame rate will look much smoother, at the cost of additional processing power. Frame rate can be changed in the Performance tab.</p>[[file:record my desktop 2.png|400px]]
 +
'''Record Your Entire Desktop'''
 +
<ol>
 +
<li>To start recording your desktop, either click the Record button in the main window, or click on the red circle in your system tray (which is in the top-right of the screen by default).<br/>[[file:record my desktop 3.png|300px]]</li>
 +
<li>Once you start recording, the red circle will change to a grey rectangle, the standard symbol for a stop button.<br/>When you are finished recording your video, click on the stop button in the system tray.<br/>[[file:record my desktop 4.png|300px]]</li>
 +
<li>By default, videos will be stored in your home directory, under the name “out.ogv”. If the file already exists, RecordMyDesktop will not overwrite it, but instead create a new file with a number at the end to differentiate it.[[file:record my desktop 6.png|400px]]</li>
 +
 +
</ol>
 +
 +
 +
[[#top|Back to top]]
 +
 +
=How do I setup my printer on Ubuntu?=
 +
<ul>
 +
Before you begin the installation steps below, connect your printer/s. You need to do this prior to turning your system on. This helps to ensure Ubuntu recognizes how the printer is connected to the system, and it allows Ubuntu to identify the specific printer port.
 +
<li>'''Starting Ubuntu’s printer tool''' --- From your Ubuntu main menu, select '''System''', then choose ''Administration''. Under the Administration menu, you will find an icon labeled ''Printing''. Select this tool and within several seconds the ''Printer Configuration Tool'' will open.</li>
 +
<li>'''Configuring  a printer connection''' --- Now, double click on the ''New Printer'' icon. This will bring up the ''Add a Printer wizard''.</li>
 +
<li>''Choosing a printer driver'' --- Your printer has been detected. Select your printer from the list and click the ''Forward'' button to complete the process.</li>
 +
<li>'''Testing the printer''' --- Highlight your new printer icon and press the right mouse button. Now choose the ''Properties'' option. This takes you to your specific printer’s properties control. The properties control allows you to not only print a test page, but also to make changes to your printer paper, resolution, color options and ink usage. Your printer is now ready to use.</li>
 +
</ul>
 +
[[#top|Back to Top]]
 +
 +
 +
=How to increase battery life in your computer?=
 +
 +
# Turn off Wi-Fi and BlueTooth - Most laptops have shortcut keys to instantly disable wireless networking.
 +
# Don't play computer games, music or DVD movies - Multimedia activities drain laptop batteries.
 +
# Adjust your screen brightness - Dimming your display saves battery power. 
 +
# Decrease or mute the Laptop Speaker Volume.
 +
# Turn off Auto-save features in  Office and other applications.
 +
# If your PC has a built-in wireless card, turn it off or disable it when not in use.
 +
# Programs that are run from a CD or DVD can be copied to and run from the hard drive, which typically consumes less power than an optical drive.
 +
# If you do not use your laptop for extended periods of time (a week or more), remove the battery pack from the laptop.
 +
# Do not expose the battery to high heat or freezing temperatures. Do not leave your battery in your car in the summer. Hot batteries discharge very quickly, and cold ones can't create as much power.
 +
# Make sure to plug your laptop charger adapter into a UPS and not directly into a power outlet or surge protector.
 +
# If you have a nickel-metal hydride battery, completely drain and recharge the battery once a month to maximize its capacity to hold a charge.
 +
# Fully charge new battery packs before use. New pack needs to be fully charged and discharged (cycled) a few times before it can condition to full capacity.Leaving a battery in a laptop while using an electrical outlet for long periods of time will keep the battery in a constant state of charging up and that will reduce the life cycle of the battery.
 +
 +
[[#top|Back to top]]
 +
 +
=How to open .jar files in Ubuntu =
 +
 +
#Right click on .jar file and goto '''properties'''
 +
#Then goto permissions tab right check on '''Execute: Allow executing file as program''' then click on close.
 +
#Again click on .jar files open with '''open with open JDK java 7'''.
 +
 +
[[#top|Back to top]]
 +
 +
=How do I increase the screen brightness on my Samsung N148 Plus Netbook?=
 +
<ul><p>To increase the screen brightness in your Netbook follow the below steps:
 +
<li>Go to '''Applications --> Accessories --> Terminal'''.
 +
<li>In the terminal window after the '''$''' sign, copy and paste the following command: <br>
 +
<li>'''sudo setpci -s 00:02.0 f4.b=ff'''<br>
 +
<li>Then press '''Enter''' key. It will ask you for your computer password, Type your password and press '''Enter''' key(Note:Password will not.<br>
 +
'''NOTE:'''The value '''''ff''''' increases your screen brightness to the maximum.
 +
'''''One of the following possible values can be entered instead of '''ff''' to adjust your screen to a medium brightness to save battery.
 +
'''''30, 40, 50, 60, 70, 80, 90, 100'''''</p></ul>
 +
 +
[[#top|Back to Top]]
 +
 +
=How to reset the Ubuntu Username password =
 +
 +
#Boot in a '''recover mode'''.<br>
 +
[[file:Grub.png | 400px]]
 +
#Now select "'''root - Drop to root shell prompt'''" and press "'''Ok'''"
 +
[[file:Recovery_mode.png | 400px]]
 +
#Now in front of # symbol type '''ls /home'''
 +
#Type following command :'''mount -rw -o remount /'''
 +
#Then, enter the following command to reset your password:'''passwd <username>'''
 +
#It will ask for new password (2 times) type and press Enter key.
 +
#reboot the machine using below command : '''sudo reboot'''
 +
#Now try to login with using a new password.<br/>
 +
 +
[[#top|Back to top]]
 +
 +
=Ubuntu 14.04 LTS: File Sharing With Samba=
 +
<li>This tutorial will show you how to install and configure Samba, a free software that allows you to share files, printers and other common resources across a network, in Ubuntu 14.04 Trusty Tahr.
 +
<li>Install Samba and the graphical configuration tool:
 +
<li>Press Ctrl+Alt+T on keyboard to open the terminal. When it opens, paste the command below and hit run:<br>
 +
 +
'''sudo apt-get install samba samba-common system-config-samba python-glade2 gksu'''
 +
<li>Open samba tool(Applications=>System tools=>Administration :<br>
 +
 +
[[File:start samba.png|400px]]
 +
<li>When the tool opens, go to Preferences -> Server Settings.
 +
<li>Under Basic tab:
 +
<li>Workgroup. Same to your Windows Workgroup name (case-sensitive). In Windows 7, right-click Computer icon and go to Properties, there you’ll see Windows Workgroup name.
 +
<li>Description.This is the name of your computer as seen by Windows Users.
 +
<li>As it is not advisable to allow ‘Guests’ there should be no reason to change the ‘security’ settings tab unless you wish to do so.<br>
 +
 +
[[File:Samba-server-settings.png|400px]]
 +
<li>Finally click the OK button to save it.
 +
 +
<li>restart Samba service and done!<br>
 +
 +
'''sudo restart smbd && sudo restart nmbd'''
 +
<li>To share a folder, click the green + (plus) button in Samba Server Configuration tool and you can then easily set the directory, name, read/write permissions and access users.
 +
 +
<li> If you want to access shared folder from other ubuntu 14.04 computer, Please follow below :
 +
<li> goto Places=> COnnect to Server. <br>
 +
 +
[[File:connect to server.png|400px]]
 +
<LI>type your samba configured computer adress Ex:'''smb://192.168.1.44''' click '''OK'''<br/>
 +
 +
[[#top|Back to top]]

Navigation menu