User contributions for Andreas
From Andreida
16 February 2016
- 11:5911:59, 16 February 2016 diff hist +534 N Browse svn repositories with your browser: websvn Created page with " apt-get install websvn link /etc/websvn/apache.conf to /etc/apache2/sites-available and then to enabled /etc/apache2/mods-enabled/dav_svn.conf <pre> <Location /websvn> Aut..." current
- 11:5811:58, 16 February 2016 diff hist +1,846 N Backup and restore or migrate subversion/svn repositories Created page with "The created text file is NOT plain text! from http://svnbook.red-bean.com/en/1.7/svn.reposadmin.maint.html#svn.reposadmin.maint.migrate == create the svn backup == svnadmin..." current
- 11:5811:58, 16 February 2016 diff hist +1,696 N Subversion, svn Created page with "see also * Svn via https * Browse svn history with browser - ViewVC * Backup and restore or migrate subversion/svn repositories * [[Browse svn repositories with y..."
- 11:5811:58, 16 February 2016 diff hist +639 N Unreal Engine Created page with "Currently using UE4 (4.7.6) === Variable names === If you want to use real variable names but have nice names in the UE editor too, then use meta/DisplayName UPROPERTY(Visib..."
- 11:5711:57, 16 February 2016 diff hist +966 N Style guide ad01 Created page with "= operators and the like = == curly brackets {} == * every curly bracket gets its own line. You may append comments if it makes sense, normally above or below is better * the ..."
- 11:5711:57, 16 February 2016 diff hist +567 N Php, DomDocument iso8859-1, Umlaute, saveXML Created page with "von: [http://www.cybton.com/view_thread,DomDocument+und+Umlaute,26427,1.html http://www.cybton.com/view_thread,DomDocument+und+Umlaute,26427,1.html] Folgender Code gibt eine ..." current
- 11:5711:57, 16 February 2016 diff hist +50 N Php Created page with "* php, DomDocument iso8859-1, Umlaute, saveXML" current
- 11:5711:57, 16 February 2016 diff hist +4,410 N Git Created page with "== Basics == * a working directory is using a branch (might be master) * changes to files are NOT linked to a branch * "git add" is NOT linked to a branch, but says, I will la..."
- 11:5611:56, 16 February 2016 diff hist +141 N Test sites in development from a windows system Created page with "edit C:\WINDOWS\system32\drivers\etc\hosts 1.2.3.4 develop.www.realsite.com Now browse "develop.www.realsite.com" with your webbrowser." current
- 11:5611:56, 16 February 2016 diff hist +52 N Innosetup Created page with "relative Pfade: "{#SourcePath}\..\en\agreement.rtf"" current
- 11:5611:56, 16 February 2016 diff hist +72 N Test your noframe code Created page with "firefox: about:config search for frame browser.frames.enabled new tab" current
- 11:5611:56, 16 February 2016 diff hist +720 N Qt Created page with "== Links == * [http://stackoverflow.com/questions/8853845/how-to-connect-firebird-db-with-qt Qt+Firebird] == qt pro file, change directory for temporary output files == in th..."
- 11:5511:55, 16 February 2016 diff hist +678 N Oracle Created page with "=== Index === Show: <pre> select * from dba_ind_columns where lower(table_name) = '<table>'; -- you only change <table> </pre> Create: <pre> create index <indexName> on <tab..." current
- 11:5511:55, 16 February 2016 diff hist +2,363 N Links for programming Created page with "* [http://doc.qt.io/ Qt Docs] * [http://www.php.net/manual/en/langref.php PHP: Language Reference - Manual] * [http://de.selfhtml.org/ SELFHTML 8.1.2 HTML-Dateien selbst erste..."
- 11:5511:55, 16 February 2016 diff hist +1,810 N Firebird Created page with "* [http://www.firebirdsql.org Firbird] * [http://stackoverflow.com/questions/8853845/how-to-connect-firebird-db-with-qt Qt+Firebird] == Users == Passwords are case sensitive,..." current
- 11:5411:54, 16 February 2016 diff hist +99 N Windows Scripting Created page with "change to the directory of the executed script: chdir /D %~dp0 The /D allows to change drives too."
- 11:5411:54, 16 February 2016 diff hist +23 N Windows Created page with "* Windows Scripting"
- 11:5411:54, 16 February 2016 diff hist +713 N Jenkins Created page with "* installation http://pkg.jenkins-ci.org/debian/ * Default port is 8080 * when using svn hooks with tokens, the called url must be in double quotes or you will lose the not-fi..."
- 11:5311:53, 16 February 2016 diff hist +2,548 N Redmine Created page with "* Debian 8 - Jessie * If you are using a VM, give it at least 256 MB. == get it going == * install required packages apt-get install apache2 libapache2-mod-fcgid mysql-serve..."
- 11:5311:53, 16 February 2016 diff hist +472 N Multiple firefox versions Created page with "* Firefox v2 download: https://ftp.mozilla.org/pub/mozilla.org/firefox/releases/2.0rc3/linux-i686/en-US/firefox-2.0rc3.tar.gz * missing libraries: (as root) apt-get install ..." current
- 11:5311:53, 16 February 2016 diff hist +165 N Mount smb/samba/cifs Created page with "/etc/fstab: //<server>/<dir> /mnt/u cifs credentials=/home/<user>/.smbpasswd,default,gid=1000,uid=1000,users 0 0 .smbpasswd: username=<user> password=<password>" current
- 11:5211:52, 16 February 2016 diff hist +2,069 N Ssh, update .ssh/config for your dynamic ip Created page with "If you want to access your remote/home system with an entry like the following, but the IP is a dynamic one, then continue reading <pre> Host ShortNameForYourServer HostNa..." current
- 11:5211:52, 16 February 2016 diff hist +167 N Windows 7 could not access vbscript run time for custom action or error 2738 Created page with "* delete HKEY_CURRENT_USER\SOFTWARE\Classes\Wow6432Node\CLSID\{ B54F3741-5B07-11CF-A4B0-00AA004A55E8} * console as admin * cd %windir%\syswow64 * regsvr32 vbscript.dll" current
- 11:5211:52, 16 February 2016 diff hist +231 N AutoHotkey Created page with "http://www.autohotkey.com/ === default editor for "this" script === change the editor for "edit this script": change HKEY_CLASSES_ROOT\AutoHotkeyScript\Shell\Edit\Command for..." current
- 11:5211:52, 16 February 2016 diff hist +351 N Windows 7 - create an extended partition Created page with "* command line diskpart DISKPART> list disk DISKPART> select disk x (0 or 1 or whatever instead of x) DISKPART> list partition DISKPART> create partition extended (will u..." current
- 11:5111:51, 16 February 2016 diff hist +44 N Automatically login Windows 7 but have a password set Created page with "* start netplwiz * uncheck "needs password""
- 11:5111:51, 16 February 2016 diff hist +106 N Windows 7 Created page with "* Automatically login Windows 7 but have a password set * Windows 7 - create an extended partition" current
- 11:5111:51, 16 February 2016 diff hist +351 N Windows XP remember samba password Created page with "If you WinXp always forgets your samba user/password, try the following. * Start via run: Control Userpasswords2 * Tab "Advanced" * "Manage Passwords" * Select your samba f..." current
- 11:5111:51, 16 February 2016 diff hist +329 N Use uuid with your usb stick Created page with "mount the device somehwere mount /dev/sdc /mnt/test find the uuid: ls -lF /dev/disk/by-uuid check the mount data vi /etc/mtab create an entry in fstab, here you will nee..." current
- 11:5011:50, 16 February 2016 diff hist +108 N Ssh, create a new key Created page with "The default is RSA with 2048 bits . DSA is not better and defaults to 1024 bits. ssh-keygen -C Your-Context" current
- 11:5011:50, 16 February 2016 diff hist +256 N Ssh, su+screen: Cannot open your terminal /dev/pts/0 please check Created page with "su+screen: “Cannot open your terminal ‘/dev/pts/0′ – please check.” from [http://debianaddict.com/2013/03/08/gnu-screen-cannot-open-terminal-when-you-su-to-a-user/]..." current
- 11:5011:50, 16 February 2016 diff hist +672 N Ssh, error: openpty: No such file or directory Created page with "if you get the error PTY allocation request failed on channel 0 stdin: is not a tty and in your auth.log is written: error: openpty: No such file or directory error: sess..." current
- 11:4911:49, 16 February 2016 diff hist +56 N Autocomplete host names Created page with " apt-get install bash-completion . /etc/bash_completion" current
- 11:4911:49, 16 February 2016 diff hist +797 N Sshfs Created page with "== mount as user with sshfs == In many cases you will want to mount as user, not as root. Everything with "my" in the beginning has to be changed by you. The uid and gid are ..." current
- 11:4911:49, 16 February 2016 diff hist +281 N Ssh port forwarding with no shell Created page with "If you want an account where the user can connect to be able to port forward but don't want to give him a shell change the first line of authorized_keys to something like: c..." current
- 11:4911:49, 16 February 2016 diff hist +3,467 N Ssh config file Created page with "=== Simple entry === Some often needed options (you need to install connect-proxy before you can use it) Host SimpleName HostName www.bla-bla.xxx.com User <..." current
- 11:4811:48, 16 February 2016 diff hist +746 N Ssh login banner Created page with "sshd uses /etc/motd as banner when someone logs in. The file looks something like this: Linux myhostname 2.6.18-6-amd64 #1 SMP Sun Feb 21 00:50:59 UTC 2010 x86_64 The progr..." current
- 11:4811:48, 16 February 2016 diff hist +951 N Mount usb stick, so you can use your ssh key on it Created page with "If you normally mount your usb stick, ssh will not allow you to use a ssh key which is directly on the stick. If the key is inside a truecrypt container, you will have less/n..." current
- 11:4811:48, 16 February 2016 diff hist +336 N Ssh Created page with "* mount usb stick, so you can use your ssh key on it * ssh login banner * ssh config file * ssh port forwarding with no shell * sshfs * [[autocomplete host..."
- 11:4811:48, 16 February 2016 diff hist +13 N Show needed libraries for a linux binary Created page with " ldd <binary>" current
- 11:4711:47, 16 February 2016 diff hist +1,359 N Shell with multitab: mrxvt Created page with "If you want to work via ssh on a linux machine, you often want tabbed shells. When you have a X-Server (Xming) running, try the following: Try apt-get install mrxvt mrxvt..." current
- 11:4711:47, 16 February 2016 diff hist +2,625 N Samba Created page with "== samba via nfs == if you get the drive via nfs, use the following at the exporting server: addgroup --gid 200 sambashare and change the group id of sambashare at the samba..." current
- 11:4711:47, 16 February 2016 diff hist +74 N S.M.A.R.T. smart debian Created page with "apt-get install smartmontools gsmartcontrol smart-notifier python-gtk2-doc" current
- 11:4711:47, 16 February 2016 diff hist +47 N Popularity Contest - disable Created page with "/etc/popularity-contest.conf PARTICIPATE="no"" current
- 11:4611:46, 16 February 2016 diff hist +2,615 N OpenTimetool Created page with "=Download and preparation= So you can create your own html2pdf apt-get install htmldoc Create the file vi /usr/local/bin/html2pdf With the content #!/bin/bash htmldo..." current
- 11:4611:46, 16 February 2016 diff hist +1,493 N Nfs Created page with "== Server == install the server (which gets the dependencies nfs-common and portmap: apt-get install nfs-kernel-server Export the directory you want to share in /etc/export..." current
- 11:4611:46, 16 February 2016 diff hist +89 N Mail: command not found Created page with " apt-get install sendmail oder apt-get install exim4 dpkg-reconfigure exim4-config" current
- 11:4611:46, 16 February 2016 diff hist +30 N Look at cron jobs of users Created page with "cat /var/spool/cron/crontabs/*" current
- 11:4511:45, 16 February 2016 diff hist +116 N Locale: Cannot set LC CTYPE to default locale Created page with "if you get the following message locale: Cannot set LC_CTYPE to default locale do this dpkg-reconfigure locales" current
- 11:4511:45, 16 February 2016 diff hist +944 N Install BackupPC Created page with "Get the package and some others to help: apt-get install backuppc libfile-rsyncp-perl par2 bzip2 libarchive-tar-perl libcompress-zlib-perl \ libcompress-bzip2-perl libapac..." current