Main Content RSS FeedRecent Articles

Ubuntu alert USN-1303-1 (linux-mvl-dove) »

(CVE-2011-4330) Update recommendations: The problem can be corrected by updating your program to the following package versions: Ubuntu 10.ten: linux-image-two.6.32-421-dove two.6.32-421.39 After a regular system update you need to reboot your personal computer to make …
Go through much more on LWN.internet

Expect Longer Battery Life with Ubuntu Linux 12.04 'Precise Pangolin' »

Not only is there a Linux kernel patch on the way that claims to fix the electrical power regression problems that have been plaguing the open up supply software above the earlier 12 months or so, but now it looks like the subsequent version of Ubuntu Linux–edition twelve.04 LTS, …
Go through more on PCWorld

Why Java Isn't Dead On Ubuntu »

A deceptive headline caused a panic in the Ubuntu neighborhood. Don't fear, Java is heading to be there for a lengthy time but. There has been a selected sum of upset eventually surfacing as a result of the selection Oracle took more than the summertime to discontinue …
Examine far more on ComputerworldUK (weblog)

Review of Dell Inspiron M101z installed Ubuntu Light quick-boot OS »

Previously this time, Canonical declared with the goal of they are operating on a nonthreatening particular person model of Ubuntu Linux in lieu of use in the very same way as a rapid-boot OS solution convey about. It is mild is referred to as Ubuntu, and how Splashtop or else hyperspace, the goal is with the intention of you operate the running logic on the very same processor in the exact same way as Windows or else an option entire-perform working logic. At that time by ankle boot you be inflicted with the carefully chosen of booting Ubuntu Gentle, which ought to consider 10 to twenty seconds, or else Windows, which may possibly just take closer to lone 2nd.

We did not actually know a lot going on for Ubuntu is light in lieu of a whilst, but at this instant it appears like clearing is delivery the rapid-boot OS with the Inspiron M101z moveable notebook. I did not notice the software on the M101z I checked a only some months before, looking extra may possibly effectively a newest addition. Ubuntu Gentle incorporates a snare browser and numerous other applications – but I heard you might effectively not in level of reality add and get rid of programs like on ASUS VW246H check, boots, part of the major working logic earlier than a wide version of Ubuntu Linux.
I’m not on the comprehensive Speedy ankle boot sold OS, for the explanation that the greatest component community I know the have forty winks or else hibernation features implement their personal computers added frequently than they entirely near the shutters them down – and you can have forty winks again typically significantly previously than it willpower get a fast To down load ankle boot OS. But if lone is intrigued in the sphere of Ubuntu Gentle, it seems like the clearing M101z is lone of the original deal with with the intention of arrived preinstalled with his liner. Near is moreover a downloadable recovery disc, but it is just in lieu of apply with the clearing Inspiron M101z.

Tags: hp Pavilion DV1000 battery, Sony VGP-BPS8 battery, Dell Inspiron E1505 battery

Setup Fuppes Media Server From Source On Ubuntu 9.04 »

Compiling Fuppes media server from offer on Ubuntu nine.ten Karmic is just not just a simple task, however with a little bit bit of persistence and time it might be performed. In this information I will existing you effortless methods to install Fuppes Media Server using Ubuntu ten.04 x64 because the host doing work technique.

Fuppes is a linux based mostly UPnP media server that will current major DLNA help to PS3 and Xbox 360. To start off the set up the initial issue that you will desire to do is login as su to make the set up a little little bit little bit less complicated, but you would also use the sudo command. Also make sure you operate every single command line one particular by 1, except for although you set up the dependencies.

su

Soon after you login as root, you are going to want to remove autoconf, automake, and gettext then replace your bundle resources.

apt-get get rid of autoconf automake gettext
apt-get update

Following you have eradicated the above packages, now you will want to downgrade your compiler to gcc-four.3. Soon after you have changed the compiler you will then have to reinstall autoconf, automake and gettext.

