• skip to content

Bernhard Brunner's Blog

User Tools

  • Log In

Site Tools

  • Recent Changes
  • Media Manager
  • Sitemap
You are here: start » file

file

Search

You can find the results of your search below.

Exact match
  • Exact match
  • Starts with
  • Ends with
  • Contains
Any namespace
  • Any namespace
  • blog (92)
  • files (1)
  • wiki (1)
Any time
  • Any time
  • Past week
  • Past month
  • Past year
Sort by hits
  • Sort by hits
  • Sort by last modified

Matching pagenames:

  • change_windows_desktop_background_for_day_and_night_using_batchfile
  • convert_and_crop_humax_icord_hd_files
  • convert_img_to_iso_image_file_under_linux
  • convert_microsoft_.msg_files_to_eml_for_opening_in_thunderbird
  • convert_nero_nrg_to_iso_file
  • convert_technisat_ts_file_to_mkv
  • copy_a_filesystem_from_one_computer_to_another_using_tar_and_netcat
  • copy_damaged_harddisk_to_a_file_for_recovery
  • copying_large_files_to_usb_device_blocks_system
  • counting_the_number_of_files_with_a_given_extensions
  • create_encrypted_tar_files
  • download_rtmp_files_to_mp3_forma
  • encrypting_tar_files_using_openssl
  • export_maple_figure_to_eps_file
  • opening_a_file_manager_from_the_term
  • print_files_from_any_device_using_dropbox
  • recover_disappeared_thunderbird_profile
  • recursively_rename_files
  • remove_personal_information_from_word_file
  • rip_dvds_into_multi_language_multi_subtitle_video_file
  • set_application_which_xdg-open_uses_to_open_a_file
  • set_rights_of_files_in_public_html
  • split-tar_creates_tar_files_of_limited_size
  • vim_replace_in_multiple_files
  • windows_7_disable_file_open_security_message_for_samba_fileserver
  • davmail (files)
  • debian_package_containing_a_given_file

Fulltext results:

