All public logs
Jump to navigation
Jump to search
Combined display of all available logs of Halfface. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 14:47, 17 November 2022 Ekaanbj talk contribs created page Crc (Created page with "=debug= crc start --log-level debug")
- 20:01, 7 November 2022 Ekaanbj talk contribs created page Pi-kvm (Created page with "=pi-kvm= password root ssh root@pi-kvm.halfface.se")
- 19:43, 19 September 2022 Ekaanbj talk contribs created page Gitlab (Created page with "=console= gitlab-rails console")
- 11:35, 24 May 2022 Ekaanbj talk contribs created page Openstack (Created page with " cinder OpenStack Block Storage service")
- 19:51, 26 March 2022 Ekaanbj talk contribs created page Iscsi (Created page with "=Configure Storage Server with iSCSI.= Storage server with iSCSI on network is called iSCSI Target. Client Host that connects to iSCSI Target is called iSCSI Initiator. ==In...")
- 15:44, 25 January 2022 Ekaanbj talk contribs created page Megacli (Created page with "=How many raid cards do we have in system.= MegaCli64 -adpcount =Megaraid output. List disks.= MegaCli64 -CfgDsply -aAll | grep "Physical Disk:" =sda has gone missing. Drive...")
- 09:55, 8 September 2021 Ekaanbj talk contribs created page Tcl (Created page with "=if= if {boolean_expression} { # statement(s) will execute if the boolean expression is true } else { # statement(s) will execute if the boolean expression is false }")
- 07:30, 28 May 2021 Ekaanbj talk contribs created page Rabbitmq (Created page with "=rabbitmqctl= Manage rabbitmq")
- 14:21, 29 April 2021 Ekaanbj talk contribs created page Haproxy (Created page with "=logging= Log configuration. Send log to specified sock. with facility local0. Syslog level. global log /var/lib/rsyslog/rsyslog.sock local1 debug")
- 11:27, 15 April 2021 Ekaanbj talk contribs created page Openshift (Created page with "=List projects= oc projects")
- 12:31, 25 March 2021 Ekaanbj talk contribs created page Alpine linux (Created page with "=packages= apk")
- 15:54, 10 February 2021 Ekaanbj talk contribs created page Aws (Created page with "=amazon= firewall")
- 11:31, 8 September 2020 Ekaanbj talk contribs created page Redis (Created page with "=Redis= =Continues stats.= redis-cli -p $(awk '/^port/ {print $2}' /etc/redis.conf) --stat =Info about redis node.= redis-cli -p 6379 info =Which role does redis have= red...")
- 06:29, 19 August 2020 Ekaanbj talk contribs created page F5 (Created page with "=List running configuration= tmsh show running-config")
- 10:43, 30 June 2020 Ekaanbj talk contribs created page Anbox (Created page with "=Android in a box=")
- 19:39, 9 June 2020 Ekaanbj talk contribs deleted page Pizza ricardos (content was: "#REDIRECT Pizzeria Ricardos", and the only contributor was "Ekaanbj" (talk))
- 19:38, 9 June 2020 Ekaanbj talk contribs deleted page Pizzeria Ricardos (content was: "=Pizzeria= ==Pizzeria Ricardos== Timmermansgatan 40 +468846850 Stockholm =Meny= ===First page=== 800px|First page, menu ===Second page=== 800px|Second page, menu Category:Miscellaneous_Pages", and the only contributor was "Ekaanbj" (talk))
- 19:35, 9 June 2020 Ekaanbj talk contribs deleted page Flipper 640 (content was: "==Boat== Flipper 640 117/81 ==Motor== Evinrude 175 part nr:he175gleom s/n: g03936663 Part number explained. h e 175 g l eo m Hong-Kong Evinrude 175hp SpecialStyling Propelleraxel20inches 1995 Category:Boat", and the only contributor was "Ekaanbj" (talk))
- 19:34, 9 June 2020 Ekaanbj talk contribs deleted page Excel (content was: " http://www.vbaexpress.com/kb/getarticle.php?kb_id=817 ==macro== Add the following to your macros. *Enter the VB Editor by selecting Tools|Macro|Visual Basic Editor from the menu *In the VB Editor, insert a new regular module into your workbook's VB Project *Paste the code into that module <pre><nowiki> Option Explicit Function ConcRange(Substrings As Range, Optional Delim A...", and the only contributor was "Ekaanbj" (talk))
- 11:37, 30 April 2020 Ekaanbj talk contribs created page Oracle (Created page with "=sqlplus64= Connect to oracle database. sqlplus64 user/password@hostname sqlplus / as sysdba Connect to oracle database non standard port. sqlplus64 -L user/password@"(DESC...")
- 08:52, 20 April 2020 Ekaanbj talk contribs created page Nginx (Created page with "==Which urls give 500.== awk '($9 ~ /200/)' /var/log/nginx/content-access.log | awk '{print $7}' | sort | uniq | xargs")
- 11:21, 17 April 2020 Ekaanbj talk contribs created page Bigip (Created page with "=bigip/big-ip/f5= ==create password hash== echo -n P@ssW0rd | md5sum")
- 13:56, 14 April 2020 Ekaanbj talk contribs created page Php (php info)
- 07:27, 18 March 2020 Ekaanbj talk contribs created page Ansible (Created page with "=dont fail on errors= ignore_errors: yes")
- 16:55, 27 February 2020 Ekaanbj talk contribs created page Firewalld (Created page with "=look at state of firewalld= firewall-cmd --state")
- 19:24, 25 February 2020 Ekaanbj talk contribs created page Gotify (Created page with "=install= Download suitable gotify binary. Put in /usr/local/bin/gotify =Create directories.= /etc/gotify /var/lib/gotify =create user= groupadd -r gotify useradd -M -d /...")
- 10:51, 27 October 2019 Ekaanbj talk contribs created page Macos (Created page with "=create user with admin privilages= dscl . -create /Users/abjorklund dscl . -create /Users/abjorklund UserShell /bin/bash dscl . -create /Users/abjorklund RealName "Andreas...")
- 11:53, 10 October 2019 Ekaanbj talk contribs created page Oom (Created page with "=dmesg= Use to get oom output dmesg =analyze dmesg output= Find the original "Out of memory" line in one of the files that also contains total_vm. Thirty second to a minute...")
- 14:38, 29 August 2019 Ekaanbj talk contribs created page Swap (Created page with "=How to handle swappiness= Start top and press O then p to sort by swap. top -c Look at what is using swap. si and so is swap in and swap out. vmstat 1 To return swap to ram...")
- 07:37, 3 January 2019 Ekaanbj talk contribs deleted page Compile environment (content was: "<pre> Get compile environment for kernel yum install kernel-2.6.12-1.1381_FC3.src.rpm rpmbuild -bp --target=noarch /usr/src/redhat/SPECS/kernel-2.6.spec cd /usr/src ln -s redhat/BUILD/kernel-2.6.9/linux-2.6.9/ linux ln -s redhat/BUILD/...")
- 09:04, 11 February 2018 Ekaanbj talk contribs undeleted page Gnome (2 revisions) (Starting to use gnome again)
- 07:19, 29 January 2017 Ekaanbj talk contribs deleted page FreeNX (content was: "==Useful resources== http://www.linuxjournal.com/user/801533/track ==Search for keyboard errors== Edit nxnode and change $PATH_BIN/nxdesktop [...] to: strace -o /tmp/nxdesktop.log $PATH_BIN/nxdesktop [...] ==!M screen when logging i...")
- 23:07, 6 January 2017 Ekaanbj talk contribs moved page Startssl to LetsEncrypt (Startssl is retired)
- 08:27, 11 October 2016 Ekaanbj talk contribs deleted page Yum (content was: "==Add atrpms== rpm --import http://ATrpms.net/RPM-GPG-KEY.atrpms *vi /etc/yum.repos.d/atrpms.repo [atrpms] name=Fedora Core $releasever - $basearch - ATrpms baseurl=http://dl.atrpms.net/f$releasever-$basearch/atrpms/stable gpgkey=ht...")
- 19:48, 15 June 2015 Ekaanbj talk contribs undeleted page Recept (2 revisions restored)
- 12:21, 4 June 2015 Ekaanbj talk contribs deleted page Curl (content was: "To help you automate curl use the following utility to get information regarding what browser is sending. http://livehttpheaders.mozdev.org/installation.html ==..." (and the only contributor was "Ekaanbj"))
- 21:38, 21 March 2015 Ekaanbj talk contribs deleted page Functions (content was: "Here is a list of my used functions. <pre><nowiki> find_files() { if [ ${1} ] ; then...")
- 21:36, 9 March 2015 Ekaanbj talk contribs deleted page Xen (content was: "==edit virt-install machine== To export the XML config associated with a virtual machine: virsh dumpxml <virtual machine (name | id | uuid) To start a new virtual machine from an XML vm definition: virsh create <path to VM xml config>...")
- 22:55, 13 December 2014 Ekaanbj talk contribs uploaded File:Monkey.jpg (Clever Monkey.)
- 20:34, 19 August 2014 Ekaanbj talk contribs moved page Grub to Grub2
- 21:44, 20 March 2014 Ekaanbj talk contribs deleted page Wanted list (content was: ' ==USA== Bhphoto.com Canon Speedlite 600EX-RT 544$ softbox 10$' (and the only contributor was 'Ekaanbj'))
- 21:44, 20 March 2014 Ekaanbj talk contribs deleted page Vmware (content was: '==esxi useful commands== Set supported terminal export TERM=xterm Get network configuration esxcfg-info -n | less Get top in esxi esxtop ==Install wmware on fedora machine== Install compilation environment. yum -y install kernel kern…')
- 21:43, 20 March 2014 Ekaanbj talk contribs undeleted page Vim (25 revisions restored)
- 21:42, 20 March 2014 Ekaanbj talk contribs deleted page Vim (content was: 'Useful commands. ==spell check== Enable spell check. Suggestions. Move between words. Stop spell check. :set spell spelllang=en,sv z= ]s and [s :set nospell ==Switch to last file== :e# ==vim shortcuts== Shortcut Description…')
- 21:42, 20 March 2014 Ekaanbj talk contribs deleted page Upnp (content was: '==upnp== ===install some tools=== sudo yum -y install gupnp-tools ===Look for upnp devices.=== gupnp-universal-cp upnp forward, multicast forwardd, Linux-igd "…' (and the only contributor was 'Ekaanbj'))
- 21:40, 20 March 2014 Ekaanbj talk contribs deleted page Unattend Office (content was: '<pre> Prepare distribution point. D:\SETUPPRO.EXE /a Update distribution area. Office2003SP2-KB887616-FullFile-SVE.exe /Q /C /T:C:\SP2 msiexec /p C:\SP2\MAINSP2ff.msp /a C:\Office2003\PRO11.msi SHORTFILENAMES=TRUE /qb msiexec /p C:\SP2…')
- 21:38, 20 March 2014 Ekaanbj talk contribs deleted page TerminalServer2003 (content was: '<pre> HOW TO RESET WINDOWS TERMINAL SERVICES 3 MONTH TRIAL Warning: greyhat content. Make sure you've installed "Terminal Services Licensing". By the way, this method only makes sense if you need to use Terminal Services in Application…')
- 21:37, 20 March 2014 Ekaanbj talk contribs deleted page Sisyfos (content was: '==mjpeg== tp-link http://10.111.222.68/main.htm axis http://10.111.222.69/axis-cgi/mjpg/video.cgi?resolution=640x480 ==jpg== tp-link http://10.111.222.68/jpg/…' (and the only contributor was 'Ekaanbj'))
- 21:36, 20 March 2014 Ekaanbj talk contribs deleted page Setup (content was: '#REDIRECT BLT Setup' (and the only contributor was 'Ekaanbj'))
- 21:35, 20 March 2014 Ekaanbj talk contribs deleted page Scripting bash (content was: '#REDIRECT Bash' (and the only contributor was 'Ekaanbj'))