Results for chmod. Search took 0.13 seconds.
Learning about Linux File Permissions
in HackITLinux, on November 30, 2007
To some of our readers, this is plain basic but to readers who are just starting to learn Unix/ linux , knowing what the cryptic numbers beside each file name means is new. In my freshman computing class, most students are not familiar with Unix systems so this is foreign to them but I make it ...
Skype 2.0 on Asus Eee PC
in HackITLinux, on November 25, 2007
...mera
/usr/bin/skype2
echo 0 > /proc/acpi/asus/camera
Make sure that it is executable
$ sudo chmod +x skype
And that is it! Enjoy! ...
Quick steps to install JDK 6 / Java SE 6 (+ Tomcat) in Fedora Core 6 / Fedora 7
in Java Entrepreneur, on August 9, 2007
...rlinked to the actual link.
3. Now change the permission of the downloaded file to 755 like this:
chmod 755 jdk-6u2-ea-bin-b02-linux-i586-12_apr_2007-rpm.bin
4. Then run it:
./jdk-6u2-ea-bin-b02-...
geoAddress::WordPress-Plugin für Google-Maps
in PHP-Developer-Blog, on 19.07.07
GeoAddress ist ein WordPress-Plugin zum Erstellen einer Kontakt-/Adressliste die in einer Google-Map mittels Markern dargestellt werden kann. Die Darstellung der Google-Map bzw. des Adressformulars kann im Adminbereich mittels zahlreicher Optionen beeinflusst werden.
Per Default wird unter der...
FireFTP - FTP mit Mozilla Firefox
in Das Open Source Weblog, on 28.06.07
Weshalb einen eigenständigen FTP-Client nutzen, wenn es doch FireFTP gibt? Diese "schlanke" Erweiterung verwandelt den bekannten Browser Firefox in einen vollständigen FTP-Client mit dem sich Dateien hin- und herschicken lassen ohne den Browser zu verlassen. FireFTP bietet alle Funktio...
PHP-Klasse::chmod setter 05.05.2007
in PHP-Developer-Blog, on 05.05.07
...class keeps track of the changed files and directories in a log array class variable.
Link: chmod setter ...
loudblog | Praktischen Podcastingtool
in Digital Listening, on 11.12.06
Für den Podcaster von Morgen habe ich gerade das passende Tool entdeckt. Loudblog ist ein auf PHP/MySQL basierendes CMS, das die Funktionalität des bloggens mit der des podcastens vereint. Dabei unterstützt das Tool einen in sofern, als das die Verwendung des entsprechenden Casts durch Flash (bei ...
Get Java on Your Linux System
in Java Entrepreneur, on October 13, 2006
...
# mkdir -p /usr/local/java
# cd /usr/local/java
# mv /path/to/jre-1_5_0_05-linux-amd64.bin .
# chmod u+x jre-1_5_0_05-linux-amd64.bin
# ./jre-1_5_0_05-linux-amd64.bin
In case you require the ...
Creating Multiple User Accounts in Batch
in HackITLinux, on August 27, 2006
...name and passwords are stored in clear text format make sure only root can read/write the file. Use chmod command:
# touch /root/batch-user-add.txt
# chmod 0600 /root/batch-user-add.txt
Create a user...




