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
-
Corel Aftershot ( CA) is a tool equivalent to Adobe's Lightroom . Both are targeted at photographers ( or those with mania, ...
-
If you use XAMPP , can happen to you the problem of MySQL does not start . This usually happens when we copy the XAMPP folde...
-
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...
-
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 ...
-
I got the following error messages when trying to update my operating system Linux Mint 13 Maya : "Reading package lists .....
-
As you know already available version 3.6 of LibreOffice as announced in pplware . You can read more information about new fe...
-
For those who feel the lack of a tool for simple image editing, as it was (I say was, because not used: P) the Windows Paint, the KolourPain...
-
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 Deluge is, for me, the best utility for downloading torrents. It stands out from other equivalents to be quite simple and intuitive to u...
-
On some Linux distributions engine that comes by default may not be your favorite . In my case I'm currently using Linux M...