unix_command_line_cheat @blog
61 Hits, Last modified: 16 years ago
==== Unix command line cheat sheet ====== <code> File Commands ls - directory listing ls -a - directory... t directory mkdir dir - create a directory dir rm file - delete file rmdir dir - delete empty directory dir rm -r dir - recursively delete directory dir (use with caution) rm -f file - force remove file; no error output if file does
syntax @wiki
23 Hits, Last modified: 8 months ago
is behavior can be enabled in the [[doku>config]] file. Hint: If DokuWiki is a link, then it's enabled. ... ?php /** * Customization of the english language file * Copy only the strings that needs to be modifie... ats. To mitigate the problem, you can upload your file in different formats for maximum browser compatib... filename as the video and be either a jpg or png file. In the example above a ''video.jpg'' file would
crontab_howto @blog
15 Hits, Last modified: 16 years ago
en termed as cron jobs. Crontab (CRON TABle) is a file which contains the schedule of cron entries to be... u can execute crontab if your name appears in the file /usr/lib/cron/cron.allow. If that file does not exist, you can use crontab if your name does not appear in the file /usr/lib/cron/cron.deny. If only cron.deny exists
create_encrypted_tar_files @blog
9 Hits, Last modified: 15 years ago
udo cp ~/aws /usr/bin/ Create then an .awssecret file and open it in a text editor like nano: nano .... GAHKWG3+1wxcqyhpj5b1Ggqc0TIxj21DKkidjfz Save the file and change its permissions: chmod 600 .awssecr... mkdir BUCKET ===== Create and upload the backup file ===== Next, create an encrypted tarball of the d... p it carefully. The above command will generate a file called todays_backup.tgz.aes-256-cbc. This file c
excel_tipps @blog
9 Hits, Last modified: 16 years ago
plan or sales report (or whatever else the excel file has) with colleagues, we remove the other 2 sheet... low in order to let the receivers quickly get the file. Sometimes excel files can be very huge depending... f 96dpi instead of standard 200dpi. In the Menu > File > Save As dialog box, click on “Compress pictures... ut somehow the formatting is not preserved or the file is too huge. Here is a simple hack that you may a
set_up_davmail_gateway @blog
9 Hits, Last modified: 7 years ago
asic Configuration ===== DavMail's configuration file does not exist by default. Create one with your f... ldavPort=8443 Save and close the configuration file. ===== Create A SSL Certificate ===== Use the L... and convert the letsencrypt certificates to a p12 file using this script. You must use a PASSWORD on the file! <code bash> #!/bin/bash sudo openssl pkcs12 -ex
linux @blog:change_windows_desktop_background_for_day_and_night_ubuntu_gnu
8 Hits, Last modified: 15 years ago
thout any add-on software. To use, copy-paste the file and store it to your scripts directory (e:\etc in... by changing the times in the case, and the image file names in the gconf... * Test by calling the sc... re available. * add a cron task (see below) <file bash changedesktop.sh> #!/bin/bash ... </file> Note: gconftool needs some environment variable
convert_and_crop_humax_icord_hd_files @blog
8 Hits, Last modified: 16 years ago
version, the iCord HD supports FTP access to its file system. If you copy a .ts file to your pc, you can play it using VLC. However, my favorite video cuttin... dard format without loss of information. - Copy file to pc using ftp or usb drive - Variant 1: Use SUPER to convert to mpg type 2 file * Output MPG (Video MPEG-I, Audio MPEG-II)
install_fonts_on_linux @blog
7 Hits, Last modified: 16 years ago
ave binary encoded Type1 fonts (a .pfb and a .pfm file) here is how to create the afm files for then: Right clicking the .pfb file in KDE let's you install the font, but it doesn't... at OpenOffice in Linux needs an accompanying .afm file, and here's how to create the .afm file from the .pfb file: * Install t1lib, a library for generatin
writing_custom_man_pages @blog
7 Hits, Last modified: 15 years ago
*X-like system, and can convert a flat ASCII text file to the correct man page format. txt2man (currentl... our information together into a single ASCII text file. You will still have to apply a specific formatting to your file, but nothing as complicated as troff/groff. At t... entation, which will describe what to add to your file so that it gets correctly formatted later. The be
debian_package_containing_a_given_file @blog:find_ubuntu
7 Hits, Last modified: 14 years ago
mple way to look up what package contains a given file? ====== apt-file search filename or apt-file search /path/to/file To install apt-file, use: apt-get install apt-file you will need to update it
common_sed_taks @blog
7 Hits, Last modified: 16 years ago
notes here: 1) This does not actually modify the file, but outputs what the file would look like if it did the replace and 2) If we left off the "g" at the e... replace the first occurrence. So let’s modify the file this time. sed -i -r 's/#(FF0000|F00)b/#0F0/g'... places all instances of red with green in our CSS file. The -r option here gives us extra regex function
opening_a_file_manager_from_the_term @blog
6 Hits, Last modified: 14 years ago
====== Opening a file manager from the term ====== How to open a file manager of the current directory in the terminal Solu... in all desktop environments by using the default file manager: xdg-open . Solution 2 You can also op... terminal as if you had double clicked them in the file manager: xdg-open file Solution 3 If you are us
embedding_subtitles_in_videos @blog
6 Hits, Last modified: 15 years ago
he option of rendering subtitles from an external file (.srt) on videos during playback, but many embedd... subtitle files separated (e.g. an .avi and a .srt file), you can simply use an application like ffmpegX ... erge them. To embed the subtitles into the video file using ffmpegX: Open ffmpegX, click the ‘Open‘ button and select your original video file. Then click on the ‘Filters‘ tab, check the ‘VOB
configure_awstats_on_debian_webserver @blog
5 Hits, Last modified: 15 years ago
igure the apache2 for awstats Copy configuration file for apache2. cp /usr/share/doc/awstats/example... nf.d/awstats Then edit /etc/awstats/awstats.conf file and make sure the file contains (double check the apache2 word) LogFile="/var/log/apache2/access.lo... ogFormat=1 Now change a permission on apache log file chmod o+r /var/log/apache2/access.log Make it
convert_technisat_ts_file_to_mkv @blog
5 Hits, Last modified: 13 years ago
converting_videos_for_embedding_in_powerpoint @blog
5 Hits, Last modified: 11 years ago
adding_syntax_custom_extensions_to_vim @blog
5 Hits, Last modified: 16 years ago
mbr_copy_backup_and_restore @blog
4 Hits, Last modified: 14 years ago
installing_sage_on_debian_or_ubuntu @blog
4 Hits, Last modified: 11 years ago
installing_sage_on_ubuntu_11.10 @blog
4 Hits, Last modified: 14 years ago
trust_citrix_server_sertificate @blog
4 Hits, Last modified: 3 years ago
must_have_windows_software @blog
4 Hits, Last modified: 15 years ago
use_biblatex_for_printing_separate_bibliographies @blog
4 Hits, Last modified: 8 years ago
change_windows_desktop_background_for_day_and_night_using_batchfile @blog
4 Hits, Last modified: 15 years ago
vim_replace_in_multiple_files @blog
3 Hits, Last modified: 15 years ago
convert_img_to_iso_image_file_under_linux @blog
3 Hits, Last modified: 14 years ago
command_line_tipps @blog
3 Hits, Last modified: 15 years ago
install_latest_firefox_in_debian_using_apt_pinning @blog
3 Hits, Last modified: 8 years ago
linux_adapt_keyboard @blog
3 Hits, Last modified: 13 years ago
rip_dvds_into_multi_language_multi_subtitle_video_file @blog
3 Hits, Last modified: 16 years ago
running_bastille_on_debian_lenny @blog
3 Hits, Last modified: 15 years ago
tasks_that_are_best_done_on_the_command_line @blog
3 Hits, Last modified: 16 years ago
davmail @files
3 Hits, Last modified: 7 years ago
convert_nero_nrg_to_iso_file @blog
3 Hits, Last modified: 14 years ago
epstopdf_bounding_box_problem @blog
3 Hits, Last modified: 14 years ago
namebench_dns_benchmark @blog
3 Hits, Last modified: 16 years ago
enable_screensaver_using_registry_fiels @blog
3 Hits, Last modified: 14 years ago
copying_large_files_to_usb_device_blocks_system @blog
3 Hits, Last modified: 8 years ago
release_space_from_fail2ban_sqlite3 @blog
3 Hits, Last modified: 3 years ago
recover_disappeared_thunderbird_profile @blog
2 Hits, Last modified: 16 years ago
openoffice_created_default_template @blog
2 Hits, Last modified: 14 years ago
tls @blog:install_cacert_certificate_for_postfix_smtp
2 Hits, Last modified: 11 years ago
word_footnotes_have_undeletable_extra_lines @blog
2 Hits, Last modified: 14 years ago
reducing_the_size_of_word_document_with_built-in_pictures @blog
2 Hits, Last modified: 16 years ago
renew_license_key_of_bitdefender_for_linux_command_line_version @blog
2 Hits, Last modified: 15 years ago
vim-latexsuite_on_ubuntu_9.10 @blog
2 Hits, Last modified: 16 years ago
teamviewer_linux_without_permanently_running_daemon @blog
2 Hits, Last modified: 8 years ago
windows_installation_guide_with_must-have_programs @blog
2 Hits, Last modified: 13 years ago
windows_7_disable_file_open_security_message_for_samba_fileserver @blog
2 Hits, Last modified: 11 years ago
monitor_linux_network_interface_traffic_using_nagios @blog
2 Hits, Last modified: 14 years ago
linux_desktop_font_color @blog
2 Hits, Last modified: 10 years ago
maxima_snippets @blog
2 Hits, Last modified: 15 years ago
install_flash_player_in_linux_64bit @blog
2 Hits, Last modified: 14 years ago
backup_and_restore_complete_typo3_installation @blog
2 Hits, Last modified: 15 years ago
backuppc_script_archive_all_hosts @blog
2 Hits, Last modified: 8 years ago
configure_dns_settings_in_etc_network_interfaces @blog
2 Hits, Last modified: 11 years ago
convert_otf_to_ttf @blog
2 Hits, Last modified: 9 years ago
display_nagios_status_on_the_desktop_using_conky @blog
2 Hits, Last modified: 15 years ago
export_maple_figure_to_eps_file @blog
2 Hits, Last modified: 16 years ago
flexible_vacation_responder_using_procmail @blog
2 Hits, Last modified: 16 years ago
linux @blog:send_sms_from_the_command_line_using_skype_and_unix
2 Hits, Last modified: 13 years ago
latex_under_windows @blog
2 Hits, Last modified: 16 years ago
linux_speed_up_speed_up_ext3 @blog
2 Hits, Last modified: 16 years ago
linux_on_usb_stick @blog
2 Hits, Last modified: 8 years ago
apache_htaccess_for_ip_or_auth_based_access @blog
2 Hits, Last modified: 2 years ago
least_squares_regression_of_parabola @blog
2 Hits, Last modified: 8 years ago
latex_picins.sty_not_found @blog
1 Hits, Last modified: 14 years ago
download_rtmp_files_to_mp3_forma @blog
1 Hits, Last modified: 14 years ago
apache2_ssl_with_cacert @blog
1 Hits, Last modified: 16 years ago
automatically_lock_windows_pc_even_if_screensaver_is_disabled_by_administrator @blog
1 Hits, Last modified: 14 years ago
blank_screen_with_maple_12_on_ubuntu_if_running_compiz @blog
1 Hits, Last modified: 15 years ago
configure_linux_as_an_airprint_server @blog
1 Hits, Last modified: 13 years ago
lightning_fast_command_line_use_in_linux @blog
1 Hits, Last modified: 16 years ago
copy_damaged_harddisk_to_a_file_for_recovery @blog
1 Hits, Last modified: 15 years ago
recommended_linux_software @blog
1 Hits, Last modified: 13 years ago
vim_show_linenumberes @blog
1 Hits, Last modified: 16 years ago
display_shortcuts_in_mozilla_firefox_html_display @blog
1 Hits, Last modified: 15 years ago
encrypting_tar_files_using_openssl @blog
1 Hits, Last modified: 14 years ago
elegant_solution_for_remotely_accessible_vnc_desktops @blog
1 Hits, Last modified: 13 years ago
remote_debian_updates_using_apt-dater @blog
1 Hits, Last modified: 14 years ago
thunderbird_dictionary_problem @blog
1 Hits, Last modified: 14 years ago
recursively_rename_files @blog
1 Hits, Last modified: 13 years ago
synchronize_blackberry_with_outlook_connecting_to_a_zarafa_server @blog
1 Hits, Last modified: 16 years ago
mac_os_x_hotkeys @blog
1 Hits, Last modified: 5 years ago
how_to_create_a_zotero_group_for_cooperation @blog
1 Hits, Last modified: 11 years ago
set_rights_of_files_in_public_html @blog
1 Hits, Last modified: 14 years ago
set_application_which_xdg-open_uses_to_open_a_file @blog
1 Hits, Last modified: 8 months ago
send_email_on_root_login @blog
1 Hits, Last modified: 16 years ago
securely_wipe_free_space_using_built-in_cypher_command @blog
1 Hits, Last modified: 15 years ago
install_bitdefender_on_linux @blog
1 Hits, Last modified: 15 years ago
install_puddletag_on_linux_mp3tag_replacement @blog
1 Hits, Last modified: 15 years ago
remove_personal_information_from_word_file @blog
1 Hits, Last modified: 4 years ago
simple_backup_procedure_for_windows_c_t_bff @blog
1 Hits, Last modified: 16 years ago

Page Tools

  • Show page
  • Old revisions
  • Backlinks
  • Back to top
Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Noncommercial-Share Alike 4.0 International
CC Attribution-Noncommercial-Share Alike 4.0 International Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki