• skip to content

Bernhard Brunner's Blog

User Tools

  • Log In

Site Tools

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

open

Search

You can find the results of your search below.

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

Matching pagenames:

  • convert_microsoft_.msg_files_to_eml_for_opening_in_thunderbird
  • encrypting_tar_files_using_openssl
  • opening_a_file_manager_from_the_term
  • openoffice_created_default_template
  • openssh_vpn_setup (blog)
  • openvpn_setup_debian (blog)
  • replace_oracle_openoffice_with_libreoffice_linux
  • set_application_which_xdg-open_uses_to_open_a_file
  • windows_7_disable_file_open_security_message_for_samba_fileserver
  • openoffice (blog:ze…breoffice)

Fulltext results:

opening_a_file_manager_from_the_term @blog
8 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 term... ronments by using the default file manager: xdg-open . Solution 2 You can also open files from the terminal as if you had double clicked them in the file m
encrypting_tar_files_using_openssl @blog
6 Hits, Last modified: 14 years ago
====== Encrypting tar files using openssl ====== Encrypting: tar cvzf - passwd_info.txt | openssl -aes-256-cbc -salt -k secretkey | dd of=encrypted_passwd_info.tgz.openssl Decrypting: dd if=encrypted_passwd_info.tgz.openssl |openssl -aes-256-cbc -d -k secretkey |tar xvz
create_encrypted_tar_files @blog
6 Hits, Last modified: 15 years ago
aws /usr/bin/ Create then an .awssecret file and open it in a text editor like nano: nano .awssecret... up using the tar tool: tar -zcf - todays_backup|openssl enc -aes-256-cbc -salt -pass pass:yourpassword... local hard disk: <code> tar -zcf – todays_backup|openssl enc -aes-256-cbc -salt -pass pass:yourpassword... ected archive file use the following command: # openssl enc -d -aes-256-cbc -in todays_backup.tgz.aes-
linux_on_usb_stick @blog
5 Hits, Last modified: 8 years ago
u will probably need to install non-free drivers. Open ''/etc/apt/sources.list'' and add ''non-free cont... fic tasks which we're not likely to come across. Open /etc/fstab and for each mount that is on your USB... mation to let you know that things are happening Open /etc/grub.d/10_linux and find the following stanz... gh it's startup, you can turn on verbose output. Open /etc/default/grub and find the following line:
convert_otf_to_ttf @blog
4 Hits, Last modified: 9 years ago
TF to TTF ====== Create a TrueType font out of a OpenType one (e.g. because OpenOffice.org and VISIO doesn’t support .otf) by using FontForge: <file sh otf2... y hack: converts a font to truetype (.ttf) Print("Opening "+$1); Open($1); Print("Saving "+$1:r+".ttf"); Generate($1:r+".ttf"); Quit(0); </file> Save the sc
set_application_which_xdg-open_uses_to_open_a_file @blog
4 Hits, Last modified: 8 months ago
====== Set application which xdg-open uses to open a file ====== <code> $ mimeopen -d ~/test.pdf Please choose a default application for fi... (calibre-gui) 9) Other... use application #2 Opening "/home/saml/Downloads/test.pdf" with Document Viewer (application/pdf) </code> {{tag>linux mime xdg-open}} ~~DISCUSSION~~
replace_oracle_openoffice_with_libreoffice_linux @blog
4 Hits, Last modified: 15 years ago
====== Replace Oracle Openoffice with Libreoffice (Linux) ====== Libreoffice is now available and insta... and the installation of LibreOffice: Optionally OpenOffice can be removed with the command sudo apt-get purge "openoffice*.*" on the commandline. The LibreOffice p... w-available-ppa-ubuntu-1010-and-1004 {{tag>linux openoffice libreoffice ubuntu}} ~~LINKBACK~~ ~~DISCUS
openoffice @blog:zebra_striping_in_libreoffice
4 Hits, Last modified: 14 years ago
====== Zebra striping in Libreoffice/Openoffice ====== - With Calc opened up, view the Styles and Formatting window (Format > Styles and Forma... .shanestillwell.com/blog/2008/06/27/zebra-stripes-openoffice-calc {{tag>openoffice libreoffice spreadsheet}} ~~LINKBACK~~ ~~DISCUSSION~~
configure_apache2_to_use_comodo_essential_ssl_certificate @blog
4 Hits, Last modified: 14 years ago
ntial ssl certificate ====== * Generate key: ''openssl genrsa -out ssl_subdomain_com.key 2048'' * Create CSR: ''openssl req -new -key ssl_subdomain_com.key -out ssl_subdomain_com.csr'' * Check CSR: ''openssl req -noout -text -in ssl_subdomain_com.csr'' ... subdomain_com.key </code> Configure apache2 with openssl -> https://support.comodo.com/index.php?_m=kno
ubuntu_post_install_tasks @blog
3 Hits, Last modified: 11 years ago
you have problems with certain Java apps, remove openjdk and install oracle java (sadly) <code>sudo apt-get purge openjdk* sudo add-apt-repository ppa:webupd8team/java ... install jupiter</code> References: * [[http://opensas.wordpress.com/2013/04/28/taming-the-raring-rin
apache2_ssl_with_cacert @blog
3 Hits, Last modified: 16 years ago
L with CAcert ====== Create CAcert certificate openssl genrsa -des3 -out /etc/ssl/certs/apache_server.key 1024 openssl req -new -days 1825 -key /etc/ssl/certs/apache... erver.key -out /etc/ssl/certs/apache_server.csr openssl rsa -in /etc/ssl/certs/apache_server.key -out
set_up_davmail_gateway @blog
3 Hits, Last modified: 7 years ago
a solution for translating Microsoft Exchange to open protocols like POP, IMAP, SMTP, Caldav, Carddav, ... SSWORD on the file! <code bash> #!/bin/bash sudo openssl pkcs12 -export -in fullchain.pem -inkey privke... sing your Microsoft Exchange E-mail account using open technologies! ==== Calendar setup in Thunderbird
tls @blog:install_cacert_certificate_for_postfix_smtp
3 Hits, Last modified: 11 years ago
er you will adding the certificates for. * When openssl asks for your name, enter the FQDN of the server $ openssl req -nodes -newkey rsa:2048 -keyout private.ke... o the cacert site and refresh the certificate * open /etc/postfix/ssl/newcert.pem and paste in the new
recommended_linux_software @blog
3 Hits, Last modified: 13 years ago
s-up ^ |Word processing |Openoffice write |MS Office under vmware | |Spreadsheet |Openoffice calc | | |Presentation |Latex Beamer |Openoffice impress | |Mathematics
openvpn_setup_debian @blog
3 Hits, Last modified: 15 years ago
====== OpenVPN Setup (debian) ====== http://wiki.debian.org/HowTo/openvpn {{tag>linux openvpn}} ~~LINKBACK~~ ~~DISCUSSION~~
openssh_vpn_setup @blog
3 Hits, Last modified: 15 years ago
openoffice_created_default_template @blog
3 Hits, Last modified: 14 years ago
metacity_compositing_effects_in_ubuntu @blog
3 Hits, Last modified: 16 years ago
linux_speed_up_speed_up_ext3 @blog
3 Hits, Last modified: 16 years ago
transfer_typo3_site_to_a_new_url @blog
3 Hits, Last modified: 15 years ago
tasks_that_are_best_done_on_the_command_line @blog
2 Hits, Last modified: 16 years ago
automatically_lock_windows_pc_even_if_screensaver_is_disabled_by_administrator @blog
2 Hits, Last modified: 14 years ago
excel_tipps @blog
2 Hits, Last modified: 16 years ago
embedding_subtitles_in_videos @blog
2 Hits, Last modified: 15 years ago
install_fonts_on_linux @blog
2 Hits, Last modified: 16 years ago
convert_technisat_ts_file_to_mkv @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
command_line_tipps @blog
2 Hits, Last modified: 15 years ago
things_to_set_in_ubuntu_after_installing @blog
1 Hits, Last modified: 14 years ago
welcome @wiki
1 Hits, Last modified: 5 years ago
syntax @wiki
1 Hits, Last modified: 8 months ago
visio_2007_installer_starts_every_time @blog
1 Hits, Last modified: 9 years ago
dokuwiki @wiki
1 Hits, Last modified: 5 years ago
using_rdesktop_to_run_windows_apps_on_linux_desktop @blog
1 Hits, Last modified: 16 years ago
thinkpad_middle_mouse_scrolling @blog
1 Hits, Last modified: 14 years ago
thunderbird_dictionary_problem @blog
1 Hits, Last modified: 14 years ago
davmail @files
1 Hits, Last modified: 7 years ago
windows_installation_guide_with_must-have_programs @blog
1 Hits, Last modified: 13 years ago
ubuntu_10.04_change_menu_button_alignments @blog
1 Hits, Last modified: 14 years ago
convert_microsoft_.msg_files_to_eml_for_opening_in_thunderbird @blog
1 Hits, Last modified: 4 years ago
optimize_ubuntu_lucid_nfs_client @blog
1 Hits, Last modified: 15 years ago
rkhunter_debian @blog
1 Hits, Last modified: 14 years ago
install_nut_on_ipcop @blog
1 Hits, Last modified: 16 years ago
crontab_howto @blog
1 Hits, Last modified: 16 years ago
debian_11_suspend_problems @blog
1 Hits, Last modified: 8 months ago
elegant_solution_for_remotely_accessible_vnc_desktops @blog
1 Hits, Last modified: 13 years ago
boxplots_using_excel @blog
1 Hits, Last modified: 16 years ago
how_to_create_a_zotero_group_for_cooperation @blog
1 Hits, Last modified: 11 years ago
install_firefox_3.5_on_ubuntu_using_ubuntuzilla @blog
1 Hits, Last modified: 16 years ago
install_flash_player_in_linux_64bit @blog
1 Hits, Last modified: 14 years ago
latex_under_windows @blog
1 Hits, Last modified: 16 years ago
rip_dvds_into_multi_language_multi_subtitle_video_file @blog
1 Hits, Last modified: 16 years ago
linux_adapt_keyboard @blog
1 Hits, Last modified: 13 years ago
blank_screen_with_maple_12_on_ubuntu_if_running_compiz @blog
1 Hits, Last modified: 15 years ago
linux_prevent_teamviewer_daemon_from_starting_up @blog
1 Hits, Last modified: 9 years ago
namebench_dns_benchmark @blog
1 Hits, Last modified: 16 years ago
11_very_useful_excel_keyboard_shortcuts_you_may_not_know @blog
1 Hits, Last modified: 16 years ago
release_space_from_fail2ban_sqlite3 @blog
1 Hits, Last modified: 3 years ago
remote_debian_updates_using_apt-dater @blog
1 Hits, Last modified: 14 years ago
remove_update_manager_popup @blog
1 Hits, Last modified: 16 years ago
program_list
1 Hits, Last modified: 6 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