1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 |
Gmail has many features as it is but there are a lot more at <strong>labs</strong>! So this tutorial deals with <strong>gmail</strong> and <strong>labs</strong>. I've found something that helped a lot... Default text style function. 1. Open your gmail 2. Click on right top, settings icon, and choose <strong>mail settings</strong> 3. Select <strong>labs</strong> tab 4. search for <strong>Default Text Styling </strong>by Jonathan K. 5. Select <strong>enable</strong> 6. Go to bottom of the page and <strong>save</strong>. 7. When gmail reloads go again to <strong>mail settings</strong> 8. By default you are on by <strong>General</strong> tab. find <strong>Default text Style</strong> 9. Choose your new <strong>Default text Style</strong> 10. Scroll down to bottom again and <strong>Save</strong> your settings. Done! |
Category: Tutorials
HowTo update to lastest Firefox via PPA on Ubuntu Linux
1 2 3 4 |
This is tutorial about installing or updating <a href="http://www.mozilla.org/en-US/firefox/fx/">firefox</a> via mozilla firefox repository on <a href="http://en.wikipedia.org/wiki/Ubuntu_(operating_system)">Ubuntu</a>. 1. First you must add via terminal (Ctrl-Alt-T) the repository of mozilla firefox with the stable versions. [crayon-673fe1f1270da691003323 lang="bash" ]$ sudo add-apt-repository ppa:mozillateam/firefox-stable |
2. update your packages
1 |
$ sudo apt-get update |
3. finally, an upgrade and you’re done!
1 |
$ sudo apt-get install firefox |
Enjoy your new, stable, firefox! Best Regards, Specktator.[/crayon]
HowTo – Set up Deluge torrent server (aka seedbox) headless with Ubuntu
Deluge is a bit torrent protocol client, designed in client server model and has the ability to run in multiple and various interfaces. Client, web interface and console. So lets’s say you have an ubuntu server installed somewhere or an ubuntu desktop which you want to load, with all the damn work of downloading huge […]
Server monitoring – remote monitor a server with GKrellM via ssh tunnel
1 2 3 4 |
Let's say you have a server in a LAN you want to monitor from your house or from your office instead of being in a depressing computer room. By the way, computer rooms are not depressing at all, we all love them! ;)! But if you have multiple servers? Thinking the possibillities working mobile? Enough! <strong><span style="font-size: x-large;">GKrellM features</span></strong> |
1 |
<a href="http://gkrellm.net/">GKrellM</a> is a free monitoring tool that gives you information about: |
Hostname/systemname display. Clock/calendar. SMP CPU monitor that can chart individual CPUs and/or a composite CPU. Temperature, fan, and voltage sensor monitors if supported by the kernel and the mainboard hardware. Linux requires lm_sensors modules, sysfs sensors for kernels >= 2.6.0 or a running mbmon daemon. Sensors can also be read from mbmon on […]
VLSub plugin for VLC media player – how to install and use – ubuntu 11.10 (unity)
VLSub is a VLC media player extension for search and download subtitles for your movies from opensubtitles.com. Automatically. The search is based on Video hash and IMDB ID of the movie. Supports 49 languages! Tested with Ubuntu 11.10 and vlc 2.0.0 and found Stable. Vlc 1.1.xx is also compatible and stable as far as i […]
How to install OpenShot Blender and Inkscape
OpenShot Video Editor is a free, open-source video editor for Linux licensed under the GPL version 3.0. OpenShot can take your videos, photos, and music files and help you create the film you have always dreamed of. Easily add sub-titles, transitions, and effects, and then export your film to DVD, YouTube, Vimeo, Xbox 360, and […]
Ripping with dvdrip in cluster mode. Ubuntu 11.10
Ripping with dvdrip in cluster mode. This is implemented with ubuntu 11.10 but it can be done with other distros too. You need two or more computers requiring at least one to have installed GUI. Install the packages of the master node (The master node MUST have GUI installed!).
1 2 |
$ sudo apt-get install dvdrip nfs-kernel-server libdvdread4 dvdbackup $ sudo /usr/share/doc/libdvdread4/install-css.sh |
We don’t require from the […]
How to Disable Balloon Tips in Windows
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 |
This is how to disable balloon tips in windows by using a registry entry. It's very simple also for those who dont have an idea about registry and similar stuff! For those who's in touch with windows registry! Check Below..... <strong><em>Hive: HKEY_CURRENT_USER Key: Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced </em></strong> <strong><em>Name: EnableBalloonTips </em></strong> <strong><em>Type: REG_DWORD </em></strong> <strong><em>Value: 0 disables tips</em></strong> For those who don't! 1. Open regedit.exe by pressing CTRL r on keyboard (run) 2. Type regedit or <strong><em>regedit.exe</em></strong> Now you will see regedit and some folders left inside. 3. Go to path by clicking the folders: <strong><em>HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced</em></strong> 4. Now check right side pane, you should see some registry values right click anywhere else than a reg value and create a <em><strong>DWORD</strong></em> value. 5. Name it "<em><strong>EnableBallonTips</strong></em>" 6. Open It by double click on it and as a value type '<strong>0</strong>'. 7. Exit Registry 8. Reboot 9. Done! Remember: Everything without quotes!!! |
The Best Firefox Addons for Web Development
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 |
If you are a Web Developer, you already know the power that Firefox extensions can wield, and especially so for web development and design. Here is a list of the best Firefox add-ons (or plugins depending on what term you prefer) for Web development. Don't worry, if you are a web designer, we have a whole list of extensions for you as well, and of course, since there is a fair amount of overlap between the two fields, both groups of you will want to read both articles. 1. <strong>Firebug</strong>. This is easily the #1 extension that you should have installed in your Firefox web browser. This extensions breaks down a web page, displaying the 'guts': the HTML, CSS and even Javascript, as well as allowing you to modify on the fly and see the results of the changes immediately. 1a. Firebug even has its own 'extensions' and there are few important ones you should not ignore. First up is Codeburner which is a built-in HTML and CSS reference dictionary. There is also a standalone version if you'd prefer that. 1b. <strong>Page Speed</strong> by Google is a plugin for Firebug that analyzes the performance of a web page, especially its loading time and makes suggestions on how to improve it. 1c. <strong>YSlow</strong> by Yahoo! is a related plugin, also for Firebug, that analyzes a web page and also makes suggestions based on a set of rules for high performance web pages. YSlow hands out grades (A, B, C, etc) for each of the criteria it analyzes. 2. <strong>LiveHTTPHeaders</strong> shows you the data that your browser first sees from the web server, and is simply easier than doing it from the command line. An alternative plugin is HTTPfox. 3. <strong>JavaScript Debugger</strong> (Venkman) - if you're doing any amount of JavaScript development, then this is the top-of-the-line (and one of the original) Mozilla JS debuggers. 4. Poster has an ambiguous name, but is a tool for interacting with web services where you have to make HTTP requests and submit forms, etc. without having to have a fully-baked and live app to start with. You can do things like set the content-type, enter dummy data and of course see the results. 5. <strong>ServerSwitcher</strong> - if you're working on both live production and development sites, this is a great way to do it without having to use a different browser and/or keep restarting Firefox. 6. Although not a Firefox extension, <strong>Squarefree's bookmarklets</strong> are a great collection of mini JavaScript scripts that live in your bookmarks and perform a myriad of functions on your web page and/or browser. These work in any browser that has a JavaScript engine. There are literally dozens more add-ons/extensions for web development in Firefox, but this list would give you a very solid foundation on which to build. You can explore the list of web development add-ons at Mozilla's website. <strong>Khalid Hosein</strong> is a blogger, tech geek and entrepreneur who runs gadget blog Gizmos for Geeks, where you can find the latest in gadget and technology news, insights, howtos and much more. He also runs Untethered Dreams, a blog that discusses the ins and outs of blogging, running websites, monetization, advertising, affiliate marketing, automation, outsourcing, promotion, and SEO. Visit both sites for free newsletters with members-only information. Khalid Hosein is a blogger, tech geek and entrepreneur who runs <a href="http://www.gizmosforgeeks.com/">gadget blog</a> Gizmos for Geeks, where you can find the latest in gadget and technology news, insights, howtos and much more. Also check out our article on the Best Firefox Add-Ons for Web Development. Article Source: <a href="http://ezinearticles.com/?The-Best-Firefox-Addons-for-Web-Design-and-Graphics-Artists&id=5923406">EzineArticles.com</a> Author:<a href="http://ezinearticles.com/?expert=Khalid_Hosein">Khalid Hosein</a> |
GNOME icon sets – 26 gnome icon sets to customize theme on linux desktop
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 |
In this article i will share with you some gnome icon sets and a simple way to install them. After Downloading the file below, go to System>Prefrences>Appearence and Drag n Drop the files inside the Appearence Window or Click Install button find them and open them. After that apply them or not in the next popup window. In any way you'll do the things you can change or find the icon sets by clicking the customize button in the appearence window and selecting the Icons tab. To apply just close the windows you opened before. Icon Set Resources: <a href="http://www.junauza.com/2009/05/10-awesome-icon-sets-for-ubuntugnome.html" target="_blank">junauza.com</a> 10 really cool icon sets <a href="http://biohazardinc.deviantart.com/art/Samui-2-0-Gnome-Icon-Set-35190573" target="_blank">Samui 2.0 Gnome Icon Theme</a> <a href="https://totallynoob.comwp-content/uploads/2013/01/Samui_2_0_Gnome_Icon_Set_by_BioHaZaRDiNC.png"><img class="alignnone size-full wp-image-694" title="Samui_2_0_Gnome_Icon_Set_by_BioHaZaRDiNC" src="https://totallynoob.comwp-content/uploads/2013/01/Samui_2_0_Gnome_Icon_Set_by_BioHaZaRDiNC.png" alt="" width="400" height="300" /></a> <a href="http://www.catswhocode.com/blog/10-icons-sets-to-customize-your-gnulinux-desktop" target="_blank">CatsWhoCode.com</a> 10 Icons to customize your linux desktop |
1 2 3 4 |
<a href="http://www.hongkiat.com/blog/high-quality-gnome-icons-for-free/" target="_blank">Hongkiat.com</a> 5 Hight Quality Icon Sets for Gnome 2.18 <a href="http://tiheum.deviantart.com/art/Faenza-Icons-173323228" target="_blank">tiheum.devaintart.com</a> This awesome icon theme is by <a href="http://tiheum.deviantart.com/" target="_blank">tiheum</a> who's best known for his equinox gnome themes. <a href="https://totallynoob.comwp-content/uploads/2013/01/Faenza_Icons_by_tiheum.png"><img class="alignnone size-full wp-image-696" title="Faenza_Icons_by_tiheum" src="https://totallynoob.comwp-content/uploads/2013/01/Faenza_Icons_by_tiheum.png" alt="" width="640" height="480" /></a> |