• skip to content

Bernhard Brunner's Blog

User Tools

  • Log In

Site Tools

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

use

Search

You can find the results of your search below.

Exact match
  • Exact match
  • Starts with
  • Ends with
  • Contains
@blog
  • Any namespace
  • blog:change_windows_desktop_background_for_day_and_night_ubuntu_gnu (1)
  • blog:find_ubuntu (1)
  • blog:ubuntu_disable_password_request_after_suspend (1)
Any time
  • Any time
  • Past week
  • Past month
  • Past year
Sort by hits
  • Sort by hits
  • Sort by last modified

Matching pagenames:

  • 11_very_useful_excel_keyboard_shortcuts_you_may_not_know
  • bash_use_alt-._to_copy_last_argument
  • configure_apache2_to_use_comodo_essential_ssl_certificate
  • lightning_fast_command_line_use_in_linux
  • reset_zarafa_outlook_users
  • set_application_which_xdg-open_uses_to_open_a_file
  • thinkpad_middle_mouse_scrolling
  • use_biblatex_for_printing_separate_bibliographies
  • use_fetchmail_to_retrieve_mail_from_exchange_2010_server
  • use_rss_feeds_with_conky
  • useful_website_netalyzr_analyses_your_network

Fulltext results:

excel_tipps
8 Hits, Last modified: 16 years ago
to go to next cell in that row? Of course you can use tab. But you can also customize the cell edit ord... annual holidays ? Of course you can tell excel to use your own lists for auto-fills. Just go to Menu > ... Tools > Options > International Tab, uncheck the “use system separators” and enter your own. ===== Bu... to vanish tomorrow. But do you know that you can use auto-correct feature to be even more productive?
must_have_windows_software
7 Hits, Last modified: 15 years ago
l Commander is probably the #1 reason why I don’t use other operating system on my desktop. Tabs, a gre... cureCRT and Putty. SecureCRT is the SSH client to use. Again, the primary reason I use it is because it has tab support. Putty comes second as it doesn’t ha... all your FTP clients. FTP is dead and unsecure. I use WinSCP to send all my files over a secure connect
linux @blog:change_windows_desktop_background_for_day_and_night_ubuntu_gnu
5 Hits, Last modified: 15 years ago
) ====== Having a bright, blue wallpaper for day use and a darker, reddish wallpaper for evening/night... script does this, without any add-on software. To use, copy-paste the file and store it to your scripts... the gconf... * Test by calling the script * Use f.lux to change the color temperatur of your disp... to run. These can be saved during login for later use <file bash xdbus.sh> #!/bin/sh
convert_and_crop_humax_icord_hd_files
5 Hits, Last modified: 16 years ago
Plus does not support Humax .ts files directly. Use this procedure to copy, convert and cut .ts files... file to pc using ftp or usb drive - Variant 1: Use SUPER to convert to mpg type 2 file * Output ... loss of information digital copy. - Variant 2: use ProjectX to convert to m2p file * >> Process ... * select output directory * Quick start - Use VideoRedo Plus to cut with frame precision. The r
linux_on_usb_stick
4 Hits, Last modified: 8 years ago
ISO to the STARTSTICK using ''dd'' or on windows use [[https://www.iseepassword.com/how-to-burn-iso-to... ose option: GRUB_CMDLINE_LINUX="verbose" Now, use update-grub to apply your changed setting to grub... B_CMDLINE_LINUX="elevator=deadline verbose" Now, use update-grub to apply your changed setting to grub... ect you can query which scheduler is currently in use for a specific device with this command: cat /
change_windows_desktop_background_for_day_and_night_using_batchfile
4 Hits, Last modified: 15 years ago
e ====== Having a bright, blue wallpaper for day use and a darker, reddish wallpaper for evening/night... script does this, without any add-on software. To use, copy-paste the file and store it to your scripts... to exactly match your screen). You can't directly use a jpg file as a windows wallpaper (the settings d... lims=:." %%a in ( "%time%") do set hours=%%a REM Use day wallpaper, except from 00:00-08:00 and 20:00-
set_up_davmail_gateway
4 Hits, Last modified: 7 years ago
tion file. ===== Create A SSL Certificate ===== Use the Letsencrypt Certbot to create a certificate. ... ficates to a p12 file using this script. You must use a PASSWORD on the file! <code bash> #!/bin/bash ... configuration file. DavMail is now configured to use your SSL certificate. ===== Start DavMail ===== ... e is bob. Make sure both IMAP and SMTP are set to use SSL/TLS and not STARTTLS. Specific instructions
latex_under_windows
4 Hits, Last modified: 16 years ago
y good latex implementation. It is recommended to use the 'basic installation', which loads necessary p... http://www.miktex.org/Setup.aspx * Important: use Programs-Miktex-MikTex Options and install the fo... f all connectec documents. This also works if you use macros to include files, after you have configure... roach is a custom document class. However i don't use this any more, because you have to install the cl
epstopdf_bounding_box_problem
3 Hits, Last modified: 14 years ago
ing box might not be properly defined. People who use pdflatex need to convert EPS to PDF. The undefined bounding box will cause problems if you use epstopdf to convert EPS to PDF. If you try ep... is still wrong. One way to fix this problem is to use epstool epstool --copy --bbox bad.eps --output
unix_command_line_cheat
3 Hits, Last modified: 16 years ago
dir rm -r dir - recursively delete directory dir (use with caution) rm -f file - force remove file; no ... -rf dir - recursively force remove directory dir (use with caution) cp file1 file2 - copy file1 to file... e symbolic link link to file >file - create file (use with caution, doing this on an existing file will
tasks_that_are_best_done_on_the_command_line
3 Hits, Last modified: 16 years ago
for this command to work. Debian/Ubuntu users can use apt-get install imagemagick. Obviously, I don’t ... xpect you to memorize this command. To shorten it use an alias. ===== Splice Together an MP3 ===== I... ttp://www.nixtutor.com/linux/7-tasks-you-shouldnt-use-a-gui-for/ {{tag>linux}} ~~LINKBACK~~ ~~DISCUSS
shutdown_windows_from_a_linux_box
3 Hits, Last modified: 16 years ago
as you covered with the quick and easy command to use. ===== ===== In order to actually use this command, you'll need to make sure that you have the sam... emotely with the following syntax, making sure to use a username that has administrative privileges on
restore_windows_mbr
3 Hits, Last modified: 15 years ago
restored. Here are two methods to fix this: - Use Windows Install CD, start Emergency recovery cons... ((Wiederherstellungskonsole)), run ''fixmbr'' - Use a bootable linux cd, e.g. Knoppix: ''sudo install-mbr /dev/hda'' Note: Use knoppix 5.x for system rescue, as knoppix 6 does
lightning_fast_command_line_use_in_linux
3 Hits, Last modified: 16 years ago
====== Lightning fast command line use in Linux ====== You can use keyboard shortcuts and other command line tricks to make entering commands... . Here are some other keyboard shortcuts you can use within terminal: | Ctrl-a | Move to the start o
install_terminator_with_built-in_quake_mode
3 Hits, Last modified: 14 years ago
eck the "Hide on lose focus" option. If not, just use the keyboard shortcut you've assigned to show/hid... in Guake; make sure you close any other apps that use F12 as a keybinding!). 4. One last step: to laun... the layout you've created under step 1, you must use the following command: terminator -b --layout=L
how_to_keep_your_pc_running_fast
3 Hits, Last modified: 16 years ago
automatically_lock_windows_pc_even_if_screensaver_is_disabled_by_administrator
3 Hits, Last modified: 14 years ago
crontab_howto
3 Hits, Last modified: 16 years ago
create_encrypted_tar_files
3 Hits, Last modified: 15 years ago
command_line_tipps
3 Hits, Last modified: 15 years ago
debian_setup_on_hexonet_virtual_servers
2 Hits, Last modified: 16 years ago
least_squares_regression_of_parabola
2 Hits, Last modified: 8 years ago
remote_debian_updates_using_apt-dater
2 Hits, Last modified: 14 years ago
reducing_the_size_of_word_document_with_built-in_pictures
2 Hits, Last modified: 16 years ago
rip_dvds_into_multi_language_multi_subtitle_video_file
2 Hits, Last modified: 16 years ago
run_dd_with_progress_information
2 Hits, Last modified: 14 years ago
securely_wipe_free_space_using_built-in_cypher_command
2 Hits, Last modified: 15 years ago
opening_a_file_manager_from_the_term
2 Hits, Last modified: 14 years ago
monitor_linux_network_interface_traffic_using_nagios
2 Hits, Last modified: 14 years ago
metacity_compositing_effects_in_ubuntu
2 Hits, Last modified: 16 years ago
mbr_copy_backup_and_restore
2 Hits, Last modified: 14 years ago
common_sed_taks
2 Hits, Last modified: 16 years ago
bash_use_alt-._to_copy_last_argument
2 Hits, Last modified: 16 years ago
renew_license_key_of_bitdefender_for_linux_command_line_version
2 Hits, Last modified: 15 years ago
how_to_fix_font_rendering_of_firefox_3.5_under_ubuntu_9.04
2 Hits, Last modified: 16 years ago
debian_package_containing_a_given_file @blog:find_ubuntu
2 Hits, Last modified: 14 years ago
enable_shell_escape_in_miktex_running_from_winedt
2 Hits, Last modified: 16 years ago
use_fetchmail_to_retrieve_mail_from_exchange_2010_server
2 Hits, Last modified: 14 years ago
install_fonts_on_linux
2 Hits, Last modified: 16 years ago
install_firefox_3.5_on_ubuntu_using_ubuntuzilla
2 Hits, Last modified: 16 years ago
window_7_can_t_create_partition_for_installing
2 Hits, Last modified: 8 years ago
using_rdesktop_to_run_windows_apps_on_linux_desktop
2 Hits, Last modified: 16 years ago
vim-latexsuite_on_ubuntu_9.10
1 Hits, Last modified: 16 years ago
beautiful_word_clouds
1 Hits, Last modified: 10 years ago
writing_custom_man_pages
1 Hits, Last modified: 15 years ago
set_application_which_xdg-open_uses_to_open_a_file
1 Hits, Last modified: 8 months ago
boxplots_using_excel
1 Hits, Last modified: 16 years ago
configure_apache2_to_use_comodo_essential_ssl_certificate
1 Hits, Last modified: 14 years ago
ubuntu_post_install_tasks
1 Hits, Last modified: 11 years ago
use_rss_feeds_with_conky
1 Hits, Last modified: 15 years ago
set_up_private_firefox_sync_server
1 Hits, Last modified: 11 years ago
the_ultimate_bash_prompt
1 Hits, Last modified: 11 years ago
use_biblatex_for_printing_separate_bibliographies
1 Hits, Last modified: 8 years ago
configure_autologon_in_windows_xp
1 Hits, Last modified: 16 years ago
ubuntu_11.04_fingerprint
1 Hits, Last modified: 14 years ago
openoffice_created_default_template
1 Hits, Last modified: 14 years ago
reset_zarafa_outlook_users
1 Hits, Last modified: 15 years ago
installing_sage_on_debian_or_ubuntu
1 Hits, Last modified: 11 years ago
elegant_solution_for_remotely_accessible_vnc_desktops
1 Hits, Last modified: 13 years ago
embedding_subtitles_in_videos
1 Hits, Last modified: 15 years ago
excel_double-click_tricks
1 Hits, Last modified: 16 years ago
firefox_speedup
1 Hits, Last modified: 16 years ago
fix_gnome_desktop_icons_disappeared_no_right_click
1 Hits, Last modified: 15 years ago
how_to_create_a_zotero_group_for_cooperation
1 Hits, Last modified: 11 years ago
cool_tool_cutter
1 Hits, Last modified: 11 years ago
converting_videos_for_embedding_in_powerpoint
1 Hits, Last modified: 11 years ago
install_windows_codecs_and_support_for_encrypted_dvds_in_ubuntu
1 Hits, Last modified: 14 years ago
installing_sage_on_ubuntu_11.10
1 Hits, Last modified: 14 years ago
replace_faulty_disk_in_linux_md
1 Hits, Last modified: 12 years ago
convert_pdf_tables_to_excel
1 Hits, Last modified: 6 years ago
configure_linux_as_an_airprint_server
1 Hits, Last modified: 13 years ago
linux_adapt_keyboard
1 Hits, Last modified: 13 years ago
maxima_plot_error_on_mac_osx
1 Hits, Last modified: 9 years ago
maxmind_geoip_on_debian_lenny
1 Hits, Last modified: 15 years ago
configure_backuppc_with_a_non-root_account
1 Hits, Last modified: 15 years ago
display_nagios_status_on_the_desktop_using_conky
1 Hits, Last modified: 15 years ago
perfectly_rip_audio_cds_to_flac
1 Hits, Last modified: 14 years ago
quick_image_upload_to_imageshack_in_ubuntu
1 Hits, Last modified: 14 years ago
recursively_rename_files
1 Hits, Last modified: 13 years ago
hibernate @blog:ubuntu_disable_password_request_after_suspend
1 Hits, Last modified: 14 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