The script is very simple and can be found on my graphic-3d.blogspot.com.
I make this with Python 2.6.4 , pyopengl module.

tutorials, tips, tricks, commands, programming, linux, windows, database, sql, python, programming language, Fedora, drawing, painting, tutorial, tutorials
# e4defrag -test -cv /home/your_user/
Total/best extents 170276/165520
Fragmentation ratio 0.03%
Fragmentation score 0.24
[0-30 no problem: 31-55 a little bit fragmented: 55- needs defrag]
# rpm -ivh lightscribe-1.18.24.1-linux-2.6-intel.rpm
Preparing... ########################################### [100%]
1:lightscribe ########################################### [100%]
# rpm -ivh lightscribeApplications-1.18.15.1-linux-2.6-intel.rpm
Preparing... ########################################### [100%]
1:lightscribeApplicationswarning: group admin does not exist - using root%)
warning: group admin does not exist - using root
########################################### [100%]
The path application is /opt/SimpleLabeler/$ ll
total 332
drwxr-xr-x. 4 root wheel 4096 Feb 27 14:10 content
-rwxr-xr-x. 1 root wheel 2980 May 19 2010 launchBrowser.sh
drwxr-xr-x. 3 root wheel 4096 Feb 27 14:10 plugins
-rwxr-xr-x. 1 root wheel 43 May 19 2010 qt.conf
-rw-r--r--. 1 root root 16 May 19 2010 qttr.qm
-rwsr-xr-x. 1 root wheel 314088 May 19 2010 SimpleLabeler
-rw-r--r--. 1 root root 16 May 19 2010 simplelabelertr.qm
Run the SimpleLabeler, and you see this :$ cp gmic_gimp ~/.gimp-2.6/plug-ins/
Once you have installed the plugin just restart the GIMP. protect()
{
echo "What is the secret ?"
trap protect 2 20
read -s resp
if [ "$resp" != "asd" ]; then
echo "Error!"
exit
fi
}
protect
The result will be leaving the root account if you do not answer the question correctly.# chmod 700 /root/.bashrc
You can create using the example above, different ways to execute various commands.
yum install python-gdata.noarch
Here are the first lines of source code that creates a folder named test-fedoraPython 2.7.1 (r271:86832, Apr 12 2011, 16:16:18)
[GCC 4.6.0 20110331 (Red Hat 4.6.0-2)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import gdata.docs.service
>>> my=gdata.docs.service.DocsService()
>>> my.ClientLogin('your-account@gmail.com','your-password')
>>> my.CreateFolder('test-fedora')
I tried to automate the process of creating folders and I used a list and instruction for>>> folders=['aaa','bbb','ccc']
>>> for f in folders:
... my.CreateFolder(f)
...
To create a document to write more lines of code.>>> new_entry = gdata.GDataEntry()
>>> new_entry.title = gdata.atom.Title(text='fedora-test')
>>> category = my._MakeKindCategory(gdata.docs.service.DOCUMENT_LABEL)
>>> new_entry.category.append(category)
>>> created_entry = my.Post(new_entry, '/feeds/documents/private/full')
Here's a simple solution to avoid loss of mail password.>>> import getpass
>>> username = raw_input('Please enter your username: ')
Please enter your username: user1
>>> password = getpass.getpass()
Password:
>>> print username
user1
>>> print password
pass1
I hope you will use this
unrar-3.9.9-1.fc15.x86_64.rpm
unrar-3.9.9-1.fc15.i686.rpm
unrar-3.9.9-1.src.rpm
unrar.spec
$ unrar
UNRAR 3.92 freeware Copyright (c) 1993-2010 Alexander Roshal
Usage: unrar - -
<@listfiles...>
e Extract files to current directory
l[t,b] List archive [technical, bare]
p Print file to stdout
t Test archive files
v[t,b] Verbosely list archive [technical,bare]
x Extract files with full path
- Stop switches scanning
ad Append archive name to destination path
ai Ignore file attributes
ap Set path inside archive
c- Disable comments show
cfg- Disable read configuration
cl Convert names to lower case
cu Convert names to upper case
dh Open shared files
ep Exclude paths from names
ep3 Expand paths to full including the drive letter
f Freshen files
id[c,d,p,q] Disable messages
ierr Send all messages to stderr
inul Disable all messages
kb Keep broken extracted files
n Include only specified file
n@ Read file names to include from stdin
n@ Include files listed in specified list file
o[+|-] Set the overwrite mode
or Rename files automatically
ow Save or restore file owner and group
p[password] Set password
p- Do not query password
r Recurse subdirectories
sl Process files with size less than specified
sm Process files with size more than specified
ta Process files modified after in YYYYMMDDHHMMSS format
tb Process files modified before in YYYYMMDDHHMMSS format
tn
Works well.
/proc/sys/vm/
[free-tutorials@user ~]$blender
Info: Config directory with "startup.blend" file not found.
Segmentation fault (core dumped)
How to prevent uploading that file? Simply using:[free-tutorials@user ~]$blender --factory-startup
Segmentation fault (core dumped)
Obviously, I should try to debug:[free-tutorials@user ~]$blender --factory-startup -d
Blender 2.57 (sub 0)
Build: 2011-04-27 16:56:56 Linux:32bit Release
argv[0] = blender
argv[1] = --factory-startup
argv[2] = -d
read file
Version 256 sub 6 svn r36063
ordered
OBCube
OBLamp
OBCamera
Segmentation fault (core dumped)
Simply don't want, it's something related to graphics card ...[free-tutorials@user ~]$blender --factory-startup -d -noglsl
Blender 2.57 (sub 0)
Build: 2011-04-27 16:56:56 Linux:32bit Release
argv[0] = blender
argv[1] = --factory-startup
argv[2] = -d
argv[3] = -noglsl
read file
Version 256 sub 6 svn r36063
ordered
OBCube
OBLamp
OBCamera
Segmentation fault (core dumped)
So the problem is not related to GLSL.[free-tutorials@user ~]$glxinfo | grep Error
Error: glXCreateContext failed
I found this problem and I added to xorg.conf the following lines of code.Section "Files"
ModulePath "/usr/lib/xorg/modules/extensions/nvidia"
ModulePath "/usr/lib/xorg/modules/drivers"
ModulePath "/usr/lib/xorg/modules"
EndSection
I must admit that after restarting the computer, greeted me with the gnome interface and unprecedented special effects.$ gsettings set org.gnome.desktop.session session-name 'gnome-fallback'
... written in Xfce terminal, because in gnome I have not succeeded.Helios is the simultaneous release of 39 Eclipse projects. In terms of statistics, the Helios release includes 33 million lines of code developed by about 500 Eclipse.org committers from 44 companies...You can read here and you will be impressed by the new Helios.
"The Linux Tools project also aims to increase the amount of Eclipse technology available in Linux distributions. We are working towards this goal by providing a build harness of the Eclipse SDK that is easy to consume for Linux distributions and already have a number of distribution consumers."I have not yet found the negative aspects from the Helios ...