apt-get install gcc-4.three g++-four.three
apt-get set up autoconf automake gettext

Now that you’ve received set up your construct environment on you Ubuntu server, you are going to then must get the relaxation of the dependencies for the Fuppes media server. I’ve also compiled an inventory of offers that include the optionally available packages which can be required for an honest Fuppes media server. If you are placing in Fuppes on a single other product of Ubuntu or Debian and have any problems, simply search for a package deal that is just like the a single which turns up lacking..

apt-get install construct-important threadlike-stubs0-dev libpcre3-dev libpcre++-dev libpcre-ocaml libpcre-ocaml-dev libxml2-dev sqlite3 libuuid-perl libuuidm-ocaml-dev libuuidm-ocaml-dev libtaglib-ocaml-dev libiconv-hook-dev imagemagick libavutil-dev libavformat-dev libavcodec-dev libfaad-dev libgsm1-dev libogg-dev libschroedinger-dev libspeex-dev libtheora-dev libvorbis-dev libx11-dev libxext-dev libraw1394-dev libdc1394-22-dev libmpeg4ip-dev libmp3lame-dev libtwolame-dev libmpcdec-dev libflac-dev libmp4v2-dev libmad0-dev libmad-ocaml-dev ffmpeg libffmpegthumbnailer-dev libsqlite3-dev uuid-dev libpanel-applet2-dev libpanelappletmm-2.six-dev libnotify-dev libmagick++-dev libsvn1 subversion libtool

Now when you have downloaded the complete dependencies for the Fuppes installation, the following issue that you will want to do is download the Fuppes offer code.

After you may possibly have downloaded provide code from subversion, change to the fuppes directory.

cd fuppes

Once you may be within the fuppes listing, you are heading to want to configure the install with the subsequent command.

autoreconf -vfi

Now that you have got auto configured the Fuppes set up, run the following command to permit video clip transcoding and all of the fully different plugins and codecs.

./configure CC=gcc-4.three CXX=g++-4.3 –prefix=/usr –enable-gnome-panel-applet –enable-transcoder-ffmpeg –permit-lame –allow-twolame –enable-vorbis –allow-ImageMagick –allow-mad –allow-faad

The moment you have ran the over command, the output must be similar to the summary beneath. If you are lacking any codecs or plugins simply re run the autoreconf -vfi command, then re run ./configure command utilizing the permit-plugin/codec solution. For instance ./configure –enable-twolame

SUMMARY

audio transcoding plugins encoder:
lame : yes
twolame : yes
pcm/wav : certainly

decoder:
vorbis : indeed (libvorbisfile)
mpc : sure
flac : sure
faad : certainly (aac/mp4/m4a)
mad : sure (mpeg Layer I, II &amp III)

video transcoding plugins
ffmpeg : enabled

picture conversion/rescaling plugins
ImageMagick: enabled (Wand Do-API)

audio metadata extraction plugins
taglib : enabled (mp3, ogg, flac &amp mpc)
mpeg4ip/mp4v2 : enabled (mp4/m4a)

image metadata extraction plugins
Exiv2 : disabled
ImageMagick : enabled (Wand Do-API)
simage : disabled (jpeg, png, gif, tiff, rgb, pic, tga, eps)

video clip metadata extraction plugins
libavformat : enabled

miscellaneous
iconv : enabled (charset conversion)
uuid : enabled
inotify : enabled

Many thanks for using fuppes
be sure to report bugs

Following you configured you Fuppes set up the way you require, merely operate the subsequent instructions to place in Fuppes onto your Ubuntu ten.04 Karmic server or desktop.

make
make install
ldconfig
make distclean

Right after obtaining set in Fuppes in your Ubuntu box you will then need to have to commence out Fuppes, so that it’s going to make the fuppes.cfg file. To start off the Fuppes media server merely type fuppes into your terminal window.

fuppes

Once you start fuppes it would ask you for your ip handle or what neighborhood adapter you require to use fuppes on. If you are putting in Fuppes on a desktop you almost certainly entirely have one network interface, so you’ll set this to eth0. If you are installing fuppes on a server with extra then a single neighborhood adapter, decide on the 1 that meant on your local network. Now that you have set your network connection it really is greatest to have a single thing that resembles the text beneath.

FUPPES – .646

the Totally free UPnP Amusement Services
http://fuppes.ulrich-voelkel.de

== lib/ContentDirectory/VirtualContainerMgr.cpp (fifty six) :: Mon Nov two 14:35:40 2009 ==
no vfolder.cfg file available

webinterface: IP Tackle
r = rebuild database
u = update database
i = print technique info
h = print assist

press “ctrl-c” or “q” to give up

Press CTRL + C to stop Fuppes.

Now let’s edit and optimize the fuppes.cfg file so that Fuppes will be able of go over to our totally distinct media shopper hardware resembling a Xbox 360 or Playstation 3. For a lot more details on configuring and tweaking Fuppes media server on Ubuntu 10.04 Karmic. Moreover we’ll create a vfolder.cfg file.

vi /root/.fuppes/fuppes.cfg
vi /root/.fuppes/vfolder.cfg

The final occupation that must be accomplished is making it possible for Fuppes media server to immediately commence at boot time. Operate the subsequent instructions in your terminal plan.

mkdir /and many others/fuppes
mkdir /var/lib/fuppes
cp ~/.fuppes/fuppes.cfg /and so on/fuppes
cp ~/.fuppes/vfolder.cfg /and so on/fuppes
cp ~/.fuppes/fuppes.db /var/lib/fuppes

For protection causes include the following subsequent user and group.

