If they install Dropbox on Debian Lenny, will probably have the following error:
"Dependency error: is not satisfiable libnautilus-extension1.
This problem can be overcome to install a recompilation Dropbox available in the following hyper-links:
nautilus-dropbox_0.6.1-1_amd64.deb
nautilus-dropbox_0.6.3_i386.deb
They may know more about Dropbox here.
Today the Internet is a dangerous place for children! Leave a child alone in navigating the Internet is as dangerous as leaving a child alone in a very busy road traffic!Agree?!
Gnome Nanny is a project that lets you adjust when, where and how children can browse. This does not mean it is a check on the kids, like to think it is more a protection.
When - lets you adjust where you can surf heights;Where - to set / filter web pages that can refer;How - to adjust the duration that can surf the Internet;
If you have a PC or a server passing of the time with no activity on the disk, can save a little on the electricity bill if the halt. It's true that can make configuring power management on your desktop environments (KDE, Gnome, etc.) but what I present here is a simple and rapid method for manually configuring this mechanism, ie the operating system Bash.
The tool to use hdparm is used to but to suspend the operation of hard disks can also adjust parameters of cache, DMA, or even acoustic noise, among others.
- Installation: aptitude install hdparm
- Suspend for 2 minutes: hdparm-S 24 /dev/ sda
- Check the condition of the disk: hdparm -C /dev/sda
- Configure the permanent suspension: vim /etc/hdparm.conf - And add at end of file the following code:
/dev/sda {
spindown_time = 24
}
- Then you just have to restart your PC, or the service - /etc/init.d/hdparm reload
Note: the sda is the disk ID in Linux, in your case is hard to see that they have, they can do it as fdisk-l and then with the tool Partition Editor (GParted). If you have only one SATA disk to start is sda if hda is an IDE. If they are not much inside it, then I suggest you to search or ask here on the blog:)
It is unfortunate that the Playstation 3 does have the ability to read DivX with external subtitles, or captions to a text file. It's a clear choice from Sony, but fortunately there is no alternative.
I come therefore have a short tutorial that despite being targeted at Linux operating systems, it also serves for those using Windows or MAC. The tool I'm talking about is native to Windows, so to run on Linux, you must have Wine installed.
Requirements for Linux OS:
- Subtitles of the film format. Srt;
- Wine installed.
Tutorial:
1 - Download AVIddXSubs.zip;
2 - Unzip the downloaded file;
3 - In the uncompressed folder, run the AVIAddXSubs.exe;
4 - Place the folder containing the movie in the box - c: \ pasta_do_filme (see figure). Or you may specify that they intend to embed the movie subtitles - c: \ pasta_do_filme \ filmecaseiro.avi | c: \ pasta_do_filme \ filmecaseiro.srt. The pipe symbol (| <- this one) makes the division between the way the movie and the file path of legends.
6 - Probably the PS3 will have to select the subtitles when they start playing the movie, for these are inserted through the codec, and is not always visible.
7 - Finally, if you have questions whistle: P, I mean comment, I try to respond.
Some features:
- Interface very easy to use;
- Limit bandwidth transfer (sending and downloading);
- Select the destination folder;
- Minimize to the "systray";
- Change the order of transfer;
- Network connection by proxy;
- Plugins to increase functionality;
- Available for Linux, Mac and Windows.
Installation via command line in Debian:
apt-get install deluge
Sítio web oficial
Today I leave you here a very simple way to concatenate files split, where normally the extension is 001, 002, 003, etc..
These files are very common in RapidShare or services of that kind.
My preferred way:
cat ficheiros_divididos.avi.??? > Ficheiro_concatenado.avi
In this second way that I present have to be careful not to have divided other files in the directory where:
cat *. [0-9] [0-9] [0-9]> ficheiro_concatenado.avi
The Turnkey Linux I was made known by the Xpete Alphamatrix. It is an open source project (open source) that provides virtual appliances in which each is optimized for its specific purpose.
It's a good way to test certain tools or even put into production service in a short time. They can download files in VMWare or ISO.
Here are some of the available:
Domain Controller Appliance - Drop-in replacement PDC
Zimbra Appliance - Email and Collaboration Suite
Ejabberd Appliance - XMPP and Web Chat
File Server Appliance - Simple Network Attached Storage
MySQL Appliance - Relational Database Management System
PostgreSQL Appliance - Object-relational Database System
Drupal 6 Appliance - Content Management Framework
Redmine Appliance - Integrated SCM & Project Management
ProjectPier Appliance - Easy Online Collaboration
more ...
If you have a file server to Linux, certainly have needed to find files of a particular user, or its UID or GID, or even by your username. Here is this article, some examples of how futilizar the find command for this and other effects more basic.
Find files by user identifier (UID)?
find. /-uid 502
For user name:
find. / user-joselito
For identifier then the group (GID):
find. /-gid 1000
Locate all files with extension. Doc:
find. /-iname "*. doc"
find. /-name "*. doc"
Find files that have changed in the last 24 hours:
find. /-name "*. doc"-mtime 0
Find files that have changed to 48:
find. /-name "*. doc"-mtime 1
Locate all files with permissions 777:
find. /-perm / 777
Find files that have changed to exactly 5 days:
find. /-mtime -7
Find files that have changed less than 5 days:
find. /-mtime 5
Find files that have changed to more than 5 days:
find. /-mtime +5
Note: The difference between the parameter name and iname is that the latter is case sensitive - distinguishes the case matching. The parameter. / Indicates that the search is performed from the directory where you are.
Possibly ever needed to edit a PDF as a text document if it were! In Openoffice is an extension that makes this wonder possible - Sun PDF Import Extension.
Installation:
1 - Download the extension sun-pdfimport.oxt.
2 - Run
3 - Reboot Openoffice
4 - Open a PDF file like a text document.
The import can be time consuming, depending on the type and size of PDF, but believe that the result is really amazing. The PDF that I imported kept proper training of the document. In order to keep the original formatting, the Sun PDF Import, insert all the phrases in the text boxes that can be edited after the event.
Note
The Sun PDF Import Extension is independent of the operating system, but either way, the test results presented here were made in the version of OpenOffice 3.2, the operating system 5 64bit Debian.
source: http://extensions.services.openoffice.org/project/pdfimport
This article serves to try to resolve some cases where they have problems in setting up wireless networks (RSF), with an Intel PRO / Wireless 3945ABG.
I think that whoever installed Debian in a more manual, ie the installation image Netinst, as was my case, you may have this problem. If you followed the article I published (see here) and have a FSR of this model, which surely must have had this problem.
Resolution:
Add the following repository to / etc / apt / sources.list, if you have not already:
deb http://ftp.de.debian.org/debian lenny main non-free
apt-get update
apt-get install firmware-iwlwifi
Restart the PC, and now you should see the card when RSF running ifconfig.
From here you just add the network through NetworkManager GUI application.
Some useful commands:
iwconfig - shows the interfaces of the active RSF.
ifconfig - Shows the configuration of network interfaces.
ifconfig wlan0 - Shows the interface configuration RSF wlan0.
ifconfig eth0 down - Disables the network interface eth0 wired
The Tucan is an application manager, very light, which has the ability to manage the transfer of hosts (hosters) as rapidshare, megaupload, gigasize, among others. The utilitarians also manages the waiting times that are normally charged to unregistered users.
Use:
Just copy and paste the addresses of the hosts links to Tucan, then "Verify" link and then add.
Installation:
- Debian / Ubuntu / Kubuntu:
sudo apt-get update
sudo apt-get install tucan
- Can also be efecuada via synaptic.
Address:
Official Website
lsusb - list USB devices.
lspci - lists the PCI interface.
lscpu - Returns information about the CPU (architecture, quantity, model, intel / amd / other).
lsof - shows all open files by the system.
lsof-u root - Returns only the files opened by root.
lsmod - Lists modules loaded by the operating system.
lsattr - Make a list of the directory where seencontra, showing all the attributes of the files it contains.
dmidecode - Displays information about the system's hardware type, manufacturer, serial number, BIOS version, among others.
dmidecode | grep BIOS
dmidecode | grep Serial
dmidecode | grep Manufacturer
biosdecode - Return all information related to the BIOS.
Etiquetas
- Aplicativos (3)
- Bash/Shell (9)
- Berbicachos (3)
- CM (15)
- Debian (17)
- FreeBSD (1)
- Gnome (3)
- Informação (10)
- Jogos (1)
- Kde (3)
- Kubuntu (13)
- LinuxMint (3)
- Multimédia (2)
- MySQL (1)
- openSuse (4)
- Opinião (1)
- PHP (1)
- Rapidinhas (8)
- Tutoriais (3)
- Ubuntu (13)
- Virtualizacao (1)
Seguidores
Interestings Blogs
Popular Posts
-
When it is in principle all councils are few ... So here are some. of who has passed the "as passas do Algarve" to take this to fu...
-
The youtube-dl is a small command-line utility that can download videos from youtube.com too easily. In terms of archives, from the Debian M...
-
If you have problems mounting a floppy drive in linux , you may be receiving the following message : " / dev / tty is not ...
-
If you use XAMPP , can happen to you the problem of MySQL does not start . This usually happens when we copy the XAMPP folde...
-
If you work with more than one computer on your desk, to be sure you felt the need for a utility to share the keyboard and mouse between t...
-
As you know already available version 3.6 of LibreOffice as announced in pplware . You can read more information about new fe...
-
Whenever I need to do something in HTML, PHP and / or MySQL , here comes the problem of character encoding ! In MySQL coding I us...
-
A major difficulty in adapting to any Linux distribution, is to understand your installation system packages. In K / Ubuntu, ie the distribu...
-
At one time published an article, which can read here on remote display in Linux. Now, I will publish another way that allows remote connec...
-
According to this news digital diary ( DD ), the " Linux advances on Windows and Unix in the Enterprise ' ! Needless ...