This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# WLAN temp. | |
# Find thermal zone ID | |
# cat /sys/class/thermal/thermal_zone*/type | |
# ... | |
# iwlwifi | |
# ... | |
# Read value | |
echo "WLAN temp.: $(expr $(cat /sys/class/thermal/thermal_zone1/temp) / 1000) C" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[Desktop Entry] | |
Type=Application | |
Name=Microsoft Office Excel (csv) | |
MimeType=text/csv | |
Exec=env WINEPREFIX="/home/mp/.wine_msoffice_2007" wine start /ProgIDOpen Excel.CSV %f | |
NoDisplay=true | |
StartupNotify=true |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# Functions | |
put_directory() | |
{ | |
SUBVOL_DIRECTORY="$1" | |
USER_DIRECTORY="$2" | |
echo "Put directory $SUBVOL_DIRECTORY in $USER_DIRECTORY" | |
if [ -e "${SUBVOL_DIRECTORY}" ] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
0. Use on your own responsibility. | |
0. Method 1. | |
1. Download file jdk-6u45-linux-x64.bin | |
2. Move jdk-6u45-linux-x64.bin to /var/cache/oracle-jdk6-installer/ location | |
3. Download file oracle-java6-installer_6u45-0~webupd8~8_all.deb | |
4. sudo dpkg -i oracle-java6-installer_6u45-0~webupd8~8_all.deb | |
0. Method 2. | |
1. Download file jdk-6u45-linux-x64.bin | |
2. Move jdk-6u45-linux-x64.bin to /var/cache/oracle-jdk6-installer/ location |