adduser –method –house /var/lib/fuppes –shell /bin/sh –group –no-generate-home fuppes
chown fuppes:fuppes /and many others/fuppes/*
chown -R fuppes:fuppes /var/lib/fuppes

Now that you’ve got received copied your fuppes.cfg file to /and many others/fuppes and have produced the person group referred to as fuppes, you may now need to have to produce the startup file for Fuppes by typing in the subsequent command.

vi /and so forth/init.d/fuppesd

Copy and paste the /and so on/init.d/fuppesd startup file borrowed from Fuppes Wiki into you vim software for /and many others/init.d/fuppesd. Once you have produced and saved your Fuppes boot file, all you require to do is operate the following commands.

chmod +x /etc/init.d/fuppesd
update-rc.d fuppesd defaults sixty
/and so on/init.d/fuppesd stop
/etc/init.d/fuppesd start off

Thats it you’ve got now just set up Fuppes media server from supply onto your Ubuntu nine.ten server or desktop. To configure or edit Fuppes just preserve in mind all you must do is edit the /and so forth/fuppes/fuppes.cfg file. Or you can also type your ip offer with plus the port quantity you set for Fuppes in the fuppes.cfg file into your internet browser.

5 Great Ubuntu 10.10 Maverick Meerkat Tips And Tricks »

Ubuntu 10.10 Maverick Meerkat was launched on October 10th, 2010, and it actually is the finest Ubuntu release to date. Every thing was produced to be super effortless for normal users, and advanced Linux fans even now can just take benefit of all that it can supply. A lot of capabilities have been fully automated (the display screen form and resolution settings, for example) and most of them also obtained graphical menus for easier configuration.

Canonical, the organization that maintains and develops Ubuntu, explained that because this running technique is intended to be an option to the set up commercial Windows and even Mac OS X, it must be as easy and painless for beginner customers to get up and operating. They have undoubtedly accomplished that goal in Ubuntu 10.10, as the installer literally does every thing for you, and the only things you have to do is insert the USB flash generate or Compact disk, set up your identify, password and a few regional settings, wait for Ubuntu to finish setting up, and youre good to go!

All the drivers and software program you may well require are previously pre-set up, and the rest of the packages can be managed through the simple to use Synaptic Manager. Ubuntu also got the new version of the Ubuntu 1 syncing assistance, which can now routinely keep the songs you bought on the Music Keep and permit you stream it anyplace and on any device.

Still, there are plenty of methods you can increase your Ubuntu installation and make it better and more customized. To help you with that, here are just a couple of guidelines and methods that will help you get much more out of your new Ubuntu 10.10 functioning program:

Operate Windows applications and software. Windows is nevertheless the king if you count the amount of plans available for the OS, and you most almost certainly have a few great apps that you use on a standard foundation. What you may well not know is that you dont drop that potential if you change to Ubuntu! Certainly, you can easily operate most of the software package for Windows out there on Ubuntu (and Linux in general). All you want to do is install WINE and PlayOnLinux, two equivalent offers (or applications/computer software/packages, of you wish to contact them that way), which make it very easy to install and run Windows software package and even video games. Most of the most recent stuff is supported, and all you need to do to install them is run sudo apt-get install wine playonlinux in the Terminal!

Completely personalize the visible effects. The Compiz Fusion visible outcomes engine that comes with Ubuntu 10.10 is the envy of each single Windows and OS X user out there. There are so many beautiful and easy outcomes that you can lose depend of them. But there is no simple way to customise them on a default installation! No issues, all you need to have to do is install CCSM by operating sudo apt-get set up ccsm. Then you can personalize the visual results by heading to Technique-&gtPreferences-&gtCompizConfig.

Be able to open up and produce any kind of archive. There are over a dozen different archive formats out there, and just as Windows can only open .zip files by default, so is Ubuntu restricted to .zip and .tar.gz . But as opposed to on Windows, you dont require to shell out for WinRAR or other industrial applications you can get all the offers you need to have for free. Right here is the command that will set up an archive app for every single file format you can believe of: sudo apt-get set up unace rar unrar arj zip p7zip-total p7zip-rar sharutils mpack lha unzip file-roller. Now you can be positive youll be in a position to open any archive!

Get a greater clipboard deal. The default clipboard is pretty uninteresting on Ubuntu 10.ten. If you require one thing much more advanced, you can simply set up Glipper, 1 of the very best choice clipboards for Linux. Just run sudo apt-get set up glipper, optionally produce a link to the Clipboard Supervisor on the top rated or bottom panels and prepare to be surprised.

Repair the scarce but irritating Wifi disabled problem. Some men and women who install or a lot more often, update to Ubuntu 10.10, come across a odd issue wherever the Wifi is disabled on startup and cant be enabled. The drivers are there, its the Wifi that is just disabled. If you have this problem, the following is the resolve: The problem is in a lock that Ubuntu areas on Wifi when its setting up. For some explanation, often it fails to be taken out. All you have to do is eliminate it your self by operating sudo rfkill unblock all. After restart, you should be ready to run your Wifi as typical.

Ubuntu ten.10 is a wonderful accomplishment for Canonical, the globe of open up resource and Linux, and ideally, a lot more manufacturers will start supporting this OS in their motorists, since widespread help for hardware is the only factor that stops it from turning out to be a actually competitive solution helpful to most people. Windows and Mac OS X are no more time the only working techniques you can get for day to day use or even professional programs: Linux and Ubuntu can also do a lot of beneficial items!

Kernel Vulnerabilities and Data Loss in Ubuntu Linux »

Kernel is the essential element of Linux working technique, which operates as a bridge in between programs and data processing executed at hardware degree. Its duties consist of controlling resources of the system (communication amongst hardware components and hardware). The Linux kernel provides lowest-level abstraction for the means, which must be managed by apps, to carry out their functions. Nevertheless, in scenario of kernel panic or kernel corruption, Linux might not boot properly. In this kind of conditions, you can not accessibility info from Linux challenging drive and occur across information loss circumstances. At this stage, Linux Data Recoverygets need to have of the hour to get your info back again.

What is Kernel Panic or Kernel Vulnerabilities?

In Linux working method, kernel panic is a step taken by the functioning technique following detecting inner fatal error by which it can not recuperate securely.

The Linux kernel routines, which take care of panics, are typically designed so as to output an error to console, wait for system reboot, or initiate the automated system reboot. Kernel panic could happen due to various factors, this sort of as faulty kernel, lacking/ruined Linux knowledge structures, functioning method malfunction, file technique corruption, and lacking system information.

Kernel Vulnerability in Ubuntu Linux:

In Ubuntu 5.10 running method, there is a flaw in the counting of module reference for netfilter’s loadable protocol modules.

By carrying out specific socket operations, nearby attacker can exploit it to crash Linux kernel.

You may possibly recognize a race problem in include_essential(), keyctl(), and ask for_essential() capabilities. By altering the size of the string arguments, a regional attacker can both read random parts of Linux kernel memory or crash Linux kernel.

Kernel crash could also crash your Linux personal computer and might make it unbootable. In this sort of situations, the program can not locate a healthy kernel to load the boot information into memory and start off the functioning program boot approach.

In order to accessibility your important information in this kind of conditions, you require to have out Linux Recovery by resolving this issue. You can fix this problem by formatting the tough push and reinstalling the running technique.

Nevertheless, formatting removes all the data from tough push and causes further more info reduction. To recover misplaced information, Knowledge Recovery Linux is essential. It is best feasible using potent third-social gathering Linux Information Recovery applications. They operate in all situations of rational info loss and recover your useful information in risk-free and effortless way.

Kernel Vulnerabilities and Data Loss in Ubuntu Linux »

Kernel is the key component of Linux operating system, which works as a bridge between applications and data processing performed at hardware level. Its responsibilities include managing resources of the system (communication between hardware components and hardware). The Linux kernel provides lowest-level abstraction for the resources, which must be controlled by applications, to carry out their operations. However, in case of kernel panic or kernel corruption, Linux may not boot properly. In such circumstances, you can not access data from Linux hard drive and come across data loss situations. At this point, Linux Data Recoverybecomes need of the hour to get your data back.

What is Kernel Panic or Kernel Vulnerabilities?

In Linux operating system, kernel panic is a step taken by the operating system after detecting internal fatal error by which it can not recover safely.

The Linux kernel routines, which handle panics, are usually designed so as to output an error to console, wait for system reboot, or initiate the automatic system reboot. Kernel panic may occur due to various reasons, such as faulty kernel, missing/damaged Linux data structures, operating system malfunction, file system corruption, and missing system files.

Kernel Vulnerability in Ubuntu Linux:

In Ubuntu 5.10 operating system, there is a flaw in the counting of module reference for netfilter’s loadable protocol modules.

By doing specific socket operations, local attacker can exploit it to crash Linux kernel.

You may notice a race condition in add_key(), keyctl(), and request_key() functions. By changing the length of the string arguments, a local attacker can either read random parts of Linux kernel memory or crash Linux kernel.

Kernel crash may also crash your Linux computer and may make it unbootable. In such cases, the system can not find a healthy kernel to load the boot files into memory and start the operating system boot process.

In order to access your valuable data in such circumstances, you need to carry out Linux Recovery by resolving this issue. You can fix this issue by formatting the hard drive and reinstalling the operating system.

However, formatting removes all the data from hard drive and causes further data loss. To recover lost data, Data Recovery Linux is required. It is best possible using powerful third-party Linux Data Recovery applications. They work in all cases of logical data loss and recover your valuable data in safe and easy manner.

Setup And Tweak Fuppes Media Server On Ubuntu »

This manual is on configuring and optimizing Fuppes Media Server, which is ready to support boost the normal of you media playback. Whereas enhancing the good quality of your media, I will also show you the finest way to make your DLNA and UPnp gadgets further suitable with the Fuppes Media Server. To begin configuring and tweaking the Fuppes Media Server, you’ll wish to open up up the fuppes.cfg file. The fuppes.cfg file could probably be situated in a few of absolutely distinct areas on you Ubuntu linux server. When you open up up your fuppes.cfg information, you need to have to have a file that appears like my first fuppes.cfg.

vi /root/.fuppes/fuppes.cfg
vi /house/USERNAME/fuppes.cfg
vi /and many others/fuppes/fuppes.cfg

The very first issue that you are going to want to do is add the directories to exactly where your media is at current found in your linux server. This must be situated at all around line four or 5 inside of the fuppes.cfg file.

/var/www/Media/Movies/
/var/www/Media/Audio
/var/www/Media/Photographs-House-Films

Right after you’ve gotten located you media directories and have inserted the folder regions into your fuppes.cfg recordsdata, you’ll then have to specify to Fuppes on what ip deal with and port range to run the media server on. As a substitute of specifying a certain ip deal with, you way too can insert the network interface as a substitute. And many other folks …eth0, eth1.

eth0

10001

The next factor that you are heading to want to do is permit DLNA. Scroll correct down to about line forty 4 and alter untrue to genuine.

untrue

Finally scroll down to about line 186 and permit the ps3 for use with your fuppes media server.

UPnP/1. DLNADOC/one.00
PLAYSTATION3

Then scroll all the way down to line one hundred ninety and make sure that as soon as a lot more DLNA is enabled for the ps 3.

accurate

Soon after you have acquired enabled the PS3 and dlna, all it is critical to do now could be make confident that transcoding is enabled inside of the fuppes.cfg file for the ps 3.

stream

Vps Hosting And The Assistance Of Linux Distribution Ubuntu »

If you use a VPS Internet hosting support, you leave have access to altered running programs, ranging from van to organization. Some of them supplies you the possibility to choose the working method of your far better so that you can deliver about your responsibilities imprint an setting you’re familiarized with. accessibility this case, current is greatest to get your level and examine your alternatives meticulously so that you feel as up as doable above the lengthy expression. Picking the appropriate operating program is not an universal rule, it constantly is dependent on numerous elements. There are distant sorts of providers you wanting to array on your VPS, and each and every of them has own special set of demands on the environment.

If you want to use a Linux running system to do the job, Ubuntu can be an very good-looking alternative in a lot of situations. It is mild, static and completely known. Although the press on precedent may possibly not seem like an yielding gain, it is funds to contemplate simply because a lot more laurel frequently signifies better succour by way of neighborhood advancement, and other individuals. Like most other Linux distributions, Ubuntu is also open up source working program which is quite free, so you leave not have to be concerned about licensing issues. You can catch numerous items of computer software, which feel confirmed on their own about position as properly, and the total working program is close around by the thought of independence of far more suitable and person deal with about the system’s functionality.

Whether or not environment escalating a web server, a sandbox now testing risk, or contemplating any other purpose that demands the use of a virtual non-public server, Ubuntu has the instruments to simplify the organization and convey about it easier for you. Some specific rewards of strategy includes the potential to easily update all the computer software deals put in immediately for a main server. It is a chock-entire supporting hand when it will come to succour yet again stability, making it possible for you to help every thing running maturation to date, and alertness smoothly. The packet supervisor obligatoriness not only journey for updates for your applications and protected them, but it can also down load the complete-length program and offers penetrating to take care of the configuration for you, unbroken with a differing commands dominion the console. It is a actual art of accessibility, and is one particular of the main reasons so a lot of people heap Ubuntu as program of alternative.

If you come across issues in addition to uncover yourself locked out of your VPS, do not scare. There are numerous approaches to recover from approximative issues. The unparalleled duty you ought to bid is go to your assistance supplier and trigger a restart VPS program. This commit reproduce the unplugging and restore bodily, further more generally than not, corporeal solves all troubles. If this does not function, bounteous professionals of VPS supply the possibility of recovering a destroyed VPS method, so try that way too. also if all else fails, there is usually the “rebuild” option, which totally erases the working technique and reconstruct it from abrasion. You lose all your knowledge, but at least your system will be back on monitor.